/* CSS Document */

/* CSS Reset */
/* Taken from http://www.rikrikrik.com */
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,li,dl,ol,ul{list-style:none}button,select,textarea,input{font:100% serif}table{border-collapse:collapse}caption,th,td{text-align:left}
/* End CSS Reset */

body{
	font-size:12px;
	line-height:1.3;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}
h2{
	clear:both;
	}
h3{
	font-size:1.3em;
	font-weight:bold;
	padding:1em 15px 0;
	}
h4{
	font-weight:bold;
	padding: 1em 15px 0;
	}
ul, ol{
	padding-top:0;
	padding-left:40px;
	padding-right:30px;
	}
p{
	margin-top:.8em;
	}
li{
	padding-top:.5em;
	}
ul li{
	list-style-type:circle;
	}
ol li{
	list-style-type:decimal;
	}
small{
	font-size: .9em;
	}
#content{ /* wrapper for everything that isn't just decorative */
	width:800px;
	margin:0 auto;
	}
#mainfloater{
	width:600px;
	float:left;
	}
#main{ /* wrapper for all posts */
	position:relative;
	z-index:1;
	width:600px;
	}

/* header stuff */
#header{
	margin:0 auto;
	width:800px;
	}
#header-background{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:275px;
	}
#header-wayback{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:300px;
	}
#header-midback{ /* city */
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:450px;
	}
#header-middle{ /* grass */
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:645px;
	}
#header-midfront{
	position:absolute;
	width:800px;
	height:328px;
	}
#header-front{ /* man */
	position:absolute;
	width:800px;
	height:172px;
	}
#header-description{
	position:relative;
	z-index:10;
	width:100%;
	height:172px;
	}
#header-description h1{
	font-size:3em;
	text-align:right;
	font-weight:bold;
	padding-left:300px;
	padding-right:210px;
	padding-top:70px;
	}
#header-description div{
	font-size:1.3em;
	padding-left:350px;
	padding-right:210px;
	text-align:right;
	}
/* content */
#top-rounder-13{
	position:relative;
	height:13px;
	width:600px;
	z-index:2;
	}
#bottom-rounder-13{
	position:relative;
	width:600px;
	height:13px;
	} 
#bottom-rounder-13 .right-corner{
	height:13px;
	margin-left:13px;
	}
#top-rounder-13 .right-corner{
	height:13px;
	margin-left:13px;
	}

/* main div */

/* post */
#welcomemessage p{
	margin-top:0;
	padding-top:1em;
	font-size:1.3em;
	}
.post{	
	padding-bottom: 1em;
	}
.post p{
	padding:0 15px;
	}
.home .post p img,
.archive .post p img{
	margin:0 -15px 0;
	}
.edit-link{
	text-align:right;
	font-size:.5em;
	margin-right:10px;
	font-weight:normal;
	}
.date{
	font-size:.5em;
	}
.post h2{
	font-size:2em;
	font-weight:bold;
	padding-left:15px;
	}	
.home .post h2,
.archive .post h2{
	font-size:2em;
	font-weight:bold;
	/* padding-left:5px; */
	}	
.post h2 a{
	text-decoration:none;
	}
.post h2 a:hover{	
	text-decoration:underline;
	}
.post-category{
	font-size:.7em;
	}
.picturecover{
	display:none;
	}
.Portfolio-picturecover{
	display:block !important;
	position:relative;
	z-index:2;
	width:600px;
	height:200px;
	margin:-200px 0 0 0;
	}
.Portfolio-picturecover a{
	display:block;
	height:100%;
	width:100%;
	text-indent:-9999px;
	}

p.postmetadata{
	display:block;
	padding:5px;
	margin:15px;
	}	
/* comments */
.commentlist{
	padding:1em 15px;
	}
#commentform{

	width:570px;
	margin: 0 auto;
	}
#commentform textarea{
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	height:7em;
	}
#submit{
	font-family:Arial, Helvetica, sans-serif;
	}
