/* @group BASICS */

/*///////////
// GENERAL //
///////////*/

/* MEYER RESET v1.0*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,
address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,
b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}
ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/*//////////////////////
// BLUEPRINT OVERRIDE //
//////////////////////*/


/* ETC */

html,body{
	height:100%;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active, .container a:focus { text-decoration: none; }


/* @end */



/* @group LAYOUT */

body{
	text-align:center;
	/*-moz-user-select: none;*/
}

.row {
	margin-left: -160px;
	/*min-width: 800px;*/
}

.container {
	width: 830px;
	/*margin: 0 auto;*/
	padding-top: 25px;
	text-align: left;
}
#header h1 {
	float: left;
	text-align: right;
}
#footer .container {
	padding: 50px 0 25px 0;
}
#nav {
	float: right;
}
.container #nav a {
	display: block;
	float: left;
	margin-right: 25px;
}
#searchForm {
	float: left;
}
#searchInput {
	margin: -5px 0 -5px -10px;
	width: 140px;
	border: none;
	padding: 5px 10px;
}
#searchSubmit {
	display: none;
}

.post {
	margin-bottom: 25px;
	padding-top: 25px;
	/*	border-top: 1px solid #fff;*/
}
.postMeta {
	text-align: right;
	margin-right: 29px;
	padding: 1px 10px 18px 0px;
	border-right: none;
}
.postBody {
	padding-bottom: 25px;
}

.photo {
	padding-top:10px;
}
.photo img {
	border: 10px solid white;
	margin:-10px 0 -5px -10px;
}
.container .post .photo a {
	border: none;
}
/* @end */



/* @group TYPE */
body, input {
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 25px;
	vertical-align: baseline;
}
p, ul {
	margin-bottom: 10px; /* 10/25 */
}
ul, blockquote {
	padding-left: 40px;
}
ul {
	list-style-position: outside;
	list-style-type: disc;
	opacity: 1;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 25px;
	font-weight: normal;
}
h2 {
	font-size: 24px;
	margin: -4px 0 6px 0px;
}
h3 {
	margin-top: 25px;
	font-style:italic;
}
blockquote {
	margin:0;
	color:inherit;
	font-style:italic;
}
.postMeta, .caption, .source {
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
.query {
	font-weight: bold; 
	font-style: italic;
}
big.quote {
	width:20px;
	height:25px;
}
big.firstmark {
	display:block;
	float:left;
	margin-left: -22px;
	padding-right: 2px;
	text-align:right;
}

code {
	font-size:14px;
}

/* @end */