/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #977515; 
	background: #d5cf99;
	text-align: center;
}

/* links */
a, a:visited { 
	color: #977515;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1 { font-size: 1.5em; color: #977515; } 
h2 { font-size: 1.4em; color: #977515;}
h3 { font-size: 14px; color: #977515;}

p, h1, h2, h3 {
	margin: 10px 15px;

}

p {
	font-size:1.2em;
	font-weight: bold;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #977515;
	font-size:12px;
}
ul span, ol span {

}

/* images */
img {
	border: 2px solid #CCC;
}
img.no-border {
	border: none;
}

img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 2px solid #568EB6;
}
a:hover img {  
  border: 2px solid #CCC !important; /* IE fix*/
  border: 2px solid #568EB6;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #7EB8E0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #7EB8E0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

.imagetag {
	text-align:right;
	display:block;
	padding:0px;
	color: #000;
	font-size:9px;
}

a:hover .clickbox h2{
	color:#3366FF;
}

/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #7EB8E0;	
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #9EC630; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 820px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}

#content-wrap {
	position: relative;
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

ul.sidemenu {

}

ul.sidemenu li {
	margin-bottom:2px;
}

ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2 url(../images/side_ul.gif) no-repeat right center;
	border-left:4px solid #d1c690;	
	min-height:18px;
}

* html body ul.sidemenu a { height: 18px; }

ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #977515 url(../images/side_ul.gif) no-repeat right;
	color: #fff;
	border-left:4px solid #977515;
}

/* header */
#header {
	position: relative;
	height: 115px;	
	background: url(../images/headerbg.gif) repeat-x 0% 100%;
}

#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;	 
	top:58px; left: 14px;
	color: #977515;
	text-indent: 0px;
	letter-spacing: -0px;
	font: bold 12px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}

#headphoto {
	position: absolute;
	text-align:right;
	top:10px; right: 10px;
	text-indent: 0px;
	font: bold 24px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;
}

#headdrop {
	position: absolute;
	font: bold 24px Tahoma, 'trebuchet MS', Sans-serif;
	top:12px;
	right:8px;
	text-transform: none;
	text-align: right;
}

#indexphoto h2{
	position: absolute;
	text-align:center;
	top: 33px;
	left:270px;
	text-indent: 0px;
	font: bold 46px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;
	color: #cc3300;
}

#indexphoto h2#top {
	text-align:left;
	left:20px;
	top:0px;
}

#indexphoto h2#bottom {
	text-align:right;
	right:20px;
	top:66px;
}

#indexdrop h2{
	position: absolute;
	font: bold 46px Tahoma, 'trebuchet MS', Sans-serif;
	top:35px;
	left:272px;
	text-transform: none;
	text-align: right;
	color: #000;
}

#indexdrop h2#top{
	text-align:left;
	left:22px;
	top:2px;
}
#indexdrop h2#bottom{
	text-align:right;
	right:18px;
	top:68px;
}

#header form.searchform {
	position: absolute;
	top: 0; right: -12px;	
}

/* main */
#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 50%;
}
#main ul.popups {
	list-style-image:url(../images/bullet.gif);
	display:block;
	padding:0;
	font-weight: bold;
}

#main ul.popups a{
	display:block;
}

#main ul a span{

}

#main img {
	width:180px;
	border: none;
	float:right;
	margin: 0px 10px 10px 10px;
}

.popup {
	position: absolute;
	top:200px;
	left:200px;
	visibility:hidden;
	width:400px;
}

.boxhead {
	margin: 0;
	padding: 0;
	text-align: left;
}
.boxhead h2 {
	margin: 0px 0px 0px 5px;
	padding: 10px 30px 5px 10px;
	font-weight: bold; 
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	margin: 0;
	padding: 0px 0px 0px;
}

.boxbody img{
	float:left;
	width:180px;
	margin: 0px 10px 10px 10px;
	border: none;
}

.boxbody p {
	
}

.closeb {
	float: right;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline;
	width:100%;
	height:100%;
}