.commentmetadata{
	padding-top:.4em;
	float:right;
	}
cite{
	font-size:1.2em;
	font-weight:bold;
	float:left;
	font-style:normal;
	}
.commentlist li{
	padding:5px 10px;
	}
.commentlist p{
	padding-top:.5em;
	padding-left:10px;
	clear:both;
	}
/* sidebar */

#sidebar {
	margin-top:15px;
	width:190px;
	float:right;
	}

#sidebar ul{
	position:relative;
	padding:0;
	}
#sidebar ul li{
	padding-top:0;
	font-size:1.5em;
	font-weight:bold;
	list-style-type:none;
	}
#sidebar ul li ul li{
	padding-left:1em;
	text-indent:-1em;
	font-size:.8em;
	}
#sidebar h2{
	font-size:1em;
	font-weight:bold;
	padding-top:1em;
	}
#sidebar .rss_icon_white,
#sidebar .rss_icon_orange{
	/*display:none;
	float:right;
	clear:none;
	width:20px;
	height:20px;
	text-indent:-9999px;*/
	}
	
/* footer */

#footer{
	width:800px;
	margin:0 auto;
	clear:both;
	padding:10px 0;
	position:relative;
	z-index:10;
	text-align:center;
	}
#footer p{
	padding-right:200px;
	}
/* gallery */
.gallery {
	margin: auto;
	}
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
	}
.gallery-caption {
	margin-left: 0;
	}

/* form */

#gb_form_div { 
	padding: 1em 15px 0;
	}
h2.main_formhead{
	display:none;
	}
fieldset{
	margin-bottom:1em;
	}

legend#mainlegend { 
	display:none;
	}
label { 
	margin-top: .5em;
	margin-left: 0;
	}
	
legend, #gb_form dt { 
	font-weight: bold; 
	}

input.button {
  margin-top : 1em;
  padding-right : 20px;
  padding-left : 20px;
  float : left;
  cursor : pointer;
}

select.med {
  width : 60%;
}

input.short, input.med, select.med, textarea.textbox { 
	font: 1em helvetica, arial, sans-serif; 
	padding: 4px; 
	width: 70%;
	font-size: 1.1em;
	height: auto;
	}

input.short {
	width: 7%;
	}

textarea.textbox {
	width: 98%;
	height: 220px;
	line-height: 1.5em;
	}
input.checkbox {
	width: 1em;
	height: 1em;
	}
span.error, span.success, #gb_form_div dt { 
	font-weight : bold; 
	}

input.short:hover, input.short:hover, 
input.med:hover, input.med:focus, 
select.med:hover, select.med:focus, 
textarea.textbox:hover, textarea.textbox:focus, 
input.short.hover, input.short.focus,
input.med.hover, input.med.focus,  
select.med.hover, select.med.focus, 
textarea.textbox.hover, textarea.textbox.focus { 
	padding: 4px; 
    border: 1px inset #333;

}

#gb_form small.whythis a span {
	padding: 1px 4px 1px 4px;
}

#gb_form small.whythis, #gb_form small.whythis a { 
	border : 1px solid #fff;
	}

#gb_form small.whythis a:hover span, #gb_form small.whythis a:focus span, #gb_form small.whythis a:active span { 
  border : 1px solid #000;
    font-style : normal; 
  }

dl#result_dl_blockq blockquote {
  margin-left : 0;
}

dl#result_dl_blockq blockquote p cite {
  display : block;
  text-align : right;
}
#gb_form_div span.items {
  font-weight : bold;
}

#gb_form p.creditline small {
  clear : both; 
  display : block;
  text-align : right;
  margin : 0;
  padding : 25px 0 15px 0;
  font-size : .8em;
  letter-spacing : .0001em;
}

/* special classes */
img.alignright, img.alignleft{
	margin: 5px;
	}
.alignleft{
	float:left;
	}
.alignright{
	float:right;
	}
.navigation{
	padding: 0 15px 15px;
	}
.abbr { 
  border-bottom : 1px dashed #999;
}