/* 
Theme Name: Charles River School
Theme URL: http://www.freshtilledsoil.com
Description: Theme for Charles River School designed & coded by FreshTilledSoil
Author: Luke Sideris
Author URI: http://www.lukesportfolio.com
Version: 1.21
*/

/* CSS Reset */
@import 'css/reset.css';

/* Form Styles */
@import 'css/forms.css';

/* Dropdown navigation */
@import 'css/dropdown-nav.css';


/* General Layout */
.hidden {display: none!important;}
.inner {width: 950px; margin: 0 0 0 30px; position: relative;}

#header, #content {position: relative; clear: both;}

#header {}
	#branding #signup li {
		display:inline;
		margin:0 5px 0 0;
	}
#content {}
	#content-main {float: left; width: 630px; margin-bottom: 140px;}
	#content-sub {float: right; width: 300px;}
	.page-copyright {
		border-top: 1px solid #AAA;
		margin-top: 24px;
		padding-top: 24px;
		text-align: center;
	}
#footer {}
	#site-info {}

/* Sidebar */
#sidebar
{
	width:280px;
	padding:0;
	margin:0;
}
#sidebar ul li
{
	list-style-type:disc;
	background:none;
	padding:0;
	margin:0;
	border:none;
}
#sidebar ul li ul,
#sidebar ul
{
	margin-bottom:0;
	margin-left:13px;
	padding:0;
}
#sidebar li {
	margin:10px 0 24px 0;
	list-style-type:none;
}
#sidebar #searchbox {
	border:none;
	background:none;
}
#sidebar li ul {
	padding:12px;
}
#sidebar li ul ul {
	padding:0;
}
#sidebar li form {
	margin:0;
}
#sidebar h2 {
	margin:0;
	font-size:18px;
	color:#1e3394;
}

/* Post Meta */
.postinfo {
	font-size:10px;
	text-transform:uppercase;
	margin:0 0 1em 0;
	padding:4px 0 0 0;
	text-align:right;
	color:#999;
	list-style:none;
	border-top:3px solid #eee;
	}
.postinfo li {
	float:right;
	padding:4px 15px 0 20px;
	margin:0;
	font-size:10px;
	}
	.postinfo li.authordata {background:url(images/icons/user_silhouette.png) left center no-repeat;}
	.postinfo li.postdata { background:url(images/icons/tags.png) left center no-repeat; }
	.postinfo li.commentdata { background:url(images/icons/balloon_small.png) left center no-repeat; }
	.postinfo li.last { padding-right:0; }
	
/* Post Navigation */
#post-navigation
{
	width:100%;
	padding:12px 0;
	clear:both;
	border-top:1px solid #eee;
}
#post-navigation ul
{
	margin:0;
	padding:0;
	list-style:none;
}
#post-navigation ul li
{
	width:50%;
	margin:0;
	padding:3px 0 0 0;
}
#post-navigation ul li.newer
{
	text-align:right;
	float:right;
}
#post-navigation ul li.older
{
	text-align:left;
	float:left;
}
#post-navigation ul li a
{
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}

/* Posts */
#content {
	margin-top: 10px;
}
.post
{
	padding:1px;
}
.post-title
{
	font-weight:normal;
	margin:0 0 .535em;
	font-size: 1.6em;
}
.post .entry
{
	padding:1px;
	margin:0 0 1.6em 0;
}

/* Content Area */
#content-main h1 {
	margin-bottom:0.67em;
}

/* Entries */
.entry h1 { margin: 1em 0 .5em;  }
.entry h2 { margin: 1.07em 0 .535em; }
.entry h3 { margin: 1.14em 0 .57em; }
.entry h4 { margin: 1.23em 0 .615em; }
.entry h5 { margin: 1.33em 0 .67em; }
.entry h6 { margin: 1.6em 0 .8em; }
.entry dt { margin-top: .8em; margin-bottom: .4em; }
.entry ul { margin-left: 1.5em; list-style:disc outside; padding:0 0 0 1.6em }
.entry ol { margin-left: 2.35em; list-style:decimal outside; padding:0 0 0 1.6em }
.entry ol ol, .entry ul ol { margin-left: 2.5em; }

*.alignleft
{
	float:left;
	display:inline;
	margin:0 1em 0.6em 0;
}
*.alignright
{
	float:right;
	display:inline;
	margin:0 0 0.6em 1em;
}
*.more-link
{
	display:block;
	margin:0 0 1.6em 0;
}

