/*
CSS: Http://www.oxymoronpress.com http://www.JohnNemec.com
*/

/* +++++++++++++++++++++++++++++ Shifting Ground +++++++++++++++++++++++++++++ */


/* ++++++++++++++++++++ Common Styles ++++++++++++++++++++ */


* {
	margin: 00px;
	padding: 0px;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	background: #000000;
        width: 900px;
}
		
a:link, a:visited { color: #EFA234; text-decoration: none; font-weight: bold; } 
a:active, a:hover { color: #EF6D34; text-decoration: underline; }

p { margin: 0px; padding: 0px; text-align: justify; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px; }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }

.fl { float: left; }
.fr { float: right; }

.mr_w40 { margin-right: 40px; }

h1 {
	margin: 0px;
	padding: 2px 0;
	font-size: 27px;
	font-weight: bold;
}

h2 {
	margin: 0 0 10px 0;
	padding: 15px 0 10px 50px;
	font-size: 36px;
	font-weight: normal;
	height: 30px;
	color: #ffffff;
	background: url(images/h2_bg.jpg) left top no-repeat;
}

h3 {
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
}

h4 {
	padding: 0 0 1px 0;
	margin: 0 0 1px 0;
	font-size: 15px;
	font-weight: bold;
}

.logo_bg_line {
	width: 850px;
	height: 28px;
	background: url(images/logo_bg_line.png) repeat-x;
	clear: both;
}


.button_01 a {
	clear: both;
	display: block;
	width: 105px;
	height: 45px;
	padding-top: 25px;
	background: url(images/more_bg.png) no-repeat;
	
	color: #FFF;	
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;	
}

.button_01 a:hover {
	color: #FF0;
}

.image_wrapper{
	border: 1px solid #000;
	margin-top: 3px;
	margin-bottom: 5px;
}

.fl_image {
	float: left;
	margin-right: 15px;
}

.fr_image {
	float: right;
	margin-left: 15px;
}

#templatemo_wrapper {
	width: 1100px;
	margin: 0px;
	background: url(images/main_bg.jpg) top center repeat-x; 
}

#templatemo_content {
	width: 960px;
	margin: 0 auto;
	padding: 20px 10px 10px 0;
	background: url(images/logo_bg.jpg) top left no-repeat;
}

#templatemo_content p {
	margin-bottom: 10px;
}


#column_left_column {
	float: left;
	width: 470px;
	padding-top: 310px;
}

#column_right_column {
	float: right;
	width: 475px;
}

.section_w470 {
	width: 470px;
	margin-bottom: 40px;
}

.section_w475 {
	width: 475px;
}

.gallery {
	margin: 20px 0 0 0;
	padding: 0px;
	list-style: none;
}

.gallery li {
	margin: 0 0 0 0;
	padding: 0;
	display: inline;
}

.gallery li a {
	float: left;
	display: block;
	width: 450px;
	height:113px;
	border:4px solid #000000;
	margin: 0 20px 20px 0;
}

/* menu */
#templatemo_menu {
	clear: both;
	width: 600px;
	height: 50px;
	margin-top:5px;
	margin-bottom: 5px;
	background: url(images/top_menu_bg.png) no-repeat;
}

#templatemo_menu ul {
	overflow: hidden;
	padding: 10px 0 0 0;
	margin: 0px;
	list-style: none;
}

#templatemo_menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#templatemo_menu ul li a {
	float: left;
	display: block;
	padding: 10px 10px 10px 10px;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	color: #EFA234;	
	background: url(images/templatemo_menu_right.jpg) right top no-repeat;
	border-right: 1px solid #2e1313;
	outline: none;
}

#templatemo_menu li .last {
	border: none;
}

#templatemo_menu li a:hover, #templatemo_menu li .current {
	color: #EF6D34;
}
/* end of menu */

#templatemo_site_title {
	width: 475px;
	text-align: center;
	margin-bottom: 5px;
}

#templatemo_site_title h1 a {
       	display: block;
         color: #000000;
	text-decoration: none;
}

#templatemo_site_title h1 a span {
	display: block;
	font-size: 18px;
	margin-left: 5px;
	color: #37322b;
	font-weight: bold;
}

.project_box {
	clear: both;
	width: 475px;
padding-top: 8px;
}

.section_w200 {
	width: 200px;
}

.section_w250 {
	width: 250px;
}

/* footer */
#templatemo_footer {
	clear: both;
	width: 980px;
	padding: 40px 10px;
	margin: 0 auto;
	text-align: center;
	background: url(images/footer_bg.png) top center no-repeat;
}

#templatemo_footer a {
	font-weight: bold;
	color: #347474;
}

#templatemo_footer .footer_menu {
	margin: 0 0 10px 0;
	padding: 0px;
	list-style: none;
}

.footer_menu li {
	margin: 0px;
	padding: 0 20px;
	display: inline;
	border-right: 1px solid #ffffff;
}

.footer_menu .last_menu {
	border: none;
}
/*+++++++++++++++++++++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: 10px 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: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.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: #000; }

/* end of footer */
