body {
	margin: 20px;
	padding: 0;
	background: #62993B  url(images/back_all.jpg) fixed no-repeat;
	font: normal .7em Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
}

form {
	margin: 0;
	padding: 0;
}

#leftcolumn{ 
  /* Remember, content and navbar left margin must match this width */ 
  width:140px; 
  float:left; 
} 
.leftcolumn a {
background:  url(images/Also Simple (3).png) no-repeat center bottom;
}

#rightcolumn{ 
  /* Remember, content and navbar left margin must match this width */ 
  width:135px; 
  float:right; 
} 

p, blockquote, ol, ul {
	line-height: 160%;
}

a {
	color: #ffffff;
}

a:hover {
	text-decoration: underline;
}


/* Wrapper */

#wrapper {
	width: 820px;
	margin: 0 auto;
	background: #ffffff;
}

/* Header */


#dropmenudiv{
position:absolute;
border:5px solid black;
font-weight: bold;
font-style: italic;
color: #fff;
border-bottom-width: 5px;

width: 200px;
line-height:20px;
z-index:200;
}

#dropmenudiv a{
width: 200px;

display: block;
text-indent: 3px;
border-bottom: 3px solid black;
padding: 5px 0;

text-decoration: none;
font-weight: bold;
color: #f38a06;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #ffffcc;
color: #00ff00;

}
#nav li {float:left;  padding:0 5px;}
.style2 {
	font-size: medium;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#head {float: left;
    width: 150px;
	height: 120px;
	background: ffffff ;
}
#header {
	float: right;
	width:628px;
	height: 120px;
	background: ffffff ;
}



#header h2 {
	margin: 0;
	margin-top: 30px;
	padding: 0;
	text-align: center;
	font-size: 3em;
	font-style: italic;
	
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Pages */

#pages {
	float: right;
	width: 628;
	height: 120px;
	background:  000000;
}

#pages h2 {
	display: none;
}

#pages ul {
	float: left;
	margin: 0;
	margin-left:20px;
	padding: 125px 15px 0 0;
	list-style: none;
	line-height: normal;
}

#pages li {
	display: inline;
}

#pages a {
	padding-left: 2em;
	text-decoration: none;
	font: bold 1.35em Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
}

#pages a:hover {
	text-decoration: underline;
}

/* Content */

#content {
	clear: both;
	padding-top: 0px;
	background: #ffffff;
}

/* Posts */

#posts {
	float: right;
	width: 820px;
	padding-right: 0px;
	background: #FFFFCC ;
}

.post {
	padding-top: 10px;
}

.post .title {
	margin: 0;
	font-size: 2em;
	font: bold;
}

.post .posted {
	margin-top: 0;
	font: normal .8em Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
}

.post  .story{
	
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 8px;
	font: normal 1.2em Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
}
.post .meta {
	margin: 2em 0 3em 0;
	border-top: 5px solid #FFCC00;
	font: normal .8em Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
}

.post .meta p {
	margin: 0;
}

/* Archives */

#archives {
}

#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 */
	}

/* Search */

#search {
}

#search .content {
	padding-bottom: 12px;
}

.style28 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

.style30 {
	font-size: 18px
}
.style32 {font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif; }


.style2 {
	color: #000000;
	font-weight: bold;
}

.style16 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.story {vertical-align:top;


}

#textfield1 {
	width: 156px;
	padding: 5px 5px;
	
	font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
}

#submit1 {
	display: none;
}

/* Footer */

#footer {
	background: #F38A06 ;
	clear: both;
	height: 100%;
	
	color: #455a39;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 5px;
left: -1000px;
border: 6px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
z-index: 275;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
z-index: 275;
position: absolute;
visibility: visible;
top: -400px;
left: -200px; /*position where enlarged image should offset horizontally */

}


#footer a {
	color: #677e50;
}
