html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}


html, body {
	margin: 0px;
	padding: 0px;
	background-color: #fafaf5;
	 overflow-x: hidden;
	
	 font-size:13px;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 color:#820000;
}


/* 
================================================================================ 
Containers
================================================================================ 
*/

#wrapper{
	 min-height:100%;
	 height: auto;
	 min-width: 100%;
	 background: #fafaf5;
	 position:relative;
	 overflow-x: hidden;
	
}
#column{
	margin: 0px auto;
	width: 1000px;
	min-height: 100%;    
	position: relative;
	/*background-color: wheat;*/
	z-index: 1000;
	padding-bottom: 100px;  /* --STICKY FOOTER-- must be same height as the footer */  
}

#header{
	height: 115px;
	width: 1000px;
	position:relative;
	z-index: 2000;    
	/*background-color: steelblue;*/
}
#navBar{
	 height: 46px;
	 width: 1000px;/
	 position: relative;
	 top: 133px;
	 left:0px;
	 z-index: 3000;
	 /*background-color: orange;*/
	 
}

#content{
	/*opacity:0.5;*/
	top: -45px;
	width: 900px;
	height: 100%;
	position: relative;
	z-index: 3500;
	margin: 0px auto 0px auto;    
	/*background-color: palegreen;*/
}

/*
================================================================================ 
  TEXT
================================================================================ 
*/

#info a{
	color: #322f2f;  
	font-weight: bold;
	text-decoration: none;
	}

#info a:hover {
	color:#322f2f;
	text-decoration: underline;
	font-weight: bold;
	}
	
blockquote {
	font-size: 12px;
	width: 75%;
	text-align: justify;
}

#footer{
	color: black;  
	font-weight: bold;
	text-decoration: none;
	}
	
#footer a{
	color: black;  
	font-weight: bold;
	text-decoration: none;
	}

#footer a:hover {
	color: black;
	text-decoration: underline;
	font-weight: bold;
	}

/*
================================================================================ 
  CONTENT
================================================================================ 
*/

#logo{
	height: 115px;
	width: 720px;
	left: -200px;
	position:absolute;
	background: url('../images/ribbon_sprite.png') no-repeat 0px 0px ;    
}
#menu{
	height: 36px;
	width: 440px;
	left: 520px;
	position:absolute;
}

#before{
	 float:right;  /*<<<<<<<<<<<<<<<<<<<<<<<<<<<  to be removed >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
}

/* =========================================================================== */
/* =========================================================================== */
/* =========================================================================== */


ul.menu{
	width:1000px;
	height: 36px;
	padding:0;
	margin:0;
	position:absolute;
	
}
li {
	display:inline
}

/* =========================================================================== */

#raw{
	width:102px;
	height: 36px;
	position:absolute;
	left: 0px;
	background: url('../images/ribbon_sprite.png') no-repeat -720px 0px;
	
}
#current{
	width:130px;
	height: 36px;
	float: left;
	position:absolute;
	left: 102px;
	background: url('../images/ribbon_sprite.png') no-repeat  -822px 0px;
	
}
#archive{
	width:130px;
	height: 36px;
	position:absolute;
	left: 232px;
	background: url('../images/ribbon_sprite.png') no-repeat -952px 0px;
	
}
#about{
	width:118px;
	height: 36px;
	position:absolute;
	left: 362px;
	background: url('../images/ribbon_sprite.png') no-repeat -1082px 0px; 
}
#ender{
	width:250px;
	height: 36px;
	position:absolute;
	left: 480px;
	background: url('../images/ribbon_sprite.png') no-repeat -1200px 0px; 
}

/* =========================================================================== */

#noRaw{
	width:102px;
	height: 36px;
	position:absolute;
	left: 0px;
	background: url('../images/ribbon_sprite.png') no-repeat -720px -72px; 
}
#activeArchive{
	width:130px;
	height: 36px;
	position:absolute;
	left: 232px;
	background: url('../images/ribbon_sprite.png') no-repeat -952px -36px;
	
}
#activeAbout{
	width:118px;
	height: 36px;
	position:absolute;
	left: 362px;
	background: url('../images/ribbon_sprite.png') no-repeat -1082px -36px;
	
}

/* =========================================================================== */

#raw:hover{
	
	background-position: -720px -36px;
}
#current:hover{
	
	background-position: -822px -36px;
}
#archive:hover{
	
	background-position: -952px -36px;
}
#about:hover{
	
	background-position: -1082px -36px;
}

/*
================================================================================
	NAVIGATION BAR
================================================================================
*/


#navBar{
	 height: 46px;
	 width: 1000px;
	 position: absolute;
	 top: 133px;
	 z-index: 3000;
}
#navPrev{
	width:250px;
	height: 46px;
	float: left;
	position:absolute;
	left: -200px;
	background: url('../images/ribbon_sprite.png') no-repeat -1150px -74px; 
}
#navPrevNone{
	width:250px;
	height: 46px;
	float: left;
	position:absolute;
	left: -200px;
	background: url('../images/ribbon_sprite.png') no-repeat 0px -120px; 
}

#navSpacer{
	width:900px;
	height: 46px;
	float: left;
	left: 50px;
	position:absolute;
	background: url('../images/ribbon_sprite.png') no-repeat -250px -120px; 
}
#navNext{
	width:250px;
	height: 46px;
	float: left;
	left: 950px;
	position:absolute;
	background: url('../images/ribbon_sprite.png') no-repeat -1150px -166px; 
}
#navNextNone{
	width:250px;
	height: 46px;
	float: left;
	left: 950px;
	position:absolute;
	background: url('../images/ribbon_sprite.png') no-repeat -1150px -120px; 
}

