/*CSS for Dan Dole: Codornices Forge*/


body{
	background: #968f86;
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	color: #422d1a;
}


h2{
	color: #856851;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}











.master_container{
	margin: 0 auto;
	text-align: left;
	width: 950px;
	border: 1px solid #4b4b4b;
	background: #fff;
}

.header{
	border-bottom: 1px solid #4b4b4b;
}
#forge_logo{
	float: right;
	margin-top: 84px;
	padding-right: 12px;
}

.nav{
	padding-top: 84px;
}

.nav div{
	width: 120px;
	float: left;
	margin-right: 4px;
	text-align: center;
	cursor: pointer;
}
.nav .active{
	background: #f2ad22;
}
.nav .off, .nav .on{
	background: #381e0c;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#side_img{
	margin-top: 12px;
}

#left_col{
	float: left;
	margin: 12px;
}

#text_content{
	margin: 15px 5px 12px 40px;
	float: left;
	width: 460px;
}
#gallery_content{
	margin: 0 10px 10px 10px;
	float: left;
	clear: both;
	width: 926px;
}
#gallery_container{
	background: #2b241d;
	text-align: center;
	height: 500px;
}

#gallery_title{
	background: #fff;
	text-align: center;
	height: 20px;
	position: relative;
	top: -30px;
	left: 25px;
	filter:alpha(opacity=80);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	width: 850px;
}

#gallery_title #title_text{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	color: #000;
	font-weight: bold;
}


#stage{
	margin: 10px;
}
#gallery_nav{
	background: #666;
	margin-top: 6px;
	width: 926px;
}
#gallery_nav img{
	margin: 5px 0 5px 5px;
	border: 1px solid #fff;
	cursor: pointer;
}

#subnav{
	float: right;
	border-bottom: 1px solid #948b83;
	padding: 0;
	margin: 30px 0 12px 40px;
	width: 610px;
	height: 30px;
}

#subnav .navitem{
	font-size: 12px;
	padding: 2px 6px;
	float: left;
	margin: 2px 0;
}

#subnav .off a{
	color: #422d1a;
	text-decoration: none;
}

#subnav .on{
	color: fff;
	background: #ada39d
}

#subnav .on a{
	color: fff;
	text-decoration: none;
}





.clear{
	clear: both;
}