div.container{
	z-index:30;
	position:absolute;
	left: 200px;
	top: 100px;
	width:50%;
	background: #cccccc;
	-moz-border-radius:12px;
	border-radius:12px;
	border-right:solid 2px #cccccc;
	border-bottom:solid 2px #cccccc;
	margin:0 0 6px 0;
}

div.container div.content
{	
	padding:10px;
	background:#FBF9F1;
	-moz-border-radius:12px;
	position:relative;
	top:-2px;
	left:-2px;
	border-style:solid;
    border-width:1px;
    border-color:#d1b535;
}
div.container a, div.container a:hover {
	color:#977515;
	border: none;
	padding:0px;
}
div.container a img.float-left, div.container a:hover img.float-left {
  margin: 5px 15px 5px 0px;
}
div.container a img, div.container a:hover img {  
  border: 0px solid #CCC !important; /* IE fix*/
  border: 0px solid #568EB6;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(../clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 23%;
	margin: 0;	padding: 0; 
	display: inline;		
}

#sidebar img {
	width: 188px;
}

#sidebar a img, #sidebar a:hover img {
  border: 0px solid #CCC !important; /* IE fix*/
  border: 0px solid #568EB6;
  margin-left:10px;
  width: 180px;
}

#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:2px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2 url(../images/side_ul.gif) no-repeat right center;
	border-left:4px solid #d1c690;	
	
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #977515 url(../images/side_ul.gif) no-repeat right;
	color: #fff;
	border-left:4px solid #977515;
}

#sidebar ul{
	margin-left:10px;
}

/* rightbar */
#rightbar {
	float: right;
	width: 25%;
	padding: 0; margin:0;
	margin-left:0px;
	display:inline;		
}

#rightbar ul{
	padding: 0px;
	color: #666666;
	list-style-image:none;
}

#rightbar img{
	float:right;
	margin-bottom:5px;
	width: 188px;
}

#rightbar a img, #rightbar a:hover img{
  border: 2px solid #CCC !important; /* IE fix*/
  border: 2px solid #568EB6;
  margin-right:10px;
  width: 180px;
}
/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	background: #aba792; 
	border-top: 5px solid #d1b535;
	margin: 0; padding: 0; 
	height: 60px;	  
	font-size: 95%;
}
#footer p {
	font-size: 10px;
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 65%;
}
#footer .footer-right{
	float: right;
	width: 30%;
}
#footer h1{
	color: #fff;
	font: menu;
}

/* menu tabs */
#header ul {
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(../images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(../images/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }
.justify     { text-align:justify; }
.centre { text-align:center;}

/* additional classes */
.clear { clear: both; }
.blue { color: #4ECCFF; }
.red   { color: #DA4009;}
.green {	color: #75A918;}
.grey  {	color: #aba792;}
.gold  {	color: #D6C136;}
.white {	color: #ffffff;}
.brown { color: #977515; }
.shadow{ color: #A3A3A3;}
.large{ font-size: 2.0em;}
.small{ font-size: 1em;}

/* lightbox styles */
#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; }	
#imageDataContainer a:hover img{
  border: 0px solid #CCC !important; /* IE fix*/
  border: 0px solid #568EB6; 	
}
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*---------- tooltip -----------*/
a.tt{
    position:relative;
    text-decoration:none;
}
a.tt span{ display: none; }

a.tt:hover {
	background: #977515;
	color: #fff; 
}

a.tt:hover span.tooltip{
	border: 1px #977515 solid;
    display:block;
    position:absolute;
    top:0px; left:-86px;
	font-size:9px;
	color: #000;
	display: block;
	padding: 0 2px 0 2px;
	background: #fff;
    text-align: center;
}

.clickbox {
	position:relative

}

.clickbox img{
	border: #000000 2px solid;
}

.clickbox h2{
	width:180px;
	position: absolute;
	text-align: center;
	top:12px; right: 0px;
	text-indent: 0px;
	font: bold 22px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;
}

.clickbox h2#shadow{
	position: absolute;
	top:14px; right: -2px;
}