#navPrev:hover{
	
	background-position: -900px -74px;
}
#navNext:hover{
	background-position: -900px -166px; 
}

/*
================================================================================ 
  #content
================================================================================ 
*/



#photo{
		margin-left: auto;
		margin-right: auto;
		position: relative;
		background: #322f2f;
		
}
#photo img{
	border: 1px solid black;
	position: absolute;
	top: 0px;
	z-index:9000;
	
}


#exif{
	position: absolute;
	background:black;
	opacity:0;
	top:0px;
	height:44px;
	width:300px;	
	text-align:center;
	border-top: 1px solid #820000;
	border-bottom: 1px solid #820000;
	border-right: 1px solid black;
	border-left: 1px solid black;
	z-index:11000;
}
.exifdata{
	font-weight: bold;	
	color: white;
	font-size: 14px;
	position: relative;
	top:11px;
}
#bigPicture:hover #exif{
	opacity:0.7;
}


#info{
	margin: 50px auto 0px auto;
	padding: 14px 20px 10px 20px;
	height: auto;
	width: 700px;
	background: url('../images/bg_info.png') #f5f5eb repeat-x;
	border: 1px solid #820000;
	position: relative;
}
.notes{
	width:480px;
	min-height:	2em;
	padding: 0px 0px 0px 15px;
}
.addcomment {
	font-weight: bold;
	color: #322f2f;
	float:right;
	clear:right;
	bottom: 1em;
	position: relative;
	padding:0px;
}
.date {
	font-weight: bold;
	color: #322f2f;
	float:right;
	clear:right;
	position: relative;
	padding:0px;
}
.title{
	color: #322f2f;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	letter-spacing: 0.1em;
	font-size: 22px;
	font-weight: bold;
}

.copyright{
	 color: black;
	 font-family: Verdana, Arial, sans-serif;
	 letter-spacing: 0.1em;
	 font-size: 12px;
	 font-weight: bold;
}


/*
================================================================================
	 DROP SHADOW 
	 I didn't like any of the solutions I found on the web,
	 so I came up with this one.  It may not be semantically
	 perfect, but it works perfectly.
================================================================================
*/

#shadowbox{
  top: 0px;
  position: absolute;
  
}

#shadowA{
  background: transparent url('../images/shadow.png');
  width: 100%;
  height: 100%;
  top: -22px;
  left: -27px;
  position: absolute;
}
#shadowB{
  background: transparent url('../images/shadow.png') -1145px 0px;
  width: 55px;
  height: 100%;
  top: -22px;
  right: -28px;
  position: absolute;
}
#shadowC{
  background: transparent url('../images/shadow.png') 0px -1145px;
  width: 100%;
  height: 55px;
  bottom: -33px;
  left: -27px;
  position: absolute;

}
#shadowD{
  background: transparent url('../images/shadow.png') -1145px -1145px;
  width: 55px;
  height: 55px;
  bottom: -33px;
  right: -28px;
  position: absolute;

}

/*
================================================================================
  Sticky Footer
================================================================================
*/

#footer {
	position: relative;
	margin-top: -100px; /* negative value of footer height */
	text-align: center;
	padding: 20px;
	height: 100px;
	clear:both;
	background:#820000;
	z-index:11000;
} 


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	
}
	
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*
================================================================================
=====================/ END OF IMAGE_TEMPLATE STYLING /==========================
================================================================================
*/


/* .............................. */
/* Browse */
/* .............................. */

#page {
	background:#fafaf5;
	background: url('../images/bg_info.png') #f5f5eb repeat-x;
	border:1px solid #820000;
	padding:20px;
	text-align: center;
	width:auto;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	}

#page a {
	font-weight:bold;
	}
	
#page img {
	background:#fff;
	padding:3px;
	border:1px solid #333;
	}

.column{
	width:50%;
	text-align:left;
	vertical-align:top;
	}
	
.thumbnails {
	border:1px solid #515151;
	padding:3px;
	margin:3px;
	}
		
		
/*
================================================================================
	ABOUT PAGE
================================================================================
*/

#about_content{
	 /*border: 1px solid black;*/
	 color: #322f2f;
	 font-weight: bold;
	 margin: 60px;
	 
}
/*
================================================================================
	 COMMENTS
================================================================================
*/

#comment-top {
	background:#333;
	border-bottom:1px solid #aaa;
	padding:5px;
	margin-bottom:25px;
	height:15px;
	}    

#comments {
	margin:0px auto;
	width:95%;
	text-align:left;
	}
	
#comments ul {
	list-style-type:none;
	margin:0px;
	padding:10px;
	}
	
#comments li {
	display:block;
	margin:0px;
	margin-bottom:10px;
	color:#eee;
	text-decoration:none;
	padding:10px;
	border:1px solid #aaa;
	}
	
#comments li a {
	color:#eee;
	text-decoration:none;
	}

#comments li a:hover {
	color:#fff;
	}
	
#comments li:hover {
	background:#515151;
	}

#comment-middle {
	background:#666;
	border-top:1px solid #aaa;
	padding:5px;
	margin-top:25px;
	height:15px;
	} 

#addcomment {
	width:90%;
	text-align:left;
	padding:10px;
	margin:0px auto;
	border:1px solid #aaa;
	background:#515151;
	}

.input {
	width:45%;
	font-size:10px;
	border:1px solid #aaa;
	background-color:#666;
	color:#eee;
	padding:5px;
	}
	
#addcomment textarea {
	width:90%;
	height:50px;
	font-size:12px;
	border:1px solid #aaa;
	background-color:#666;
	color:#eee;
	padding:5px;
	}

.comment-button {
	background:#fff;
	border:1px solid #aaa;
	color:#666;
	border-bottom:2px solid #aaa;
	border-right:2px solid #aaa;
	}
