/*
Theme Name: Mix Me In Marketing Site
Theme URI: http://launch-mixmein.com.s58233.gridserver.com
Description: Marketing Site
Version: 2.0
Author: Bill Hanekamp/Nash
Author URI: http://www.microsite.com

*/


/******* Reset *******/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote,th,td {
	margin:0;
	padding:0;
	}
	
table {
	border-collapse:collapse;
	border-spacing:0;
	}
		
fieldset,img {
	border:0;
	}

ol, ul {
	list-style:none;
	}

caption,th {
	text-align:left;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #205ea9;
	}
	
h1 {
	font-size:24px;
	padding: 5px 0 10px 0;
	}
	
h2 {
	font-size:18px;
	padding: 5px 0 10px 0;
	}		
	
h3 {
	font-size:14px;
	padding: 5px 0 10px 20px;
	}	
		

q:before, q:after {
	content:'';
	}

abbr, acronym { 
	border:0;
	font-variant:normal;
	}
	
	
/******* Base *******/

body {
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0f4d6c;
	text-align:left;
	}
	
p,fieldset,table { 
	line-height:1.3em;
	}	
	
em {
	font-style:italic;
	}
	

	
th,td { 
	border:1px solid #000;
	padding: .5em;
	}
	
th { 
	font-weight:bold; 
	text-align:center;
	}			
	
	
caption { 
	margin-bottom:.5em; 
	text-align:center; 
	}		
	
abbr,acronym { /*indicating to users that more info is available */ 
	border-bottom:1px dotted #000; 
	cursor: help;
	}
	
small {
	font-size: 0.85em;
	color: #8f9090;
	}
	
small a {	
	color: #8f9090;
	}
	
sup {
	position:relative;
	bottom: 0.3em;
	vertical-align:baseline;
	}
	
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
	}
	
hr {/* For breaks */
	display: none;
	}				
	
/* Links */

a, a:link, a:visited, a:hover {
	text-decoration:underline;
	color: #024a6e;
	}	
	
a:hover {
	text-decoration:none;
	}	
	
/* Forms */

form {
	display: inline;
	}
	
input, select, textarea {
	font: 1em Arial, Helvetica, sans-serif;
	}
	
textarea {
	width:100%;
	line-height:1.25;
	}
	
label {
	cursor:pointer;
	}
	
/* Global Classes */

.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }

.img-left      { float:left;margin:4px 20px 15px 0; }
.img-right     { float:right;margin:4px 0 15px 20px; }

.pad25    { height: 25px; clear:both; }


/************************ Code Specific To Site ************************/
							
body {
	background:#000 url("images/bg-big.jpg")  no-repeat;
	background-position: top center;
	padding: 0;
	}
	
#page {
	background: none; 
	margin: 0 auto;
	width: 905px;
	}	
	
#content {
	padding: 0;
	width:905px;
	}
		
	
/* Navigation */

#nav {
	padding: 240px 0 50px 10px;
	font-size:13px;
	font-weight: bold;
	text-transform:uppercase;
	}
	
#nav, #nav ul {
	list-style:none;
	}

#nav a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	border:none;
	}

#nav li {
	float: left;
	list-style:none;
	padding: 0 14px;
	border-right: 1px solid #FFF;
	}

#nav a:hover {
	color: #2C94C6;
	text-decoration: none;
	}	

#nav a:hover, #nav a:active {
	color: #2C94C6;
	text-decoration:none;
	}	

.current_page_item	a, #home .on  {
	color: #2C94C6 !important;
	}
	
	
/* Dropdown Menus for child pages */		

#nav li ul {/*first level dropdown*/
	position: absolute;
	z-index: 10;
	left: -999em;
	height: auto;
	width: 169px;
	border-bottom: 1px solid #2b1c02;
	}
	
#nav li ul ul {/*second level dropdown*/
	margin: -2em 0 0 172px;
	}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	}

