/*
Theme Name:Amanda Thomason
Theme URI: http://wordpress.org/
Description: 
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: 11px;
line-height: 15px;
font-family: Georgia, serif;
background: #cfcfcf;
color: #666;
text-align: center;
}

#page {
width: 960px;
padding-left: 5px;
margin: 0 auto;
border-left:#666 5px solid;
border-right:#666 5px solid;

background: #000000;
text-align: left;
}

#header {
background: #000;
width: 960;
position: relative;
padding-bottom: 20px;
padding-left: 10px

}
#content {
width: 100%;
overflow: hidden;
background: #000;
padding-top: 8px;
}
#sidebar {
width: 280px;
float: left;
padding-left: 20px;
padding-top: 10px;
}
#main {
width: 600px;
float: left;
padding: 10px 0 0 0;
}

#footer {
width: 960px;
overflow: hidden;
background: 
padding: 60px 0px 0px 0px;
border-bottom:#666 5px solid;
}

.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: 18px;
line-height: 30px;
color: #666;
text-align: right;
}
h2 {
font-size: 15px;
line-height: 20px;
color: #0090ff;
text-transform: uppercase;
text-decoration: none;
}
h3 {
font-style: italic;
font-size: 10px;
line-height: 15px;
color:#0090ff;
}

h4 {
font-size: 11px;
line-height: 15px;
color:#666;
}

h8{
font-size: 11px;
line-height: 15px;
color:#666;

}

h10{
Float:left;
font-size: 11px;
line-height: 15px;
color:#0090ff;
text-transform: uppercase;

}

a {
color: #0090ff;
line-height: 20px;
text-decoration: none;


}
a:hover {
text-decoration: none;
color: #666;
}
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 /**/:10px;
padding-top: 10px;
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:			18px; /* 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: 18px;
line-height: 1em;
text-align: left;
clear: both;
height: 32px;

}

#nav a {
color: #666;
text-decoration: none;
}
#nav li {
margin-right: 1em;
}

#nav li:hover {
}

#nav a:hover {
color: #0090ff;
}
#nav ul {
}
#nav ul a{
}

#nav ul a:hover {
color: #0090ff;
}
#nav ul li {



}
#nav ul li:hover, #nav .current_page_item a, #nav .current-cat a, #nav .current_page_parent a, #nav .current-cat-parent a {
color: #0090ff;
}

#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: #666;
}
#nav .current-cat a:hover, #nav .current_page_item a:hover, #nav .current-cat-parent a:hover, #nav .current_page_parent a:hover, #nav .current_page_parent .current_page_item a, #nav .current-cat-parent .current-cat a {
color: #0090ff;
}
/*** 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;
 }

#sidebar li {
margin-bottom: .5em;
}
/*** info blocks ***/
.infoblock{
display: block;
height: 280px;
width: 290px;
margin: 0 30px 20px 0;
float: left;
text-align: right;
}

.last{
float:right;
margin: 0;
margin-top: 8px;
margin-bottom: 20px;
padding: 50px 0px 0 0;
}


/*** content blocks ***/
.contentblocks{
height: 540px;
width: 600px;
margin-top: 8px;
margin-bottom: 20px;
float: left;
}

.contentblocks img{
float:left;
}


/* 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;
}

