@charset "utf-8";
/* gold #b47226 */

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 100%;
	color: #F3F3F3;
	background-color: #190200;
	background-image: url(../images/mainBackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.floatL{float:left;}
.floatR{float:right;}
.clearB{clear:both;}

#mainContent{
	width:800px;
	margin:0px auto;
	position:relative;
	padding-bottom:20px;
}
#header {
	/*border-top:#b47226 10px solid;*/
	border-top:#b47226 10px solid;
	text-transform: uppercase;
	margin-bottom:60px;
	background:url(../images/guybacosheader.png) no-repeat left bottom;
}
#headerhome {
	/*border-top:#b47226 10px solid;*/
	border-top:#b47226 10px solid;
	text-transform: uppercase;
	margin-bottom:60px;
	background:url(../images/homeheader.png) no-repeat left bottom;
	height:330px;
}
#topLinks{
	text-align:right;
	font-size:10px;
	margin-bottom:120px;
}
#topLinksHome{
	text-align:right;
	font-size:10px;
	margin-bottom:296px;
}
#topLinks a,#topLinksHome a {
	padding-top:10px;
	padding-bottom:5px;
	padding-right:10px;
	padding-left:10px;
	text-align:center;
	display:block;
	float:right;
	margin-left:0px;
	text-decoration:none;
}
#topLinks a:link, #topLinks a:visited, #topLinksHome a:link, #topLinksHome a:visited {
	color:#d0d0d0;
}
#topLinks a:hover, #topLinks a:active, #topLinksHome a:hover, #topLinksHome a:active {
	/*background-color:#b47226 ;*/
	background-color:#b47226 ;
	color:#190200;
}
#menu{
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

#menu ul {
	margin:0px auto;
}

#menu li {
	float:right;
	margin-top:0px;
	margin-right:12px;
	font-size:12px;
	font-weight:bold;
	padding-bottom:10px;
	padding-top:8px;
}

#menu a:link, #menu a:visited{
	color:#0383c3;
	text-decoration:none;
	padding:10px 5px 10px 5px;
}
#menu a:hover, #menu a:active{
	color:#d0d0d0;
	text-decoration:none;
	border-bottom:solid #cccccc 10px;
	/*background-color:#0383c3;*/
}

#content{
	min-height:400px;
}
#columnHome{
	width:251px;
	float:left;
	margin-right:15px;
	color:#b47226;
	text-align:right;
	padding-top:170px;
	font-size:12px;
	font-weight:normal;
	line-height: 15px;
}
.column{
	width:251px;
	float:left;
	margin-right:15px;
}
.wideColumn{
	float:left;
	width:517px;
	margin-right:15px;
}
#footer{
	font-family:Georgia, "Times New Roman", Times, serif;
	border-top:1px solid #cccccc;
	font-size:10px;
	margin-top:40px;
	padding-top:5px;
	color:#666666;
}

/* -------------------------------- content specific below ----------------------------*/
#contentTop {
padding-bottom:40px;
border-bottom:1px solid #cccccc;
margin-bottom:40px;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:30px;
	color:#b47226;
	margin-bottom:20px;
}
h2{
font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:20px;
	color:#b47226;
	margin-bottom:10px;
}
h3{
font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:16px;
	color:#0383c3;
	margin-bottom:10px;
}
h4{
font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:20px;
	color:#b47226;
	margin-bottom:10px;
}

h5{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:14px;
	color:#b47226;
}
p{
	font-size:12px;
	font-weight:normal;
	color:#cccccc;
	line-height: 15px;
	margin-bottom:10px;
}

p a:link, p a:visited {
	text-decoration:none;
	color:#0383c3;
	padding-left:2px;
	padding-right:2px;
}

p a:hover, p a:active {
	text-decoration:none;
	color:#d0d0d0;
	background-color:#0383c3;
}
.yellow {
	color:#b47226
}

#aboutLarge{
	float:left;
	width:532px;
}
#vslLarge{
	float:left;
	width:517px;
	margin-right:15px;
}

#vslLarge p{
	margin-top:-10px;
}

.aboutImg{
	border:solid 10px #b47226;
	margin-top:10px;
}
.projects li{
	padding:10px;
	width:100%;
	font-size:12px;
	font-weight:normal;
	color:#cccccc;
	line-height: 15px;
	border-bottom:1px solid  #1F1F1F;
	list-style-type:decimal-leading-zero;
}
.projects li a:link, .projects li a:visited {
	text-decoration:none;
	color:#0383c3;
	padding-left:2px;
	padding-right:2px;
}