/* Comments */
ol.commentlist {
	list-style:none;
	margin:20px 0 0 0;
}
ol.commentlist img
{
	float:right;
	display:block;
	border:1px solid #fff;
}
ol.commentlist .author-data
{
	display:block;
	padding:9px;
	background:#eee;
}
ol.commentlist h3
{
	margin:0;
	padding:4px 0 0 0;
}
ol.commentlist h3 a
{
	text-decoration:none;
}
ol.commentlist .comment-meta
{
	margin:0;
	line-height:17px;
	font-size:10px;
	text-transform:uppercase;
	color:#666;
}
ol.commentlist div.comment-entry
{
	clear:both;
	padding:1.2em 1px 1px 1px;
}
ol.commentlist .comment-num
{
	float:right;
	display:inline;
	font-size:36px;
	color:#fff;
	margin:-23px 0 0 0;
}
.commentlist .comment {
	margin-bottom: 20px;
}
.commentlist .children {
	margin-left: 30px;
}
.commentlist .children li {
	margin-left: -20px;
	padding-left: 20px;
	background: transparent url(images/icons/arrow-up.png) top left no-repeat;
}
#content ol.commentlist li.bypostauthor .author-data
{
	background:#1ebe89;
}
#content ol.commentlist li.bypostauthor h3 a,
#content ol.commentlist li.bypostauthor h3
{
	color:#fff;
}
#content ol.commentlist li.bypostauthor .comment-meta
{
	color:#acefdf;
}
#content ol.commentlist li.bypostauthor .comment-meta a
{
	color:#d8fff6;
	font-weight:bold;
}
#content ol.commentlist li.bypostauthor img
{
	border:1px solid #acefdf;
}

/* Comment Navigation */
ul.navigation
{
	list-style:none;
	margin:0;
}
ul.navigation li
{
	margin:0;
}

/* Comment Form */
form#commentform p
{
	clear:both;
	margin:0 0 12px 0;
}
form#commentform label
{
	width:250px;
	float:left;
}
form#commentform input
{
	float:left;
	margin:0 0 12px 0;
}
form#commentform textarea
{
	padding:4px;
	width:608px;
}
#commentsform #rules-toggle {
	float: right;
	display: inline;
	margin-top: -30px;
	height: 26px;
	display: none;
	margin-bottom: 0;
	padding: 2px 5px;
}
p.comment-rules
{
	background: #fff6bf;
	text-align: left;
	padding: 5px 20px 5px 20px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}
p.comment-disclaimer
{
	font-size:10px;
	color:#999;
}

/* Basic Typography */
body
{
	font:12px/1.6em Helvetica, Arial, sans-serif;
	color:#222;
	margin:0;
	padding:0;
	background-color: #1e3394;
	min-width:1040px;
}
body #wrapper {
	background: #fff url(images/body-corner-bg.gif) no-repeat bottom left;
}
hr, p, ul, ol, dl, pre, address, table, form { margin-bottom: 1.6em; }
blockquote
{
	font:italic 13px/1.6em Georgia, Times, serif;
	padding:1em 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color:#888;
	margin:0 0 1em 0;
}
blockquote p
{
	margin:0;
}
p.citation cite
{
	font-style:normal;
	font-weight:bold;
}
/* Headings */
h1, h2, h3, h4, h5, h6
{
	line-height:1.3em;
}
h1, h2 {
	font-family: Times,"Times New Roman", serif;
	font-weight:normal;
	color:#1e3394;
}
/* Font Size */
h1 { font-size: 1.6em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }

a:link,
a:visited
{
	color:#192b7f;
	text-decoration:none;
}
a:hover,
a:active
{
	color:#30adff;
}
a.button {
	margin-top:20px;
   background: #40B3FF;
   padding: 9px 17px 6px 17px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   display: inline-block;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
a.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
a.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
a.ical {
	height: 32px;
	padding-left: 40px;
	display: block;
	background: transparent url(images/ical-icon.png) no-repeat left center;
}
/* Clearfix */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Search */
#search-form {
	padding:0;
	margin:0;
}
#search-text, #s {
	width:240px;
	padding:5px;
	border:2px inset #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#666;
	font-size:14px;
	text-transform:lowercase;
	margin:0 5px 0 0;
	display:inline;
	color:#666;
}
#searchsubmit {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#192b7f;
	color:#fff;
	font-weight:bold;
	padding:7px 6px 6px 6px;
	text-transform:uppercase;
	font-size:11px;
	border:none;
	margin:0;
}

/* 404 */
.error-404 h4 {
	font-size:13px;
	margin:1.2em 0 0.8em 0;
}

