* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

/* __________________________________________________ General Tags */
body {
/* font: 13px/22px 'Helvetica Neue', Helvetica, Arial, Sans-Serif; */
font: 13px/24px Baramond, Georgia, Serif;
text-align: center;
color: #666;
background: #eee;
}
:focus {
outline: none;
}
a {
color: #5c7e8c;
text-decoration: none;
}
	a:hover {
	color: #95c9de;
	}
	img a:hover {
	border: 0;
	}
img {
border: 0;
vertical-align: middle;
}
p, ul, ol, form, table, blockquote, pre {
margin: 0 0 20px;
}
	ul, ol {
	margin-left: 30px;
	}
input.button {
cursor: pointer;
}


/* __________________________________________________ Structure */
#container {
margin: 0 auto;
padding: 40px;
width: 800px;
text-align: left;
background: #fff;
}
#content {
margin: 50px 0;
}

/* __________________________________________________ Header */
#header {
margin: -40px -40px 0;
text-align: center;
background: #712a46;
background: -moz-linear-gradient(top,  #712a46 0%, #542437 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#712a46), color-stop(100%,#542437));
background: -webkit-linear-gradient(top,  #712a46 0%,#542437 100%);
background: -o-linear-gradient(top,  #712a46 0%,#542437 100%);
background: -ms-linear-gradient(top,  #712a46 0%,#542437 100%);
background: linear-gradient(top,  #712a46 0%,#542437 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#712a46', endColorstr='#542437',GradientType=0 );
}
	#header h1 a {
	display: block;
	height: 200px;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat center center;
	}

/* __________________________________________________ Navigation */
#navigation {
margin: 0 -40px;
padding: 0 40px;
background: #aaaaaa;
background: -moz-linear-gradient(top,  #aaaaaa 0%, #999999 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaaaaa), color-stop(100%,#999999));
background: -webkit-linear-gradient(top,  #aaaaaa 0%,#999999 100%);
background: -o-linear-gradient(top,  #aaaaaa 0%,#999999 100%);
background: -ms-linear-gradient(top,  #aaaaaa 0%,#999999 100%);
background: linear-gradient(top,  #aaaaaa 0%,#999999 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#999999',GradientType=0 );
}
	#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
		#navigation ul li {
		float: left;
		}
			#navigation ul li a {
			display: block;
			width: 144px;
			text-align: center;
			font: 12px/45px Arial, Sans-Serif;
			text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
			color: #fff;
			}
				#navigation ul li a:hover {
				background: #c02942;
				background: -moz-linear-gradient(top,  #c02942 0%, #a51e34 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c02942), color-stop(100%,#a51e34));
				background: -webkit-linear-gradient(top,  #c02942 0%,#a51e34 100%);
				background: -o-linear-gradient(top,  #c02942 0%,#a51e34 100%);
				background: -ms-linear-gradient(top,  #c02942 0%,#a51e34 100%);
				background: linear-gradient(top,  #c02942 0%,#a51e34 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c02942', endColorstr='#a51e34',GradientType=0 );
				}

/* __________________________________________________  Footer */
#footer .column {
float: left;
margin: 0 30px 25px 0;
font-size: 12px;
line-height: 20px;
width: 335px;
}
	#footer .last-column {
	margin: 0;
	}
	#footer .column h2 {
	margin: 0 0 10px;
	font: 16px/40px Arial, Sans-Serif;
	color: #555;
	}
	#blogger {
	margin: 0 0 10px;
	padding: 2px;
	border: 1px solid #eee; 
	}
	#footer .column ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
		#footer .column ul li a {
		display: block;
		margin-bottom: 10px;
		padding-right: 10px;
		height: 22px;
		font: 14px/22px Baskerville, Palatino, Georgia, Serif;
		text-align: right;
		text-transform: lowercase;
		color: #658795;
		border-right: 3px solid #eee;
		}
			#footer .column ul li a:hover {
			color: #999;
			border-color: #95c9de;
			}
#flickr {
margin: 0 0 40px;
padding: 0;
list-style: none;
}
	#flickr li {
	float: left;
	}
		#flickr img {
		margin-right: 10px;
		width: 61px;
		}
			#flickr .last-item img {
			margin: 0;
			}
