/*       Layout
======================= */
body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    background: #efd2b1 url("../images/body-bg.jpg") repeat;
}
#bg{background: url("../images/bg-body2.png") no-repeat center 56px;}
div {
    position: relative;
}
img {
    border:0;
}
img.right {
    padding-left: 30px;
    padding-bottom: 10px; 
}
#pagewidth{
    width:876px;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    background: url("../images/bg-left-img.jpg") no-repeat 65px 56px;
    padding: 0 0 30px;
}
#header{
    width:100%;
    background: #fdfaf5 url("../images/header.jpg") no-repeat center 56px;
    height:171px;
    z-index: 10;
margin-top:-67px;
}
.home #header{
    width:100%;
    background: url("../images/header-home.jpg") no-repeat left 56px;
    height:467px;
    z-index: 10;
}
#wrapper{
    background: #fdfaf5;
    clear: both;
    padding-bottom: 40px;
    z-index: 50;
    min-height: 580px;
    height: auto !important;
    height: 580px;
}
.home #wrapper{
    min-height: 330px;
    height: auto !important;
    height: 330px;
    padding-right: 22px;
}
#rightcol{
    width:298px;
    float:right;
    background: #f3eeda url("../images/rightcol-bg.jpg") no-repeat left bottom;
    padding: 0 0 20px;
    overflow: hidden;
}
#maincol{
    float: left;
    display:inline;
    width: 100%;
    padding-top:20px;    
}
.home #maincol {
	padding-top: 0;
	margin-top: -10px;
	width: 554px; 
}
#footer{
    clear: both;
    background: url("../images/footer.png") repeat-x;
    padding: 14px 12px;
    z-index: 100;
}
#top-bg {
	width: 100%;
	height: 67px;
	background: url("../images/body-top-bg.png") repeat-x;	
	z-index: 80;
}
#nav-wrapper {
	text-align: left;
	margin: 0 auto;
	width: 876px;	
	padding: 0 0 0;
}
#header-shadow {
	width: 36px;
	height: 405px;
	position: absolute;
	top: 56px;
	right: -36px;
	background: url("../images/header-shadow.png") no-repeat;
	display: none;	
}
.home #header-shadow {
	display: block;	
}
.left {
    float:left;
}
.right {
    float:right;
}
.txtl{
    text-align:left;
}
.txtc{
    text-align:center;
}
.txtr{
    text-align:right;
}
.clear {
    clear:both;
}
.red {
    color:#F00;
}

 /*       Text
======================= */
body, td, div, select, textarea, input {
    font: 13px Georgia, serif;
    color: #6c695d;
}
p, h1, h2, h3, table, form {
    margin-left: 35px;
    margin-right: 35px;
}
ul,ol{
    margin:0em 35px 1em 65px; /* Right = same as other elements. Left = Left of other elements +30 */
    padding: 0px;
}
ul li, ol li{
    line-height:1.3em;
    margin: .25em 0;
    padding: 0;
}
li ol, li ul{
    margin-left: 30px;
    margin-top:0;
    margin-bottom:0;
}
table{
    margin-right:0;
}
p {
	margin-top:0;
	margin-bottom:1em;
	line-height:1.6em;
}
h1 {
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 0.7em;
	text-transform: uppercase;
	font-family: "Josefin Sans Std Light", Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 22px;
	font-family: "Josefin Sans Std Light", Arial, Helvetica, sans-serif;
	margin-top: 12px;
	padding-bottom: 20px;
	text-transform: uppercase;
	color: #9e9d92;
	background: url("../images/h2-bg.png") repeat-x left bottom;
	font-weight: normal;
	clear: both;
}
.home h2 {
	font-size: 22px;
	font-family: "Josefin Sans Std Light", Arial, Helvetica, sans-serif;
	margin-top: 12px;
	padding-bottom: 20px;
	background: url("../images/h2-bg.png") repeat-x left bottom;
	color:#9e9d92;
}
h3 {
	font-style: italic;
	font-size: 17px;
	margin-bottom: 15px;
	margin-top: 22px;
	color:#9e9d92;
	font-weight: normal;
}
.home h3 {
	font-style: italic;
	font-size: 17px;
	margin-bottom: 20px;
	margin-top: 22px;
	color:#9e9d92;	
}
h1, legend {
    color:#9e9d92;
    font-weight: normal;
}

.date {
   font-style: italic;
	font-size: 17px;
	margin-bottom: 20px;
	margin-top: 22px;
	color:#9e9d92;
    font-weight: normal;
}

#video {
	float: right;
	width: 350px;
	padding-left: 10px;
	margin-right: 100px;
}


/*      Vertical Nav
========================= */

#nav {
    list-style:none;
    margin:0;
    padding: 0 1px 0 0;
    line-height:1em;
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 100;
    background: url("../images/menu-separator.png") no-repeat right top;
    overflow: hidden;
    height: 67px;
}
#nav li{
    position:relative;
    float:left;
    margin:0;
    padding:0 0 0 1px;
    background: url("../images/menu-separator.png") no-repeat;
}
#nav li a {
	display:block;
	padding:21px 10px 0px 10px;
	text-decoration:none;
	text-align: center;
	color:#fbf8f0;
	height: 40px;
	text-transform: uppercase;
	font-family: Josefin Sans Std Light, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: none;
	font-weight: lighter;
	letter-spacing: 1px;
}
#nav li a:hover,
#nav li a.current  {
	color:#8ed3e3;
	background: url("../images/menu-hover.png") repeat-x;
	text-transform: none;
	font-size: 14px;
	font-family: Georgia, serif;
	font-style: italic;
}
/* These keep the menu from jumping when the font changes */
#nav li.home a {
    width: 68px;
}
#nav li.dates a {
    width: 78px;
}
#nav li.solo a {
    width: 170px;
}
#nav li.composition a {
    width: 138px;
}
#nav li.news a {
    width: 68px;
}
#nav li.contact a {
    width: 88px;
}

