/* 

Theme Name: HELMET theme 
Theme URI: http://www.helmetmusic.com
Description: template for the official Helmet website
Author: Glynn Davies 
Author URI: http://www.glynndavies.net 
Version: 0.1 
 
*/ 

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #000;
	background: #191919;
	margin: 0;
	padding: 0;
}

a img {
	border: none;
	}

/* ----------- STRUCTURAL ELEMENTS ----------- */

#outerwrap {
	background-color: #151515;
	background-attachment: scroll;
	background-image: url(imgs/page_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 20px;
	}

#wrap {
	width: 950px;
	margin: 0 auto 0 auto;
	padding-bottom: 50px;
	background-color: #FFF;
	background-image: url(imgs/rap_bg.png);
	background-repeat: repeat-x;
	background-position: left top;

	overflow: auto;
	}

#head {
	background-image: url(imgs/head_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 108px;
	}
	
#blurb {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000;
	margin: 5px 30px 0 30px;
	padding: 5px 0;
	font-size: 2em;
	font-style: italic;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	}
	
#maincontent {
	margin: 35px 30px 0 30px;
	width: 890px;
	}

/* ----------- HOME PAGE ONLY STRUCTURE ----------- */
	
#left {
	float: left;
	width: 420px;
	}
	
#right {
	float: right;
	width: 440px;
	}
	
#post {
	clear: both;
	margin-bottom: 30px;
	}
		
/* ----------- INNER PAGE ONLY STRUCTURE ----------- */

#pagecontent {
	float: left;
	width: 600px;
	}
	
#pageside {
	float: right;
	width: 260px;
	}

	
/* ----------- TOP NAVIGATION ----------- */

#navbar {
	height: 36px;
	width: 100%;
	text-align: right;
	}

ul#nav {
	list-style-type: none;
	width:950px;
	margin: auto;
	padding: 8px 0;
	}

ul#nav li {
	display: inline;
	}
	
ul#nav li a:link, ul#nav li a:visited {
	color: #999;
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 0.7em;
	padding: 5px;
	}
	
ul#nav li a:hover, ul#nav li a:active {
	color: #FFF;
	background: #191919;
	border-bottom: solid 2px #600;
	}
	
ul#nav li a.current_page_item {
	color: #FFF;
	background: #191919;
	border-bottom: solid 2px #600;
	}	

/* ----------- FOOT ----------- */

#footinner {
	width: 950px;
	height: 150px;
	margin: 10px auto;
	}

#foot p {
	font-size: 0.7em;
	color: #666;
	}

#foot h2 {
	color: #FFF;
	font-size: 1em;
	margin-bottom: 5px;
	}
	
html>body #foot h2 {
	font-weight: normal;
	}
	
#foot a:link, #foot a:visited {
	color: #CCC;
	text-decoration: none;
	}
	
#foot a:hover, #foot a:active {
	color: #FFF;
	text-decoration: underline;
	}

.footcolumn_r {
	float: right;
	text-align: right;
	width: 300px;
	}

.footcolumn_l {
	float: left;
	text-align: left;
	width: 350px;
	}

ul#socnet {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	clear: both;
	}
	
ul#socnet li {
	display: inline;
	padding: 1px;
	}


/* ----------- MAIN TEXT & LINK STYLES ----------- */

h1#title {
	display: none;
	}
	
h2#thetitle {
	padding-bottom: 10px;
	}
	
ul.widget, ul.widget ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	}
	
#blurb ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#maincontent h2 {
	font: normal normal 1.5em Helvetica, Arial, sans-serif;
	color: #000;
	margin: 0 0 5px 0;
	}
	
h2.widgettitle {
	margin-bottom: 15px;
	}
	
#pagecontent h3 {
	font: normal normal 1.2em Helvetica, Arial, sans-serif;
	padding-bottom: 5px;
	margin: 0 0 8px 0;
	}
	
#maincontent h5 {
	font-size: 0.7em;
	font-weight: normal;
	color: #666;
	margin: 2px 0 1px 0;
	display: block;
	padding-bottom: 7px;
	border-bottom: 1px solid #CCC;
	}

#maincontent p {
	font-size: 0.8em;
	color: #000;
	line-height: 1.6em;
	}
	
blockquote {
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	color: #999;
	}
	
#pagecontent ul li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #333;
	margin-bottom: 5px;
	}
	
.date {
	color: #000;
	}
	
#maincontent a:link, #maincontent a:visited {
	color: #369;
	text-decoration: none;
	}

#maincontent a:hover, #maincontent a:active {
	color: #06C;
	text-decoration: underline;
	}
	