#bottom {
font: 14px/22px Baskerville, Palatino, Georgia, Serif;
text-align: center;
color: #777;
}
	#bottom a:hover {
	color: #b1122c;
	}

/* __________________________________________________ Content */
#content a {
border-bottom: 1px solid #eee;
}
#content h2, #content h3 {
margin-bottom: 15px;
font: italic 28px/40px Baskerville, Serif;
color: #333;
}
	#content h3 {
	font-size: 20px;
	line-height: 24px;
	color: #666;
	}
		#content h3 span {
		font-size: 18px;
		}
	#content h2.important {
	font-size: 40px;
	font-style: italic;
	line-height: 50px;
	text-align: center;
	color: #444;
	}

/* Posts */
.post h2 {
position: relative;
}
	#content .post h2 a {
	color: #333;
	border: 0;
	}
		#content .post h2 a:hover {
		color: #C02942;
		}
	.post h2 span {
	position: absolute;
	left: -160px;
	width: 120px;
	font: 12px/40px Arial, Sans-Serif;
	text-align: center;
	text-shadow: 0 1px 0 #eee;
	color: #888;
	background: #ccc;
	}
.postimage {
text-align: center;
}
	.postimage img {
	padding: 5px;
	border: 2px solid #eee;
	}
.postmeta {
margin-bottom: 30px;
font: bold 12px/40px Arial, Sans-Serif;
text-align: center;
}
#pagination .next {
display: inline;
float: right;
}

/* Comments */
#commentlist {
margin-left: 0;
padding: 0;
list-style: none;
}
	#commentlist li {
	position: relative;
	padding: 15px 5px 0;
	margin: 0 0 20px;
	border-bottom: 1px solid #eee;
	}
		#commentlist li .gravatar {
		position: absolute;
		left: -81px;
		padding: 2px;
		background: #fff;
		box-shadow: 1px 1px 2px rgba(0, 0, 0, .15);
		}
		#commentlist li .commentmeta {
		margin: 0;
		font: italic 14px/24px Baskerville, Palatino, Georgia, Serif;
		}
			#commentlist li .commentmeta a {
			border: 0;
			}
			#commentlist li .commentmeta em {
			float: right;
			}

/* Add Comment Form */
#addcommentform p {
margin: 0;
padding: 10px;
}
    #addcommentform label {
    float: left;
    padding: 5px 0;
    width: 150px;
    color: #658795;
    }
    #addcommentform input, #addcommentform textarea {
    padding: 5px;
    width: 518px;
    font: 13px/22px 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
    color: #999;
    border: 1px solid #ddd;
	}
    	#addcommentform textarea {
    	height: 200px;
    	}
    	#addcommentform input:focus, #addcommentform textarea:focus {
    	color: #777;
    	}
    	#addcommentform .button {
    	float: right;
    	width: 130px;
    	font: 14px/24px Baskerville, Palatino, Georgia, Serif;
    	text-transform: lowercase;
    	color: #fff;
    	background: #658795;
    	border: 0;
    	}
    		#addcommentform .button:hover {
    		background: #b1122c;
    		}

/* Separate Pages */
#about-me {
float: right;
margin: 0 0 10px 10px;
padding: 2px;
border: 1px solid #eee;
}

/* Archives */
#archives {
margin-left: 0;
padding: 0;
list-style: none;
}
	#archives .archive-year {
	margin-bottom: 18px;
	font: 24px/28px Baskerville, Palatino, Georgia, Serif;
	}
	#archives .archive-year > a {
	margin-bottom: 15px;
	color: #b1122c;
	border: 0;
	}
		#archives .archive-year ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
			#archives .archive-month > a {
			margin: 0 0 0 8px;
			font-size: 18px;
			text-transform: lowercase;
			color: #555;
			border: 0;
			}
				#archives ul.posts {
				margin: 0 0 10px 18px;
				font-size: 13px;
				line-height: 22px;
				}
					#archives ul.posts a {
					border: 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; }
