/* ## Reset ## */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* ## Basic ## */
a {color: #4CB8EB; text-decoration: none;}
a:hover {color: #16709E;text-decoration: underline; -webkit-transition: color 0.2s linear;}
em, i {background: #ffffac;}
h3 {color: #4f4f4f;font-size: 1.2em;font-weight: bold;margin-bottom: 8px;}
form p input[type="text"], form p input[type="password"], form textarea {
	background: #ffffff;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 15%, from(#efefef), to(#ffffff));
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 2px 2px #efefef;
	color: #2c2c2c;
	display: block;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 15px;
	padding: 5px;
	outline: none;
}
form p input[type="submit"] {
	background: #4CB8EB;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 85%, from(#4CB8EB), to(#269ad0));
	border: 1px solid #235871;
	color: #ffffff;
	display: block;
	font-family: "Lucida Grande";
	font-size: 0.9em;
	font-weight: bold;
	height: 24px;
	margin-bottom: 15px;
	padding: 2px 10px;
	text-align: center;
	text-shadow: 0 1px 1px #264d7d;
	width: auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
form p input[type="submit"]:hover {background-image: -webkit-gradient(linear, 0% 0%, 0% 120%, from(#4CB8EB), to(#269ad0));}
form p input[type="submit"]:active {background-image: -webkit-gradient(linear, 0% 0%, 0% 85%, from(#269ad0), to(#4CB8EB));}

/* ## Main ## */
body {
	background: #ffffff;
	color: #2C2C2C;
	font: 14px/1.2em  'Helvetica Neue', Helvetica, Geneva, Arial, sans-serif;;
}
#container {
	margin: 0 auto;
	width: 960px;
}
#header {
	background: url('images/bg.png');
	border-bottom: 1px solid #2c2c2c;
	height: 42px;
	padding: 20px 0 8px 0;
	position: fixed;
	width: 960px;
	z-index: 10;
}
h1 {
	font-size: 3em;
	font-weight: bold;
	padding-left: 10px;
	line-height: 1em;
	letter-spacing: -4px;
}
h1 a {color: #2C2C2C;}
h1 a:hover {color: #2C2C2C;}
#nav {
	bottom: 0;
	height: 30px;
	position: absolute;
	right: 0;
	width: auto;
}
#nav li {
	float: left;
	padding: 0 10px;
	width: auto;
}
#nav li a {
	background: #F3280D;
	color: #fff;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 3px 6px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#content {
	padding-top: 100px;
	width: 960px;
	z-index: 1;
}
.post {
	margin-bottom: 75px;
	position: relative;
}
.post .info {
	font-size: 0.75em;
	padding: 5px 15px 5px 0;
	position: absolute;
	left: 0;
	line-height: 1em;
	text-align: right;
	top: 0;
	width: 95px;
}
.post .info .date {
	color: #878787;
	margin-bottom: 10px;
}
.post .info a {
	color: #F3280D;
	line-height: 1.4em;
}
.post blockquote {
	border-left: 1px solid #2c2c2c;
	margin-left: 125px;
	padding-left: 15px;
	width: 820px;
}
.post blockquote code {
    background: #f3f3f3;
    color: #242424;
    display: block;
    padding: 5px 5px 5px 10px;
    white-space: pre;
    overflow: auto;
}
h2 {
	color: #40423C;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 10px;
}
.post blockquote h2 a {
	color: #40423C;
}
.post blockquote p, .post blockquote pre {
	margin-bottom: 25px;
}
#post_nav {
	margin-bottom: 55px;
	width: 100%;
}
#post_nav {height: 1em;position: relative; width: 100%;}
#post_nav .left, #post_nav .right {
	background: #2C2C2C;
	color: #ffffff;
	display: block;
	font-weight: bold;
	font-size: 0.9em;
	float: none;
	padding: 3px 6px;
	position: absolute;
	top: 0;
	left: 45px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 3px #adadad;
	box-shadow: 0px 0px 3px #adadad;
}
#post_nav a:hover {
	-webkit-box-shadow: 0px 0px 3px #1a1a1a;
	box-shadow: 0px 0px 3px #1a1a1a;
	text-decoration: none;
}
#post_nav .right {right: 45px; left:auto;}
#comments {
	margin-bottom: 55px;
}
#taglist {
	margin-bottom: 50px;
	width: 500px;
}
#taglist li {
	border-bottom: 1px solid #f3f3f3;
	float: left;
	margin-right: 20px;
	width: 100px;
}
#taglist li a {
	color: #c3c3c3;
	display: block;
	font-size: 0.8em;
	padding: 10px 0;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
#taglist li a span {
	position: absolute;
	top: 10px;
	right: 0;
}
#taglist li a:hover {color: #858585;}
.photo {
	margin-bottom: 55px;
	position: relative;
	width: 100%;
}
.photo img {max-width: 960px;}
#footer {
	font-size: 0.7em;
	font-weight: bold;
	margin-bottom: 25px;
}



/* ## Classes ## */
.center {text-align: center;}
.clear {clear: both;}
.left {float: left;}
.right {float: right;}