/*
KeelieNicole - Screen Styles

author: Cory Duncan / coryduncan.com
colors:
	light grey - e0e1e3
	light green - f1f9e9
	green - 629c33
	dark green - 467420 
*/
	
body, h1, h2, h3, h4, h5, p, table, table td, table th, a img, form, fieldset, button {
	border: none;
	margin: 0;
	padding: 0;
	}
code { font-family: "Courier New", Courier, monospace; }
a:link { color: #4c7f18; }
a:visited { color: #4c7f18; }
a:hover { color: #063; }
a.rss { 
	background: url(/images/icons/rss.gif) no-repeat 0 0.3em;
	display: block;
	font-size: 0.83em;
	letter-spacing: 0.1em;
	padding: 0.3em 0 0.5em 20px; 
	text-decoration: none;
	text-transform: uppercase;
	}
body {
	background: #fff; 
	color: #333;
	font: 12px/1.5em Arial, Helvetica, Sans-serif;
	}
button { 
	cursor: pointer;
	display: block;
	}
p {	margin: 0 0 1.5em 0; }
ol li { margin: 0 0 2em 0; }
h1 {
	color: #000;
	margin: 0 0 0.4em 0;
	font: bold 1.5em Arial, Helvetica, Sans-serif;
	text-transform: uppercase;
	}
h2 {
	color: #693;
	margin: 1em 0 0 0;
	font: normal 1.4em Arial, Helvetica, Sans-serif;
	}
h2 a:link, h2 a:visited { color: #693; }
h3 {
	color: #693;
	margin: 1em 0 0.3em 0;
	font: bold 1.3em Arial, Helvetica, Sans-serif;
	}
h4 {
	color: #000;
	margin: 0 0 .4em 0;
	font: bold 13px Arial, Helvetica, Sans-serif;
	}
.clear { clear: both; }	


/* -- structure -- */		
#wrapper {
	margin: 0 auto;
	position: relative;
	width: 890px;
	}
#header {
	background: url(/images/structure/header.jpg) no-repeat 0 0;
	height: 280px;
	position: relative;
	}
#main {
	margin: 0 auto;
	width: 730px;
	}


/* -- content -- */
#content {
	overflow: hidden;
	margin: 20px auto 100px; 
	width: 800px;
	}
#content .col-main {
	float: left;
	width: 550px;
	}
#content .col-sub {
	float: right;
	margin: 0 20px 0 0;
	width: 180px;
	}
#logo {
	left: 0;
	position: absolute;
	top: 20px;
	z-index: 100;
	}
#featurephoto {
	position: absolute;
	left: 340px;
	top: 0;
	z-index: 1;
	}
#intro {
	background: url(/images/intro.gif) no-repeat 0 0;
	height: 79px;
	position: absolute;
	margin: 0;
	right: 240px;
	text-indent: -9999px;
	top: 180px;
	width: 294px;
	}
#footer {
	margin: 80px auto 0;
	position: relative;
	width: 900px;
	}
#footer p {
	bottom: 10px;
	margin: 0; 
	position: absolute;
	right: 0;
	text-align: right;
	}

/* thumbnail listing */
ul.thumbs {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
	}
ul.thumbs li {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	}	
ul.thumbs img {
	background: #fff;
	border: 1px solid #e0e1e3;
	display: block;
	padding: 5px; 
	}
