/* CSS Document */


body
{
margin:0;
background:#e0dfdf url('images/background-tile.gif') left top;
text-align:left;
font-family: Arial, sans-serif, helvetica;
font-size:0.7em;
line-height:1.4em;
}

a img
{
border:0;
}

.clear
{
clear:both;
}


a:link,
a:visited
{
color:#b32830;
}

a:hover
{
color:#f49129;
}


#wrapper
{
float:left;
width:860px;

}

#header
{
float:left;
width:860px;
height:350px;
margin:0;
padding:0;
}

#header img
{
margin:0;
padding:0;
}


#content
{
background:url(images/content-bg.gif) repeat-y left top;
float:left;
width:860px;
margin:0;
padding:0;
}

#content-left
{
background:url(images/menu.gif) no-repeat left top;
float:left;
width:300px;
margin:0;
padding:0;
}

#content-right
{
float:right;
width:560px;
margin:10px 0 10px 0;
padding:0;
background:white;
}

#content-right p
{
margin:0 20px 20px 20px;
}

#content-right h2,
#content-admin h2
{
margin:0 20px 20px 20px;
font-size:1.4em;
line-height:1.6em;
font-weight:lighter;
color:#ad141d;
}

#content-admin{
	padding:20px;
}

#content-right #van
{
float:right;
border:1px solid #ad141d;
padding:3px;
margin:4px 0 20px 8px;
background:#D6D6D6;
}


#content-left ul
{

list-style-type:none;
padding:0;
margin:40px 0 0 66px;
line-height:1.6em;
position:relative;
font-weight:bold;
}

#content-left ul li
{
}

#content-left ul li a:link,
#content-left ul li a:visited
{
color:#ad141d;
text-decoration:none;
background:url(images/plus.gif) no-repeat 0.4em;
padding-left:16px;
}

#content-left ul li a:hover
{
color: #f17d18;
background:url(images/plus-2.gif) no-repeat 0.4em;
padding-left:16px;
}

#content-left ul ul{
	margin:0 0 0 15px;
}

#content-left img
{
margin:50px 0 20px 50px;
}



/*footer*/


#footer
{
float:left;
width:860px;
margin:0;
padding:0;
color:#4e4d4d;
}

#footer-left
{
float:left;
width:300px;
margin:0;
padding:0;
}

#footer-left p
{
margin:20px 0 0 68px;
}


#footer-right
{
background:url('images/footer-background.gif') left top no-repeat;
float:right;
width:560px;
height:120px;
margin:0;
padding:20px 0 0 0;
text-align:right;
}

#footer-right ul
{
list-style-type:none;
padding:0;
margin:0 0 0 0;
line-height:1.6em;
position:relative;
}

#footer-right ul li
{
display:inline;
margin:0 2px 0 2px;
}

#footer-right ul li a:link,
#footer-right ul li a:visited
{
color:#4e4d4d;
text-decoration:none;
}

#footer-right ul li a:hover
{
color:#4e4d4d;
text-decoration:none;
}

#footer-right p
{
margin:0;
padding:0;
}

#frmContact label{
	width: 130px;
	float:left;
	margin:0 0 0 20px;
}
#frmContact input,
#frmContact select,
#frmContact textarea{
	width: 200px;
	border: 1px solid #AAAAAA;
	margin: 2px;
	vertical-align:middle;
	font-size: 0.9em;
}




/*lightbox jiggery pokery*/

#lightbox{
	position: absolute;
	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;
	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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
.red{
	background: #A4181E;
	padding:10px;
}
.whitetext{
	color:#fff;
}

form.admin_form label{
	width:150px;
	float:left;
	clear:left;
	margin: 0 10px 10px 0;
}
form.admin_form input,
form.admin_form select{
	width:250px;
	float:left;
	margin: 0 0 10px 0;
}

form.admin_form .admin_button{
	background:#F17D18;
	color:#fff;
	padding:5px;
	border:0;
	width:auto;
	margin-right:5px;
}
form.admin_form .admin_button.cancel{
	background:#AD141D;
	color:#fff;
}


#gallery_cats li{
	cursor:move;
	list-style-type:none;
}

#gallery_wrap form ul{
	margin:0px;
	width:100%;
	float:none;
}
#gallery_wrap form ul{
}
#gallery_cats{
	list-style-type:none;
	padding:0px;
}

#gallery_wrap li.gallery_cat{
	background:#aaa;
	border:1px solid #888;
	padding:10px;
	margin: 0 0 10px 0;
}

li.gallery_cat h3{
	margin-top:0px;
}

#gallery_wrap ul.gallery_images{
	min-height:110px;
	background:#ccc;
	border:1px solid #aaa;
	padding:10px 0 0 10px;
	list-style-type:none;
	margin:0px;
	overflow:auto;
}

#gallery_wrap li.gallery_image{
	margin: 0 10px 10px 0;
	height:100px;
	width:100px;
	background:red;
	float:left;
	position:relative;
}
#gallery_wrap li.gallery_image img{
	display:block;
	height:100px;
	width:100px;
}

#gallery_wrap li.gallery_image span.image_title{
	position:absolute;
	left:0px;
	bottom:0px;
	width:96px;
	font-size:11px;
	padding:2px;
	color:#fff;
	background:#333;
}


#gallery_wrap li.gallery_image div.image_actions{
	display:none;
	position:absolute;
	right:0px;
	top:0px;
	font-size:11px;
}
#gallery_wrap li.gallery_image:hover div.image_actions{
	display:block;
}
#gallery_wrap li.gallery_image div.image_actions a:link,
#gallery_wrap li.gallery_image div.image_actions a:visited{
	color:#fff;
	background:#394D43;
	padding:2px;
	text-decoration:none;
	margin-left:2px;
	float:left;
	display:block;
}
#gallery_wrap li.gallery_image div.image_actions a:hover{
	background:#fff;
	color:#394D43;
}


#gallery_wrap .gallery_placeholder{
	border:4px dashed #aaa;
	background:#bbb;
	height:92px;
	width:92px;
	float:left;
	margin: 0 10px 10px 0;
}

#gallery_wrap .gallery_cat_placeholder{
	border:5px dashed #aaa;
	background:#bbb;
	height:150px;
	margin-bottom:10px;
}

.actions a:link,
.actions a:visited{
	margin-left:5px;
	background:#F17D18;
	color:#fff;
	padding:5px;
	text-decoration:none;
}
.actions a:hover{
	background:#888;
}

.float_right{
	float:right !important;
}
.float_left{
	float:left !important;
}

img.gallery{
	float:left;
	margin-left:10px;
	margin-bottom:10px;
}
