* {
margin: 0;
padding: 0;
}

/* __________________________________________________ General Tags */
body {
font: 12px/18px Arial, Sans-Serif;
text-align: center;
color: #444;
background: #e9e4d2;
}
:focus {
outline: none;
}
a {
text-decoration: none;
color: #bd3d47;
}
	a:hover {
	text-decoration: underline;
	color: #333;
	}
img {
border: 0;
vertical-align: middle;
}
p, ul, ol, form, table, blockquote, pre {
margin: 0 0 20px;
}
	ul, ol {
	margin-left: 30px;
	}
em {
font-family: Georgia, Sans-Serif;
}
blockquote {
margin-left: auto;
margin-right: auto;
width: 500px;
font-family: Georgia, Sans-Serif;
font-style: italic;
}

/* __________________________________________________ Headings */
h2 {
margin-bottom: 15px;
font: bold 16px/20px 'Lucida Grande', Arial, Sans-Serif;
letter-spacing: -1px;
color: #333;
}
h3 {
margin-bottom: 15px;
}

/* __________________________________________________ Structure */
#container {
margin: 0 auto;
width: 890px;
text-align: left;
background: #fff;
}
#header {
width: 100%;
height: 160px;
}
#navigation {
width: 100%;
height: 40px;
}
#content {
float: left;
margin: 30px 15px 30px 30px;
width: 540px;
}
#sidebar {
float: right;
margin: 30px 30px 30px 15px;
width: 260px;
}
#footer {
clear: both;
}

/* __________________________________________________ Header & Navigation */
#header {
background: #ad2e3d;
background: -moz-linear-gradient(-90deg, #ad2e3d, #972431);
background: -webkit-gradient(linear, left top, left bottom, from(#ad2e3d), to(#972431));
border-bottom: 1px solid #631218;
}
	#header h1 a {
	display: block;
	margin-left: 30px;
	width: 404px;
	height: 160px;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat center;
	}
#navigation {
background: #503535;
background: -moz-linear-gradient(-90deg, #503535, #412a2a);
background: -webkit-gradient(linear, left top, left bottom, from(#503535), to(#412a2a));
border-top: 1px solid #785050;
}
	#navigation ul {
	margin: 0;
	padding: 0 30px;
	list-style: none;
	}
		#navigation ul li {
		float: left;
		}
			#navigation ul #subscribe {
			float: right;
			}
			#navigation ul li a {
			display: block;
			margin-right: 20px;
			padding: 0 20px;
			font: bold 11px/40px Arial, Sans-Serif;
			text-shadow: 1px 1px 2px rgba(0, 0, 0, .15);
			text-transform: uppercase;
			color: #fff;
			}
				#navigation ul #subscribe a {
				margin-right: 0;
				padding: 0;
				width: 260px;
				text-align: center;
				}
				#navigation ul li.current-item a, #navigation ul li a:hover {
				text-decoration: none;
				background: rgba(0, 0, 0, .15);
				}

/* __________________________________________________ Content */
.post {
margin: 0 0 40px;
}
	.single .post {
	margin-bottom: 0;
	}
	.post h2 {
	margin-bottom: 7px;
	font: bold 16px/20px 'Lucida Grande', Arial, Sans-Serif;
	letter-spacing: -1px;
	}
		.post h2 a {
		color: #21426c;
		}
			.post h2 a:hover {
			color: #333;
			}
		.post h2 span {
		float: right;
		margin-left: 5px;
		font-size: 11px;
		font-weight: normal;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: #999;
		}
	.postmeta {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ddd;
	}
		.postmeta a {
		font: 11px/20px 'Lucida Grande', Arial, Sans-Serif;
		text-transform: uppercase;
		color: #999;
		}
			.postmeta a:hover {
			color: #333;
			}
		.postcategories {
		float: left;
		}
		.postcomments {
		float: right;
		}
	.post .postimage {
	text-align: center;
	}
		.post .postimage img {
		padding: 10px;
		-moz-box-shadow: 0 0 5px #ccc;
		-webkit-box-shadow: 0 0 5px #ccc;
		}
#pagination-wrap {
position: relative;
float: left;
width: 100%;
overflow: hidden;
}
	#pagination-container {
	float: left;
	position: relative;
	left: 50%;
	clear: left;
	}
	#pagination {
	position: relative;
	right: 50%;
	padding: 5px 10px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	color: #aaa;
	background: #eee;
	background: -moz-linear-gradient(-90deg, #fff 0, #eee 1px, #ddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(.03, #eee), to(#ddd));
	border: 1px solid #ccc;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	}
		#pagination span {
		padding: 0 5px;
		}
		#pagination a {
		color: #777;
		}
			#pagination a:hover {
			text-decoration: none;
			color: #555;
			}
#archives {
margin-left: 0;
padding: 0;
list-style: none;
}
	#archives .archive-year {
	margin-bottom: 18px;
	border-bottom: 1px dotted #ddd;
	}
	#archives .archive-year > a {
	margin-bottom: 15px;
	font: bold 16px/20px 'Lucida Grande', Arial, Sans-Serif;
	letter-spacing: -1px;
	color: #333;
	}
		#archives .archive-year ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
			#archives .archive-month > a {
			margin: 0 0 0 8px;
			font-size: 10px;
			font-weight: bold;
			text-transform: uppercase;
			color: #555;
			}
				#archives ul.posts {
				margin: 0 0 10px 18px;
				font-size: 11px;
				}
