/*
Theme Name: Scripps Montessori
Theme URI: http://scrippsmontessorisschool.org/
Description: Custom theme built for Scripps Montesorri School
Author: Andrew Krier
Version: 1.0
Tags: custom-theme
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

body{
	font-family:Helvetica, Arial, sans-serif;
	font-size:62.5%;
	color:#563c17;
/*	background:#F0DDB4 url(images/bg/body.gif) 0 0 repeat; */
}
.edit-link{
	font-size:12px;
	padding:20px 0;
	display:block;
}
.trees {
	background:url(images/bg/trees.png) center no-repeat;
	width:600px;
	height:420px;
	position:fixed;
	top:22px;
	right:20%;
	z-index:-1;
}
.clear{
	clear:both;
}
div.align-right,
li.align-right,
p.align-right{
	text-align:right;
}
div.align-center,
li.align-center,
p.align-center{
	text-align:center;
}
img.alignright{
	float:right;
	padding: 0 0 10px 10px;
}
img.aligncenter{
	margin:0 auto 10px auto;
}
img.alignleft{
	float:left;
	padding: 0 10px 10px 0;
}
.wrap{
	width:980px;
	margin: 0 auto;
}
.bd .wrap{
	position:relative;
}
.hd{
	height:164px;
	position:relative;
}
.hd .logo h1 a{
	position:absolute;
	background:url(images/scripps-montessori-school-logo.png) center no-repeat;
	width:500px;
	height:144px;
	left:0;
	top:8px;
	text-indent:-9999px;
	z-index:5;
}
.hd .logo h2{
	font-family:"ITC Avant Garde Gothic", Helvetica, sans-serif;
	font-style:oblique;
	font-size:18px;
	color:#669933;
	position:absolute;
	top:56px;
	left:168px;
	z-index:6;
}
.hd .logo h3{
	color:#666666;
	font-size:12px;
	text-transform:uppercase;
	position:absolute;
	left:168px;
	top:75px;
	z-index:6;
}
.hd .topRight{
	text-align:right;
	position:absolute;
	top:0;
	right:0;
}
.hd .topRight h1.announcement a{
	background:#669933;
	border-radius: 0 0 0 10px;
	display:inline-block;
	padding:5px 10px;
	color:#FFF;
	text-shadow:1px 1px 1px #333;
	font-size:15px;
	text-transform:uppercase;
	text-decoration:none;
}
.hd .topRight h2.phone{
	font-size:22px;
	font-family:Benhaus, Arial, Helvetica, sans-serif;
	padding:4px 0 2px;
}
.hd .topRight h3.email a{
	font-size:12px;
	font-weight:bold;
	color:#669933;
	text-decoration:none;
}
.hd .menu-header{
	position:absolute;
	right:0;
	bottom:5px;
	z-index:10;
}
.hd .menu li{
	list-style-type:none;
	font-size:18px;
	float:left;
	padding: 0 20px;
	border-right:2px solid #999;
	line-height:14px;
	position:relative;
}
.hd .menu li:last-child{
	border:none;
	padding: 0 0 0 20px;
}
.hd .menu li a{
	color:#543A17;
	font-weight:bold;
	text-decoration:none;
}
.hd .menu .sub-menu{
	position:absolute;
	top:-12px;
	left:-2px;
	width:150%;
	padding: 10px 5px;
	margin:0;
	border:2px solid #5A3F19;
	border-radius:5px;
	background: #FFF;
	z-index:500;
	display:none;
	box-shadow:1px 2px 2px #333;
}
.hd .menu li:hover .sub-menu{
	display:block;
}
.hd .menu .sub-menu .sub-menu{
	position: relative;
	top:2px;
	left:auto;
	width:auto;
	padding: 5px 5px 10px 5px;
	border:none;
	border-radius: 0px;
	box-shadow:none;
	background:none;
}
.hd .menu .sub-menu li{
	display:block;
	width:100%;
	border:none;
	padding:0;
}
.hd .menu .sub-menu li a{
	display:block;
	padding:0px 15px;
}
.hd .menu .sub-menu li li a{
	font-size:14px;
	padding: 5px 11px;
	color:#666;
	text-transform:capitalize;
}
.bd .masthead{
	border:2px solid #5A3F19;
	border-width:2px 0;
	background: transparent url(images/bg/masthead.png) 0 0 repeat;
}
.home .bd .masthead{
	height:260px;
}
.bd .masthead h1{
	text-transform:lowercase;
	font-size:42px;
	color:#669933;
	padding: 12px 0 38px;
}
.bd .masthead .breadcrumb{
	position: absolute;
	bottom: 10px;
	left: 0;
	font-size: 12px;
}
.bd .masthead .breadcrumb a{
	color:#543A17;
}
.bd .masthead .slideshow{
	text-align:center;
}
.bd .masthead .slideshow .banner{
	position:relative;
	color:#fff;
	width:980px;
	margin:0 auto;
}
.bd .masthead .slideshow .banner .box{
	position:absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.4);
	padding:10px 20px;
	text-align:left;
}
.bd .masthead .slideshow .banner h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	padding: 0 0 5px;
	text-transform:uppercase;
}
.bd .masthead .slideshow .banner h3 a{
	text-decoration:none;
	color:#fff;
}
.bd .masthead .slideshow .banner p{
	font-size:14px;
}
.bd .masthead .slideshow .banner p a{
	color:#FFF;
}
.bd .main{
	float:left;
	width:643px;
	padding:30px 0;
}
.bd .full{
	width:100%;
	overflow:hidden;
}
.bd .full .attachment{
	text-align:center;
}
.home .bd .main{
	padding:10px 0 30px;
}
.bd .main h1{
	font-size: 22px;
	margin: 0 0 20px;
}
.bd .main h2{
	font-size:17px;
	color:#669933;
	margin: 0 0 1em;
}
.bd .main h3{
	font-size:15px;
	margin: 0 0 1em;
}
.bd .main ul{
	margin: 0 0 30px 30px;
	list-style-type:circle;
}
.bd .main p,
.bd .main li{
	font-size:13px;
	line-height:166%;
	margin: 0 0 1em;
}
.bd .main .post{
	padding: 0 0 10px;
	margin: 0 0 40px;
	border-bottom:1px solid #E6C489;
}
.bd .main .entry-meta,
.bd .main .entry-utility{
	font-size:10px;
	margin: 0 0 10px;
	text-transform:uppercase;
	color:#666;
	line-height: 150%;
}
.bd .main .entry-utility .edit-link{
	font-size:10px;
	display:inline;
	padding:0;
}
.bd .main label{
	display:block;
	font-size:12px;
}
.home .bd .main p,
.home .bd .main h2,
.home .bd .main h3,
.home .bd .main h4{
	padding:0 5px;
}
.bd .main li{
	margin: 0;
}
.bd .main a,
.widget p a{
	padding:2px 0;
}
.bd .main a:link,
.bd .main a:visited,
.widget p a:link,
.widget p a:visited{
	font-weight:bold;
	color:#533917;
}
.bd .main a:hover,
.widget p a:hover{
	color: #F33;
}
.bd .main a:active,
.widget p a:active{
	background:#F33;
	color:#533917;
	text-decoration:none;
}
.bd .main .form-allowed-tags{
	display:none;
}
#respond{
	padding:15px 0;
}
.bd .main input.wpcf7-text,
.bd .main input[type='text'],
.bd .main textarea{
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	width:70%;
	border:1px solid #FFF;
	background:#FFF;
	border-radius:5px;
	padding:5px;
}
.bd .main input.wpcf7-submit,
input[type='button'],
input[type='submit'],
a.button:link, a.button:visited{
	font-size:16px;
	background:#669933;
	border:none;
	border-radius: 10px;
	display:inline-block;
	padding:0 10px;
	color:#FFF !important;
	text-shadow:1px 1px 1px #333;
	font-size:15px;
	text-transform:uppercase;
	text-decoration:none;
	cursor:pointer;
	height: 32px;
    line-height: 34px;
}
.bd .main input.wpcf7-submit:hover,
input[type='button']:hover,
input[type='submit']:hover,
a.button:hover{
	background:#669933 !important;
	color:#FFF;
}
.bd .main span.wpcf7-not-valid-tip {
    font-size: 11px;
    left: auto;
    top: auto;
	right:0;
	padding:5px;
	background:#900;
	color:#FFF;
	border:none;
	text-align:right;
	border-radius:5px;
	width:auto;
}
.bd .main .wpcf7-response-output{
	margin:0;
	padding:5px;
	font-size:12px;
	border:none;
}
.bd .main .wpcf7-mail-sent-ok{
	color:#669933;
}
.bd .main .wpcf7-validation-errors{
	color:#900;
}
.bd .main .wpcf7-list-item,
.bd .main .wpcf7-list-item label{
	font-size:16px;
	line-height:120%;
	margin:0;
}