#nav li li {
	width: 168px;
	border-left: 1px solid #450003;
	border-bottom:1px solid #450003;
	border-right: 1px solid #450003;
	background:#c84c07;
	}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:#FFF;
	}

#nav li li a:hover, #nav li li a:active {
	background:#840000;
	}	
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

a.main:hover {
	background:none;
	}
	


/* Home Page */

#billboard {
	background:#000 url("images/bg-billboard.jpg")  no-repeat;
	background-position: top center;
	height:453px;
	padding-bottom:25px;
	}
	
#billboard p {
	color: #026596;
	line-height:1.8em;
	margin-bottom: 1em;
	}	
	
#billboard img {
	float:right;
	margin: 3px 15px 7px 6px;
	}
	
#billboard .button {
	margin: 20px 50px 0 0;
	}	
	
#top-left a {
	float: left;
	background:transparent url("images/button-play.png")  no-repeat;
	background-position: top center;
	margin:185px 0 0 250px;
	width:100px;
	height: 100px
	}
	
#top-left a:hover {
	background:transparent url("images/button-play-hover.png")  no-repeat top center;
	}					
	
.top-right {
	float: right;
	margin:85px 20px 0 0;
	width:300px;
	}	
	
	
.bottom {
	margin: 0 auto;
	width:865px;
	padding: 5px 10px 0 10px;
	}
	
.bottom p {
	margin: 10px 15px 0 106px;
	line-height:1.6em;
	}	
	
img.bottom-icon {
	float: left;
	padding: 0;
	margin: 10px;
	}	
	
.bottom-left {
	float:left;
	width: 267px;
	}
	
.bottom-middle {
	float:left;
	width: 267px;
	margin-left:32px;
	}
	
.bottom-right {
	float:right;
	width: 267px;
	margin-left:32px;
	}	
	
.bottom-content {	
	width: 267px;
	background-color: #dbe2ed;
	background-image: url("images/home-boxes-bg.jpg");
	background-position:top;
	background-repeat:repeat-y;
	}
	
	
/* Regular Pages */


#content-page {
	margin: 0 auto;
	padding:0;
	width:866px;
	background-color: #dbe2ed;
	background-image: url("images/page-bg.jpg");
	background-position:top;
	background-repeat: repeat-y;
	}
	
#content-page p {	
	margin-bottom: 1.3em;
	}
	
.content-top-left {
	padding: 10px 20px 10px 25px;
	width: 480px;
	float: left;
	}	
	
.content-top-right {
	padding: 50px 25px 10px 0;
	width: 300px;
	float: right;
	}	
	
.content-top-right h3 {
	padding: 0 0 8px 0;
	}	
	
.content-top-right img {	
	float: right;
	padding: 0 0 10px 10px;
	}
	
.content-top-right p {	
	line-height: 1.8em
	}
	
.content-top-right ul {
	list-style:outside;
	list-style-image:url("images/bullet-arrow.jpg");
	margin-left:5px;
	}
	
.content-top-right li {	
	padding-bottom: 7px;
	margin-left: 15px;
	}
	
.content-steps {
	background: transparent url(images/border.jpg) repeat-x scroll 0 0;
	width:810px;
	margin: 0 20px;
	clear: both;
	}
	
.content-steps h1 {	
	padding: 20px 0 15px 0;
	}
	
.content-steps h3 {	
	padding: 12px 0 10px 20px;
	}		
	
.content-steps img {	
	float: left;
	padding: 8px 12px 15px 0;
	}	
	
.content-steps p {
	margin-bottom: 0 !important;
	}
		
		
.content-left {
	float: left;
	padding: 0 0 0 20px;
	width: 460px;
	}	
	
.content-left img {
	float: left;
	padding: 0 9px 7px 0;
	}		
	
.content-right {
	float: right;
	padding: 0 20px 0 0;
	width: 330px;
	}
	
.content-right ul {
	list-style:outside;
	list-style-image:url("images/bullet-arrow.jpg");
	}

