/* CSS Document */

* { margin: 0; padding: 0; }
html { margin: 0; padding: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #B3AEA6; background-color: #16110A;
	margin: 0; padding: 0;
}

img { border: 0; }
img.mainColumn { max-width: 510px; }

a:link { color: #996600; text-decoration: underline; }
a:visited { color: #996600; text-decoration: underline; }
a:hover { color: #FFFFFF; text-decoration: underline; }
a:active { color: #B3AEA6; text-decoration: underline; }
a:focus { outline: none; }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3.6em; font-weight: normal;
	color: #996600;
	padding: 0; margin: 0; /*margin-bottom: 50px;*/
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em; font-weight: normal;
	color: #996600;
	padding: 0; margin-top: 0; margin-bottom: 0.5em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em; font-weight: bold;
	color: #996600;
	padding: 0; margin-top: 0; margin-bottom: 0.5em;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em; font-weight: bold;
	color: #FFFFFF;
	padding: 0; margin-top: 0; margin-bottom: 0.5em;
}

p, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em; color: #B3AEA6; line-height: 1.5em;
	padding: 0; margin-top: 0; margin-bottom: 15px;
}
p.notes { font-size: 1em; }

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
}

hr {
	height: 0;
	padding: 0; margin-top: 0; margin-bottom: 15px;
	border-top: 0; border-right: 0; border-left: 0;
	border-bottom: 1px dotted #40301A;
	background: none;
	clear: both;
}


/* ******************* WRAPPERS ******************* */

#wrapper {
	width: 900px; min-height: 350px;
	margin: 0px auto 0px auto;
	background-color: #070603;
	background-image: url(../images/background.gif);
	background-position: left top; background-repeat: no-repeat;
	margin-bottom: 10px;
}
.clear_fullWidth {
	width: 900px; height: 1px;
	clear: both;
	display: block;
}


/* ******************* GENERAL FORM STYLES ******************* */
input.formField, textarea.formTextArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #19140C; background-color: #969086;
	border: 1px solid #B3AEA6;
	padding: 2px;
}
nput.formField:focus, textarea.formTextArea:focus { background-color: #FFFFFF; }
label {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 1.3em;*/ color: #B3AEA6;
	font-weight: normal; text-align: left;
}
input.button {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; color: #B3AEA6; font-size: 1em;
	text-align: center;
	background-image: url(../images/button_f01.jpg);
	background-position: bottom; background-repeat: repeat-x;
	padding: 0px 5px 2px 5px; height: 18px;
	border: 1px solid #B3AEA6;
	display: block;
}
input.button:hover { background-image: url(../images/button_f02.jpg); }
input.button:active { background-image: url(../images/button_f03.jpg); }


/* ******************* HEADER ******************* */

#header {
	width: 900px; height: 230px;
	display: block;
}
#logo {
	float: left;
	padding-top: 62px; padding-left: 20px;
	width: 350px;
	display: block;
}

/* LOGIN PANEL */
#login {
	padding-top: 25px; padding-right: 20px;
	float: right;
	width: 500px; height: 74px;
	display: block;
}
form.login_form {
	padding: 0; margin: 0;
}
#login p { margin: 0; margin-bottom: 5px; padding: 0; font-size: 1.2em; line-height: 20px; }
#login p.notes { clear: both; float: right; font-size: 1em; }

form.login_form strong, form.login_form label, form.login_form input.formField { float: left; margin-right: 5px; }
form.login_form input.button { float: left; }
form.login_form input.formField { width: 136px; }
form.login_form input.button { font-size: 0.9em; }

/* NAVIGATION */
#nav {
	clear: right; float: left;
	margin-bottom: 0;
	height: 15px;
}
* html #nav {
	position: absolute;
	margin-left: -520px;
}
#nav ul {
	list-style: none;
	margin: 0; padding: 0;
}
#nav li {
	display: inline;
	border-right: 1px solid #996600;
	margin-right: 5px;
}
* html #nav li { margin-right: 7px; }
#nav li#lastlink { border-right: 0; }
#nav li a {
	text-decoration: none;
	margin-right: 7px;
}
* html #nav li a { margin-right: 4px; font-weight: bold; }
#nav li.current a { font-weight: bold; color: #FFFFFF; }

/* MAIN HEADING */
#header h1 {
	width: 520px;
	clear: right; float: left;
	margin-top: 22px;
	display: block;
}
* html #header h1 { padding-top: 16px; }

/* ******************* PAGE CONTENT ******************* */
#content {
	width: 860px;
	padding-left: 20px; padding-right: 20px;
	clear: both;
}
#column1 {
	width: 175px;
	float: left;
	margin-top: 100px;
	min-height: 100px;
}
#column2 {
	width: 113px; padding: 10px;
	float: left;
	margin: 0px 20px 20px 20px;
	border: 1px solid #292723;
	display: block;
	margin-top: 100px;
	min-height: 100px;
}
#column3 {
	width: 510px;
	float: right;
	min-height: 100px;
}
#column1, #column2, #column3 { margin-bottom: 10px; }
#column1 h3 { padding-bottom: 5px; }
#column1 h3 a:link, #column1 h3 a:visited { color: #FFFFFF; }
#column1 h3 a:hover { text-decoration: underline; }

#footer {
	width: 900px; height: 50px;
	margin-left: auto; margin-right: auto;
}
#footer ul {
	list-style: none;
	margin: 0; padding: 0;
	font-size: 1em; line-height: 1em;
}
#footer li {
	display: inline;
	padding-right: 5px; margin-right: 5px;
	border-right: 1px solid #996600;
	color: #996600;
}
#footerNav { float: left; }
#footerCredits { float: right; }