.projects li a:hover, .projects li a:active {
	text-decoration:none;
	color:#d0d0d0;
	background-color:#0383c3;
}

.vidList li{
padding:10px;
width:100%;
border-bottom:1px solid  #1F1F1F;
}
.vidList .vidLeft{
float:left;
width:200px;
margin-right:15px;
}
.vidList .vidRight{
float:left;
}
.vidList img{

}


/* ------------------------------- contact form ---------------------*/
#contactLeft{
	width:507px;
	float:left;
	margin-right:15px;
	margin-left:10px;
}

form label{
	text-align:right;
	width: 160px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	display:block;
	margin-top:5px;
	padding:0px;
	font-size:13px;
	font-weight:bold;
	color:#cccccc;
}

form .contact{
	float:left;
	width:325px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*background:url(../images/over.gif) repeat scroll 0%;*/
	background-color:#190200;
	color:#d0d0d0;
	border: solid 1px #d0c4b5;
	padding:3px;
	margin-bottom:10px;
	font-size:11px;
}

form .contactText{
	float:left;
	width:325px;
	height:170px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*background:url(../images/over.gif) repeat scroll 0%;*/
	background-color:#190200;
	color:#d0d0d0;
	border: solid 1px #d0c4b5;
	padding:3px;
	margin-bottom:30px;
	font-size:11px;
}

#formBtns{
	text-align:center;
	width:100%;
	background-color:#000000;
}

#formBtns input{
	border:none;
	
}


.formbtn{
	margin:0px;
	padding:0px;
	background-color:#d0c4b5;
}

.formbtn:hover{
	background:url(../images/over.gif) repeat scroll 0%;
}
ul .linkslist{
list-style-type:none;
margin:0px;
padding:0px;
}

.linkslist li a{
display:inline-block;
 padding-left:10px;
 min-height:16px;
 border:1px solid  #1F1F1F;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 border-radius:3px;
 padding:0px 3px 0px 10px;
 min-width:19em;
 _width:19em;
 text-decoration:none;
 font-weight:normal;
 color:#0383c3;
 font-size: 12px;
 padding-bottom:1px;
 margin-bottom:2px;
 text-decoration:none;
color:#0383c3;
}


.linkslist li a:hover, .linkslist li a a:active {
	text-decoration:none;
	color:#d0d0d0;
	background-color:#0383c3;
}
/* -------------------------------- guestbook ------------------------------------*/
#gbEntries {
padding:10px;
margin-bottom:10px;
background:url(../images/blackOverlay.png) repeat scroll 0%;
}
#gbEntries li{
	border-bottom:1px solid #cccccc;
	margin-bottom:20px;
}
#gbEntries li .gbTop {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 3px;
	color:#0383c3;
	
}
#gbEntries li .gbMessage {
	font-size: 13px;
	line-height:18px;
	margin-bottom: 10px;
	
}

#gbControls {
	font-size: 12px;
	font-weight: normal;
}
#controlL {
	float:left;
}
#controlR {
	float: right;
	text-align: right;
}

legend {
	display:none;
}

#gb label{
	text-align:left;
	width: 100%;
	margin-bottom:3px;
	display:block;
	margin-top:5px;
	padding:0px;
	font-size:13px;
	font-weight:bold;
	color:#cccccc;
}

#gb .gbcontact{
	width:250px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*background:url(../images/over.gif) repeat scroll 0%;*/
	background-color:#190200;
	color:#d0d0d0;
	border: solid 1px #d0c4b5;
	padding:3px;
	margin-bottom:10px;
	font-size:11px;
}

#gb textarea{
	width:250px;
	height:125px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*background:url(../images/over.gif) repeat scroll 0%;*/
	background-color:#190200;
	color:#d0d0d0;
	border: solid 1px #d0c4b5;
	padding:3px;
	margin-bottom:30px;
	font-size:11px;
}

#gbError {
width:100%;
text-align:center;
font-size:11px;
font-weight:normal;
font-style:italic;
color:#b47226;
margin-bottom:15px;
}
/* -------------------------------- demos ------------------------------------*/
.demos{
	padding:10px;
	background:url(../images/blackOverlay.png) repeat scroll 0%;
}

