* {
	margin:0;
	padding:0;
}
body {
	
	margin:0 auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}



/* wrapper */
div.wrapper {
	width:960px;
	margin:10px auto 0;
	padding:0px;
}


/* header & nav */
div.header {
	padding:50px 10px 60px;
	margin:0 auto;
	background:transparent url('images/header-bg.png') no-repeat scroll top left;
	display:inline-block;
}
div.header {
	display:block;
}
div.header h1 {
	margin:0;
	padding:0;
	text-align:center;
}
div.header h2 {
	text-align:center;
	padding:0;
	margin:0;
	color:#eee;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:10px;
	font-size:0.75em;
}
div.menu {
	background:#2f2f2f;
	height:45px;
}
div.menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
div.menu ul li {
	float:left;
	display:block;
}
div.menu ul li a, 
div.menu ul li a:visited {
	color:#FFFFFF;
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:15px 20px 15px;
	text-transform:uppercase;
	text-decoration:underline;	
	outline: none;
}
div.menu ul li a:hover {
	text-decoration:none;
	background:#FFF;
	color:#C95444;
}
div.sociallink {
	
	height:32px;
	padding:5px;
}
ul.like-buttons{
float: left;
list-style: none;
margin: 5px 0 5px 0;
padding: 0;
width: 100%;
}

ul.like-buttons li{
    display: block;
    float: left;
    margin-right: 5px;
}
li.twitter-like{
    margin-top: 1px;

	
/* headers */
}
h1 {
	color:#BC483A;
	font-size:1.2em;
	font-weight:bold;
	padding-bottom:5px;
}
h1 a, h1 a:hover, h1 a:visited {
	text-decoration:none;
	color:#C95444;
	font-weight:normal;
}
h2 {
	color:#BC483A;
	font-size:1.0em;
	font-weight:bold;
	padding-bottom:0px;
}
h3 {
	color:#000;
	font-size:0.8em;
	font-weight:bold;
	padding-bottom:5px;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	padding-bottom:10px;
	color:#011528;
	text-transform:uppercase;
}
h5 {
	padding:10px 10px 10px 0px;
	float:left;
}
h6 {
	padding:10px 0px 10px 10px;
	float:right;
}
h7 {
	padding:10px 10px 10px 0px;
	float:left;
}
h8 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:normal;
	padding-bottom:0px;
	color:#ffffff;
}
div.sidebar h4 {
	background:#BC483A url('images/h4-header.png') repeat-x scroll center;
	color:#fff;
	padding:7px 10px;
}
Blockquote {
	color:#000;
	font-size:0.85em;
	padding-bottom:10px;
}

/* element defaults */
p {
	margin-bottom:5px;
	line-height:1.9em;
	font-size:0.75em;
}
ul {
	font-size:0.75em;
	padding:0 0 20px 35px;
	list-style:none;
}
code {
	background-color:#666666;
	display:block;
	color:#ffffff;
	padding:10px;
	margin:10px 0;
}

