/*
	AUTHOR:	Hot Light Studios
			webmaster@hotlightstudios.net
			http://www.hotlightstudios.net
			
*/

/* RESET'S & BASIC PAGE SETUP */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body {
	font: 62.5% Helvetica, sans-serif;
	background: #000000 url('images/bkgd.jpg') no-repeat fixed top center;
}

ul { list-style: none inside; }
p { font-size: 1.2em; line-height: 1.2em; }
a { outline: none; }
a img { border: none;}
/* END RESET */

/* TOOLBOX */
.floatleft { float: left; }
.floatright {float: right; }
.clear { clear: both; }
/* END TOOLBOX */

/* STRUCTURE AND STUFF */
#page-wrap {
	width: 699px;
	margin: 49px auto;
}

#header-shad {
	width: 699px; height: 359px;
	float: left;
	background: url('images/header-shad.png') no-repeat top right;
}

#header {
	width: 682px; height: 359px;
	float: left;
	background: url('images/header.jpg') no-repeat top left;
}

#content {
	width: 682px;
	float: left;
	padding: 16px 0px 16px 0px;
	background: url('images/content_bkgd.jpg') repeat-y top left;
}

#content-left {
	float: left;
	width: 350px;
	margin-left: 39px;
}

#content-right {
	float: right;
	width: 220px;
	margin-right: 39px;
}

.updates {
	width: 350px;
	float: left;
	padding: 0px 0px 20px 0px;
}

.postheader {
	width: 350px; height: 67px;
	float: left;
	background: url('images/post-hdr.png') no-repeat top left;
}

.calendar {
	width: 66px; height: 50px;
	float: left;
	position: relative;
	left: 0.5px;
}

.posttitle {
	width: 275px; height: 50px;
	float: left;
}

.post {
	width: 350px; 
	float: left;
	padding: 4px 0px 0px 0px;
}


#footer {
	width: 682px; height: 76px;
	background: url('images/footer-bkg.png') no-repeat top left;
}

#photos {
	width: 354px; height: 380px;
	float: left;
	position: relative;
	top: -405px; left: -60px;
	z-index: 1;
	background: url('images/photos.png') no-repeat 0 0;
}



/* IMAGES */

.button1 {
	margin: 0px 0px 10px 2px; 
}

.sample-hdr {
	margin: 0px 0px 4px 23px ;
}

.float-left {
	float: left;
	margin: 4px 8px 8px 0px;
}

img.thumb {
	margin: 0px;
}

img.bio {
	margin: 6px 0px 0px 0px;
}

img.indexthumbs {
	margin: 0px 5px 0px 5px;
}


/* TEXT */

h1 {
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: -1px;
	padding: 22px 0px 0px 6px;
	color: #ecd6d4;
}

h2 {
	font-family: Helvetica, sans-serif;
	font-size: 28px;
	letter-spacing: -1px;
	padding: 18px 0px 0px 6px;
	color: #ecd6d4;
}

h3 {
	font-family: Helvetica, sans-serif;
	font-size: 8.5px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding-top: 13px;
	padding-bottom: 4px;
	color: #333333;
}

h4 {
	font-family: Helvetica, sans-serif;
	font-size: 34px;
	letter-spacing: -1px;
	color: #a43c3e;
	margin-top: -3px;
	margin-left: -2px;
}

h5 {
	font-family: Helvetica, sans-serif;
	font-size: 25px;
	letter-spacing: -1px;
	padding: 19px 0px 0px 6px;
	color: #ecd6d4;
}

h6 {
	font-family: Helvetica, sans-serif;
	font-size: 8.5px;
	text-transform: uppercase;
	letter-spacing: -0.1px;
	padding-top: 13px;
	padding-bottom: 4px;
	color: #333333;
}

#content p {
	font-family: Georgia, sans-serif;
	font-size: 11px;
	letter-spacing: 0.3px;
	line-height: 16px;
	color: #4f3114;
}

#footer a {
	font-family: Georgia, sans-serif;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 0.3px;
	line-height: 16px;
	color: #4f3114;
	text-decoration: none;
}

#footer a:hover {
	color: white;
}

#footer p {
	padding-top: 24px;
	font-family: Georgia, sans-serif;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 0.3px;
	line-height: 16px;
	color: #4f3114;
	text-decoration: none;
}