/*
Theme Name: Blazing Music
Theme URI: http://www.merrellgroup.com/
Description: Blazing Music Custom Theme
Version: 0.1
Author: Howard, Merrell & Partners
Tags: Blazing Music
*/

/* * * * * * * * * * * * * * * * * * * * *
* CSS Reset 
* by Eric A Meyer
*    http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*
* updated: 2007/05/01 
* * * * * * * * * * * * * * * * * * * * */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/************************
Page setup
************************/
* {
    margin: 0;
}
html, body {
    height: 100%;
}

body {
    font-size: 12px; /* CHANGED */
    font-family: Helvetica, Verdana, Arial, sans-serif;
    margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    background:#21140b url(images/bg.jpg) right bottom no-repeat;
    background-attachment: fixed;
    color: #f4d5c0;
    min-width:700px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
}
a {
	color:#b5484b;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3 {
/*     margin:.8em 0 .2em 0; */
	margin: 0;
    padding:0;
/*     font-weight: bold; */
}

h2 {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #342318;
	padding-bottom: 2px;
	margin-bottom: 20px;
}

h3 {
	color: #d87b48;
	font-size: 13px;
    margin:.5em 0 .5em 0;
}

/*
.h3-heading {

} 
*/

h5 {
	color: #d87b48;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0;
}

small {
	font-size: 11px;
	color: #999;
}

.alignleft {
	margin: 0 8px 5px 0;
	float: left;
}
.alignright {
	margin: 0 0 5px 8px;
	float: right;
}

hr {
	width: 536px;
	color: #342318;
	background-color: #342318;
	height: 2px;
	border: none;
	margin-bottom: 15px;
}

p {
    margin:.4em 0 .8em 0;
    padding:0;
}

.floatL {
	float: left;
}

.clearall { clear: both; }

/* Header styles */
#header {
    clear:both;
    float:left;
    width:100%;
    height: 20px;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    float:left;
    width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}
/* 2 column left menu settings */
.leftmenu .colright {
    float:left;
    width:200%;
    position:relative;
    left:272px;
}
.leftmenu .contentwrap {
    float:right;
    width:50%;
    position:relative;
    right:272px;
    padding-bottom:1em;
}
.leftmenu .content {
    margin:94px 0 0 272px;
    position:relative;
    right:100%;
    width: 760px;
    overflow:hidden;
    text-align: left;
/*     border: 1px solid #123; */
}

.content p {
	color: #f4d5c0;
	font-size: 10x;
	line-height: 18px;
}

/*
.page-template-Work-Showcase-php .leftmenu .content {
    width: 760px;
}
*/

.leftmenu .contentwrap {
    right:272px;
}
.home .leftmenu .content {
    width: 648px;
    margin-top: 0px;
}


.leftmenu .nav-hook, .leftmenu .nav-hook-bottom {
	padding-left: 25px;
	left: -25px;
	position: relative;
}

.leftmenu .nav-hook {
	background: url(images/nav-hook.png) 0 0 no-repeat;
/* 	top: -1px; */
	padding-top: 10px;
}
.leftmenu .nav-hook-bottom {
	background: url(images/nav-hook-bottom.png) 0 bottom no-repeat;
/* 	width: 10px; */
}


.leftmenu .nav {
    float:left;
    width:120px;
    position:relative;
    right:222px;
    margin-bottom: 1em;
/*     overflow: hidden; */
}

.leftmenu .nav hr {
	width:54px;
	color: #342318;
	background-color: #342318;
	height: 2px;
	border: none;
	margin-top: 12px; /* CHANGED */
	margin-bottom: 12px; /* CHANGED */
}


/* Footer style */

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -20px;
}

.footer, .push {
	height: 20px;
}
.footer {
    clear:both;
    float:left;
    width:100%;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #fff;
	background-color: #9b2226;
}

/************************
Max's CSS
************************/
#logo {
	margin-bottom: 22px;
}

#main-nav, #sub-nav, #social-nav {
	line-height: 18px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
}