#footer li.lastItem { padding: 0; margin: 0; border: 0; }

#footer a:link, #footer a:visited { text-decoration: none; }

/* ******************* MISC STYLES ******************* */
h2.graphicHdr, div.nextGigPanel h2.graphicHdr {
	font-size: 0.1em; text-indent: -999999px;
	overflow: hidden;
	background-position: left top; background-repeat: no-repeat;
	height: 19px;
	display: block;
	margin-bottom: 10px;
}
h2.newsfeed { background-image: url(../images/hdr_newsfeed.gif); }
h2.nextgig { background-image: url(../images/hdr_nextgig.gif); }

#column1 h3 {
	font-size: 1.5em; font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0;
}
#column1 h3 a { text-decoration: none; }
#column1 h3.margin_bottom, #column1 h4.margin_bottom { margin-bottom: 25px; }
#column1 p { font-size: 1.2em; color: #996600; line-height: 1.3em; }
#column1 p a { font-weight: bold; }
div.nextGigPanel {
	/*border: 1px solid #996600;*/
	border: 1px solid #292723;
	padding: 10px 10px 0px 10px;
	display: block;
	margin-bottom: 25px;
}
div.nextGigPanel h2, div.nextGigPanel h3 { margin-bottom: 0; }

#column2 h2.graphicHdr { height: 13px; }
h2.hdr_recentlyAdded { background-image: url(../images/hdr2_recentlyadded.gif); }
h2.hdr_galleries { background-image: url(../images/hdr2_galleries.gif); }
h2.hdr_quicklinks { background-image: url(../images/hdr2_quicklinks.gif); }

#column2 ul { list-style: none; margin-left: 0; font-size: 1.1em; }
#column2 li {
	border-bottom: 1px solid #5A4627;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
#column2 li a {
	background-position: right 5px; background-repeat: no-repeat;
	text-decoration: none;
	display: block;
}
#column2 li a:link, #column2 li a:visited { color: #996600; background-image: url(../images/arrow_f01.gif); }
#column2 li a:hover { color: #FFFFFF; background-image: url(../images/arrow_f02.gif); }
#column2 h3 { font-weight: bold; font-size: 1.1em; color: #FFFFFF; }

#mainImgSlideshow { margin-bottom: 20px; }

div.audioContainer {
	width: 510px;
	background-image: url(../images/audioplayer_rpt.gif);
	background-position: left; background-repeat: repeat-y;
	display: block;
}
div.audioPlayer {
	width: 400px; padding-left: 55px; padding-right: 55px;
	height: 50px; padding-top: 35px;
	background-image: url(../images/audioplayer_hdr.gif);
	background-position: left top; background-repeat: no-repeat;
	display: block;
}
embed.audioPlayer {
	/*width: 510px;*/
	width: 400px; height: 16px;
}
* html .audioPlayer { height: 50px; }
div.audioFooter {
	width: 510px; height: 10px;
	clear: both;
	background-image: url(../images/audioplayer_ft.gif);
	background-position: left bottom; background-repeat: no-repeat;
	display: block;
}
ul.audioCredits, p.audioComments {
	font-size: 1.1em;
	margin-left: 55px; margin-right: 55px;
}
ul.audioCredits li { list-style: none; color: #887E6F; }
p.audioComments { color: #000000; }

.galleryImg { clear: both; display: none; }
.galleryImgShow { display: block; }

.galleryImg h2 {
	padding-bottom: 10px;
	border-bottom: 1px solid #5A4627;
	margin-bottom: 15px;
	display: block; 
}

ul.photoLinkMenu {
	list-style: none;
	margin: 0 0 10px 0; padding-bottom: 5px;
	border-bottom: 1px solid #5A4627;
	display: block;
	font-size: 1em; line-height: 1em;
	height: 15px;
}
ul.photoLinkMenu li {
	display: inline;
	margin-right: 5px;
	float: left;
	white-space: nowrap;
}
ul.photoLinkMenu a {
	width: 10px; height: 10px;
	display: block;
	font-size: 0.5em; text-indent: -999999px;
	background-color: #5A4627;
}
ul.photoLinkMenu a:hover { background-color: #996600; }
ul.photoLinkMenu a.active, ul.photoLinkMenu a.active:hover { background-color: #FFFFFF; }

.photoCatImg { display: none; }
.photoCatImgShow { display: block; }

/*
#sm_twitter {
	float: right; margin-left: 20px;
}
*/
#sm_twitter .twtr-widget { font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
#sm_twitter .twtr-tweet, div.twtr-tweet-text p { font-size: 12px; }
.twtr-hd h3, .twtr-hd h4 { display: none; }
a.twtr-join-conv { font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
#sm_twitter .twtr-tweet { border-bottom: 1px dotted #333333; }

h2.twitter_title {
	font-size: 1.6em; font-weight: bold;
	color: #FFFFFF;
	position: absolute; z-index: 999;
	margin-left: 50px; margin-top: 15px;
}
h2.twitter_title a:link, h2.twitter_title a:visited { color: #FFFFFF; text-decoration: none; }
h2.twitter_title a:hover { color: #996600; text-decoration: underline; }

ul.giglist {
	font-size: 1.1em;
	list-style: none;
	margin-left: 0;
}
ul.giglist li {
	border-top: 1px dotted #40301A;
	padding-top: 3px;
	margin-bottom: 3px;
}