.content-right li {	
	padding-bottom: 7px;
	margin-left: 15px;
	}	
	
.content-right img {
	float: right;
	padding: 0 0 7px 9px;
	}	
	
.content-reviews {
	float: left;
	padding: 0 20px 0 20px;
	width: 826px;
	}
	
.content-reviews h1 {	
	font-size: 20px;
	}
	
.content-reviews h3 {	
	padding: 12px 0 0 20px;
	}	
	
.content-reviews h4 {	
	line-height: 1.3em;
	font-size: 13px;
	margin: 0 20px 20px 10px;
	color: #0F4D6C;
	}				
	
.content-reviews img {	
	float: left;
	padding: 0 12px 15px 20px;
	}	
	
.content-reviews p {
	margin-bottom: 0 !important;
	width: 750px;
	}				
	
#content-page-bottom {
	margin: 0 auto;
	padding:0;
	width:866px;
	}	
	
.content-border, .content-border-reviews {
	background: transparent url("images/border.jpg") repeat-x scroll 0 0;
	width:816px;
	height:10px;
	margin: 0 20px;
	clear: both;	
	}	
	
.content-border-reviews {
	width: 730px;
	margin: 10px 0 10px 40px ;
	}	
	
.content-reviews-profiles {
	width:740px;
	margin: 0 40px;
	clear: both;
	}
	
.content-reviews-profiles h1 {	
	padding: 20px 0 15px 0;
	}
	
.content-reviews-profiles h3 {	
	padding: 12px 0 0 20px;
	}	
	
.content-reviews-profiles h5 {	/*For questions in Support Section*/
	padding: 5px 0 0 0;
	margin: 0;
	}		
	
.content-reviews-profiles img {	
	float: left;
	padding: 0 12px 15px 0;
	}	
	
.content-reviews-profiles p {
	margin-bottom: 0 !important;
	}	
		
	
/* Songs Page */


.songs-box {
	margin-left: 26px;
	width: 814px;
	height: 339px;
	background:transparent url("images/songs-box.jpg") top center no-repeat;
	}	
	
.songs-box h1 {
	font-size: 22px;
	padding: 25px 0 5px 40px;
	}
	
.songs-box p {
	margin: 0 60px 10px 40px !important;
	}	
	
.songs-box-border {
	background: transparent url("images/border.jpg") repeat-x scroll 0 0;
	width:726px;
	height:3px;
	margin: 0 40px;
	clear: both;	
	}	
	
.songs-box-content-left, .songs-content-left {
	float: left;
	width:63px;
	padding: 0;
	margin: 7px 0 7px 40px;
	}	
	
.songs-box-content-middle, .songs-content-middle {
	float: left;
	width:270px;
	padding: 0;
	margin: 20px 0 7px 20px;
	}	
	
.songs-box-content-right {
	float: right;
	width:320px;
	padding: 0;
	margin: 15px 60px 7px 20px;
	}	
	
.songs-content {	
	margin-left: 40px;
	width: 814px;
	clear: both;
	}
	
.songs-content h1 {
	font-size: 22px;
	padding: 25px 0 10px 10px;
	}
	
.songs-content p {
	padding: 0 40px 0 10px;
	}		
	
.songs-content-border {
	background: transparent url("images/border.jpg") repeat-x scroll 0 0;
	width:760px;
	height:3px;
	margin: 0 0 0 10px;
	clear: both;	
	}
	
.songs-content-left {
	margin-left: 20px;
	}
	
.songs-content-middle {
	width: 300px;
	}		
	
.songs-content ul {
	list-style:outside;
	list-style-image:url("images/bullet-arrow.jpg");
	padding-bottom:10px;
	width: 750px;
	}

.songs-content li {	
	padding-bottom: 7px;
	margin-left: 35px;
	}		


/* Support Form*/

#formBuilderCSSIDSupport_Question {
	margin: 0 0 0 40px;
	}
	
input#fieldformBuilderFieldName, input#fieldformBuilderFieldEmail {
	width: 250px;
	}	
	