#main-nav {
	text-transform: uppercase;
}
#main-nav .current_page_parent a, #main-nav .current_page_item a {
	color:#d87b48;
}
#main-nav a {
	font-weight: bold;
	color:#e0ac89;
	text-decoration:none;
}
#main-nav a:hover {
	text-decoration:underline;
}

#social-nav a {
	font-weight: bold;
	color:#e0ac89;
	text-decoration:none;
}
#social-nav a:hover {
	text-decoration:underline;
}

#sub-nav a {
	color:#5a3928;
	text-decoration:none;
}
#sub-nav a:hover {
	color:#e0ac89;
	text-decoration:underline;
}

#sub-nav .current_page_parent a, #sub-nav .current_page_item a {
	color:#fff;
	font-weight: bold;
}

h2 a {
	color: #fff;
	text-decoration: none;
}

#home-featured {
	float: left;
	width: 290px;
}

#home-news {
	float: left;
	width: 265px;
}

#home-featured {
	margin-right: 63px;
}
#home-featured, #home-featured p, #home-news p {
	color: #f4d5c0;
	line-height: 18px;
}

#home-flash {
	padding-bottom: 15px;
}

.footer p {
	float: left;
    padding-top:5px;
    margin:0;
}

.footer .footer-left {
	padding-left: 20px;
	width: 200px;
}
.footer .footer-right {
	width: 780px;
	text-align: right;
	text-transform: none;
	color: #171717;
}
.footer .footer-right a {
	color: #171717;
	text-decoration: underline;
}
.footer .footer-right a:hover {
	color: #fff;
}

#work-grid {
	overflow: hidden;
}

.work-row {
	margin: 0 auto;
	width: 720px;
}

/*
#work-grid h2 {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
*/

.work-item {
/* 	border: 1px solid #c00; */
/* 	height: 17em; */
	width: 200px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
	float: left;	
	overflow: hidden;
	display: inline;
}
.work-item p {
	line-height: 16px;
}
.work-item h3,.work-item h3 a,.about-item h3 a {
	color:#e0ac89;
}
/* showcase style */

#work-grid h2 {
	margin-bottom: 15px;	
}

#work-grid h2 a:hover {
	color: #fff;
	text-decoration: underline;
}

#showcase, #showcase-nav {
	float: left;
}

#showcase-nav {
	margin-left: 28px;
	width: 110px;	
}

#showcase-nav li {
	margin-bottom: 8px;
}

#showcase-nav li, #showcase-nav li a {
	font-size: 12px; /* CHANGED */
	color: #c9673c;
	font-weight: normal;
}

#showcase-nav .active a {
	color: #fff;
	font-weight: bold;
}

#showcase-nav .current_page_item a {
	color:#fff;
}

#showcase-holder {
	width: 616px;
	min-height: 400px;
/* 	background-color: #333; */
}

/* Studio */
#studio-content {
	width:697px;
	margin: 0 auto;
}

#studio-gallery {
	width:697px;
	height:312px;
/* 	background-color: #000; */
}

#studio-content h3 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
}

#studio-content ul, .page-template-Studio-sub-php .content ul {
	list-style: disc;
	list-style-position: inside;
/* 	color: #fff; */
}
#studio-content ul li {
	padding-top: 12px;
}


.page-template-Studio-sub-php .content ul li {
	padding-left: 10px;
	padding-top: 5px;
}

.page-template-Studio-sub-php .content ul {
	padding-bottom: 8px;
}

.page-template-Studio-sub-php .content h3 {
	padding-top: 10px;
}


/* About-people style */
#about-grid {
	overflow: hidden;
}

.about-item {
/* 	border: 1px solid #c00; */
/* 	height: 17em; */
	width: 218px;
	margin-right: 15px;
	margin-bottom: 20px;
	float: left;	
	overflow: hidden;
	display: inline;
}

.about-item img {
	padding: 2px;
	border: 2px #3e2415 solid;
}

.about-item p {
	line-height: 16px;
}

