/* @override 
	http://ibs.thishead.com/style.css
	http://imageblockstudios.dev/style.css
*/

/* @group Reset */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* @end */

body{
	margin: 40px 10px;
	background-color: #000;
	font: 13px/17px Georgia, "Times New Roman", Times, serif;
}

#container{
	margin: 0 auto;
	width: 940px;
	height: 650px;
	position: relative;
}

#home #container {
	background: url(/images/homepage.jpg) no-repeat left top;
}

#aboutus #container, 
#contact #container {
	background: url(/images/bg_main.jpg) no-repeat left top;
	}
	
#noah #container {
	background: url(/images/bg_noah.jpg) no-repeat left top;
	}
	
#lori #container {
	background: url(/images/bg_lori.jpg) no-repeat left top;
	}

p{
	margin-top: 15px;
	margin-bottom: 15px;
}

strong {
	font-weight: bold;
}

a{
	color: #362e1f;
}

a:visited{
	color: #7d7363;
}

a:hover{
	color: #7c6d55;
}

/* @group HeaderBar */

#header {
	width:  175px;
	margin-left: 150px;
	float: left;
}

#logo h1 a{
	height:  91px;
	width: 100px;
	float: left;
	background: url(/images/button_logo.jpg) repeat left top;
	text-indent: -1000em;
	display: block;
	overflow: hidden;
	margin: 93px 46px 5px;
}

/*#logo h1 a:hover{
	background: url(/images/button_logo.jpg) repeat 0 -91px;
}*/

/* @group Navigation */

#navigation{
	width: 100%;
	clear: both;
}

ul.nav li a{
	width: 120px;
	height: 30px;
	float: left;
	text-indent: -1000em;
	display: block;
	overflow: hidden;
	margin-left: 35px;
}

li#home a{ background: url(images/button_home.gif) no-repeat left top;}
li#home a:hover{ background-position: 0 -26px;}
li#home.selected a{ background-position: 0 -26px;}

li#aboutus a{ background: url(images/button_aboutus.gif) no-repeat left top;}
li#aboutus a:hover{ background-position: 0 -26px;}
li#aboutus.selected a{ background-position: 0 -26px;}

li#contact a{ background: url(images/button_contact.gif) no-repeat left top;}
li#contact a:hover{ background-position: 0 -26px;}
li#contact.selected a{ background-position: 0 -26px;}

li#film a{ background: url(images/button_film.gif) no-repeat left top;}
li#film a:hover{ background-position: 0 -26px;}
li#film.selected a{ background-position: 0 -26px;}

li#illustration a{background: url(images/button_illustration.gif) no-repeat left top;}
li#illustration a:hover{background-position: 0 -26px;}
li#illustration.selected a{ background-position: 0 -26px;}

li#sketch a{background: url(images/button_sketch.gif) no-repeat left top;}
li#sketch a:hover{ background-position: 0 -26px;}
li#sketch.selected a{ background-position: 0 -26px;}

li#links a{	background: url(images/button_links.gif) no-repeat left top;}
li#links a:hover{ background-position: 0 -26px;}
li#links.selected a{ background-position: 0 -26px;}

li#pastel a{background: url(images/button_pastel.gif) no-repeat left top;}
li#pastel a:hover{ background-position: 0 -26px;}
li#pastel.selected a{ background-position: 0 -26px;}

/* @end */

/* @end */

/* @group ClearFix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* @end */

/* @group Content */

#content { 
	width: 470px;
	position: relative;
	float: left;
	margin: 100px 50px 50px;
}

#presentimage, #presentthumbs{
	width: 100%;
}

.thumbcontainer{
	width: 320px;
	height: 240px;
	margin: 80px auto;
}

#imgnav{
	position: absolute;
	left: -215px;
	top: 350px;
}

img.thumb{
		border: 1px solid #fff;
}

#image{
	position: absolute;
	text-align: center;
	width: 100%;
	min-height: 450px;
	display: table-cell;
	vertical-align: middle;
}

a img.single{
	max-height: 450px;
	max-width: 430x;
	border: 1px solid #fff;
}

#prev a, #single a, #thumbnails a, #next a{
	width: 170px;
	height: 20px;
	text-indent: -1000em;
	display: block;
	overflow: hidden;
}

#prev a{ background: url(/images/button_previous.gif) no-repeat center -5px;}
#prev a:hover{ background-position: center -31px;}

#next a{ background: url(/images/button_next.gif) no-repeat center -5px;}
#next a:hover{ background-position: center -31px;}

#thumbnails a{ 
	background: url(/images/button_thumbnails.jpg) no-repeat center top;
	height: 45px;
}
#thumbnails a:hover{ background-position: center -50px;}

#single a{ 
	background: url(/images/button_single.jpg) no-repeat center top;
	height: 45px;
}
#single a:hover{ background-position: center -50px;}



/* @end */

/* @group Badge */

#home .badge.lori {
	position: absolute;
	top: 200px;
	left: 60px;
}
#home .badge.noah{
	position: absolute;
	top: 380px;
	left: 355px;
}

#aboutus .badge.lori a,
#contact .badge.lori a{
	position: absolute;
	top: 232px;
	left: 15px;
	width: 130px;
	height: 215px;
	display: block;
	background: url(/images/button_bookmark_lori.gif) no-repeat 0 0;
	text-indent: -2000px;
}

/*#aboutus .badge.lori a:hover, #contact .badge.lori a:hover{
	background: url(/images/button_bookmark_lori.gif) no-repeat 0px -215px;
}*/

#aboutus .badge.noah a, #contact .badge.noah a{
	position: absolute;
	top: 13px;
	left: 15px;
	width: 130px;
	height: 215px;
	display: block;
	background: url(/images/button_bookmark_noah.gif) no-repeat 0 0;
	text-indent: -2000px;
}

/*#aboutus .badge.noah a:hover, #contact .badge.noah a:hover{
	background: #9bdbff url(/images/button_bookmark_noah.gif) no-repeat 0px -215px;
}*/


.badge #name{
	width: 70px;
	text-indent: -1000em;
	overflow: hidden;
}

#badgelinks a{
	height: 23px;
	text-indent: -1000em;
	display: block;
	overflow: hidden;
}

.lori #badgelinks a#blog{ background: url(/images/button_blog_lori.gif) no-repeat -17px -4px;}
.lori #badgelinks a#blog:hover{ background-position: -17px -35px;}

.lori #badgelinks a#website{ background: url(/images/button_website_lori.gif) no-repeat -9px -4px;}
.lori #badgelinks a#website:hover{ background-position: -9px -35px;}

.noah #badgelinks a#blog{ background: url(/images/button_blog_noah.gif) no-repeat -4px -4px;}
.noah #badgelinks a#blog:hover{ background-position: -4px -35px;}

.noah #badgelinks a#website{ background: url(/images/button_website_noah.gif) no-repeat -9px -4px;}
.noah #badgelinks a#website:hover{ background-position: -9px -35px;}


/* @end */

/* @group Footer */

.footer {
	clear: both;
}



/* @end */

