/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6.1
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: white, microformats, fixed-width, flexible-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar
*/

/* Two-column with sidebar on left from the /examples/ folder  */
@import url('examples/1c-b.css');

/* Added Meyer Web Reset http://meyerweb.com/eric/tools/css/reset/index.html */

/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* End Reset */

html {
background-color: #ebedfc;
}

body {
color: #302f2f;
font-size: 14px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
padding: 0;
margin: 0 0 30px 0;
background: url(images/embrace_background.png) no-repeat center top;
width: 100%;
display: table;
}

div#wrapper {
width: 800px;
background-color: white;
margin-left: auto;
margin-right: auto;
margin-top: 70px;
padding: 10px 20px 20px 20px;
clear: both;
}

div#content {
line-height: 120%;
}

/* Headings */

h2 {
margin-bottom: 5px;
font-size: 16px;
color: #4f5164;
}

#cspc-column-1 > h2 {
margin-top: 20px;
}

#cspc-column-1 > h2:first-child  {
margin-top: 0;
}

/* Paragraphs */

p {
margin-bottom: 15px;
}

/* Links */

a:link, a:visited, a:active {
text-decoration: none;
color: #4D7231;
}

#footer a:link {
color: #64667e;
}

#content a:link {
}

#footer a:visited {
color: #64667e;
}

#content a:visited {
}

a:hover {
text-decoration: underline;
}

/* Begin Header */

#header {
overflow:auto;
margin-bottom: 10px;
}

div#logo {
width: 200px;
text-align: center;
float: left;
}

div#header-image {
float: right;
padding-top: 25px;
}

h1 a {
text-decoration: none;
color: #574a46;
}

h1 p {
font-size: 25px;
letter-spacing: 2px;
font-variant: small-caps;
color: #574a46;
}

/* End Header */

/* Begin Menu */

div#access {
margin: 10px 0;
float: left;
width: 100%;
background-color: #574a46;
letter-spacing: 2px;
overflow: hidden;
position: relative;
font-variant: small-caps;
font-size: 16px;
}

#access ul {
clear: left;
float: left;
list-style: none;
margin: 0;
padding: 0;
position: relative;
left: 50%;
text-align: center;
}

#access ul li {
display: block;
float: left;
list-style: none;
margin: 0;
padding: 0;
position: relative;
right: 50%;
}

#access ul li a {
display: block;
margin: 0 0 0 1px;
padding: 3px 15px;
color: white;
text-decoration:none;
line-height: 30px;
}

#access ul li a:hover {
background: #413A38;
color:#fff;
}

#access .current_page_item a, #access .current_page_ancestor a {
background: #413A38;
}

/* End Menu */

/* Sub Navigation */

#subnav {
margin: 0 0 20px 0;
padding: 0;
}

#subnav ul {
width: 230px;
background-color: #DDDFF7;
font-variant: small-caps;
}

#subnav ul li {
margin: 0;
padding: 0;
}

#subnav a {
display: block;
height: 25px;
text-decoration: none;
line-height: 25px;
padding-left: 10px;
border-left: 10px solid #DDDFF7;
margin-top: 1px;
color: black;
letter-spacing: 1px;
font-size: 14px;
}

#subnav a:hover {
background-color: #DDDFF7;
border-left:10px solid #574a46;
} 

#subnav a:first-child {
margin-top: 0;
} 

#subnav .current_page_item a {
background-color: #DDDFF7;
border-left:10px solid #413A38;
} 

/* Class Schedule */

#schedule_aside {
background-color:#ced0ef;
overflow:auto;
}

#schedule_aside {
margin:0; 
padding:0; 
list-style:none; 
font-size:12px;
}

#schedule_aside p {
font-size: 12px;
font-weight:bold; 
margin:0 0 3px 0;
padding:1px 3px; 
background-color:#64667e; 
color:#fff;
}

#schedule_list ul li {
margin:0 0 0 8px; 
padding:0; 
list-style:none;
}

#schedule_list ul ul {
margin:0 0 5px 0; 
padding:0; 
border-bottom:1px solid #fff;
}