.about-item h3 {
	color:#e0ac89;
}


#services-list {
	list-style: disc;
	list-style-position: inside;
/* 	color: #fff; */
	text-indent: -10px;
	margin-left: 10px;
	line-height: 18px;
}


/* showcase style */
.about-text {
/* 	margin-left: 15px; */
	margin-right: 20px;
	line-height: 18px;
}

.about-text, .about-text p {
	font-size: 12px;
/* 	letter-spacing: 1px; */
	color: #f4d5c0;
}

#about-grid h2 {
	margin-bottom: 15px;
}

#about-grid h2 a:hover {
	color: #fff;
	text-decoration: underline;
}

.bio-img, .bio-copy, #bio-nav {
	float: left;
}

.bio-img {
	padding: 2px;
	border: 2px #3e2415 solid;
}

.bio-copy {
	width: 340px;
	padding-left: 15px;
}

.bio-copy h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 18px;
	color: #e0ac89;
}

.bio-copy h4 {
	line-height: 15px;
	margin: 0;
	padding-top: 5px;
	font-size: 12px; /* CHANGED */
}

.bio-copy p {
	font-size: 12px; /* CHANGED */
/* 	color: #fff; */
	line-height: 18px;
}

#bio-nav {
	width:110px;
	padding-left: 15px;
}

#bio-nav h4 {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 0 0 5px 0;
}

#bio-nav ul {
	font-size: 12px; /* CHANGED */
	line-height: 18px;
}
#bio-nav ul a {
	color:#d87b48;
	text-decoration:none;
}
#bio-nav ul a:hover {
	color:#e0ac89;
	text-decoration:underline;
}

#bio-nav .current_page_parent a, #bio-nav .current_page_item a {
	color:#e0ac89;
	font-weight: bold;
}




/* Blog style */
#blog-body, #blog-sidebar {
	float: left;
/* 	overflow: hidden; */
}

#blog-body p {
	color: #f4d5c0;
}


#blog-sidebar {
	margin-left: 17px;
	width: 145px;
/* 	background-color: #123; */
}

#blog-sidebar .indented {
	margin-left: 25px;
}

#blog-sidebar h4 {
	margin-bottom: 6px;
	font-size: 12px; /* CHANGED */
	font-weight: bold;
	color: #fff;
}

.blog-nav li {
	margin-bottom: 8px;
}

.blog-nav li, .blog-nav li a {
	font-size: 10px;
	color: #c9673c;
	font-weight: bold;
}

.blog-nav .active a {
	color: #fff;
	font-weight: bold;
}

.post {
	width: 596px;
	margin-bottom: 15px;
}

.post h3, .post h3 a {
	font-size: 13px;
	font-weight: bold;
	color: #d87b48;
}
.post .articlebody {
	padding-top: 7px;
}

.post .articlebody p {
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
}

.post .comments, .post .comments a {
	font-weight: bold;
}

.navigation {
	text-align: center;
	width: 536px;
	margin-bottom: 20px;
}

#search {
	margin-bottom: 50px;
}

#search fieldset{
   float: left;
   width: 150px;
   height: 21px;
   padding: 0;
   margin: 0;
   overflow: hidden;
}

#search input{
   padding: 3px;
   display: block;
   float: left;
   width: 120px;
   height: 15px;
   border: none;
   background: transparent url(images/search_bg.png) no-repeat;
   color: #797979;
   font-size: 12px; /* CHANGED */
   text-transform: capitalize;
}

#search a#search_go{
   display: block;
   float: left;
   width: 20px;
   height: 21px;
   background: url(images/search_go.png);
   text-indent: -9999px;
}


/* Contact style */
h6 {
	padding-top: 4px;
	padding-bottom: 18px;
	text-align: center;
}

.contact-float {
	float:left;
	width: 205px;
	overflow: hidden;
}

.contactRight h3, .contact-float h3 {
	font-weight: bold;
	font-size: 12px; /* CHANGED */
	padding-bottom: 8px;
}
.contactRight p {
	line-height: 15px;
}

