/*
Theme Name: Typcut
Theme URI: http://www.typcut.com
Description: Theme for Typcut
Version: 1
Author: Erik Finsrud / Norik
*/

/*-----------Defaults--------------*/

h1, h2, h3, h4, h5, h6, blockquote, p, ul, li{
margin: 0;
padding: 0;
list-style: none;
}

img{
	border: none;
}

.clear{
	clear: both;
}

/*-------------Links------------------*/
#content a{
	text-decoration: none;
	color: #8f7a38;
}

.post_title a, .postmetadata a, #sidebar a, #footer a {
	padding: 0 2px 0 2px;
	text-decoration: none;
	color: #8f7a38;
}
.post_title a:hover, .postmetadata a:hover, #content a:hover, #sidebar a:hover, #footer a:hover {
	color: #ffffff;
	background: #8f7a38;
}

/*-----------Block Level Elements--------------*/

Body {
	margin: 0;
	padding: 50px 0 0 0;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
}

#header {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #222222;
}

#text_title{
	display: none;
}

#content {

}

#sidebar {
	margin: 0;
	padding: 10px 0 10px 0;
	border-top: 2px solid #222222;
}

#footer {
	margin: 0 0 50px 0;
	padding: 10px 0 0 0;
	border-top: 2px solid #222222;
	font-size: .65em;
	font-weight: bold;
	text-transform: uppercase;
}

/*-------------The Post-------------*/

.post_title{
	font-size: .85em;
	text-transform: uppercase;
	font-weight: bold;
}

.post_author{
	font-style: italic;
}

h2 a:hover, h2 a:visited, h2 a {

}

.post {
	margin: 0 0 20px 0;
}

.entry p{
	margin: 0 0 5px 0;
}

.postmetadata {
	font-size: .75em;
}
.navigation {
	width: 800px;
	margin: 0 0 10px 0;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
} 

#content .alignleft a{
	padding: 5px;
	width: 200px;
	display: block;
	font-size: .75em;
	text-decoration: none;
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
	background: #222222;
}

#content .alignright a{
	padding: 5px;
	width: 200px;
	display: block;
	font-size: .75em;
	text-decoration: none;
	color: #ffffff;
	text-align: right;
	text-transform: uppercase;
	background: #222222;	
}

#content .alignleft a:hover, #content .alignright a:hover {
	text-decoration: none;
	background: #8f7a38;
}


/*--------------Sidebar------------*/

#sidebar ul {

}

#sidebar ul h2 {
	font-size: 1em;
	text-transform: uppercase;
}

#contributers ul li{
	font-style: italic;
}