#commentlist {
margin-left: 0;
padding: 15px;
list-style: none;
background: #ddd;
background: -moz-linear-gradient(-90deg, #ccc 0, #ddd 2px);
background: -webkit-gradient(linear, left top, left bottom, from(#ccc), color-stop(.001, #ddd), to(#ddd));
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
	#commentlist li {
	margin-bottom: 20px;
	}
	#commentlist li:last-child {
	margin: 0;
	}
	#commentlist .gravatar {
	position: relative;
	float: left;
	}
		#commentlist .gravatar img {
		padding: 6px;
		background: #fff;
		background: -moz-linear-gradient(-90deg, #fff, #eee);
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-box-shadow: 0 1px 2px #c0c0c0;
		-webkit-box-shadow: 0 1px 2px #c0c0c0;
		}
		#commentlist .gravatar .arrow {
		position: absolute;
		top: 13px;
		right: -10px;
		width: 0;
		height: 0;
		line-height: 0;
		border-left: 11px solid #fff;
		border-top: 7px solid #ddd;
		border-bottom: 7px solid #ddd;
		}
	#commentlist .content {
	float: right;
	padding: 10px;
	width: 415px;
	color: #555;
	background: #fff;
	background: -moz-linear-gradient(-90deg, #fff, #f2f2f2 30%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(.3, #f2f2f2), to(#f2f2f2));
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-box-shadow: 0 1px 2px #c0c0c0;
	-webkit-box-shadow: 0 1px 2px #c0c0c0;
	}
		#commentlist .content .author {
		display: block;
		margin: 0 0 10px;
		font-size: 16px;
		}
			#commentlist .content .author a {
			color: #333;
			}
	#commentlist .commentdate {
	margin: 5px 0 0;
	float: right;
	font-size: 10px;
	color: #999;
	}
#addcommentform label {
float: left;
width: 75px;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
color: #bd3d47;
vertical-align: middle;
}
#addcommentform .text, #addcommentform textarea {
float: right;
padding: 7px 5px;
width: 453px;
color: #777;
background: #eee;
background: -moz-linear-gradient(-90deg, #fff 0, #eee 1px, #f2f2f2 20%);
background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(.05, #eee), to(#f2f2f2));
border: 1px solid #ddd;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
	#addcommentform textarea {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(.01, #eee), to(#f2f2f2));
	}
	#addcommentform textarea {
	height: 175px;
	}
#addcommentform .button {
float: right;
padding: 7px 10px;
font-size: 10px;
font-weight: bold;
text-shadow: 0 1px 1px #902028;
color: #fff;
background: #bd3d47;
background: -moz-linear-gradient(-90deg, #ed949b 0, #bd3d47 1px, #a92e37 100%);
background: -webkit-gradient(linear, left top, left bottom, from(#ed949b), color-stop(.05, #bd3d47), to(#a92e37));
border: 1px solid #902028;
cursor: pointer;
}
	#addcommentform .button:hover {
	text-shadow: 0 1px 1px #333;
	background: #555;
	background: -moz-linear-gradient(-90deg, #888 0, #555 1px, #444 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#888), color-stop(.05, #555), to(#444));
	border: 1px solid #333;
	}
#about-me {
float: left;
margin: 0 10px 5px 0;
border: 3px solid #fff;
-moz-box-shadow: 0 2px 5px #ddd;
-webkit-box-shadow: 0 2px 5px #ddd;
}

/* __________________________________________________ Sidebar */
#blogger {
margin-bottom: 15px;
border: 3px solid #fff;
-moz-box-shadow: 0 2px 5px #ddd;
-webkit-box-shadow: 0 2px 5px #ddd;
}
#sidebar ul.links {
margin-left: 0;
padding: 0;
list-style: none;
}
	#sidebar ul.links li {
	padding: 5px;
	font-size: 11px;
	border-bottom: 1px solid #eee;
	}
		#sidebar ul.links li span {
		float: right;
		font-size: 10px;
		text-transform: uppercase;
		color: #999;
		}
#flickr {
margin-left: 0;
padding: 0;
list-style: none;
}
	#flickr li {
	float: left;
	margin-right: 17.5px;
	margin-bottom: 17.5px;
	}
		#flickr li.end-row {
		margin-right: 0;
		}

/* __________________________________________________ Footer */
#footer {
padding: 15px 30px;
font: 11px/20px Arial, Sans-Serif;
color: #887f6e;
background: #dad3c6;
}
	#footer a {
	color: #564e3e;
	}
	#footer p {
	margin: 0;
	}

/* __________________________________________________ Classes */
.clear { zoom: 1; }
.clear:after { display: block; content: ''; clear: both; }
.center { margin-left: auto; margin-right: auto; text-align: center; }
.left { float: left; text-align: left; }
.right { float: right; text-align: right; }