/*MAIN*/
html {height: 100%;}
body {height: 100%;margin:0;padding:0;background: #666;font-family: "verdana", arial, sans-serif;}
#main {position: relative;min-height: 100%;}
* html #main {height: 100%;}
#main_text {margin-left:20em;padding:0 1em 1em 0;background: #666;}

#blog_main_text {float: right; padding:0 1em 1em 0;background: #666;}

#footer {position: relative;margin-top: -60px; width:98%;}
#footer_container { float: right; width: 300px; padding: 0; text-align: right; clear:both; padding-right: 15px;}

#left_text { float: left; width: 40%; margin-left: 15px; padding: 10px 5px 10px 5px; color: #ccc; letter-spacing: .01em; font-size: 10px;}


/*TEXT*/
#main_text p,  .blog p {margin: 0; background-color: #7d7d7d; padding: 10px 5px 10px 5px; color: #fff; letter-spacing: .01em; font-size: 10px; text-align: left;}
#small_text p {font-size: 9px; color:#ccc;}

#main_text_temp {margin: 0; background-color: #7d7d7d; padding: 5px; color: #fff; letter-spacing: .01em; font-size: 10px;}
#footer_container p {font-size: 10px; color: #fff; margin: 0; padding: 5px 10px 40px 5px; background-color: #7d7d7d; }
#main h1 { margin: 0 0 0 10px; font-size: 12px; padding: 5px; color: #fff;  }
#main h2 { font-size: 15px;}

/*LINKS*/
#footer_container a, #main a, #main_text_temp a {color: #fff; text-decoration:none;}
#footer_container a:hover, #main a:hover, #main_text_temp a:hover {background-color:#333; color: #CCC;}

/*BLOG*/
.blog {width: 300px; float: right; clear: right; margin-bottom: 20px;}
.blog h2 {font-size: 10px; margin:0; background-color: #ccc; color: #666; text-align: left; }
.blog h3 {font-size: 10px; margin:0 0 -1px 0; text-align: left; background-color: #eee; color: #666;}
.blog img {float: left; position: absolute; right: 330px; margin-top: 25px; border: 1px solid #999; padding: 2px;}

.blog_left {
margin-top: 25px;
  float: left;
  text-align: left;
  color: #fff;
  width: 130px;
  }

.blog_right {
 float: right; /*clear: right;*/ margin-bottom: 20px;
  text-align: right;
  width: 300px;
  }
  
  div.spacer {
  clear: both;
  }
  
  
.blog_right h2 {font-size: 10px; margin:0; background-color: #ccc; color: #666; text-align: left; }
.blog_right h3 {font-size: 10px; margin:0 0 -1px 0; text-align: left; background-color: #eee; color: #666;}
.blog_left img { border: 1px solid #999; padding: 2px;}

  
  
/*MAIN NAVIGATION*/
#navlist li {display: inline;list-style-type: none;padding-right: 10px;}
.left {float: left;text-align: left;width: 39%;}
.right {float: right;text-align: right;width: 59%;margin-top: -8px !important; margin-top: 0px;}
div.spacer {clear: both;}
#navlist a { font-size: 11px; color: #e58a33; text-decoration: none; }
#navlist a:hover { color: #fff; }

/*BITS*/
a img{ border: none; }
/*.toggleopacity img{ filter:progid:DXImageTransform.Microsoft.Alpha(opacity=120); -moz-opacity: 1.2; }
.toggleopacity:hover img{ filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); -moz-opacity: 0.7; }*/


/*LIGHTBOX*/
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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;
	}

#imageData{
	padding:0 10px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
/*image page*/

.img_block_float { float: left; width: 120px; padding: 3px; }
  
.img_block_float p {  text-align: center; margin: 0; }

.img_block_container {background-color: #7d7d7d; width: 70%; padding: 10px; float:right; }

.img_block_spacer { clear: both; }


/*CONTACT FORM STYLING*/
#newslett { margin-left: 0; padding: 15px 0 18px 0; width: 60%; background-color: #666;}
#newslett  p {margin-bottom: 1px;}
form {margin: 0; padding: 0;}
input {	margin: 0 0 8px 0; padding: 2px; background: #d7d7d7; border: 1px solid #666; font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif; font-size: 95%;  color: #666; }
textarea { margin: 0; padding: 2px; background: #d7d7d7; border: 1px solid #666; font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif; font-size: 95%;  color: #666;  }
input.button { margin: 0; padding: 0;     background-color: #ccc;  font-size: x-small;  font-family: Verdana, Arial, Helvetica, sans-serif; border: solid 1px #666; cursor: pointer; font-weight:bold; }