#contact-top {
	height: 115px;
	overflow: hidden;
	clear: both;
}
#contact-top p{
line-height: 15px;
/* color: #fff; */
}


/*
#contact-map {
	height: 181px;
}
*/

.col-Left {
	float: left;
	width:315px;
	padding-right: 20px;
}

.col-Right {
/* 	padding-left: 10px; */
	width:417px;
	float: left;
}


.linklove { display: none; }


/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */

.cform { 
/* 	margin:10px auto 0 auto;  */
	width: 330px;
}

.cform fieldset	{ 
/* 	margin-top:10px;  */
/* 	padding:4px 0 10px 0;  */
	background:none; 
}

span.reqtxt,
span.emailreqtxt,
.cform legend,
.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}


ol.cf-ol { 
	margin:0pt!important;
/* 	padding:20px 0pt 0pt!important; */
}
ol.cf-ol li	{
	background:none!important; 
	margin:0!important; /*some themes may interfere otherwise*/
/* 	margin:0 10px!important; */
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
/* 	font:normal 12px monospace;  */
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	letter-spacing:2px;
	margin:6px 0pt !important;
	padding:3px 0;
	text-align:center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	color: #d87b48;
	font-size: 12px; /* CHANGED */
	font-weight: bold;

	width:200px;
	margin:0px 10px 0 0;
	text-align:left;
	display:block;
	background:none;
	padding:2px;
}

label.cf-before {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 5px 0 0; 
}

label.cf-before span{
	width:200px; 
	display:block;
}

label.cf-after 	{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 2px 0 4px;
	width:110px;
	text-align:left;	
}

label.cf-after span {
	width:110px;
	display:block;
}

label.cf-group-after {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 6px 0 4px;
	width:105px;
	text-align:left;
}
label.cf-group-after span {
	width:105px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	margin:0 0 18px 0;
	padding:3px;
/* 	background: #fbfbfb;  */
	border:none;
/* 	border-top: 1px solid #f0f0f0;  */
	vertical-align:top;
/* 	font:normal 12px monospace; */
	letter-spacing:1px;
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#F3F8F8; 
}

.cform textarea,
.cform input {
	width:300px;
}
.cform select {
	width:300px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:6.5em; 
}

.cform textarea {
/* 	font-family: monospace; */
	font-size: 0.9em;
	height: 6em;
	overflow:auto;
}

.cform input.cf_date {
	width:295px;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	letter-spacing:2px;
	margin:12px 0pt 4px 10px!important;
	color:#888888;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:3px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none!important; 
}


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 12px 0; 
} 


/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */
.cform textarea.fldemail,
.cform textarea.fldrequired,
.cform input.fldemail,
.cform input.fldrequired {
/* 	margin:0; */
}
/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	padding: 0!important;
	margin: 0;
	text-align:left;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	color: #e0ac89;
	font-size:12px; /* CHANGED */
	font-weight: bold;
	width:80px;  
	padding:5px; 
	margin:5px 3px 4px 10px;
	background:url(images/submit-button.png) repeat;
	border:1px solid #3d291a !important;
}
.cform input.resetbutton {
	width: auto;
	padding:5px 1em;
}
.cform input.backbutton {
	width: auto;
	padding:5px 1em;
}


/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 10px!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	padding:0 0 0 10px;
	margin:0;
	color:#333;
	display:inline-block;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}


/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.seccap {
	margin-top: 6px;
}

label.secq{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	width:auto;
	padding:2px 4px 2px 2px;
}
label.secq span {
	display:block!important;
	width:auto;
}

input.secinput {
	vertical-align:text-bottom;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:300px;
	line-height:1.3em;
	margin:10px auto;
/* 	font-family:monospace; */
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:red!important;
	text-decoration:underline!important;
}
div.success {
	background:#F9F9F9 none repeat scroll 0%;
	color:#AAAAAA;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

  
/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html ol.cf-ol 	{
	display:inline-block; /*for IE6!!*/
}