  @charset "ISO-8859-1";
/* CSS Document */

/*=====================================================================
 *
 * Filename: seana_gordon.css
 * Website: www.seanagordon.com
 * Author: Hilary Pillette
 * Date Created: 2009
 * Media: Screen
 *
 * Description
 * -----------
 * This is the stylesheet for Seana Gordon
 *
 * ------------------------------------------------- *
 * ##### CREATED BY HFP FOR SEANA GORDON   ########## *
 * ##### ALL MATERIALS ARE COPYRIGHT 2009 ##### *
 * ------------------------------------------------- *
 *
*=====================================================================*/

* {
margin: 0;
padding: 0;
}

html, body {
	margin:0px 0px; 
	padding:0px;
    height: 100%;
	color: #ccc;
	font-family: Georgia, serif;
	font-size: 12px;
	background: #000 
	}
	
#wrapper {
	width: 1000px;
	height: 783px;
	margin: 0px auto;
	background: url('../img/home_bg.jpg') top center no-repeat;
	}
	
#header {
	width:730px;
	height: auto;
	margin:0px auto;
	text-align:center;
	padding:0px;
	}
	
#content {
	width:804px;
	height: auto;
	margin:0px auto;
	padding:0px;
	text-align:center;
	}
	
#footer {
	width:804px;
	margin:15px auto;
	text-align:center;
	padding:0px;
	color: #7f6516;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}


#navBar { 
	clear: both;
	height: 25px;
	margin: 0;
	padding: 0;
	}

#mainNav ul {
	margin: 0;
	padding: 0;	
	}
	
#mainNav li {
	text-align: center;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 10px 10px;
	float: center;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	white-space: nowrap;
	}
	
#collbg {
	width:804px;
	height: 541px;
	text-align:center;
	padding:0px;
	background: url('../img/coll_bg_SP09.jpg') top center no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
#content h2 {
	font-size: 18px; 
	color: #999;
	margin: 18px 0 0 0;
	padding: 0 0 9px 9px;
	}
	
#bio p {
	font-size: 14px; 
	margin: 18px 100px 18px 100px;
	padding: 0 0 9px 9px;
	text-align:left;
	}
	
#bio h2 {
	font-size: 18px; 
	margin: 18px 100px 18px 100px;
	padding: 0 0 9px 9px;
	text-align:left;
	}

#gallery {
	width:794px; 
	height:636px; 
	margin: 3px 3px 3px 3px;
	position:relative; 
	}
	
#gallery ul {
	list-style:none; 
	padding:3px; 
	margin:0; 
	width:350px; 
	float:right; 
	height:525px; 
	overflow:auto;
	}
	
#gallery ul li {
	display:inline; 
	width:70px; 
	height:95px; 
	float:left; 
	margin:10px 10px 7px 5px; 
	border:1px solid #333; 
	cursor:pointer;
	}
	
#gallery ul li img {
	display:block; 
	width:70px; 
	height:95px;
	}
	
#gallery ul li span {
	display:none;
	position:absolute;
	left:449px;
	top:544px;
	width:327px;
	font-family:Georgia, Times New Roman, Times, serif;
	color:#999;
	font-size:12px;
	line-height:15px;
	text-align:left;
	}
	
#gallery ul li span.head {
	color:#999;
	font-size:18px;
	line-height:15px;
	}
	
/* required for IE5.x and IE6 to display the start image size correctly */
#gallery ul li.click i img.default {margin:0 auto 0 auto; width:430px; height:636px;}

#gallery ul li.off {display:none;}

#gallery ul li.click {border-color:#b2891f; background:#191919; cursor:default;}

#gallery ul li.click i {position:absolute; left:0; top:0; width:430px; height:636px;}

#gallery ul li.click i img {margin:0 auto 0 auto; width:auto; height:auto;}

#gallery ul li.click span {display:block;}

	
img.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 25px;
	margin-bottom: 15px;
	 }
	 
img.title {
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0 0 5px 0;	
	 }
	 

	
a:link { 
	color: #7f6516;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: none;
	text-decoration: none;
	}
a:visited { 
	color: #7f6516;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: none;
	text-decoration: none;
	}
a:hover { 
	color: #c48f02;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: none;
	text-decoration: none;
	}
a:active { 
	color: #7f6516;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: none;
	text-decoration: none;
	}
	
