/* @override http://southernboyzbassclub.com/css/core.css */

/* @override 
	http://www.brandononealphotography.com/v2/css/core.css
	http://www.brandononealphotography.com/v2/css/core.css
	http://www.brandononealphotography.com/css/core.css
	http://brandononealphotography.com/css/core.css
	http://brandononealphotography.com/sites/sbbc/css/core.css
*/

body {
	text-align: center;
	background: #000 url(../images/bg-title.jpg) no-repeat center top;
	margin-top: 0;
	z-index: 6;
	padding-top: 123px;
}

/* @group 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/lightbox/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/lightbox/prevlabel.gif) no-repeat left 15%; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) no-repeat right 15%; }


#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;
	}

/* @end */

/* @group Contact Form */

fieldset {
	border-style: none;
	padding: 0;
	font-family: Helvetica, Arial, Verdana;
	color: #7b7b7b;
	margin: 0;
}

.text {
	background-color: #282828;
	height: 18px;
	color: #c3c6bc;
	width: 305px;
	font: 13px Helvetica, Arial, Verdana;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-top: -2px;
	margin-bottom: 1px;
	border-width: 0;
}

textarea {
	background-color: #282828;
	color: #b9bdb1;
	width: 305px;
	font: 13px Helvetica, Arial, Verdana;
	padding-top: 4px;
	padding-bottom: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin-top: -2px;
	border-width: 0;
	overflow: auto;
}

submit
 {
	
}

.pagebottom {
	width: 811px;
	background: url(../images/layout/bottom.jpg) no-repeat left top;
	height: 43px;
	margin: 0;
	text-align: center;
	padding: 0;
}

#p {
		text-align: left;
	color: #8d938d;
	font: bold 9pt/21px Helvetica, Arial, Verdana;
}

/* @end */

/* @group Text */

ul {
	text-align: left;
	color: #84877e;
	font: 12px/22px Georgia, "Times New Roman", Times, serif;
	margin-top: 4px;
	text-indent: 37px;
}

p {
	text-align: left;
	color: #84877e;
	font: 13px/21px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 9px;
}

ol {
	text-align: left;
	color: #84877e;
	font: 12px/22px Georgia, "Times New Roman", Times, serif;
	margin-top: 4px;
}

h3 {
	color: #eac50e;
	font: 27px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin-bottom: 6px;
}

h2 {
	color: #dfdfdf;
	font: 23px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin-bottom: 6px;
}

h1 {
	color: #dfdfdf;
	font: 19px Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

h3 {
	color: #dfdfdf;
	font: 11px Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

/* @end */

/* @group For Blog */

ol#commentlist {
	color: #c1c1c1;
	font-size: 13px;
}

textarea#comment {
	background-color: #464646;
	border: 2px none #787878;
	margin-left: 2px;
	margin-top: 0;
	width: 600px;
}

h2#comments {
	color: #dfdfdf;
	font: 14px Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

input {
	border-style: none;
	height: 19px;
	background-color: #464646;
}

.feedback {
	text-align: center;
	font: 12px Georgia, "Times New Roman", Times, serif;
	margin-top: 7px;
}

input#submit {
	border-style: none;
	height: 19px;
	background-color: #a07030;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #000;
}

.meta {
	color: #84877e;
	text-align: left;
	font-size: 11px;
	margin-bottom: 8px;
	margin-top: 3px;
}

h2.storytitle a:link {
	color: #e5e5e5;
}

h2.storytitle {
	font-size: 27px;
	color: #e5e5e5;
	margin-bottom: 10px;
}

/* @end */

/* @group Contact Form */

fieldset {
	border-style: none;
	padding: 0;
	font-family: Helvetica, Arial, Verdana;
	color: #7b7b7b;
	margin: 0;
}

.text {
	background-color: #282828;
	height: 27px;
	color: #eab40c;
	width: 305px;
	font: 17px Helvetica, Arial, Verdana;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-top: -2px;
	margin-bottom: 1px;
	border: 1px solid #464646;
}

textarea {
	background-color: #282828;
	color: #eab40c;
	width: 305px;
	font: 17px Helvetica, Arial, Verdana;
	padding-top: 4px;
	padding-bottom: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin-top: -2px;
	overflow: auto;
	border: 1px solid #464646;
}

submit
 {
	
}

.pagebottom {
	width: 811px;
	background: url(../images/layout/bottom.jpg) no-repeat left top;
	height: 43px;
	margin: 0;
	text-align: center;
	padding: 0;
}

#p {
		text-align: left;
	color: #8d938d;
	font: bold 9pt/21px Helvetica, Arial, Verdana;
}

/* @end */

.pagewrapper {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	text-align: center;
	overflow: hidden;
	padding-top: 60px !important;
	padding-top: 100px; 
}

.contentpage {
	width: 650px;
	text-align: left;
	margin: 19px auto 18px;
	background-color: #282828;
	border: 1px solid #424242;
	padding-top: 12px;
	padding-bottom: 15px;
}

.article {
	width: 278px;
	padding: 17px;
	background: url(../images/layout/articlebg-top.jpg) no-repeat left top;
	text-align: left;
	color: #c4c7bd;
	font: bold 12px/25px Helvetica, Arial, Verdana;
}

.menu {
	text-align: center;
	color: #dfdfdf;
	font: 13px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 14px;

}

.menuspacer {
	height: 120px;
	width: 100%;
}

.menu a:link {
	text-decoration: none;
	color: #eac50f;
}

.menu a:visited {
	text-decoration: none;
	color: #eac50f;
}

.menu a:hover {
	text-decoration: none;
	color: #9b8206;
}

.copyright {
	color: #424242;
	font: 9px Tahoma, Helvetica, Verdana;
}

.widecol {
	margin-bottom: 22px;
	padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 21px;
	width: 605px;
	text-align: left;
}

.leftcol {
	width: 274px;
	float: left;
	text-align: left;
	margin-left: 14px;
	padding-top: 8px;
}

.rightcol {
	width: 257px;
	float: left;
	margin-left: 14px;
	text-align: left;
	border-left: 1px solid #555;
	padding-left: 16px;
	padding-right: 32px;
	padding-top: 8px;
}

hr {
	width: 90%;
	border-top: 1px solid #5e5e5e;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.wideclearbar {
	clear: both;
	width: 100%;
}

a:link {
	color: #e1bd1e;
	text-decoration: none;
}

a:visited {
	color: #e1bd1e;
	text-decoration: none;
}

a:hover {
	color: #ebdd65;
	text-decoration: none;
}

a:active {
	color: #e1bd1e;
	text-decoration: none;
}

#big {
	border: 1px solid #383837;
}

#center {
	text-align: center;
}

.seperator {
	border-bottom: 1px solid #525252;
	width: 80%;
	margin: 20px auto 27px;
}

#gallery {
	margin: 20px;
	border: 2px solid #474747;
}

table td {
	color: #e5e5e5;
	font: 14px Georgia, "Times New Roman", Times, serif;
}

td.xl277889 {
	width: 280px;
}
