html{
	overflow:scroll;
}
body{
	background:black;
	margin:0;
	font-family:"Lucida Grande", Helvetica, Arial, sans_serif;
	font-size:.9em;
	color:white;
}

/*elements*/
p{
	line-height:1.5em;
	color:#999;
}
ul{
	list-style:none;
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,p,ul{
	color:#333;
}
h1, legend{
	font-size:1.5em;
}
legend{
	color:#333;
}
a img{
	border:none;
}
form p{
	margin:0;
}
table{
	font-size:.8em;
	width:100%;
}
table th{
	font-size:1.2em;
	text-align:left;
	padding:5px;
	color:#FF4A58;
}
table td{
	color:#333;
	padding:5px;
	background:#eee;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-khtml-border-radius-topleft:5px;
	-khtml-border-radius-topright:5px;
	-khtml-border-radius-bottomleft:5px;
	-khtml-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
}
/*errors*/
#errorExplanation{
	margin:10px 0;
	background:#FFFCD7;
	border:1px solid #E0BB3E;
}
body #errorExplanation ul li{
	display:block;
	list-style-type:circle;
	margin-left:15px;
	color:#FF5F67;
	padding:0;
}
#errorExplanation *{
	margin:0;
	padding:3px 10px;
}
#errorExplanation h2{
	margin:0;
	background:#FFCAC7;
	padding:10px;
	border-bottom:1px solid #E0BB3E;
}

.fieldWithErrors input{
	background:#FFCAC7;
}
.form_error_message{
	color:#FF6472;
}
.notice{
	background:#FFCAC7;
	color:#FF0800;
	padding:10px;
	margin:5px 0;
	clear:both;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-khtml-border-radius-topleft:5px;
	-khtml-border-radius-topright:5px;
	-khtml-border-radius-bottomleft:5px;
	-khtml-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;	
}

/*links*/
a:hover{
	border:none;
	color:#666;
	text-decoration:none;
}
a{
	border:none;
	color:#0062AD;
}
#content #pending_files li a:hover{
	color:#666;
	text-decoration:none;
}
#content #pending_files li a{
	color:#0062AD;
	text-decoration:underline;
	font-size:1em;
	background:none;
}

/*layout*/
#content #pending_files{
	list-style:none;
	margin:5px 0;
	padding:0;
}
#content #pending_files li{
	width:100%;
	display:block;
	padding:5px;
	margin:2px 0;
	background:#eee;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-khtml-border-radius-topleft:5px;
	-khtml-border-radius-topright:5px;
	-khtml-border-radius-bottomleft:5px;
	-khtml-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
}
#admin_login{
	text-align:center;
	font-size:.8em;
}
#page{
	width:790px;
	margin:0 auto;
}
#head{
	padding:10px 0;
}
#content{
	text-align:center;
	padding:30px;
	background:#0062AD;
	clear:both;
	position:relative;
	top:20px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-khtml-border-radius-topleft:10px;
	-khtml-border-radius-topright:10px;
	-khtml-border-radius-bottomleft:10px;
	-khtml-border-radius-bottomright:10px;
}
#content_holder{
	z-index:1;
	position:relative;
	background:white;
	width:730px;
	clear:both;
	text-align:left;
}
#inner{
	padding:20px;
}
#content ul{
	text-align:left;
	list-style:none;
}
#content ul li{
	display:inline;
}
#content ul li a:hover,#content ul li.active a{
	background:white;
	color:black;
}
#content ul li a{
	text-decoration:none;
	color:white;
	font-size:2em;
	background:black;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-khtml-border-radius-topleft:5px;
	-khtml-border-radius-topright:5px;
	-khtml-border-radius-bottomleft:0px;
	-khtml-border-radius-bottomright:0px;
	padding:10px;
}
#head p{
	color:#666;
}
#home_inner_content{
	padding:20px;
	clear:both;
}
#home_inner_content p{
	line-height:1.8em;
}
#home_inner_content img{
	height:111px;
	width:134px;
}
#foot{
	clear:both;
	margin:20px 0 0 0;
}
#foot h3{
	color:#eee;
}
#copyright{
	clear:both;
	padding:30px 0;
	text-align:center;
}

/*classes*/
.right{float:right;}
.left{float:left;}
.blue{color:#0062AD;}
.red{color:#FF4A58;}
.bookmarks_bg, .admin_actions{
	margin:5px 0;
	padding:5px;
	background:#eee;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-khtml-border-radius-topleft:5px;
	-khtml-border-radius-topright:5px;
	-khtml-border-radius-bottomleft:5px;
	-khtml-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
}
.bookmarks_bg img, .admin_actions img{
	vertical-align:middle;
}
.bookmarks_bg p, .admin_actions p{
	margin:0;
}
.title_and_date{
	padding:5px;
}
.title_and_date h1{
	font-size:1.2em;
}
.slideshow_photos{
	margin:10px 0 0 0;
}
.slideshow_photos img{
	width:168px;
}
.borderitem{
	border-bottom:5px dotted #ccc;
}
/*clearfixing crap*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.clear{
	clear:both;
}
img.left{
	margin:0 10px 10px 0;
	padding:2px;
	border:1px solid #ccc;
}
.shop_item{
	border-bottom:5px dotted #ccc;
}
/* lightbox */
#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;
	display: block;
}
#prevLink { 
	left: 0; 
	float: left;
}
#nextLink { 
	right: 0; 
	float: right;
}
#prevLink, #prevLink:visited { 
	background: url('../images/prevlabel.gif') 
	left 15% no-repeat; 
}
#nextLink, #nextLink:visited { 
	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%;	
	height:50px;
}
#imageData {	
	padding:0 10px; 
	color: #666; 
}
#imageData #imageDetails { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#imageData #caption {
	font-size:1.5em;	
	color:#0062AD;
}
#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:#0062AD;
}
/* tinymce */
#tinymce{
	background:white;
	padding:10px;
}