textarea#fieldformBuilderFieldComments {
	width: 500px;
	}
	
.formBuilderSubmit  {
	width: 680px;
	}	
	
.formBuilderSubmit input  {
	width: 100px;
	}	
	
/*News*/

.news-headline {
	font-size: 22px;
	margin: 15px 30px 0 30px;
	padding: 0;
	}

.news {
	margin: 10px 30px ;
	}	


/* Comments */

#comments {	

	}
	
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em  Arial, Helvetica, sans-serif;
	padding-left: 5px;
	}
	
form#commentform	{
	margin-bottom:20px;
	}
	
#commentform textarea {
	width: 400px;
	}	
	
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
	padding-left: 20px;
}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	background: #FFF;
	margin-right: 8px;
	}

.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: Arial, Helvetica, sans-serif;
	padding-left: 20px;
	}

.commentmetadata a {
	font-weight: normal;
	color: #8F9090;
	font-size: .8em;
	}
	
.commentmetadata p {
	font-size: 13px;
	padding-top: 4px;	
	}	
	


/* Footer */

#footer {
	margin: 0 auto;
	min-height:700px;
	color: #8f9090;
    background: transparent url(images/footer-bg.jpg) top no-repeat;
	}

#footerContent {
	margin: auto;
	width: 905px;
	}	
	
.footerLeft {
    float:left;
    width:510px;
    padding: 110px 0 0 20px;
    text-align:left;
    }	
	
.footerRight {
    float:right;
    width: 277px;
	 padding: 95px 0 0 0;
    text-align:left;
    } 
	
.footer-copy {
	margin: 20px 0 10px 0;
	line-height:1.3em;
	}	
	
.nav-footer {
	font-size:12px;
	font-weight: bold;
	text-transform:uppercase;
	width: 510px;
	}
	
.nav-footer, .nav-footer ul {
	list-style:none;
	}

.nav-footer a, .nav-footer a {
	display: block;
	color: #8f9090;
	text-decoration: none;
	border:none;
	}

.nav-footer li {
	float: left;
	list-style:none;
	padding: 0 15px;
	border-right: 1px solid #8f9090;
	}

.nav-footer a:hover {
	color: #2C94C6;
	text-decoration: none;
	}	

.nav-footer a:hover, .nav-footer a:active {
	color: #2C94C6;
	text-decoration:none;
	}	

.current_page_item	a, #home .on  {
	color: #2C94C6 !important;
	}		
	
.footer-buy {
	padding-bottom: 20px;
	}	
	
/* Home Revisions 4/19/2010 */

.bottom-left-big {
	float:left;
	width: 566px;
	}
		
	
.bottom-content-big {	
	width: 566px;
	background-color: #dbe2ed;
	background-image: url("images/home-boxes-bg-band.jpg");
	background-position:top;
	background-repeat:repeat-y;
	}		
	
.bottom-content-big p {
	margin: 10px 20px 0 256px;
	line-height: 1.8em;
	color: #ccc;
	}
	
.bottom-content-big p a {
	color: #ccc;
	}
	
.home-news p {
	margin: 10px 20px 10px 20px;
	color: #026596;
	line-height:1.4em;
	font-size:12px;
	font-weight:normal;
	}
	
h5, .home-news-headlines {
	font-size: 14px;
	margin: 13px 5px 0 10px;
	padding: 0;
	font-weight:bold;
	}	
	
.home-news-more a {	
	font-size:12px;
	padding-left: 170px;
	}	
	
.news-border {
	border-bottom: 1px dotted #666;
	margin: 10px 15px 0 15px;
	}
	
#news-more-button a {
	border:none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0 0 0;
    width: 127px;
    height: 38px;
    background-image:url("images/home-boxes-button-news.jpg");
    background-repeat:no-repeat;
    background-position:center;
    } 
	
#news-more-button a:hover {
    background-image:url("images/home-boxes-button-news-active.jpg");
    } 	
		
		
	