@charset "utf-8";
 
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/* RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
/*	font: inherit; */
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* @font-face { font-family: chalkduster; src: url('/fonts/chalkduster.ttf'); } 
@font-face { font-family: Profaisal; src: url('/fonts/Profaisal-EliteRiqaV1.0.ttf'); }  */


body {
	line-height: 1;
}



ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end of reset css */


/* PAGE STRUCTURE */

body {
	font-family: "Open Sans", "Book Antiqua", "Book Antiqua3", Palatino, "Palatino Linotype", georgia, serif;
	font-size:14px;
	line-height: 1.4em;
	color: #55555;
/*	background:#ECE3D4 url("/assets/images/body-bg.jpg") repeat; */
/*	background:#151515; */
        background:#e2cfb5;
/*	background:#444865; */
}

/* ~~ this fixed width container surrounds all other divs~~ */
#container {
	position:relative;
	width: 962px;
	margin: 0px auto 20px auto;
	padding: 0;
	background:white url("/assets/images/container-bg.jpg") repeat-y;
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
	-moz-box-shadow: 0 0 5px 5px rgba(128, 128, 128, 0.3);
	-webkit-box-shadow: 0 0 5px 5px rgba(128, 128, 128, 0.3);
	box-shadow:  0 0 5px 5px rgba(128, 128, 128, 0.3);
}



#header {
	width:962px;
	height:302px;
	position:relative;
}

#main-content {
	display: inline-block;
	float: left;
	width: 577px;
	max-width:577px;
	min-height: 400px;
	background: white url("/assets/images/content-bg.jpg") repeat-y;
	margin:0;
	padding: 8px 20px 20px 30px;
	overflow: hidden;
}


#sidebar {
	display: inline-block;
	float: right;
	width: 285px;
	max-width:285px;
	min-height: 400px;
	background: #f9f7ed url("/assets/images/sidebar-bg.jpg") repeat-y;
	margin: 0;
	padding: 20px 20px 20px 30px;
	text-align: center;
	overflow: hidden;
	font-size: 0.85em;
	color: #666666;
}



.sidebar-itunes-container {
      width: 459px;
      height: 109px;
      background-color: #989887;
      margin-bottom: 9px;
}

.album {
background:white url("/assets/images/album-bg.jpg") repeat-y;
}

.album-artwork {
     border: 1px solid #000;
}

.player_bg {
        width: 311px;
        height: 62px;
        color: red;
        background: #f9f7ed url("/assets/images/player_bg.png") no-repeat;
        margin-bottom: 15px;
        margin-left: -16px;
        margin-top: -15px;
}

#footer {
	text-align: center;
	color: #999999;
	font-size: 0.8em;
}


#music_player {
	display: block;
	position:absolute;
	left:730px;
	top:327px;
	text-decoration:none;
}


#nav_menu {
	margin:0 auto;
	position:absolute;
	top: 254px;
	padding-left:52px;
	height:36px;
	width:962px;
	line-height:35px;
	text-align:center;
	font-size:16px;
/*        text-shadow: 1px 1px 1px #333333;  */
/*	font-family: "Book Antiqua", "Book Antiqua3", Palatino, "Palatino Linotype", georgia, serif; */
/*        font-weight: bold; */
/*        font-style:italic;  */
        z-index: 1;
}

#nav_menu li a {
	text-decoration:none;
	border: 0;
	text-transform:capitalize;
/*	color:#D8D8E0; */
	color:#fcfcfc;
}

#nav_menu li a:hover {
	text-decoration:none;
	color:#5A5927;
}

#nav_menu li {
	float:left;
	list-style-type:none;
}

#nav_menu hr {
	display:none;
}

#nav_menu .separator {
	background-image:url("/assets/images/separator.png");
	width:35px;
	height:13px;
	margin:11px 2px 0 2px;
}


p {
	margin-top: 8px;
	margin-bottom: 4px;
}
h1, h2, h3, h4, h5, h6 {
	color:#8a8957;
	font-family: "Book Antiqua", "Book Antiqua3", Palatino, "Palatino Linotype", "Times New Roman", georgia, serif;
	margin-top:12px;
	margin-bottom: 6px;
}
h1 {
	font-size: 2em;
}

h2 {
	line-height: 1.4em;
        font-size: 1.2em;
        font-weight: normal;
}

h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.3em;
}
h5, h6 {
	font-size: 1.1em;
	font-weight: bold;
	color: black;
}

hr {
    border-top: 1px dashed #b5aa84;
    border-bottom: none;
    margin-top: 11px;
    margin-bottom: 11px;
    width: 100%;
    clear:both;
}

a:link {
	color: #8c462d; 
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #8c462d;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: black;
	text-decoration: none;
/*    text-shadow: 1px 1px 1px #333333; */
}


.small {
	font-size: 0.75em;
}


.NewsSummaryLink {
	margin-top: 15px;
	font-size: 1.4em;
}

.news-headline {

        line-height: 1.3em;
        font-weight: bold;
}


.newsprint {
	font-family: "Palatino Linotype", "Book Antiqua3", Palatino, serif;
	color: black;
}

.page-heading {
	margin-top: 0px;
	margin-bottom: 15px;
}

.content ol {
	margin: 0 25px;
}

.rounded_box {
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding: 10px 10px 10px 10px;
	text-align:left;
}

.newsletter {
	width:230px;
	height:23px;
	background-color:#fcfbf7;
	color:#c2c2c0;
}

.shows {
	width:255px;
	background-color:#fcfbf7;
}

#shows {
padding: 0 15px;
}

.outline {
	border:#c5c390 1px solid;
}

.hilight {
        background-color: #f7e3d9;
}

.title {
	width:240px;
	height:63px;
	line-height:63px;
	background:url("/uploads/images/h1_bg.png") no-repeat top left;
	overflow:hidden;
	letter-spacing:-1px;
	padding-left:25px;
	margin-left:0px;
	text-transform:lowercase;
}

.sidebar .title {
	margin-left:5px;
	padding-left:15px;
	margin-top:-55px;
	margin-bottom:5px;
}

.credits {
        margin-top: 30px;
        font-size: 0.9em;
        font-style:italic;
        color: #C2BBA0;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 0 /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #ADB96E;
	color: #FFF;
}



/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/* ~~ Artist Data ~~ */

.tour-date {
display: block;
width: 95px;
height: 35px;
color: #687D78;
float: left;
font-size: 1.1em;
font-weight: normal;
}
.tour-location {
color: #687D78;
font-size: 1.15em;
}
.venue {
color: #8c462d;
font-size: 1.1em;
}
.show-details {
    font-size: 0.8em;
    padding-left: 95px;
width: 390px;
line-height: 1.3em;
}


/* ~~ phpList classes ~~ */
.required {
        color: #8c462d;
}
.attributeinput {
        padding: 4px;
}