/* modelcitizens  -------------------------------------------  */

/* Basic -------------------------------------------  */

body {
	margin:0px; padding:0px;
	background:url(images/bg.jpg) no-repeat #000000;
	background-position:top center;
	font-family: Georgia, Verdana, sans-serif;
	font-size:12px;
	
	line-height:16px;
	color: #000000;
}

h1 {
	font-size: 1.8em;
	line-height: 1.0em;   
	font-weight: bold;    
	clear:left;              
	color: #9a7341; 
	margin-bottom: 0px;
	margin-top: 0px;
}

h2 {
	font-size: 1.15em;
	color: #a75b44;
	line-height: 1.3em;   
	font-weight: bold;    
	clear:left;              
  	margin-bottom: 0px;        
}


#container {
	width: 632px;
	text-align: left;
	padding:0px 0px 0px 0px;
	margin: 0 auto;
}
#header {
	background:url(images/header.jpg) no-repeat;
	height:174px;
	width:632px;
}
}
#imagerotator {
	background:url(images/slideshow1.jpg) no-repeat;
	height:174px;
	width:632px;
}

#content {
	background:url(images/content_bg.jpg) repeat-y;
	padding:10px 15px 15px 15px;
	min-height:100px;
}

#twitter_div {
	padding:0px 0px 0px 0px;
}


#footer {
	background:url(images/footer.jpg) no-repeat;
	height:114px;
	width:632px;
}


/* Nav positioning -------------------------------------------  */

#home { position:relative; top:143px; left:143px; }
#about { position:relative; top:143px; left:190px; }
#blog { position:relative; top:142px; left:237px; }
#friends { position:relative; top:143px; left:280px; }
#store { position:relative; top:143px; left:289px; }

/* Links ------------------------------------------- */

A.contentlink:link {
	color: #555555;
	background: #fff;
	text-decoration: none;
	font: 11px/15px "Lucida Grande", Helvetica, Arial, sans-serif;
	padding: 1px 6px;
}
A.contentlink:visited {
	text-decoration : none;   /*line-through;*/
	color: #555555;
	font: 11px/15px "Lucida Grande", Helvetica, Arial, sans-serif;
	padding: 1px 6px;
		background: #fff;
}
A.contentlink:hover {
	color: #fff;
	font: 11px/15px "Lucida Grande", Helvetica, Arial, sans-serif;
	padding: 1px 6px;
	background-color: #5a818e;
}

A.imagelink:link {
	color: #555555;
	background: #fff;
	padding: 1px 0px;
}

A.imagelink:hover {
	color: #ffffff;
	background: #fff;
	padding: 1px 0px;
}


/* Images ------------------------------------------- */

img.contentimage {
	float: left;
	margin: 0.75em 0.80em 0.0em 0.05em;
	border: 3px solid #d9d9d9; 
}

/* Lightbox ------------------------------------------- */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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: 16px Georgia, 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: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 2.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #2e2926; }

