/*
Theme Name: California Spa Association
Theme URI: http://wordpress.org/
Description: wonderful california spa association
Version: 1.6
Author: Amanda Thomason
Author URI: http://www. amandathomason.com
Tags: blue, custom header, fixed width, two columns, widgets


*/

/* eric meyer css reset */
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: "" "";
}


/* Structure */
body {
font-size: 12px;
line-height: 15px;
font-family: Helvetica, Arial, sans-serif;
background: #e8e7e7;
color: #333;
text-align: center;
}
#page {
width: 940px;
padding: 20px;
margin: 0 auto;
border-bottom: #666 1px solid;
border-right: #666 1px solid;
border-left: #666 1px solid;
background: #FFF;
text-align: left;
}


#header {
background: #FFF;
width: 100%;
position: relative;
}
#content {
width: 100%;
overflow: hidden;
background: #FFF;
padding-top: 8px;
}
.sidebar {
width: 180px;
padding: 10px 0 0 0;
float: left;
}
.sidebar.right{
float: right;
padding: 10px 0 0 0;
}
body.home .sidebar.right {
width: 308px;
padding: 10px 0 0 0;
}
.narrowcolumn {
width: 520px;
padding: 10px 10px;
float: left;
}
.widecolumn {
width: 590px;
padding: 10px 0 0 10px;
float:left;
}
.fullcolumn {
width: 750px;
padding: 10px  0 10px;
float:right;
}
#footer {
background: #f2f0d1;
width: 100%;
overflow: hidden;
padding: 10px 10px 10px 10px;
}

.footer img{
float:right;
padding: 0 10px 0 0 
}

h10{
float:right;}


/* Typography */
p {
margin-bottom: 15px;
}
h1, h2, h3 {
font-weight: normal;
margin-bottom: 15px;
}
h1 {
font-size: 24px;
line-height: 30px;
color: #F90;
}
h2 {
font-size: 15px;
line-height: 20px;
color: #F90;
text-transform: uppercase;
text-decoration: none;
}
h3 {
font-size: 15px;
line-height: 18px;
color:#698e9e;
}

h4 {
font-size: 30px;
line-height: 30px;
color:#F90;
}

h8{
font-size: 11px;
line-height: 15px;
color:#333;
}

a {
color: #F90;
line-height: 20px;

text-decoration: none;


}
a:hover {
text-decoration: none;
color: #402600;
}
h6 {
font-size: 15px;
line-height: 20px;
color: #4D3829;
text-transform: uppercase;
text-decoration: none;
}

/* Header */
h5 {
margin-bottom: 5px;
}
h5 a {
display: block;
width: 300px;
height: 0px !important;
height /**/:86px;
padding-top: 86px;
overflow: hidden;
background: url(images/csalogo.png) no-repeat;
}

ul#topnav {
position: absolute;
top: 0;
right: 0;
list-style: none;
font-size: 11px;
line-height: 15px;
font-family: Helvetica, Arial, sans-serif;
text-decoration: none;
color: #666;
}

#topnav li {
display: block;
float: left;
margin-left: 10px;
}
#topnav li a {
color: #666;
text-decoration: none;
}

#topnav li a:hover {
color: #ff9900;
text-decoration: none;
}

#topnav li.current-cat a, #topnav li.current_page_item a,  {
color: #ff9900;
text-decoration: none;
}

/* superfish top nav */

/*** ESSENTIAL STYLES ***/
#nav, #nav * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#nav {
	line-height:	1.0;
}
#nav ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* left offset of submenus need to match (see below) */
}
#nav ul li {
	width:			100%;
}
#nav li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#nav li {
	float:			left;
	position:		relative;
}
#nav a {
	display:		block;
	position:		relative;
}
#nav li:hover ul,
#nav li.sfHover ul {
	left:			0;
	top:			32px; /* match top ul list item height */
	z-index:		99;
}
ul#nav li:hover li ul,
ul#nav li.sfHover li ul {
	top:			-999em;
}
ul#nav li li:hover ul,
ul#nav li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}
ul#nav li li:hover li ul,
ul#nav li li.sfHover li ul {
	top:			-999em;
}
ul#nav li li li:hover ul,
ul#nav li li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}

