/*
Theme Name: Stanage Wordpress Theme
Theme URI: http://stanage.com/
Description: Stanage Theme - made by Christian Kirkegaard
Version: 1.0
Author: Christian Kirkegaard
Author URI: http://ranza.dk/
*/

body {
	background-color: #f7f6f0;
	margin:40px;
	margin-top:50px;
	padding:0px;
	font-family: Georgia, sans-serif;
	color: #343434;
}

a {
	text-decoration:none;
	color: #1c7ec3;
	font-style: italic;
}

p {
	font-size: 14px;
	line-height:16px;
}

h1 {
	font-weight:normal;
	font-style: italic;
	font-size: 30px;
	margin:0px;
}

h2 {
	font-weight:normal;
	font-style: italic;
	font-size: 18px;
	margin:0px;
}

h3 {}

img {
	border: 0px;
}

small {
	font-family: arial, sans-serif;
	font-size: 10px;
}

	small a {
		color: #343434;
		text-decoration:underline;
		text-transform: uppercase;
		font-style:normal;
		font-weight:bold;
	}
	
		small .tags a {
			font-weight:normal;
			text-decoration:none;
		}


.note, #wrapper_right .links h2 {
	font-style:normal;
	font-family: arial;
	font-size: 12px;
	font-weight:bold;
	margin-bottom: 20px;
}

	.note a {
		font-style:normal;
		color: #5d5d5d;
	}
	
	.note a.active {
		font-style:normal;
		color: #1c7ec3;
	}

.post {
	overflow:hidden;
}
	#posts .post p, .entry p {
		line-height:20px;
	}

#wrapper {
	width: 800px;
}

#header {
	font-size: 42px;
	font-style: italic;
	border-bottom: 1px solid #353535;
	padding-bottom: 15px;
}

	#header a {
		color: #5d5d5d;
	}

#footer {
	clear:both;
}

#wrapper_left {
	width:440px;
	float:left;
	border-right: 1px solid #353535;
	padding-right: 50px;
}

	#wrapper_left #printPosts {}
		#wrapper_left #printPosts .post {
			margin-bottom: 25px;
			display:block;
			overflow:auto;
		}
			#wrapper_left #printPosts .post img {
				float:left;
				height: 60px;
				width: 60px;
				margin-right: 10px;
				margin-bottom: 25px;
			}
			#wrapper_left #printPosts .post h2 {}
			#wrapper_left #printPosts .post small {}
			#wrapper_left #printPosts .post p {
				font-size: 11px;
				margin:0px;
				padding:0px;
			}

	#wrapper_menu {
		margin-top: 25px;
		margin-bottom:50px;
		height: 25px;
		overflow:hidden;
		clear:both;
	}
	
		#wrapper_menu ul {
			list-style:none;
			margin:0px;
			padding:0px;
		}
	
		#wrapper_menu li {
			float:left;
			margin-right: 12px;
			letter-spacing: -1px;
		}

			#wrapper_menu li a {
				color: #5d5d5d;
				font-size: 16px;
				font-weight:normal;
				font-style:normal;
			}
			
			#wrapper_menu li.current-cat a,
			#wrapper_menu li.current_page_item a {
				color: #1c7ec3;
			}

#wrapper_right {
	width: 300px;
	float:left;
}

	#wrapper_right .links ul {
		list-style:none;
		margin:0px;
		margin-bottom: 20px;
		padding:0px;
	}
	
	#wrapper_right .links li a {
		font-style:normal;
		font-size: 12px;
	}
	
	#wrapper_right #recent_posts {
		margin-top: 100px;
		margin-left: 30px;
	}
	
	#wrapper_right small {
		margin-bottom: 4px;
		display:block;
	}
	
		#wrapper_right #recent_posts p {
			font-size: 11px;
			margin-top: 0px;
		}
