/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5; font-family:"ff-tisa-web-pro-1","ff-tisa-web-pro-2"; }
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#222;background:#fff;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#333; font-family:"proxima-nova-extra-condensed-1","proxima-nova-extra-condensed-2"; text-transform:uppercase; }
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em; line-height:1.5em; margin-bottom:1.5em;  letter-spacing:.1em; color:#666; margin-left:280px; text-transform: uppercase; }
h4 {font-size:1.5em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1.3em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1.2em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0;}
	p + p { }
	
p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a {color:#ac0000;text-decoration:none;}
a:visited { color:#ac0000; }
blockquote {margin:1.5em;color:#333;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 0 1.5em 0;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;background:#C3D9FF;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}


/* Begin Typography & Colors */
* { 
	margin:0;
	padding:0; }

#page {
	text-align: left;
	}

small.the_date { font-family:"proxima-nova-extra-condensed-1","proxima-nova-extra-condensed-2"; text-transform: lowercase; letter-spacing: .1em; position: absolute; top:7px; font-size: 1.2em;  width: 100px; display: block; text-align: left; left:140px; font-size: 1em; }
#header {
	margin:0 0 34px 0;
	position:relative;
	}
	
div#about { position:absolute; padding:133px 20px 0 20px; left:700px; width:240px; background-color:#ccc; top:0; }
	div#about ul { list-style:none; list-style-type:none; }
	div#about li { font-family:Georgia, serif; font-size:.85em; line-height:1.75em; }
		div#about p span { color:#111; font-style:italic; }
	#header ul { list-style:none; list-style-type:none; position:absolute; bottom:0px; right:0px; }
		#header ul li { float:right; width:130px; margin-left:15px; }
			#header ul li a { display:block; background-color:#ccc; color:#fff; padding:12px 10px 10px 10px; text-transform:uppercase; }
			
/* .alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	} */

#footer {
	border: none;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
div#about h4 { margin-left:280px; color:#666; }
	div#about h4 { margin-left:0; }
.post h4 { margin-left:280px; font-size:2em; text-transform:uppercase; }
	.post h4 a { color:#333; }

.entry p, .entry ol, .entry ul, .entry blockquote { margin:0 0 .75em 280px; }
	.entry blockquote p { margin: 0; }

.commentlist li, #commentform input, #commentform textarea {
	font-family: Georgia, serif;
	}

.commentlist li {
	}

.commentlist li .avatar { 
	position: absolute; left:220px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-style: normal;
	}
	
.commentlist cite, .commentlist p { margin-left:280px; }

	.commentlist small.commentmetadata a { color:#666; }

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

#commentform p { font-family:Georgia, serif; }

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	letter-spacing: .07em;
	font-size: 90%;
	}

a:hover {
	color: #082575;
	text-decoration: none;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	padding:0;
	width:660px;
	margin:0 0 0 40px;
	position:relative;
	}

#header {
	padding: 0 0 0 274px;
	height: 100px;
	}
	
	#header a#site_id { position:relative; right:25px; padding-top:30px; width:380px; height:62px; background:url(images/header_futura.png) no-repeat 0 30px; text-indent:-9999px; display:block; }

.main {
	margin: 0px 0 0;
	}

.post {
	margin: 0 0 90px;
	position: relative;
	}

.post hr {
	display: block;
	}

/* M O D U L A R   L A Y O U T S */
.pic { font-family:Georgia, serif; }

.pic p, .caption {
color: #666;
margin: 0;
}

.caption h3, .caption p { margin-left: 0; }

 
/* P L A C E M E N T */
.left {float: left; margin-right: 40px; margin-bottom: 1.5em; }
.right {float: right; margin-left: 40px; margin-bottom: 1.5em; }
.right.inset {margin: 0 0 0 20px;} /* img floated right within text */
.left.inset {margin-left: 280px;} /* img floated left within text */
.full_bleed { position:relative; right:40px; }
  
/* S I Z E */
.one {width: 100px;}
.two {width: 240px;}
.three {width: 380px;}
.four {width: 520px;}
.five {width: 660px;}
.six {width: 700px;}
.seven {width: 820px;}
.eight {width: 940px;}

.push_1 { position: absolute; right:-140px; }

.big_pullquote { font-size:2em; font-family:Georgia, serif; display:block; line-height:1.2em; font-weight:200; letter-spacing:1px; }
.widecolumn .post {
	margin: 0;
	}

.postmetadata {
	clear: left;
	margin: 0 0 0 280px;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */

	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
div.post_image {
	background-color:#efefef;
	padding:10px;
	text-align:center;
	margin-bottom:1em;
	position:absolute;
	left:520px;
	width:220px;
	max-height:220px;
	overflow:hidden;
	}
	
	div.post_image img { 
		margin:0 auto;
		}
		
/* End Images */

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
/* forms.css */
label {font-weight:bold; }
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 374px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 3em 0;
	padding: 0;
	list-style: none;
	position: relative;
	}

.commentlist p {
	margin-bottom:0em;
	}

#commentform p {
	margin: 0 0 0 280px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin-left: 1em;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	margin-left: 580px;
	width: 275px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.navigation a, .postmetadata a { font-family:"proxima-nova-extra-condensed-1","proxima-nova-extra-condensed-2"; color:#333; text-decoration: none; text-transform:uppercase; font-size:1.2em;  }

/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
