/* ==============================================
	   THISISMOTHERFATHER.COM STYLES / VERSION 1.1
============================================== */



/* ==============================================
   Global Styles
============================================== */

/* RESET: */
* { 
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse; 
	border-spacing: 0; 
}
a {
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
}
/* :RESET */

body {
	background-color: #000;
	font: 12px Verdana, Arial, sans-serif;
	line-height: 20px;
	color: #eee6c8;
}
p {
	margin-bottom: 1em;
}
textarea {
	font-family: Verdana, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, times, serif;
	font-weight: normal;
	color: #fff;
}
h1 {
	font-size: 30px;
	line-height: 30px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
a:link, a:visited {
	color: #cba85e;
	text-decoration: none;
}
a:hover {
	color: #b27f00;
}



/* ==============================================
   Site Shell Elements
============================================== */

#header {
	height: 145px;
	width: 885px;
	margin: 20px auto 0;
}
#container {
	width: 945px;
	margin: 0 auto;
	text-align: left;
	position: relative;
/*	border: 3px solid #cba85e;*/
	margin-top: 30px;
}
#content {
	padding: 30px 30px;
}
#footer {
	width: 885px;
	margin: 0 auto;
	position: relative;
	border-top: 3px solid #cba85e;
}
#col_left {
	float: left;
	width: 535px;
	padding-right: 30px;
}
#col_right {
	margin: 0 0 0 565px;
	width: 320px;
}
#page_head {
	background: url("/img/masks.png") 0 10px no-repeat; 
	border-bottom: 3px solid #cba85e;
	margin-bottom: 30px;
	padding: 10px 0 10px 70px;
	text-transform: uppercase;
	position: relative;
}
#page_head h1 {
	display: inline;
}
#social_links {
	height: 21px;
	width: 245px;
	position: absolute;
	right: 0;
	top: 15px;
	background: transparent url(/img/social.png) no-repeat;
}
#social_links li {
	position: absolute;
	bottom: 0;
}
#social_links li, #social_links a {
	height: 21px; 
	display: block;
}
#social_links a {
	text-indent: -9999px;
	overflow: hidden;
}
.ms		{left: 6px; width: 63px;}
.fb		{left: 78px; width: 49px;}
.yt		{left: 142px; width: 48px;}
.vi		{left: 201px; width: 44px;}

.ms a:hover		{background: transparent url(/img/social.png) -6px -21px no-repeat; }
.fb a:hover		{background: transparent url(/img/social.png) -78px -21px no-repeat; }
.yt a:hover		{background: transparent url(/img/social.png) -142px -21px no-repeat; }
.vi a:hover		{background: transparent url(/img/social.png) -201px -21px no-repeat; }


/* ==============================================
   Header / Footer
============================================== */

#logo {
	margin-top: 20px;
}
#logo a {
	background-color: transparent;
	display: block;
}

#footer {
	text-align: center;
}
#footer p {
	color: #999;
	padding-top: 4px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#footer a:link, #footer a:visited {
	color: #fff;
}
#footer a:hover {
	background-color: #b27f00;
	color: #000;
}



/* ==============================================
   Primary Nav
============================================== */

#nav {
	height: 20px;
}
#nav ul {
	font-size: 14px;
	text-transform: uppercase;
}
#nav li {
	display: inline;
	margin: 0 30px 0 0;
}
#nav a:link, #nav a:visited {
	color: #FFF;
	padding: 3px 6px;
}
#nav a:hover {
	background-color: #b27f00;
}
#nav .active a:link, #nav .active a:visited {
	color: #000;
	background-color: #cba85e;
}



/* ==============================================
   Forms
============================================== */

.entrybox {
	background-color: #242424;
	border: 1px solid #b27f00;
	padding: 3px 5px;
	color: #fff;
	font-size: 12px;
}



/* ==============================================
   Page Specific
============================================== */

#home #col_left h2 {
	margin-bottom: 40px;
	font-size: 20px;
}
#home .smtxt {
	color: #999;
	margin-top: 15px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#home .post {
	margin-bottom: 40px;
}
#home .post h3 {
	font-size: 16px;
	line-height: 18px;
	font-family: Verdana, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 16px;
}

#home #splash {
	border-top: 3px solid #cba85e;
	border-bottom: 3px solid #cba85e;
	margin-bottom: 30px;
	position: relative;
}
#home #splash .copy {
	padding: 30px 0 20px;
	text-align: center;
}
#home #splash .copy h1 {
	margin-bottom: 6px;
}

#promo {
	margin: 40px 0 0;
	text-transform: uppercase;
	font-size: 28px;
}



#band #col_left {
	width: 320px;
}
#band #col_right {
	width: 535px;
	margin: 0 0 0 350px;
}
#band h2 {
	margin-bottom: 1em;
	margin-top: 30px;
}


#contact h1, #list h1 {
	margin-bottom: 30px;
}
#contact h3 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 16px;
}
#contact_form li {
	padding: 0 0 20px 0;
}
#contact_form label {
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 6px;
}
#contact_form .entrybox {
	width: 523px;
}
#contact_form input.entrybox {
	padding: 6px 5px;
}
#contact_form #submit {
	color: #000;
	font-weight: bold;
	background-color: #b27f00;
	border: 1px solid #cba85e;
	padding: 3px 5px;
	width: 70px;
	cursor: pointer;
	height: 24px;
}
#contact_form #submit:hover {
	background-color: #cba85e;
}



