/* Viva Roxy Music CSS Styles */

/* BACKGROUND */
html {
	background-color: #C8B45B;
	background-image: url(../assets/htmlbg.jpg);
	background-position:center top;
	background-attachment: fixed;
}

body {
	background-image: url(../assets/bodybg2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding-top: 3px;
}

/* CONTAINER */
#container {
	width: 980px;
	margin: 0 auto;
	border: none;
}
.clearer {
	clear: both;
	line-height: 1px;
}
/* HEADER */
#header {
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #F9F7DF;
	border: 1px solid #6D6A4B;
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	-khtml-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0px;
	-moz-box-shadow: 2px 2px 8px 0 #6D6A4B;
	-webkit-box-shadow: 2px 2px 8px #6D6A4B;
	box-shadow: 2px 2px 8px 0 #6D6A4B;
	text-align: center;
	padding: 10px 0;
	margin: 15px 0;
}

/* NAV STYLES */
#nav {
	float: left;
	border: 1px solid #6D6A4B;
	-webkit-border-radius: 0 0 0 15px;
	-moz-border-radius: 0 0 0 15px;
	-khtml-border-radius: 0 0 0 15px;
	border-radius: 0 0 0 15px;
	-moz-box-shadow: 1px 1px 4px 0 #333333;
	-webkit-box-shadow: 2px 2px 8px #6D6A4B;
	box-shadow: 2px 2px 8px 0 #6D6A4B;
	padding: 15px 20px;
	background-color: #F9F7DF;
}
/* Nav Headings */
#nav ul li {
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;

}
#nav ul li a {
	color: #000000;
	text-decoration: none;
	padding-bottom: 8px;
	display: block;
}
#nav ul li a:hover {
	color: #990000;
}
#nav ul li ul {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid gray;
}

#nav ul li.solo {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid gray;
}

/* Nav Items */
#nav ul li ul li {
	text-transform: capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.78em;
	line-height: 140%;
	padding-bottom: 0;
}
#nav ul li ul li a {
	color: #4B525A;
	text-decoration: none;
	display: inline;
}
#nav ul li ul li a:hover {
	color: #999999;
}

/* CONTENT */
#content {
	border: 1px solid #6D6A4B;
	-webkit-border-radius: 0 0 15px 0;
	-moz-border-radius: 0 0 15px 0;
	-khtml-border-radius: 0 0 15px 0;
	border-radius: 15px 15px 0 0px;
	-moz-box-shadow: 2px 2px 8px 0 #6D6A4B;
	-webkit-box-shadow: 2px 2px 8px #6D6A4B;
	box-shadow: 2px 2px 8px 0 #6D6A4B;
	background-color: #F9F7DF;
	margin-left: 235px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 0.8em;
	padding: 15px 25px;
	min-height: 600px;
}
#content p {
	padding-bottom: 10px;
}
#content h1 {
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	margin-bottom: 14px;
}

#content h3 {
	font-size: 1.0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px 0;
}
#content a {
	color: #003366;
}

#content .hpnews {
	border-top: 3px double #CCCCCC;
	margin-top: 10px;
}

#content .hpnews h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	padding: 10px 0;
}

#content .hpnews p.dateline {
	margin: 10px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid #CCCCCC;
}
#content .hpnews h3, #content .lyrics h3 {
	margin-top: 0;
	padding-top: 0;
}
#content .hpnews p.morenews {
	text-align: right;
}

#content .list ul {
	list-style-type: disc;
	padding: 10px 0 10px 1em;
}

.leftthumb {
	padding: 10px 0;
}

.bracket {
	font-style: italic;
	font-size: 0.7em;
	color: #666666;
}

#content p.breadcrumb {
	color: #333333;
	font-size: 0.8em;
}

#content p.breadcrumb a {
	color: #62757B;
	text-decoration: underline;
}

p.breadcrumb a:hover {
	color: #000000;
	text-decoration: none;
}

.gallery {
}
.gallery li {
	list-style: none;
	display: inline;
	float: left;
	width: 150px;
	margin: 10px;
}

.lyrics {
	font-size: 0.85em;
	color: #666666;
	line-height: 120%;
	font-style: italic;
	border: 1px solid #CCCCCC;
	width: 280px;
	padding: 10px;
	float: right;
	margin-left: 20px;
}

.sidebar {
	font-size: 0.85em;
	color: #666666;
	line-height: 120%;
	font-style: italic;
	border: 1px solid #CCCCCC;
	width: 160px;
	padding: 10px;
	margin: 0 0 10px 10px;
	float: right;
	background-color: #FFF;
}
.chartinfo td, .chartinfo th{
	padding: 4px;
}
.chartinfo table {
	border: 1px solid #CCCCCC;
	clear: right;
}
/* FOOTER STYLES */

#footer {
	clear: both;
	text-align: center;
	padding: 10px;
}
#footer a {
	text-decoration: none;
	color: #333333;
	border-bottom: 1px dotted;
}

#footer a:hover {
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid;
}
#footer p {
	font-size: 0.7em;
	line-height: 170%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