/* default forms */
fieldset { 
	border:none;
}
fieldset legend {
	font-size:0.9em;
	color:#999999;
	font-weight:bold;
	padding:6px;
	background-color:#dddddd;
}
form { }
form input, form textarea {
	border:1px solid #999999;
	border-bottom-color:#cccccc;
	border-right-color:#cccccc;
	padding:6px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
form input.formbutton {
	background:#BC483A none repeat-x scroll bottom left;
	border:1px solid #497F10;
	color:#ffffff;
	font-size:0.9em;
	padding:6px 14px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* default tables */ 
table {
	width:100%;
	margin-bottom:10px;
	font-size:0.75em;
}
table tr th, table tr td {
	padding:5px 10px; 
}
table tr th {
	background:#BC483A none repeat-x scroll bottom left;
	color:#ffffff;
	border-top:3px solid #497F10;
}
table tr td {
	border-bottom:1px solid #dddddd;
}


/* default links */
a:link,a:visited
		{
		outline: none;
		color: #3e3e3e;
		text-decoration: underline;
		}
a:hover		{
		text-decoration: none;
		color:#C95444;
		}
div.sidebar a, div.sidebar a:visited {
	outline: none;
	font-size:0.9em;
	color:#FFF;
	text-decoration: underline;
}
div.sidebar a:hover {
	text-decoration: none;
	color:#C95444;
}

/* content */
div.page-content {
	float:left;
	width:480px;
	padding:10px;
	background:#ffffff url('images/content-bg.jpg') no-repeat scroll top center;
	text-align: left;
	line-height: none;
}
div.content {
	background:#6d6d6d;
	padding:10px 0px 10px 0px;
	color:#6d6d6d;
}
div.content ul {
	font-size:0.75em;
	list-style:disc;
}
div.content ul li {
	padding-bottom:5px;
}
div.sample-menu {
	width:280px;
	padding:10px;
	background:#ffffff;
	text-align: left;
	border:1px solid #dddddd;
}	
div.sample-menu ul { 
	list-style-image: url(/images/bullet.jpg); 
	padding-left: 15px;
} 
div.sample-menu li { 
	margin-bottom: 10px; 
}
div.social {
	width:480px;
	padding:10px;
	text-align: left;
	margin-bottom: 10px; 
}

/* sidebar */
div.column-right {
	float:right;
}
div.column-left {
	float:left;
}
div.sidebar {
	width:214px;
	padding:0 8px;
}
div.sidebar p { 
	color:#fff;
	margin-bottom:40px;
	padding:2px;
}
div.sidebar ul {
	font-size:0.9em;
	margin:0 0 40px;
	padding:0px;
	list-style:none;
}
div.sidebar ul li {
	padding:0;
	color: #757575;
}
div.sidebar ul li ul {
	padding:0 2px 5px;
	border-bottom:4px solid #4c4c4c;
	background-color:#4c4c4c;
}
div.sidebar ul li ul li {
	padding:5px 10px;
}




/* footer */
p.footer {
	text-align:center;
	color:#fff;
	background-color:#222222;
	font-size:0.7em;
	padding:20px 15px;
	margin:0;
}
p.footer a {
	color:#fff;
	border-bottom:none;
	text-decoration:underline;
}

/* search form */
form.searchform {
}


/* misc classes */
*:focus {
	outline:none;
}
.clear {
	clear:both;
}
.wrapper .content .page-content h3 {
	text-align: left;
}

blockquote{ background:url(/images/quote.png) no-repeat; padding:5px 0 0 18px; color:#5f5f5f; margin-bottom:10px;   }


/* GALLERY */
ul#gallery {
	margin:0 0 0 0px;
	padding-top:0px;
	height:80px;
	list-style:none;
	position:relative;
}
ul#gallery li { border-right:1px solid #ccc; width:80px; display:block; float:left; }
ul#gallery li#first { border-left:1px solid #ccc; }
ul#gallery li:hover ul, ul#gallery li.sfhover ul { top:auto; left:0; }
ul#gallery li a { display:block; width:75px; padding:15px 0 15px 3px; color:#000; text-decoration:none; }
ul#gallery li a:hover { background-color:#fafafa; }
ul#gallery li ul { padding:50px 25px 25px 50px; list-style:none; margin:0; width:350px; background-color:#fff; position:absolute; left:-999em; }
ul#gallery li ul li { display:inline; text-align:left; clear:none; float:none; border:0; }
ul#gallery li ul li a { margin:2px; border:1px solid #ccc; padding:4px; position:relative; float:left; display:block; width:100px; height:75px; }
ul#gallery li ul li a:hover { z-index:2; }
ul#gallery li ul li a img { position:absolute; width:100px; height:75px; }
ul#gallery li ul li a:hover img, ul#gallery li a:active img, ul#gallery li a:focus img { width:200px; height:150px; left:-50px; top:-37px; z-index:1; border:1px solid #000; }

/* LIGHTBOX CONTROL */
*:focus {
}
.clear {
	clear:both;
}
.wrapper .content .page-content h3 {
	text-align: left;
}
#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;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