#schedule_list li {
font-weight:bold; 
line-height:1.35em;
}

#schedule_list li li {
font-weight: normal;
}

#schedule_list {
margin-bottom: 30px;
}

#schedule_aside br {
display: none;
}

#schedule_aside a {
color: white;
font-weight: normal;
display: block;
}

#rates td {
padding-bottom: 5px;
}

/* End Class Schedule */


/* Home Page Sidebar */

.pageid-86 #sidebar {
float:left;
overflow:hidden;
width:300px; 
font-size: 14px;
line-height: 16px;
word-spacing: .75px;
margin: 0;
background-color: #DDDFF7;
}

.pageid-86 #container {
float: right;
margin: 0 0 0 -330px;
width: 100%;
}

.pageid-86 #content {
margin: 0 0 0 330px;
}

#home_top {
padding: 10px;
}

#home_bottom {
margin-top: 20px;
padding: 10px;
}

#sidebar li {
list-style: none;
display: inline; 
}

/* End Home Page Sidebar */

div.r-container {
float:right;
margin:0 0 0 -250px;
width:100%;
}

div.r-content, div.h-content {
margin:0 0 0 250px;
}

/* Sidebar */

div#sidebarcontent, #schedule_aside {
float:left;
overflow:hidden;
width:210px;
background-color: #DDDFF7;
padding: 10px 10px 0 10px;
margin-top: -5px;
list-style: none;
display: block; 
text-align: left;
font-size: 12px;  
}

div#sidebarcontent img {
display: block;
margin-left: auto;
margin-right: auto;}

#sidebarcontent li{
list-style: none;
display: block;
margin-top: 20px;
padding: 0; 
list-style-position:outside;
}

#sidebarcontent ul ul li {
margin-top: 0;
}

#sidebarcontent li:first-child {
margin-top: 0;
}

/* End Sidebar */


/* Newsletter Form */

.mc_var_label {
padding: 5px 0;
}

.mc_merge_var {
float: left;
padding: 20px;
}

.mc_success_msg {
padding: 5px 0;
font-size: 10px;
}

.mc_error_msg {
font-size: 10px;
margin-bottom: 10px;
}

#mailchimp-widget input {
margin-right: 10px;
}

#mailchimp-widget fieldset {
display: inline;
}

.mc_custom_border {
margin: 0;
padding: 0;
}

#mc-indicates-required {
width: 400px;
}

.mc_signup_submit {
clear: both;
width: 480px;
margin: 0 auto;
text-align: center;
}


/* End Newsletter Form */


/* Instructor Table */

td {
vertical-align: top;
padding-bottom: 20px;
}

table img {
padding: 25px 50px 0 50px;
margin: 0;
}

/* Footer */

#footer_wrap {
width:840px;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
color: #64667e;
background-color: #eeeffd;
clear: both;
}

#footer {
margin-top: 10px;
}

#footer h2 {
text-align: center;
}

#footer_left {
width: 300px;
float: left;
margin: 0 50px 0 10px;
line-height: 18px;
text-align: center;
}

#footer_right {
float: left;
width: 460px;
line-height: 18px;
}

#footer_right p {
padding: 0;
margin: 0;
}

/* End Footer */

.clear {
clear: both;
}

.read_more {
display: block;
margin-bottom: 20px;
margin-top: -10px;
line-height: 1;
font-size: 12px;
}

.post img {
float: left;
padding: 0 10px 0 0;
}

.post {
margin-bottom: 30px;
}

.mc_depth_1 {
display: none;
}

.current_page_item .mc_depth_1 {
display: inline;
background-color: blue;
width: 100%;
}

table {
margin: auto;
}

.mapp-div {
position:relative;
float: right;
width: 400px;
height: 300px;
}

#container {
clear:both;
}

h2.home-heading {
color: black;
font-size: 16px;
margin-bottom: 10px;
background-color: #DDDFF7;
line-height: 28px;
margin-left: -5px;
padding-left: 5px;
}

#post-312 {
clear: both;
}

#post-265 {
margin-bottom: 5px;
 }
 