/* 
Description: Noah's Ark
Version: 1.0
Released: 07/2/10
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */


/* =LAYOUT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

body {
	color: #fadd7d;
	font:87%/1.6 'Trebuchet MS',Arial, Helvetica, sans-serif; /* Sets default size to 13pt */
	text-align: center;
	position: relative;
	min-width: 960px;
	background: #3d5c2e;
}

#branding {
	background: url(../images/bg.jpg) 50% -1px repeat-x;
	height: 746px; 
	position: relative;
}


#content {
	background: #4A6F37 url(../images/bg_content.png) repeat-x 0 0;	
	padding-bottom: 50px;
	margin: 0;
}

#content_main {
	width: 547px;
	padding: 0px 0px 0 0;
}


#branding_container, #content_main_container, #site_info_container{
	width: 960px; 
	margin: 0 auto; 
	text-align: left;
}
	

#site_info {
	background: #3d5c2e;
	overflow:hidden;
	clear:both;
	border-top: 1px solid #4e8e1b;
}

/* =TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

body * {
	font-size: 100%;
}
	
HTML {
	font-size: 100%;
}

p {
	margin-bottom: 17px;

}


h4{
	color:#2E719E;
	font-size: 115%;
	margin-bottom: 3px;
}

h5 {
	font-weight: bold;
}

ul {
	margin: 5px 0 20px 0;
}

li {
	margin-bottom: 13px;
	background: url(../images/li.png) no-repeat 0 2px;
	padding-left: 25px;
	margin-right: 25px;
	line-height: 1.5;
	color: white;
}

li.single_line_li {
	background-position: 0 50%;
}







/* =LINKS- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.action_link {
	margin-top: 10px;	
	text-align:right;
	font-weight: bold;
}

.action_link a:link, .action_link a:visited {
	color:#809645;
	
}

a:link, a:visited {
	color:#809645;
	text-decoration: none;
}

a:hover{
	color:#809645;
	text-decoration: underline;
}




/* =Branding
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#branding_container {
	position: relative;
}

#branding h1, #branding p {
	text-indent: -9999px;
	position: relative;
}



#branding h1 a {
	display: block;
	background: url(../images/logo.png) no-repeat 0 0;
	height: 74px;
	width: 234px;
}

#branding h2 {
	text-indent: -9999px;
	background: url(../images/logo_framecounter.jpg) no-repeat 0 0;
	height: 209px;
	width: 561px;
	position: relative;
	top: 66px;
	left: -6px;
}
	
#legs {
	width: 396px;
	height: 209px;
	background: url(../images/legs.png) no-repeat 0 0;
	position: absolute;
	right: 4px;
	top: 746px;
	z-index: 100;
}

	

#sibling_logo {
	display:none;
}


/* =HOME
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */



#screenshot_thumbs img {
	margin:5px 23px 0 0;
	cursor:pointer;
	box-shadow: 0 0 10px #484848;
 	 -moz-box-shadow: 0 0 10px #484848;
  	-webkit-box-shadow: 0 0 10px #484848;

}

#screenshot_thumbs {
	margin-left: 0px;
}


/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	min-width:320px;	
	min-height:320px;
	border:4px solid white;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
	
	
#legs a {
	text-indent:-9999em;
	width:329px;
	height:63px;
	display:block;
	background: url(../images/download.png) no-repeat 0 0;
	position:absolute;
	top: 221px;
	right: 34px;
	z-index: 200;
}
	

/* =SITE INFO
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#site_info {
	color: #809645;
	padding: 20px 0 10px 0;

}

#site_info p {
	position: relative;
	top: 20px;
	text-align: left;
}

#site_info img {
	float: right;
	margin-left: 10px;
}