.bd .side{
	float:right;
	width:310px;
}
li.widget{
	margin:20px 0;
	list-style-type:none;
}
li.widget h3,
.home .main h1{
	border-bottom:2px solid #666;
	font-size:17px;
	padding:5px;
	margin: 0 0 5px;
}
li.widget h3 a{
	color:#543A17;
	text-decoration:none;
}
li.widget p{
	font-size:13px;
	margin:0 0 5px;
	line-height:1.5em;
}
li.whats-happening ul.events{
	list-style-type:none;
}

li.whats-happening ul.events li{
	border-bottom:1px solid #E6C489;
	padding:7px 0 7px 5px;
}
li.whats-happening ul.events li h4{
	font-size:15px;
	color:#F30;
	padding: 2px 0 5px;
}
li.whats-happening ul.events li h4 a{
	color:#F30;
	text-decoration:none;
	float: left;
	width: 80%;
}
li.whats-happening ul.events li h4 .date{
	float:right;
	color:#666;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
}
li.whats-happening ul.events li p{
	font-size:13px;
	color:#666;
	clear: both;
}
li.widget li.view-all{
	border:none !important;
}
li.widget li.view-all a{
	font-size:13px;
	font-weight:bold;
	color:#333;
}
li.programs ul{
	list-style-type:none;
}
li.programs ul li{
	padding:7px 0;
}
li.programs ul h4{
	border-bottom:1px solid #E6C489;
	font-size:15px;
	color:#F30;
	padding: 2px 0 5px 5px;
}
li.programs ul h4 a{
	color:#F30;
	text-decoration:none;
}
li.programs ul li li{
	border-bottom:1px solid #E6C489;
	padding: 7px 0 5px 20px;
	color:#666;
	font-weight:bold;
	font-size:13px;
}
li.programs ul li li a{
	color:#666;
	text-decoration:none;
}
.home .cols{
	margin:10px 0;
}
.home .cols li.widget{
	width:310px;
	float:left;
	margin: 0 22px 0 0;
}
.home .cols li.last{
	margin:0;
}
.home .main{
	float:none;
	width:auto;
}
.ft{
	border-top:2px solid #231909;
	background:#231909 url(images/bg/ft.jpg) top left repeat-x;
	color:#F2E1BF;
	height:38px;
}
.ft a{
	color:#F2E1BF;
	text-decoration:none;
}
.ft .menu{
	list-style-type:none;
	padding:10px 0 0;
}
.ft .menu li{
	list-style-type:none;
	font-size:12px;
	float:left;
	padding: 0 20px;
	border-right:2px solid #F2E1BF;
	line-height:10px;
	font-weight:bold;
	text-transform:uppercase;
}
.ft .menu li:first-child{
	padding: 0 20px 0 0;
}
.ft .menu li:last-child{
	border:none;
}
.ft p.copyright{
	text-align:right;
	font-size:12px;
	padding:0;
}
.fc-view{
	background: transparent url(images/bg/masthead.png) 0 0 repeat;
}
#mc_embed_signup{
	text-align:center;
}
.newsletter .email{
	font-size:16px;
	width:190px;
}
.navigation{
	clear:both;
	height:32px;
	margin:0 0 10px;
}
.nav-previous{
	float:left;
}
.nav-next{
	float:right;
}
.nav-previous,
.nav-next{
	font-size:12px;
}
#author-avatar{
	float: left;
	margin: 0 10px 10px 0;
}
#author-description{
	float: left;
	font-size: 14px;
}
#author-description h2,
#author-description p{
	margin: 0 0 2px;
}
#comments{
	clear:both;
	margin:40px 0;
}
#comments .avatar{
	margin: 0 5px 5px 0;
}
#comments .comment-author cite,
#comments .comment-author span{
	vertical-align:top;
}
#comments .comment{
	padding:15px;
	border:1px solid #E6C489;
	border-width: 0 0 0 1px;
	margin: 10px 0;
}
#comments .comment .children{
	margin:  0;
	list-style-type:none;
}
.gallery-item,
.gallery-icon{
	display:inline;
}
.gallery-item a img{
	padding: 0 5px 5px 0;
}
.bd .main .gallery-item a:hover,
.bd .main .attachment a:hover{
	background:none;
}
span.st_sharethis{
	display: block;
	padding: 10px 0;
	text-align: right;
}
#bbpress-forums{
	margin: 20px 0;
}
#bbpress-forums .bbp-form{
	background: #FFF;
}
#bbpress-forums .bbp-form legend{
	background: whiteSmoke;
	border: 1px solid #E5E5E5;
	padding: 10px;
}
@media all and (max-width: 600px) {
	body,
	.bd .main p, 
	.bd .main li{
		font-size:14px;
	}
	.wrap{
		width: auto;
		margin: 0 15px;
	}
	.bd .main {
		float: none;
		width: auto;
		padding: 30px 0;
	}
	.bd .main .entry-content img {
		max-width: 100%;
		height: auto;
	}
	.hd .logo h1{
		height: 100px;
	}
	.hd .logo h1 a {
		position: absolute;
		background-size:300px;
		width:300px;
		height:100px;
		
	}
	.hd .logo h2,
	.hd .logo h3{
		display:none;
	}
	
	.hd .topRight {
		text-align: left;
		position: static;
		top: 0;
		right: 0;
		padding: 10px 0;
	}
	.hd .topRight h1.announcement a {
		margin: 10px 0;
		background: #669933;
		border-radius: 0;
		display: block;
		padding: 5px 10px;
		color: #FFF;
		text-shadow: 1px 1px 1px #333;
		font-size: 15px;
		text-transform: uppercase;
		text-decoration: none;
	}
	.hd .menu-header{
		position:static;
	}
	.hd .menu li {
		padding: 0 20px 20px 0;
		border-right: none;
	}
	.bd{
		clear: both;
	}
	.bd .side {
		float: none;
		width: auto;
	}
}