/* Footer */
#footer-top {
	background: #FFF url(images/footer-top.jpg) no-repeat bottom left;
	height: 438px;
	display: block;
	margin: 0;
}
#footer-bottom {
	background: #1e3394 url(images/footer-bg.jpg) repeat-x top left;
	height: 204px;
	display: block;
	margin: 0;
	overflow:hidden;
}
#footer-wrap {
	width:1040px;
}
#footer-left {
	background: url(images/footer-left.jpg) no-repeat top left;
	width: 260px;
	height: 204px;
	float: left;
}
#footer-center {
	background: url(images/footer-center.jpg) no-repeat 231px top;
	width:484px;
	text-align: center;
	color: white;
	font-size: 13px;
	float: left;
	padding-top: 26px;
}
#footer-center a {
	color: #ACD6F0;
}
#footer-right {
	background: url(images/footer-right.jpg) no-repeat top left;
	width: 296px;
	height: 204px;
	float: left;
}

/*//// SPLASH PAGE //*/
body #wrapper.splash {
	background-image:none;
}
#splash {
	background: url(images/splash-page-2.jpg) no-repeat top left;
	width:1000px;
	height: 258px;
	display: block;
}
#splash-menu {
	padding-left: 72px;
}
#splash-menu li {
	float: left;
	margin-right: 20px;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 12px;
	padding:2px 4px;
}

#content-main #rotator {
	margin-bottom: 10px;
}

/*//// HEADER /*/
#header {
	background: url(images/header-bg.jpg) repeat-x top left;
}
#header #branding {
	width: 980px;
	height: 69px;
	background: url(images/branding-bg.jpg) no-repeat top right;
}
#header #branding #branding-links {
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
	padding-top: 6px;
}
#header #logo {
	background: url(images/logo-2.jpg) no-repeat top left;
	width: 433px;
	height: 69px;
	float: left;
}
#branding-quicklinks a {
	margin-left: 14px;
}

/*//// NAVIGATION //*/
#navigation {
	background: transparent url(images/nav-bg.gif) repeat-x top left;
	width: 980px;
	overflow:visible;
}
#navigation ul#main-nav {
	width: auto;
}
#branding h1 {
	margin:0 !important;
}


/*///// SIDEBAR BOXES */
#sidebar h2, h1 {
	border-bottom: 1px solid #AAA;
	margin-bottom: 10px;
}
#sidebar #seasonal {
	background:#d8ffc8 url(images/seasonal-bg.gif) no-repeat top right;
	padding:30px 20px 20px 20px;
	margin-top: 0;
}
#seasonal h2 {
	font-size:20px;
	color:#0066ff;
	margin-bottom:10px;
	font-weight:normal;
	border-bottom: 0 none;
}
#send {
	height:19px;
}
#send a {
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
}
#send img {
	display:none;
}
#send-email {
	background:url(images/email-bg.gif) no-repeat top left;
	width:140px;
	height:19px;
	text-align:center;
	float:left;
	margin-right:1px;
}
#send-print {
	background:url(images/print-bg.gif) no-repeat top left;
	width:136px;
	height:19px;
	text-align:center;
	float:left;
}
#send-email .at15t_email {
	display: none;
}
div.atclear {
	clear: none!important;
}

#sidebar-quicklinks .col1 {
	width: 120px;
	float: left;
	margin-right: 20px;
}
#sidebar-quicklinks .col2 {
	width: 120px;
	float: left;
}
#sidebar-quicklinks a {
	margin-bottom: 6px;
	display: block;
	color: #222;
}


/*// CALENDAR */
.calendar h2 {
	margin-bottom: 0;
}
.calendar dt {
	padding-top: 10px;
	width:70px;
}
.calendar dd {
	padding-bottom: 10px;
	border-bottom:1px solid #AAAAAA;
	display: block;
}
.calendar .wpng-page-list-head {
	padding: 0;
}
.calendar .eventDate {
	float: left;
	display: inline;
	text-transform: uppercase;
	font-weight: normal;
}
.calendar .eventDate .eventDay {
	display: block;
	width:34px;
	float: left;
	height: 15px;
}
.calendar .eventDate .eventMonth {
	display: block;
	width:34px;
	height: 15px;
	margin-top: -14px;
}
.calendar .placeholder {
	margin-top:10px;
}
.calendar .eventDate .eventNumber {
	display: block;
	width:36px;
	color: #0099ff;
	font-size:28px;
	font-weight:bold;
	margin-left:36px;
	margin-top:10px;
}
.calendar dd .wpng-title {
	width:200px;
	margin-top: -30px;
	float:left;
	margin-left:80px;
}
.calendar dt .eventDate.today {
	height: 26px;
	font-size:19px;
	font-weight: bold;
	width: 70px;
	padding-top: 4px;
	color: #0099ff;
}