/*** CSA Specific ***/
#nav {
font-weight:500;
font-size: 14px;
line-height: 1em;
text-align: left;
clear: both;
background: #698e9e;
height: 32px;
border-bottom: #fff 1px solid;
}

#nav a {
color: #FFF;
text-decoration: none;
}
#nav li {
padding: 6px;
background: #698e9e;
border-bottom: #fff 1px solid;

}

#nav li:hover {
background: #8aa3b1;
border-bottom: #fff 1px solid;
}

#nav a:hover {
color: #fff;
}
#nav ul {
background: #FFF;

}
#nav ul a{
color: #FFF}

#nav ul a:hover {
color: #fff;
}
#nav ul li {
border-bottom: #fff 1px solid;

padding: 5px 10px;
margin: 0;
background: #8aa3b1;

}
#nav ul li:hover {
background: #698e9e;
}
#nav .current_page_parent ul li a, #nav .current-cat-parent ul li a, #nav .current_page_item ul li a, #nav .current-cat ul li a {
color: #FFF;
}
#nav .current-cat a, #nav .current_page_item a, #nav .current-cat-parent a, #nav .current_page_parent a, #nav .current_page_parent .current_page_item a, #nav .current-cat-parent .current-cat a {
color: #fff;
}
#nav .current-cat , #nav .current_page_item , #nav .current-cat-parent , #nav .current_page_parent , #nav .current_page_parent .current_page_item , #nav .current-cat-parent .current-cat  {
background: #8aa3b1;

}
/*** Left Sidebar ***/
ul.subnav {
padding-left: 1em;

}
ul.subnav a{
color:#666; }

ul.subnav a:hover, ul.subnav li.current_page_item a, ul.subnav li.current-cat a{
color:#F90;
 }


/*** info blocks ***/
.infoblock{
background: #F2F0D1;
height: 120px;
width: 268px;
padding: 10px 20px;
margin-right: 8px;
margin-top: 8px;
margin-bottom: 20px;
float: left;
}

.last{
margin: 0;
margin-top: 8px;
margin-bottom: 20px;
}
.infoblock img{
float:left;
padding: 0 10px 0 0 }


/* sidebar */

/* mailchimp sign-up form */
.mc_error_msg, .mc_success_msg { 
font-size: 1em;
background: #F03;
padding: 3px 5px;
margin-bottom: .75em;
}
.mc_error_msg { 
color: #F03;
background: #FFF;
}
.mc_merge_var { 
padding: 0; 
margin:0; 
}

#mc_signup_form .mc_var_label, #mc_signup_form .mc_input { 
float: left; 
clear: both; 
width: 98%;
}
#mc_signup_form legend { 
display: none;
}
#mc-indicates-required { 
float:left; 
clear:both; 
}
#mc_interests_header { 
font-weight:bold; 
clear:both; 
padding-top:.2em;
}
div.mc_interest{ 
clear:both;
}
input.mc_interest { 
float:left; 
}
label.mc_interest_label {
float:left; 
clear:right;}

#mc_signup_form {
font-size: 1 em;
line-height: 1.5em;
background-color: #698E9E;
padding:20px 10px;
margin-bottom: 30px;

}
#mc_signup_form legend{
display: none;
}
#mc_signup_form input {
margin-bottom: .75em;
}
.mc_signup_submit {
text-align: left;
width:100%; 
clear:both; 
padding:.2em;
}
#mc_signup_submit {
background: #402600;
color: #FFF;
padding: 3px 5px;
border: none;
}
#mc_signup_submit:hover {
background: #402600;
color: #BCB359;
}