/*       Links
======================= */
a {
    color:#3f3218;
    text-decoration: none;
    border-bottom: 1px dotted #3f3218;
}
a:hover {
    text-decoration:none;
    border-bottom: none;
}

/*       Header
========================= */
#header h1 {
    margin:0;
    position:absolute;
    height: 47px;
    width: 373px;
    top:89px;
    left:42px;
    overflow:hidden;
}
.home #header h1 {
    height:133px;
    width: 230px;
    top:137px;
    left:56px;
}
#header h1 a{
    display:block;
    height:100%;
    width: 100%;
    text-indent: -9999em;
    outline: none;
}
#header h1 a span{
    display:block;
    height:100%;
	width: 100%;
    position:absolute;
    top:0;
    left:0;
    background: url("../images/logo.png") no-repeat; /* logo image */
    cursor:pointer; /* ie */
}
.home #header h1 a span{
	background: url("../images/logo-home.png") no-repeat; /* logo image */
}
#header p#tagline{
    height:35px;
	width: 230px;
	margin: 0;
    position:absolute;
    top:104px;
    right:33px;
    background: url("../images/tagline.png") no-repeat;
    text-indent: -9999em;
}
.home #header p#tagline{
    height:35px;
	width: 230px;
	margin: 0;
    position:absolute;
    top:297px;
    left:56px;
    background: url("../images/tagline-home.png") no-repeat;
}


/*       Maincol
========================= */
.two-cols {
	width: 100%;
	overflow: hidden;	
}
.two-cols .col{
	width: 254px;
	float: left;		
}
.two-cols .col h2,
.two-cols .col h3,
.two-cols .col p{
	margin-left: 35px;
	margin-right: 5px;		
}
.two-cols .col a{
	text-decoration: underline;
	border: none;
	color: #6c695d;
	font-style: italic;
}
.col2-dates {
	float: left;
	width: 260px;
	padding-right: 15px;
}

/*       Rightcol
========================= */
#rightcol h2, 
#rightcol h4, 
#rightcol p {
	margin-left: 30px;
	margin-right: 30px;	
}
#rightcol h2, 
#rightcol h4 {
	clear: both;	
}
#rightcol h4 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	color: #9e9d92;
	font-family: "Josefin Sans Std Light", Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
	background: url("../images/h2-bg.png") repeat-x left bottom;
	margin-bottom: 15px;
}
p.down-the-line {
	background: url("../images/down-the-line.jpg") no-repeat 100px top;
	padding: 30px 140px 0 0;
	height: 90px;	
	color: #6c695d;
	font-size: 15px;
	font-style: italic;
}

p.stolen-silver{
	background: url("../images/stolen-silver.jpg") no-repeat 100px top;
	padding: 30px 140px 0 0;
	height: 90px;	
	color: #6c695d;
	font-size: 15px;
	font-style: italic;
}

.home a {
	color: #6c695d;
	border: none;
	text-decoration: underline;	
}
.home a:hover {	
	text-decoration: none;	
}
#social-links {
	width: 100%;
	overflow: hidden;	
}
#social-links a{
	width: 33px;
	height: 35px;
	display: block;
	float: left;
	margin-right: 10px;	
}
#social-links a.facebook{
	background: url("../images/social-links.jpg") no-repeat 0 0;	
}
#social-links a.twitter{
	background: url("../images/social-links.jpg") no-repeat -43px 0;	
}
#social-links a.youtube{
	background: url("../images/social-links.jpg") no-repeat -89px 0;	
}
#social-links a.facebook:hover{
	background: url("../images/social-links.jpg") no-repeat -129px 0;	
}
#social-links a.twitter:hover{
	background: url("../images/social-links.jpg") no-repeat -172px 0;	
}
#social-links a.youtube:hover{
	background: url("../images/social-links.jpg") no-repeat -218px 0;	
}

/*       Footer
========================= */
#footer a, #footer a:hover{
    color:#858474;
    text-decoration: none;
    border: none;
}

#footer p{
    margin:0;
    color:#858474;
    font-size: 10px;
    text-transform: uppercase;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}
#footer p.left span{
    padding: 0 5px;
}
#footer a.contact {
    position: absolute;
    top: -44px;
    right: -31px;
    background: url("../images/contact-bg.png") no-repeat 0 -86px;
    text-indent: -9999em;
    outline: none;
    width: 333px;
    height: 83px;
    overflow: hidden;
}
#footer a.contact:hover {
    background: url("../images/contact-bg.png") no-repeat -1px 2px;
}

/*     Float containers fix - Thanks to: http://www.csscreator.com/attributes/containedfloat.php
=============================== */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/*     printer styles
========================= */
 @media print{
/* Hide unwanted elements */
#leftcol, #header h1 a span{display:none;}
/* Kill floats and backgrounds */
body #pagewidth, #maincol, #wrapper, body, #footer, #header, #header h1, #header h1 a,#footer p{width:100%; float:none; background:none;}
/* Set margins to 0 */
p, h1, h2, h3, table {margin-left:0;margin-right:0;}
ul, ol {margin-left:30px; margin-right:0;}
#maincol {padding-top:0;}
/* Make texts black */
p, li, #footer p, #footer p a{color:#000;}
/* Print Logo as text */
#header,#header h1, #header h1 a{ width: auto; height:auto; text-indent:0; position:static;top:0;left:0;}
#header h1{ margin-bottom:1em;}
}
#hide {
	visibility: hidden;
}