#pageside a:link, #pageside a:visited {
	color: #333;
	font-size: 0.8em;
	text-decoration: none;
	display: block;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #CCC;
	}

#pageside a:hover, #pageside a:active {
	color: #369;
	}
	
.widget_archive {
	margin-bottom: 15px;
	}

/* ----------- IMAGE STYLES ----------- */

img#merchpic {
	margin-bottom: 25px;
	max-width: 260px;
	}

img#bioshot {
	border: 1px solid #CCC;
	padding: 5px;
	margin-bottom: 3px;
	}
	
.wp-caption img {
	margin: 0;
	padding: 5px;
	border: 1px solid #CCC;
	}

.alignleft {
	float: left;
	margin: 10px 15px 5px 0;
	}
	
.alignright {
	float: right;
	margin: 10px 0 5px 15px;
	}
	
.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	}
		
a.alignleft {
	float:left; 
	margin: 10px 10px 10px 0;
	}
	
a.alignright {
	float:right; 
	margin:0;
	}	

a.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	}
	
.wp-caption {

	}

.wp-caption, p.wp-caption-text {
	font-size: 0.7em;
	text-align: left;
	color: #999;
	padding: 2px 0 2px 0;
	}
	
.noborder {
	border: none;
	}

/* ----------- MAILING LIST FORM ----------- */

#maillist {
	border-top: 1px dotted #CCC;
	margin-top: 30px;	
	padding-top: 20px;	
	}
	
a.rss {
	background: url(imgs/rss.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 3px;
	padding: 0 0 0 17px;
	}

table#form {
	margin-top: 20px;
	}
	
table#form td {
	padding: 5px 0 5px 0;
	}
	
.inputbox {
	border: 1px solid #CCC;
	}
	
.subscribe {
	background: #600;
	color: #FFF;
	border-width: 0;
	width: 75px;
	height: 22px;
	}
	
.dropbox {
	border: 1px solid #CCC;
	}
	
.required, .attributename {
	font-size: 0.7em;
	color: #000;
	font-weight: bold;
	}
	
/* DISCOGRAPHY */

#albumcontent {
	890px;
	}
	
#albumcontent a.back {
	font-size: 0.7em;
	text-transform: uppercase;
	border: 1px solid #666;
	color: #666;
	padding: 5px;
	margin-bottom: 15px;
	}
	
.leftcol {
	width: 420px;
	float: left;
	}

.rightcol {
	width: 420px;
	float: right;
	}
	
.rightcol h4 {
	margin: 8px 0 0 0;
	}

div.album {
	clear: both;
	margin-bottom: 20px;
	}
	
ol.tracks {
	padding-left: 1px;
	margin-top: 20px;
	list-style-position: inside;
	font-size: 0.7em;
	color: #333;
	}
	
ol.tracks li {
	padding: 3px 0 3px 0;
	}
	
a.audio {
	padding: 0 17px 0 0;
	background-position: right 1px;
	background-image: url(imgs/IconAudio.gif);
	background-repeat: no-repeat;
	}
	
a.audio:hover {
	background-position: right -11px;
	}
	
#albumcontent a.linkbox {
	color: #900;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	border: 1px solid #900;
	padding: 7px 5px;
	margin: 10px 0;
	}
	
#albumcontent a.linkbox:hover {
	color: #FFF;
	border-color: #C00;
	background-color: #C00;
	text-decoration: none;
	}
	
/* DISCOGRAPHY AUDIO PLAYER */

.microAudio-bg {
	color: #CCC;
	}

.microAudio-leftbg {
	color: #CCC;
	}

.microAudio-lefticon {
	color: #333;
	}

.microAudio-voltrack {
	color: #CCC;
	}

.microAudio-volslider {
	color: #900;
	}

.microAudio-rightbg {
	color: #999;
	}

.microAudio-rightbghover {
	color: #CCC;
	}

.microAudio-righticon {
	color: #333;
	}

.microAudio-righticonhover {
	color: #333;
	}

.microAudio-skip {
	color: #C00;
	}

.microAudio-text {
	color: #333;
	}

.microAudio-track {
	color: #EEE;
	}

.microAudio-border {
	color: #999;
	}

.microAudio-loader {
	color: #333;
	}

.microAudio-tracker {
	color: #CCC;
	}

.mAp, .adplr {
	width: 300px;
	margin: 2px 0 0 6px;
	}

/* TOUR TABLE */

table#tour {
	font-size: 0.7em;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: left;
	}
	
table#tour thead {
	background-color: #EEE;
	}

table#tour th, table#tour td {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	}	


#pageside select {
	background-color: #FFF;
	color: #333;
	border: 1px solid #CCC;
	width: 200px;
	margin-top: 15px;
	}