/*h:0 s:0 */
/*555555 L: 0.33333333333333 */
/*6e6e6e L: 0.43333333333333 */

/************************************************************/
/************************************************************/
/*

CREDITS
-------

So I can't take full credit for the design of this photoblog.
This design is based on an old school version of absenter.org.

*/
/************************************************************/
/************************************************************/



/************************************************************/
/* reset */
/************************************************************/

html, body, div, span, applet, object, iframe, h1, h3, 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;	font-size: 100%; vertical-align: baseline; border: 0;	outline: 0;	background: transparent; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
table {	border-collapse: collapse; border-spacing: 0; }
a { text-decoration: none; }
img { border: 0; }
h1, h3, h3, h4 { font-weight: normal; }

/************************************************************/
/* clearfix */
/************************************************************/

#header:after,
#photo-extras:after,
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#header,
#photo-extras,
.clearfix {
	display: inline-block;
}

html[xmlns] #header,
html[xmlns] #photo-extras,
html[xmlns] .clearfix {
	display: block;
}

* html #header, 
* html #photo-extras,
* html .clearfix {
	height: 1%;
}

/************************************************************/
/* main */
/************************************************************/


@font-family {
	font-family: amerType;
	src: ('images/AmericanTypewriter.ttc');
}


body {
	background: #FFF;
	font-family: amerType, Courier New, Courier;
	font-size: 13px;
	line-height: 1.3em;
	padding-top: 50px;
	}

body, 
a {
	color: #FFFFFF;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

#content-text a {
	text-decoration: underline;
	}

#content-text a:hover {
	background-color: #000;
	color: #FFF;
	}

img {
	background: transparent url(images/loading.gif) no-repeat center center;
	z-index: 50;
	}

#header,
#content-photo, 
#content-text {
	text-align: center;
	width: 702px;
	margin: 0 auto;
	}

p, 
ul, 
ol {
	text-align: left;
	padding: 2px 0 10px 0;
	}

ul, 
ol {
	padding-left: 25px;
	}

.page-about {
	/*
	margin: 0 0 -100px -60px;
	padding: 0 0 100px 140px;
	background: transparent url(images/about.jpg) no-repeat top left;
	*/
	padding: 300px 0 0 0;
	background: transparent url(images/about1.jpg) no-repeat 0 35px;
	}

/*********** header ***********/

h1 {
	
	}

h1 a {
	background: transparent url(images/title_w.png) no-repeat center center;
	position: relative;
	display: block;
	width: 220px;
	height: 70px;
	text-indent: -9999px;
	z-index: 1000;
	}
	
#nav {
	display: block;
	text-transform: uppercase;
	width: 220px;
	font-size: 1.35em;
	line-height: 1.35em;
	}

#photo-extras {
	background-color: #555555;
	margin-top: -29px;
	z-index: 0;
	}

#photo-nav {
	display: block;
	position: relative;
	float: right;
	width: 480px; /* width minus h1 width */
	margin-top: -62px;
	}

#photo-nav a {
	line-height: 60px;
	text-transform: uppercase;
	display: block;
	float: left;
	width: 225px; /* width minus h1 width */
	font-size: 1.2em;
	}

#photo-nav a.prevlink {
	padding: 0 15px 0 0;
	text-align: right;
	}

#photo-nav a.nextlink {
	padding: 0 0 0 15px;
	text-align: left;
	}
	
#photo-nav a:hover {
	background-color: #6e6e6e;
	text-decoration: none;
	}

h2,
h3 {
	text-align: right;
	}

h2 {
	font-weight: normal;
	font-size: 17px;
	width: 700px; /* width minus h1 width */
	float: right;
	padding: 0 15px 0 0;
	line-height: 1em;
	}

h3 {
	color: #AAA;
	font-size: 23px;
	padding: 30px 0 20px 0;
	}

/*********** main img ***********/

#photo-img a {
	background: transparent url(images/photo_shadow.png) no-repeat top left;
	padding-left: 17px;
	margin-left: -17px;
	display: block;
	position: relative;
	width: 700px;
	height: 454px;
	}

img#dontSteal {
	display: block;
	position: relative;
	width: 702px;
	height: 455px;
	z-index: 500;
	margin-bottom: -454px;
	background-image: none;
	}
	
img#photo-main {
	display: block;
	width: 700px;
	height: 454px;
	z-index: 100;
	border-top: 1px solid #555555;
	border-left: 1px solid #555555;
	border-right: 1px solid #555555;
	}

/*********** archives ***********/

#archive-sort-form {
	padding: 50px 0 15px 0;
	}

.archive-section li {
	clear: both;
}

.archive-section span.post-date {
	float: right;
	visibility: hidden;
}

.archive-section li:hover span.post-date {
	color: #BBB;
	visibility: visible;
}

.archive-section {
	
}

/*********** info ***********/
	
form#contact-form {
	
	}

form.contact-form p label {
	position: relative;
	top: 0;
	width: 180px;
	display: block;
	padding: 5px 0 0 0;
	color: #999;
	}

form.contact-form p.contact_name input,
form.contact-form p.contact_email input,
form.contact-form p.contact_subject select,
form.contact-form p.contact_message textarea {
	position: relative;
	top: 0;
	width: 180px;
	padding: 5px;
	margin: 0 0 10px 0;
	border: 1px solid #666;
	}
	
form.contact-form p.contact_subject select {
	width: 190px;
	}

form.contact-form p.contact_message label {
	position: relative;
	width: 190px;
	left: 50%;
	margin-top: -211px;
	}

form.contact-form p.contact_message textarea {
	position: relative;
	z-index: 2000;
	width: 190px;
	left: 50%;
	height: 155px;
	}
	
form.contact-form p.contact_submit input {
	width: 140px;
	padding: 4px;
	margin: 10px 130px 0 130px;
	}


/*********** footer ***********/

#footer {
	font-size: 0.9em;
	line-height: 1.05em;
	text-align: center;
	clear: both;
	color: #E4E4E4;
	padding: 15px 0;
	width: 500px;
	margin: 0 auto;
	}

#footer p {
	text-align: center;
	}
	
#footer a {
	text-decoration: none;
	color: #E4E4E4;
	}