.demos .column{
	width:250px;
	float:left;
	margin-right:10px;
}

#audioPlayer{
display:none;
}

ul.musicList li {
    font-size: 12px;
    padding-bottom:1px;
}

li span[style] 
{
    color:inherit !important;
    font-size: inherit !important;
    text-decoration:inherit !important;
}

/* background-image-based CSS3 example */

ul.musicList {
 list-style-type:none;
 margin:0px;
 padding:0px;
}

ul.musicList li {
 margin-bottom:2px;
}

ul.musicList li a,ul.musicList li a.sm2_link{
 /* assume all items will be sounds rather than wait for onload etc. in this example.. may differ for your uses. */
 display:inline-block;
 padding-left:22px;
 padding-top:5px;
 min-height:16px;
 border:1px solid  #1F1F1F;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 border-radius:3px;
 padding:0px 3px 0px 20px;
 min-width:19em;
 _width:19em;
 text-decoration:none;
 font-weight:normal;
 color:#0383c3;
}


ul.musicList li a.sm2_link {
 /* safari 3.1+ fun (or, proprietary crap. TBD.) */
 -webkit-transition-property: hover;
 -webkit-transition: all 0.15s ease-in-out;
}

ul.musicList li a.sm2_paused:hover,
ul.musicList li a.sm2_link:hover {
 background:#0383c3 url(../images/icon_play.png) no-repeat 0px 50%;
 _background-image:url(../images/icon_play.gif); /* IE 6 */
  color:#ffffff;
}

ul.musicList li a.sm2_paused {
background:#999 url(../images/icon_pause.png) no-repeat 0px 50%;
 _background-image:url(../images/icon_pause.gif);
 color:#ffffff;
}

ul.musicList li a.sm2_paused:hover {
 background:#0383c3 url(../images/icon_play.png) no-repeat 0px 50%;
 _background-image:url(../images/icon_play.gif);
 color:#ffffff;
}

ul.musicList li a.sm2_playing,
ul.musicList li a.sm2_playing:hover {
 background:#0383c3 url(../images/icon_pause.png) no-repeat 0px 50%;
 _background-image:url(../images/icon_pause.gif);
 text-decoration:none;
 color:#ffffff;
}

/* hide button while playing?
ul.graphic li a.sm2_playing {
 background-image:none;
}
*/

#soundmanager-debug-toggle {
	position:absolute;
	left: -1200px;
}


/* -------------------------------- featured ------------------------------------*/
.allDemos {display: block; float: right; margin-right: 20px; color: #0383c3; text-decoration: none; font-size: 12px; font-weight: bold; margin-top: 24px;}
#FeaturedLarge h1 {display: block; float: left; width:50%;}
#FeaturedLarge div {clear:both;}

.featuredList{
	padding:20px 0 0 20px;
	background:url(../images/blackOverlay.png) repeat scroll 0%;
}

.featuredList li{
	float:left;
	margin-right:20px;
	margin-bottom: 20px;
	border: 8px solid #B47226;
	background: transparent url(../images/clear.gif) center center no-repeat;
	position: relative;
}

.featuredList li .songName {
	z-index: 10;
	position: absolute;
	top: 1px;
	left: 1px;
	width:156px;
	background: rgba(00,00,00,0.85);
	text-align: center;
	display: none;
}

.featuredList li .songName h5 {
	margin: 10px 5px;
}

.featuredList li a {
	display:inline-block;
	width:156px;
	height:156px;
	border:1px solid #000000;
	outline: none;
	text-decoration: none;
	background:url(../images/featuredPlay.png) right bottom no-repeat;
}

.featuredList li a:hover {
	border:1px solid #ffffff;
}

.featuredList li a.sm2_playing {
	background:url(../images/featuredPauseDark.png) right bottom no-repeat;
}

.featuredList li a.sm2_paused {
	background:url(../images/featuredPlayDark.png) right bottom no-repeat;
}

/* -------------------------------- sIFR Styles ---------------------------------------*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #000000;
  z-index: 102;
  color:#d0d0d0;
  display:none;
  border: 4px solid #b47226;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
display:none;
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:10px 15px 15px 15px;
  overflow:auto;
  text-align:center;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  /*padding:15px;*/
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}