/*
Theme Name: Adobe Montessori
Theme URI: http://blacklotusweb.com/
Description: Adobe Montessori custom theme developed by Skyhook Marketing
Version: 1.0
Author: John Gough
URI: http://www.skyhookmarketing.com/

*/

/* General Styles
----------------------------------------------------*/
html, body {
    height: 100%;
}

body {
	padding:0;
	margin:0;
	font-size: 13px;
	line-height:20px;
	font-family:  Verdana, Arial, Sans-Serif;
	background: url(/wp-content/themes/adobe/images/bodyBg.png) repeat 0 0;
	color: #423e33;
	text-align: center;
}

@font-face {
	font-family: 'nevis';
	src: url('nevis-webfont.eot');
	src: local('nevis'), 
		 local('nevis-Bold'), 
		 url('fonts/nevis-webfont.woff') format('woff'), 
		 url('fonts/nevis-webfont.ttf') format('truetype'), 
		 url('fonts/nevis-webfont.svg#webfontpUt2Fea1') format('svg');
	font-weight: bold;
	font-style: normal;
}

h1, h2, h3 { font-family:'nevis',Verdana,sans-serif; text-transform:uppercase; }
h1 {}	
h2 { border-bottom:1px dotted #423e33; font-size:18px; margin-bottom:7px; margin-top:14px; padding-bottom: 5px; width:420px; }
h2 a { color:#423e33; text-decoration:none; }
h2 a:hover { text-decoration:none; }
h3 { }


a { color:#5b9593; text-decoration:none; }
a:hover { text-decoration:underline; }
img { border:none; }
p {	}
table { border-collapse:collapse; vertical-align:top; }
td { vertical-align:top; }
hr { display: none; }
input, textarea { border:#333 1px solid; font-family:  Verdana, Arial, Sans-Serif; font-size:11px;	 margin-bottom:10px; padding:4px; width:294px; }
input{}
textarea { height:100px; }
input[type="image"] { border:none; margin:0; padding:0; width:auto; }

/* General Classes */
.eleven { font-size:11px; }
.twelve { font-size:12px; }
.thirteen { font-size:13px; }
.warning { color:#b8210c; font-size:11px; }
.top { padding-top:0; margin-top:0; }

/* Global Wordpress Classes */
.clear { clear: both; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { display: inline; margin: 0 0 2px 25px; padding: 4px; }
img.alignleft { display: inline; margin: 0 35px 2px 0; padding: 4px; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }	

/* Page Backgrounds */
#top-grad {
	background: url(/wp-content/themes/adobe/images/topgrad.png) repeat-x top left;
	height:100%;
	margin:0;
	padding:0;
	overflow:scroll;
	overflow:-moz-scrollbars-vertical;
	width:100%;
}
#stripes {
	background: url(/wp-content/themes/adobe/images/stripesTop.png) repeat-y top right;	
	height: auto !important;
	height: 100%;
	margin:0 auto -4em;
	min-height: 100%;
	padding:0;
	width:935px;
}

/* Wrapper Styles 
----------------------------------------------------*/
#page { margin: 0; text-align: left; width:914px; /* set page width here */ }
#content-wrapper { width:914px; }
#content-wrapper #content { background: url(/wp-content/themes/adobe/images/contentBg.png) repeat-y top left; width:914px; }

/* Header Styles
----------------------------------------------------*/
#header { height:196px; }

/* Logo */
#logo { float:left; height:141px; }
#logo h1 { margin:0; }

/* Address & Phone */
#address { float:right; padding-top:25px; }
#address #address-content { background: url(/wp-content/themes/adobe/images/addMid.png) repeat-y top left; font-size:12px; line-height:14px; padding-right:20px; text-align:right; }
#mailing-address { margin-left:92px; }
#mailing-address #mailing-address-content { background: url(/wp-content/themes/adobe/images/maddMid.png) repeat-y top left; font-size:12px; line-height:14px; padding-left:32px; text-align:left; }
#phone { font-size:13px; padding-top:10px;  }

/* Nav Menu */
#menu { text-align:right; }
#menu li { float:left; list-style:none; }
#menu ul { float:right; }
#menu a { display:block;  height:39px; padding-right:13px; width:112px; }
#menu #home { background:url(/wp-content/themes/adobe/images/menu.png) no-repeat 0 0; }
#menu #home:hover { background:url(/wp-content/themes/adobe/images/menu.png) no-repeat 0 -39px; }
#menu #mission { background:url(/wp-content/themes/adobe/images/menu.png) no-repeat -132px 0; }
#menu #mission:hover { background:url(/wp-content/themes/adobe/images/menu.png) no-repeat -132px -39px; }
#menu #curriculum { background:url(/wp-content/themes/adobe/images/menu.png) no-repeat -259px 0; }
#menu #curriculum:hover { background:url(/wp-content/themes/adobe/images/menu.png) no-repeat -259px -39px; }
#menu #information { background:url(/wp-content/themes/adobe/images/menu.png) no-repeat -385px 0; }
#menu #information:hover { background:url(/wp-content/themes/adobe/images/menu.png) no-repeat -385px -39px; }
#menu #registration { background:url(/wp-content/themes/adobe/images/menu.png) no-repeat -510px 0; }
#menu #registration:hover { background:url(/wp-content/themes/adobe/images/menu.png) no-repeat -510px -39px; }
#menu #contact { background:url(/wp-content/themes/adobe/images/menu.png) no-repeat -635px 0; padding-right:0; }
#menu #contact:hover { background:url(/wp-content/themes/adobe/images/menu.png) no-repeat -635px -39px; }

/* Content Styles 
----------------------------------------------------*/
#content {}
#main-content{ float: right; width: 600px; }
#main-content h1{ border-bottom: 1px dotted #423e33; font-size: 22px; margin: 14px 0px 14px 0px; padding-bottom: 5px; text-transform: none; width: 420px; }

/* Blog Index */
.post{ margin-bottom: 25px; }
.post h2{ border: none; margin-bottom: 0px;  }
.post h2 a{ border: none; color: #5b9593; font-weight: normal; text-transform: none; }
.post h2 a:hover{ text-decoration: underline; }
.post .postmeta{ color: #777777; font-size: 13px; line-height: 20px; }
.post p{ margin: 5px 0px; }
.post .entry p{ width: 90%; }
.navigation{ height: 20px; margin: 20px 0px; }


/* Blog Single */
#main-content .single h1{ border: none; margin-bottom: 0px; }
#main-content .single p{ margin-bottom: 15px; }

/* Comments */
h3#comments{ color: #333333; font-size: 18px; line-height: 22px; text-transform: none; }
.commentlist{ margin: 10px 0px; width: 560px; }
.commentlist li{ margin: 20px 0px; }
.commentlist li .children{ margin-left: 10px; }
.commentlist li .children li{ border-left: 1px dotted #333333; padding-left: 20px;  }
.commentlist .commentmetadata{ color: #777777; font-family: "nevis", Verdana, sans-serif; font-size: 18px; font-weight: normal; position: relative; }
.commentlist .commentmetadata a{ font-style: normal; }
.commentlist .commentmetadata .comment-author{ margin-bottom: 3px; }
.commentlist .commentmetadata .reply{ position: absolute; top: 0px; right: 0px;  font-size: 11px; font-family: Verdana,sans-serif; text-transform: uppercase; }

#respond{}
#respond h3{ font-size: 18px; font-family: "nevis", Verdana, sans-serif; margin-bottom: 10px; text-transform: none; }
#comment-form-list li{ list-style-type: none; margin: 0px; float: left; }
#comment-form-list li label{ color: #232122; font-size: 12px; font-family: Verdana, sans-serif; margin-bottom: 3px; }
#comment-form-list li input,
#comment-form-list li textarea{ -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #c7d8e3; color: #a1a1a1; font-size: 12px; font-family: Verdana, sans-serif; }
#comment-form-list li input:focus, 
#comment-form-list li textarea:focus{ border: 1px solid #5b9593; color: #0f0d0e; }
#comment-form-list li input{ margin-right:10px; width:170px; }
#comment-form-list li textarea{ width: 550px; }
#comment-form-bottom{ }
#comment-form-bottom input{ 
	background: transparent url(images/comment-icon.png) no-repeat left 2px; 
	border: none; 
	cursor: pointer;
	font-family: "nevis", Verdana, sans-serif; 
	font-size: 14px;
	float: right; 
	margin-right: 20px;
	padding: 0px 20px;
	text-transform: uppercase; 
	width: auto;
}
#comment-form-bottom input:hover{ color: #5B9593; }

.commentlist #respond h3{ margin-top: 10px; }
.commentlist #respond #comment-form-list li{ }
.commentlist #respond #comment-form-list li input{ width: 265px; }
.commentlist #respond #comment-form-list li textarea{ width: 510px; }

/* Pages */
.basic { padding: 35px 108px; }
.basic img { padding-bottom:10px; }
.basic p { padding:8px 0; }
.post-2  { padding:35px 50px; /*padding on homepage*/ }
#home-img { text-align:center; width:215px; }
#home-content {	 padding-left:40px; }
.quote { font-style:italic; }
.speaker { font-size:10px; text-transform:uppercase; }
.basic ul { margin-bottom:12px; }
.basic li { list-style:square; margin-left:25px; padding-left:10px; }
.banner { padding-bottom:30px; }

/* Other Page Styles */
#registration-links { margin-left:75px; }
#registration-links td  { font-size:12px; padding-top:20px; padding-right:30px; text-transform:uppercase; }
#full-curriculum td { padding-top:14px; }	
#full-curriculum strong { text-transform:uppercase; }	
#curriculum-links { margin:0 auto; text-transform:uppercase; }
#curriculum-links td { padding:20px 20px; }
#school-hours {	margin: 20px 20px 20px 0; }
#school-hours td{ padding-bottom:10px; }
#school-map, #car-line { text-align:center; }

/* Blog Styles */


/* Contact Us Page */
#contact-form  { margin-top:20px; margin-bottom:30px; }
#contact-form .labels { width:170px; }
div#contact-us { background:#f0f0ff; border:3px solid #bbb; padding:30px 30px 20px; margin:20px 0 30px; }
div.form_notice { background:#f0f0ff; border:3px solid #bbb; padding:15px 30px 10px; margin:20px 0 30px; }
div.form_notice ul { margin-left:50px; }
.captcha{ vertical-align: middle; padding-bottom: 10px; }
#recaptcha_widget_div{ margin-left: -5px; }

/* Sidebar Styles
----------------------------------------------------*/
#sidebar { float: left; margin-left: 50px;  width: 215px; }
#sidebar h2{ width: auto; }

.widget{ margin-bottom: 30px; }
.widget p, .widget #mc_subheader{ line-height: 16px; }
.widget ul li ul{ margin-left: 10px; }
.widget ul li ul li{ margin: 3px 0px; }

/* Subscribe Widget */
#mailchimp-widget label.mc_var_label{ display: none; }
#mailchimp-widget .mc_merge_var br{ display: none; }
#mailchimp-widget input{ -moz-border-radius: 3px; -webkit-border-radius: 3px; border: 1px solid #a3a3a3; margin: 10px 0px 0px; width: 190px; }
#mailchimp-widget .mc_signup_submit{ text-align: left; }
#mailchimp-widget #mc_message{font-family:Verdana; font-size:13px; margin:5px 0 0; }
#mailchimp-widget #mc_message .mc_success_msg{color:#5B9593; font-weight:normal; line-height:18px; }
#mailchimp-widget #mc_message .mc_error_msg{}
#mailchimp-widget input.button{
	background:url("images/email-icon.png") no-repeat scroll left 4px transparent;
	border:medium none;
	color:#5B9593;
	cursor:pointer;
	font-size:13px;
	margin: 5px 0px 0px;
	padding:0 0 0 20px;
	text-transform:uppercase;
	width:auto;
}

/* Recent Posts Widget */
.sidebar-post{ margin: 10px 0px 10px; }
.sidebar-post h3{ font-family: Verdana; }
.sidebar-post h3 a{ border: none; color: #5b9593; font-size: 13px; font-weight: normal; text-transform: none; }
.sidebar-post h3 a:hover{ text-decoration: underline; }
.sidebar-post .postmeta{ color: #777777; font-size: 11px; line-height: 20px; }
.sidebar-post .postmeta a{ font-size: 11px; }
.sidebar-post p{ font-size: 13px; }
.sidebar-post a{ font-size: 13px; }

/* Footer Styles
----------------------------------------------------*/
#footer { padding-top:15px; padding-bottom:20px; width:914px; }
#footer a { color:#423E33; }
#footer a:hover { text-decoration:underline; }