/*// Side Gallery */
.piclenselink {
	display: none;
}
#sidebar .ngg-galleryoverview {
	width: 300px;
	height: 215px;
	overflow: hidden;
}
#sidebar .ngg-gallery-thumbnail {
	margin:0;
	height: 112px;
}
#sidebar .ngg-navigation {
	display: none !important;
}
#sidebar .ngg-gallery-thumbnail img {
	border:1px solid #cbcbcb;
	margin: 0 5px 5px 0;
	padding: 0;
}

/*/////// ACADEMICS CALENDAR  */
#curriculum-top {
	background: url(images/ctable-top.jpg) top left no-repeat;
	height: 47px;
	width: 646px;
	margin-left: -8px;
}
#curriculum-middle {
	background: url(images/ctable-mid.jpg) repeat-y top left;
	width: 646px;
	margin-left: -8px;
}
#curriculum-bottom {
	background: url(images/ctable-bot.gif) bottom left no-repeat;
	height: 19px;
	width: 646px;
	margin-left: -8px;
	margin-top: -12px;
}
#ctable {
	width: 632px;
	margin-left: 7px;
	border-collapse: collapse;
	margin-top: -40px;
	padding: 0;
	margin-bottom: 0;
}
#ctable tbody {
	color: #636363;
}
#ctable th {
	height: 35px;
}
#ctable th, #ctable td {
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
#ctable .noleft, #ctable tbody th {
	border-left: 0 none;
}
#ctable thead th, #ctable .notop {
	border-top: 0 none;
}
#ctable tbody th, #ctable thead td {
	width: 71px;
}
#ctable tbody td, #ctable thead th {
	width: 56px;
}
#ctable .alternate {
	background-color: #fafafa;
}
#ctable td.blank {
	background: none;
	border: none;
}
#ctable tbody th, #ctable tbody td {
	height: 40px;
}
#ctable th a {
	padding: 4px 0;
}
#ctable td a {
	padding: 4px 8px;
	display: block;
	line-height: 13px;
}
#ctable thead a {
	color: #222;
}
#ctable thead th:hover {
	background-color: #DDD;
}
#ctable tbody td:hover a, #ctable tbody th:hover a {
	color: #FFF;
}
#ctable td.active a {
	color: #FFF;
	cursor: text !important;
}
#ctable .color-1 td:hover, #ctable .color-1 th:hover, #ctable .color-1 td.active {
	background-color: #0066FF;
}
#ctable .color-1 a {
	color: #0066FF;
}
#ctable .color-2 td:hover, #ctable .color-2 th:hover, #ctable .color-2 td.active {
	background-color: #e41b5b;
}
#ctable .color-2 a {
	color: #e41b5b;
}
#ctable .color-3 td:hover, #ctable .color-3 th:hover, #ctable .color-3 td.active {
	background-color: #ff9900;
}
#ctable .color-3 a {
	color: #ff9900;
}
#ctable .color-4 td:hover, #ctable .color-4 th:hover, #ctable .color-4 td.active {
	background-color: #40B3FF;
}
#ctable .color-4 a {
	color: #40B3FF;
}
#ctable .color-5 td:hover, #ctable .color-5 th:hover, #ctable .color-5 td.active {
	background-color: #6ABA23;
}
#ctable .color-5 a {
	color: #6ABA23;
}
#ctable * .broken:hover {
	background-color: transparent !important;
}

/*// VIMEO EMBED */
#viemovies {
	width: 650px;
	margin: 0;
	padding: 0;
}
#viemovies li {
	padding: 0;
	margin: 0 15px 0 0;
	float: left;
	display: inline;
	list-style-type: none;
	position: relative;
}
#viemovies li span {
	background: transparent url(images/play.png) no-repeat center center;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
}


/*// Homepage */
.col.home-1 {
	width:306px;
	float: left;
	margin-right: 18px;
}
.col.home-2 {
	width: 306px;
	float: left;
}
#content-main .col h2, #content-main .col h2 a {
	margin-top: 0;
	margin-bottom: 2px;
	color: #222222;
	font-family: Helvetica, arial, sans-serif;

}
#caloptions {
	margin-bottom: 20px;
}
#caloptions a {
	margin-right: 22px;
}
#caloptions a.active {
	font-weight: bold;
	color: #000;
	cursor: text;
}

/*///// GRAVITY FORMS ///*/
body .gform_wrapper .top_label .gfield_label {
	margin:0;
}
body form div {
	margin-bottom:.4em;
}
.ginput_container label {
	margin:0!important;
}
.gfield_description {
	padding:0!important;
}
.gform_wrapper .gform_footer {
	margin:0!important;
}













