#band .gallery {
	margin-bottom: 20px;
}
#band .gallery td {
	padding-bottom: 20px;
	vertical-align: top;
	width: 320px;
}
#band .gallery a {
	background-color: transparent;
}
#band .gallery img:hover {
	filter: alpha(opacity=40);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.40;
	opacity:0.4;	
}


#preview #col_left {
	width: 320px;
}
#preview #col_left img {
	border: 1px solid #b27f00;
}
#preview #col_right {
	margin: 0 0 0 405px;
	line-height: 24px;
}
#preview #download {
	margin-top: 28px;
}
#preview #download h2 {
	margin-bottom: 10px;
}
.passbox {
	background-color: #242424;
	border: 1px solid #b27f00;
	padding: 4px 5px;
	width: 250px;
	color: #fff;
	height: 14px;
}
#preview #submit {
	color: #000;
	font-weight: bold;
	background-color: #b27f00;
	border: 1px solid #cba85e;
	padding: 3px 5px;
	width: 50px;
	cursor: pointer;
	height: 24px;
}
#preview #submit:hover {
	background-color: #cba85e;
}
#preview form p {
	margin-bottom: 0;
}

#purchase p.ital {
	font-style: italic;
	font-family: Georgia, times, serif;
	margin-top: 5px;
}
.store_link {
	font-size: 18px;
}
#purchase dl {
	background: url("../img/gold.gif") repeat-y 225px 0; 
	margin-top: 30px;
}
#purchase dt {
	float: left;
	width: 195px;
	text-align: right;
}
#purchase dd {
	margin-left: 255px;
	margin-bottom: 30px;
}
#purchase #col_left {
	width: 195px;
}
#purchase #col_right {
	margin: 0 0 0 225px;
	width: 520px;
}
#purchase #col_right h2 {
	font-size: 30px;
	margin-bottom: 1em;
}
#purchase .divide {
	clear: both;
	padding: 15px;
	border-bottom: 3px solid #cba85e;
	margin-bottom: 30px;
}


#releases .album .col1 {
	float: left;
	width: 400px;
}
#releases .album .col2 {
	margin-left: 430px;
	width: 455px;
}
#releases .album ol {
	list-style: decimal-leading-zero inside;
}


#tour #tourdates .col1 {
	font-family: Georgia, times, serif;
	padding-right: 60px;
}
#tour #tourdates .col1 a {
	color: #eee6c8;
	font-size: 30px;
	line-height: 36px;
}
#tour #tourdates .col1 span {
	color: #cba85e;
}
#tour #tourdates .col2 {
	padding-right: 60px;
}
#tour #tourdates .col2 span {
	font-size: 18px;
}
#tour #tourdates .col3 {
	width: 100px;
}
.ical a:link {
	color: #000;
	font-weight: bold;
	background-color: #b27f00;
	border: 1px solid #cba85e;
	padding: 2px 5px;
	height: 22px;
}
.ical a:visited {
	color: #000;
	font-weight: bold;
	background-color: #999;
	border: 1px solid #cba85e;
	padding: 2px 5px;
	height: 22px;
}
.ical a:hover {
	background-color: #cba85e;
}
#tour #tourdates td {
	padding-top: 18px;
	padding-bottom: 16px;
}
#tour #tourdates .entry:hover {
	background-color: #242424;
}
#tourdetails span {
	font-weight: bold;
}
#tourdetails h2 {
	margin-top: 1em;
}

#widget p {
	width: 400px;
}
#widget #col_left {
	width: 250px;
}
#widget #col_right {
	margin: -7px 0 0 270px;
	width: 50px;
}



/* ==============================================
   Sidebar
============================================== */

#email_list h3 {
	margin-bottom: 1em;
}
#email_list #first_name {
	margin-right: 6px;
	width: 125px;
}
#email_list #last_name {
	width: 165px;
}
#email_list #email {
	width: 172px;
	margin-right: 6px;
}
#email_list #zip {
	width: 68px;
	margin-right: 6px;
}
#email_list p {
	padding-bottom: 10px;
	height: 20px;
}
#email_list #submit {
	color: #000;
	font-weight: bold;
	background-color: #b27f00;
	border: 1px solid #cba85e;
	padding: 2px 5px;
	width: 44px;
	cursor: pointer;
	height: 22px;
}
#email_list #submit:hover {
	background-color: #cba85e;
}
#email_list .entrybox {
	height: 14px;
	display: block;
	float: left;
}

.side_item {
	margin-bottom: 40px;
}

#quote {
	margin-bottom: 40px;
	line-height: 26px;
	background-color: #242424;
	border: 1px solid #EEE6C8;
	padding: 15px;
}
.big_quote {
/*	display: none;*/
	font-family: Georgia, times, serif;
}
.big_quote blockquote {
	font-size: 22px;
	color: #999;
}
.big_quote cite {
	font-size: 12px;
}


/* ==============================================
   Misc
============================================== */

.clear {
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.divider {
	clear: both;
	margin: 15px 0;
}

.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.indent {
	text-indent: 2em;
}
.oops {
	color: #EE0000;
}