ul.thumbs a:hover img {	border-color: #fff;	}
	
	
/* -- blog -- */
.post {
	margin-bottom: 4.5em;
	overflow: hidden;
	position: relative;
	width: 100%;
	}
.post h2 { margin: 0 0 .3em 0; }
.post .date {
	background: #467420 url(../images/structure/date-bg.gif) repeat-x 0 0;
	border: 3px solid #467420;
	color: #fff;
	display: block;
	float: left;
	font-size: 23px; font-weight: bold;
	line-height: 0.9em;
	margin: .2em .4em 0 0; 
	padding: 2px 5px;
	text-align: center;
	}
.post .date .month {
	font-family: Arial, Helvetica, sans-serif; font-size: 15px;
	line-height: 16px;
	text-transform: uppercase;
	}
.post .date .day {
	color: #e0efd0;
	font-weight: normal;
	}
.post .meta {
	border-top: 2px solid #d6e4c9;
	color: #666;
	margin: 2em 0;
	overflow: hidden;
	padding: 1em 0;
	}
.post .meta .category {
	float: right;
	text-align: right;
	width: 70%;
	}
.post .meta a:link, .post .meta a:visited { color: #000; }
.post .meta a:hover, .post .meta a:active { color: #467420; }
.post .meta.alt {
	font-size: 0.9em;
	}
.post a.comments {
	background: url(../images/icons/comments.gif) no-repeat 0 3px;
	float: left;
	padding-left: 14px;
	}
.post .comments strong { font-size: 150%; }
.navigation { padding: 2em 0; }
ol.comments {
	margin: 0 0 4em 0;
	padding: 0;
	}
ol.comments li {
	background-color: #e3f4d2;
	border: 1px solid #e3f4d2;
	color: #444;
	padding: 1em;
	margin: 1em 0;
	}
ol.comments li.alt { background-color: #f5fded; }
ol.comments cite {
	color: #333;
	font-size: 16px; font-weight: bold;
	}

/* -- forms -- */
.textbox, textarea {
	background-color: #e2e2e2;
	border: 2px solid #999;
	font-family: Arial, Helvetica, sans-serif; font-size: 1.2em;
	padding: .2em;
	}
.textbox:focus, textarea:focus { border-color: #cecece; color: #444; }
textarea {
	height: 200px;
	overflow: auto;
	width: 400px;
	}
fieldset { margin: 0 0 1em 0; overflow: hidden; width: 100%; }

/* contact form */
form.default { 
	border-top: 3px solid #e0e1e3;
	margin: 2em auto 0 auto;
	padding: 2em 0 0 0;
	width: 450px;
	}
form.default label {
	display: block;
	float: left;
	padding-right: 10px;
	position: relative;
	text-align: right;
	top: .4em;
	width: 90px;
	}
form.default .textarea label {
	clear: left;
	float: none;
	margin: 10px 0 6px 0;
	position: static;
	text-align: left;
	top: auto;
	width: 100%;
	}
form.default .textbox {	width: 300px; }
form.default textarea {
	height: 180px;
	width: 400px;
	}

/* email newsletter form */
#email-form {
	background: url(/images/structure/makeup-artist.gif) no-repeat 0 0;
	height: 75px;
	padding: 0 0 19px 74px;
	position: relative;
	}
#email-form label {
	bottom: 24px;
	color: #467420;
	font-weight: bold;
	left: 85px;
	margin-bottom: 1.8em;
	position: absolute;
	width: 25em;
	}
#email-form button {
	background: url(/images/buttons/subscribe.gif) no-repeat 0 0;
	bottom: 19px;
	height: 24px;
	left: 260px;
	overflow: hidden;	
	position: absolute; 
	text-indent: -9999px;
	width: 67px;
	}
#email-form .textbox {
	background: #f1f9e9;
	border-color: #9ec679;
	bottom: 19px;
	color: #111;
	font-size: 14px;
	left: 85px;
	position: absolute;
	width: 160px;
	}
#email-form .textbox:focus { background-color: #fff; }

/* -- nav -- */	
#nav {
	height: 44px;
	left: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 103px;
	width: 210px;
	z-index: 3;
	}
#nav li { float: left; margin: 0; padding: 0; }
#nav a {
	background: url(/images/nav/global.gif) no-repeat 0 0;
	display: block;
	height: 100%;
	left: 0;
	overflow: hidden;
	outline: none;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	width: 100%;
	}
#nav a:hover { background: url(/images/nav/global.gif) no-repeat 0 0; }
#nav-home a { background-position: 0 -18px; height: 30px; left: 4px; top: 18px; width: 51px; }
#nav-home a:hover { background-position: 0 -62px; }
.home #nav-home a, .home #nav-home a:hover { background-position: 0 -105px; cursor: default; }
#nav-portfolio a { background-position: -64px -10px; left: 64px; height: 32px; top: 12px; width: 76px; }
#nav-portfolio a:hover { background-position: -64px -54px;}
.portfolio #nav-portfolio a, .portfolio #nav-portfolio a:hover a { background-position: -61px -95px; cursor: default; }
#nav-contact a { background-position: -142px 0; height: 30px; left: 142px; top: 3px; width: 68px; }
#nav-contact a:hover { background-position: -142px -44px; }
.contact #nav-contact a, .contact #nav-contact a:hover { background-position: -142px -88px; cursor: default; }

#nav-store a { 
	background: url(/images/nav/store.png) no-repeat 0 0;
	height: 15px;
	left: 254px;
	top: -4px;
	width: 68px;
	}
#nav-store a:hover { background: url(/images/nav/store.png) no-repeat 0 -15px; }



/* -- tertiary nav -- */
.nav-tert {	margin: 3em 0; }
.nav-tert ul {
	border-top: 1px solid #d6e4c9;
	list-style: none;
	margin: 10px 0 0 0;
	overflow: hidden;
	padding: 0;
	}
.nav-tert li { 
	float: left;
	margin: 0;
	padding: 0;
	width: 100%
	}
.nav-tert li a {
	border-bottom: 1px solid #d6e4c9;
	display: block;
	padding: .7em;		
	text-decoration: none;
	}
.nav-tert li a:link, .nav-tert li a:visited { color: #6f6f6f; }
.nav-tert li a:hover { background-color: #f1f9e9; color: #333; }

/* -- sifr -- */
.sIFR-flash { visibility: visible; margin: 0; }
.sIFR-replaced { visibility: visible; }
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] { display: none !important; }
.sIFR-hasFlash h1, .sIFR-hasFlash h2, .sIFR-hasFlash h3 { visibility: hidden; }
.sIFR-hasFlash h1 { font-size: 28px; height: 28px; }
.sIFR-hasFlash h2 {	font-size: 25px; letter-spacing: -3px; }
.sIFR-hasFlash h3 {	font-size: 18px; }

/* -- lightbox -- */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 900;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 800;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
