/*
Theme Name: MIX808 Records
Theme URI: http://mix808.com/
Description: A custom theme for the <a href="http://mix808.com">MIX808</a> website.
Version: 1
Author: Tyler Wolff
Author URI: http://tylerwolff.com/
Tags: black, red, centered, rounded edges, mix808
*/


/* -------------------------------- [ General Elements ] */
html {height:100%}
body {	
	font-size: 68.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #000;
	height: 100%;
	color: #999;
	text-align: center;
	}

#page {
	background: #000;
	width: 850px;
	background: url(images/black.jpg) center repeat-y;
	text-align: left;
	min-height: 100%;
	margin:0px auto;
	text-align:left;
	}

#header {
	background: url(images/header.jpg) top center no-repeat;
	height: 289px;
}

#maincontentholder {
	margin: 0px;
	width: 850px;
	height: 100%;
}
	
/* -------------------------------- [ Nav Menu ] */

#nav_holder {
	position: absolute;
	margin-top: 8px;
	margin-left: 140px;
	}
	
#nav {
	margin-top: 0;
	padding: 0;
	height: 49px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}

#nav li {
	margin-top: 0; 
	padding: 0;
	text-indent: -500px;
  list-style: none;
	display: inline;
	}

#nav a {
	float: left;
	padding: 49px 15px 0 0;
	overflow: hidden;
	height: 0px !important; 
	height:49px; /* for IE5/Win only */
}

#nav a:hover {
	background-position: 0 -49px;
	}

#nav.#active a:link, #active a:visited, #active a:hover {
	background-position: 0 -49px;
	}
	
#nav a.current {background-position: 0 -49px;}

#home a  {
	width: 50px;
	background: url(images/home.png) top left no-repeat;
	}
	
#artists a  {
	width: 66px;
	background: url(images/artists.png) top left no-repeat;
	}
	
#live a  {
	width: 66px;
	background: url(images/artists.png) top left no-repeat;
	}	
	
#store a  {
	width: 55px;
	background: url(images/store.png) top left no-repeat;
	}

#fanclub a  {
	width: 80px;
	background: url(images/fanclub.png) top left no-repeat;
	}
	
#pservices a  {
	width: 169px;
	background: url(images/pservices.png) top left no-repeat;
	}
		
#contact a  {
	width: 94px;
	background: url(images/contact.png) top left no-repeat;
	}
	
#live a  {
	width: 43px;
	background: url(images/live.png) top left no-repeat;
	}
	
#press a  {
	width: 43px;
	background: url(images/live.png) top left no-repeat;
	}	
	
/* -------------------------------- [ Blog Structure ] */

#maincontent {
	margin-top: -110px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
	overflow: hidden;
}

#leftcontent {
	float: left;
	width: 480px;
	padding-right: 30px;
}

#rightcontent {
	float: left;
	width: 280px;
}


/* -------------------------------- [ Artists page ] */

#artistsbg {
	text-align: left;
	width: 600px;
	height: 230px;
	margin-left: 100px;
	margin-top: 50px;
	margin-bottom: -30px;
}

#artistsbg img {border: 2px solid #ccc; float: left}

#textbox {
	width: 320px;
	float: right;
	text-align: left;
}

#textbox img {border: none}

/* -------------------------------- [ Sidebar & footer ] */

#sidebar {
	position: relative;
	margin-bottom: 20px;
	width: 280px;
}

#sidebar form {
	margin: 0;
	}
	
#footer {
	font-size: 90%;
	text-align: left;
	clear: both;
	margin:0px auto;
	margin-bottom: 20px;
	width: 810px;
	padding: 20px;
	background-color:#FFFFFF;
	color:#333333;
	overflow: hidden;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px; 
	-webkit-border-bottom-right-radius: 10px;
}

#footer a.rss {
	line-height: 18px;
	background: url(images/feed.png) center left no-repeat;
	padding-left: 18px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

/*.entry p a:visited {
	color: #b85b5a;
	}*/

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #444;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #831515;
	text-decoration: none;
	}

a:hover {
	color: #b22222;
	}

/* End Typography & Colors */

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h2 {font-size: 2em; margin: 0 0;}
h2.newstitle {margin-top: 30px;}
h3 {
	font-size: 1.3em;
	}
	
#sidebar h2 {
	font-size: 1.2em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2 {
	text-decoration: none;
	color: #fff;
	text-shadow: #333 0 -1px 0;
	}

