/*

jeanieriddle.com stylesheet(s)
coded by Kevin Finlayson 
Principal Designer
© 2006 Dust and Mold. All Rights Reserved.  
info@dustandmold.net 
Dissect only

See related IE6.css files for future-proofing and IE hacking.

TOC:

1. Global Reset
2. Structure
3. Navigation
4. Typography
5. sIFR
6. Accessibility
7. Special Rules

I reserve the right to not follow this scheme ;)

*/

/* (1) GLOBAL RESET

This reset replicates mozilla/standards whitespace and flow behaviours across all browsers.  Major shouts to Left Justified: http://leftjustified.net/journal/2004/10/19/global-ws-reset/

*/

* {
padding:0;
margin:0;
font-size: 1em;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin:20px 0; 
}

li, dd { 
	margin-left: 40px; 
}

fieldset { 
	padding:10px; 
}

/* (2) STRUCTURE */

body {
	font:67%/1.4em "Lucida Grande", 'Lucida Sans', verdana, arial, sans-serif;
	color: #fff;
	background: #ee5450 url("comps/background2.gif") repeat-x left top;
}


#wrapper {
	height: 100%;  
	background-color: transparent;
	margin:0;   
	padding-left: 30px;
}

#header {
	height: 181px;     
	background-color: transparent;
/*	background: transparent url("comps/bg.gif") repeat-x left bottom;
	padding-bottom: 200px;*/
}

#marquee {
	height: 220px;  
	background-color: transparent;
/*	background-color: #8dd1F8;
	border-bottom: 7px solid #c6d27b;*/
	padding-left:0px;
}

#nav {
	padding-left: 0px;
	z-index: 1;
}

/*#strip {
	background:transparent url('comps/bg.gif') repeat-x left top;
	margin-left: -20px;
	padding-left: 20px;
	height: 17px;
	padding-top: 3px;
}*/

#content {
	min-height: 400px;
	height: auto;
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-top: 20px;
	float: left;
	
}

#index #content {
	width: 470px;
}

/*#maildiv {
	text-align: left;
	margin-left: 20px;
	padding:0;
	border-bottom: 1px dotted #C4BE7E;
	display: none;
}*/

#footer {
	background-color: transparent;
	height: 50px; 
	margin-top: 30px;
	padding-top: 40px;
	color: #fff !important;
	padding-left: 0px;
	font-size: 0.87em;
	clear: left;
	float: left;
}

/* (3) NAVIGATION */

/* (4) TYPOGRAPHY */

p {
	margin: 10px 0;
}

a, a:visited { 
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	font-family: Helvetica, "Lucida Grande", arial, sans-serif;
	margin-top: 0px !important;
	margin-bottom: 0.3em;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 2em;
	padding-top: 30px;
	line-height: 1.4em;
	color: #facbca;
	margin-bottom: 0;
	font-weight: normal;
}

h3 {
	font-size: 1.18em;
	margin:0;
	display: block;
	padding-bottom: 10px;
	margin-top: 30px !important;
	color: #fff;
	font-weight: normal; 
}

h4 {
	font-size: 1.18em;
}

h5 {
	font-size: 1em;
}

h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited {
color: #fff;
text-decoration: none;

}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: underline;
	color: #fff;
	
}


/* (5) sIFR */
/* (6) ACCESSIBILITY */

a.logo_outdent {
	display: block;
	height: 177px;
	position:absolute;
	top: 0px;
	left: 15px;
	width: 315px;
	text-indent: -1999px;
 	padding-top: 0px !important;
 	margin-top: 0px !important;
	background: transparent url("comps/newlogo9.gif") no-repeat left top;
	margin-left: -5px;
	z-index: 0;
}


/* (7) LIGHTBOX */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	color: #888;
	}
	
#lightbox img{ border: none;	}

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

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

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(comps/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(comps/prev.gif) left 53% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(comps/next.gif) right 53% no-repeat; }


#imageData{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	padding:0 10px 0 10px;
	line-height: 1.4em;
	height: 38px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left;	}			
#imageData #bottomNavClose{ width: 36px; float: right;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	
/* (8) SPECIAL RULES */

#maildiv h2, #maildiv h3 a, #maildiv h3 a:visited {
	margin:0;
	padding:0;	
}

img {

	margin:0;
	padding:0;
	border: 5px solid #ef8683;
}

ul.short {
	list-style: none;
/*	background: transparent url("comps/bg.gif") repeat-x left top;*/
/*	border-top: 3px solid #CF9854;	*/
	width: auto;
	margin:0;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
}

ul.short li {
	float: left;
	margin:0;
	margin-right: 10px;
	margin-bottom: 5px;
	padding:0;
}

ul.short li a {
}

#maildiv p {
	margin: 5px 0;
	color: white;
	text-align: left;
	width: 360px
}

.click {
	color: #d4b675;
	font-size: 0.93em;
	clear: left;
}

#header h1 {
	margin:0 !important;
}

.grid {
	float: left;
	margin:0;
	padding:0;
	margin-right: 30px;
	width: 300px;
}

#index .grid {
	width: 500px;
	margin-top: 10px;
}

.big {
	color: #cdf2f6;
	font-size: 1.18em;
}

.big a {
	color: #cdf2f6;
	font-weight: bold;
}


#footer a {
	color: #fff;
}

#content p {
	width: 400px;
}