h2 a:hover, h3 a:hover {
	color:#CCC;
}

h2.pagetitle {
	text-align: center;
}


#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	letter-spacing: 1px;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}
	
h4.smaller {
	margin-top: 0px;
	color:#999;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform:uppercase;
	background: #000;
	padding: 5px;
	padding-left: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
.wpcf7-form input, .wpcf7-form textarea {
	padding: 5px 10px;
	width: 300px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.wpcf7-form textarea {width: 400px; padding: 10px}

#searchform {
	text-align: center;
	}

#sidebar #searchform #s {
	width: 215px;
	margin: 5px 10px;
	padding: 5px;
	padding-left: 20px;
	background: #fff url(images/search_grey.gif) left no-repeat;
	font-size: .5em;
	color:#999;
	}

#sidebar #searchsubmit {
	padding: 1px;
	display: none;
	}
	
#sidebar p {margin: 5px 10px;}
#sidebar #artists_section {text-align: center}
#sidebar #artists_section a img {
	border: 3px #CCC solid;
	margin: 5px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
/*#wp-calendar {
	empty-cells: show;
	width: 280px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}
*/
/*#wp-calendar td.pad:hover { /* Doesn't work in IE */
	/*background-color: #fff; } */
/* End Calendar */



/* Begin Various Tags & Classes */
.bolded {
	font-weight:bold;
	color:#FFFFFF;
}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	}
.navigation a {
	color:#FFF;
	font-size: 1.5em;
	text-decoration: none;
}

.navigation a:hover {color:#999}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

	/* FAN CLUB FORM FORMATTING */
	/* Controls width of your form */
.e2ma_signup_form {
	width:360px;
	margin: 0 auto;
}

/* Controls the style, width, and font style of the text input, select and textarea fields */
.e2ma_signup_form input[type=text],
.e2ma_signup_form textarea,
.e2ma_signup_form select { 
	border:1px solid #ccc; 
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:11px;
	width: 100%; 
}
.e2ma_signup_form textarea { 
	height: 100px;
}

/* Controls width, style, and padding of the table border outlines around individual member fields */
.e2ma_signup_form_row {
	border:1px solid #ddd;
	padding:10px;
	margin-bottom:5px;
}

/* Controls alignment and display of image in welcome message */
.e2ma_signup_image_container {
    text-align:center;
    display: inline;
}

/* Controls border around signup image (when image is linked) */
.e2ma_signup_image {
    border:0;
}

/* Controls style and formatting of welcome message */
.e2ma_signup_message {
	line-height: 1.5em;
	margin-bottom: 1.0em;
	color:#999;
}

/* Controls style and formatting of form field labels (first name, last name, etc.) */
.e2ma_signup_form_label {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	float:left;
	text-align:left;
	width:110px;
	padding-top:5px;
	white-space:nowrap;
}

/* Controls spacing and style for any text used to list options under multiple choice fields) */
.e2ma_signup_form_element {
	margin-left:140px;
	font-family:"Trebuchet MS", verdana;
	font-size:11px;
	color:#333333;
}

/* For signup screens that are set to allow people to select which audience groups they'd like to join: Controls style for "Select your interests..." text */
.e2ma_signup_form_group_label {
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:12px;
	color:#ccc;
	font-weight:normal;
}

/* For signup screens that are set to allow people to select which audience groups they'd like to join: Controls style and spacing for groups displayed as options */
.e2ma_signup_form_groups {
	font-family:Verdana, sans-serif;
	font-size:11px;
	color:#fff;
	border:1px solid #dddddd;
	padding:5px;
	margin-bottom:5px;
}

/* Controls the style and spacing of the word "required" and border surrounding that text */
.e2ma_signup_form_required_footnote {
	font-family:Verdana, sans-serif;
	font-size:10px;
	color:#333333;
	border:1px solid #dddddd;
	padding:5px;
	margin-bottom:5px;
}

/* Controls the color of the asterisk that indicates a field is required */
.e2ma_signup_form_required_asterix {
	color:#FF0000;
}

/* Controls the alignment of "submit" and "clear" buttons */
.e2ma_signup_form_button_row {
	float:left;
}

/* Controls display of the "clear" button */
.e2ma_signup_form_button_row #e2ma_signup_reset_button {
	display: inline;
}

/*Overrides browser default settings for button styles (for additional control of "submit" and "clear" buttons) */
.e2ma_signup_form_button { 
    width: 60px !important;
}