/*
Theme Name: SchoolsLab
Theme URI: http://www.schoolslab.com/
Description: A custom WP theme for SchoolsLab.
Version: 1.0
Author: Pete Innes
Author URI: http://www.peteinnes.com/
Tags: turq, custom header, fixed width, two columns, widgets
*/

body {
	margin: 0;
	padding: 0;
	color:#666;
	background-color: #fff;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-size:100%;
}
body, textarea, input {
	font-family: "Thesis Sans", "Myriad Pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
textarea {
	font-size:90%;
}
hr {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#e5ecf4 none repeat scroll 0 0;
	border:1px none;
	clear:both;
	color:#e5ecf4;
	float:none;
	height:1px;
	margin:0 0 25px;
	width:100%;
}
table {
	border: 1px solid #f5f5f5;
}
table th, table td {
	margin: 0;
	padding: 5px;
	border: 1px solid #f5f5f5;
}
label {
	padding-top: 5px;
}
label input {
	padding-top: 0;
}
a {
	text-decoration:none;
	color: #4f88bd;
}
a:hover {
	color: #98c4eb;
}
table, td, th {
	vertical-align:top;
	padding: 0;
}
.small {
}
h1, h2, h3, h4, h5, h6 {
	color: #676767;
}
h2 a {
	color: #4f88bd;
}
h2, h3, h4, h5, h6, p, .small {
	margin-bottom: 11px;
}
p, .small {
	line-height: 1.3em;
}
.post h2 {
}
fieldset {
	margin-top: 0;
}
fieldset legend {
	margin: 10px 0;
	padding: 10px 0;
}
fieldset input {
	width: 250px;
}
blockquote {
	text-indent: 20px;
}
/****************/

#wrapper {
}
/****************/

#container {
	margin: 0 auto;
	width: 950px;
	clear: both;
	min-height: 800px;
}
/****************/

#header {
	margin-bottom: 30px;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5ecf4;
}
#header-telephone {
	margin-top: 60px;
}
#header-email {
	margin-top: 15px;
}
#header-telephone, #header-email {
	float: right;
	text-align: right;
}
#header-telephone span, #header-email span {
	color: #98c4eb;
	font-weight: bold;
}
#header-nav {
	text-align: right;
}
#header-nav ul {
	margin: 35px 55px 0 0;
	padding: 0;
}
#header-nav ul li {
	display: inline;
	margin-left: 35px;
}
#header-nav ul li a {
	font-size: 20px;
}
/****************/

#footer {
	border-top: 1px solid #4f88bd;
	margin: 10px 0;
	padding: 20px 0;
}
/****************/

#sidebar {
	text-align: right;
}
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
#sidebar ul li ul, #sidebar ul li div {
	margin: 0 0 50px 0;
}
#sidebar ul li ul li {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e5ecf4;
}
#sidebar ul li ul li img {
	margin-right: 10px;
	vertical-align: top;
}
/****************/

div.slideshow, div#spotlight {
	margin-bottom:30px;
}
/****************/

.entry {
	padding-bottom: 10px;
}
/****************/

input {
	border: 1px solid #98c4eb;
	padding: 5px 5px 1px 5px;
	margin: 0 0 15px 0 !important;
	font-size: 13px;
}
input:hover {
	border: 1px solid #4f88bd;
}
input {
	background-color: #fff;
	cursor: pointer;
}
input:hover {
	background-color: #fff;
}
.search-text {
	width: 218px;
	text-align: right;
}
div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:420px;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a {
	color:#7C292C!important;
	text-decoration:underline!important;
}
div.success {
	background:#F9F9F9 none repeat scroll 0%;
	color:#AAAAAA;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error {
	color:#ad2929;
}
div.mailerr {
	display:block;
}
.mailerr, .cform .cf_errortxt {
	color:#ad2929;
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
 color:#dddddd;
 border-color:#dddddd!important;
 background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}
/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
	height:24px;
	margin-left:2px;
}
fieldset ol {
	list-style: none;
}
fieldset ol li label {
	width: 130px;
	float: left;
	margin-right: 10px;
	text-align: right;
}
fieldset ol li span {
	margin-left: 10px;
	font-size: small;
}
.linklove, .cf_hidden {
	display: none;
}
select.short-field {
	width: auto;
}
ol, ul {
	margin-left: 20px;
}
label {
	font-weight: normal;
}
textarea {
	height: 200px;
}
ol.cf-ol li.cf-box-group {
	float: left;
	width: 300px;
	margin-left: 10px !important;
}
ol.cf-ol li.cf-box-group input {
	float: left;
	margin: 0 !important;
}
ol.cf-ol li.cf-box-group label {
	text-align: left;
	float: left;
	width: auto;
	display: inline;
	padding-top: 0;
}
.my-checkbox-group {
	display: block;
	clear:both;
}
ol.cf-ol li.cf-box-group label.cf-group-after span {
	width: auto;
	display: inline;
}
ol.cf-ol li.cf-box-title {
	width: 200px;
	float: left;
	text-align: right;
	font-weight:bold;
}
#usermessagea {
	margin:10px 0 20px 0;
	padding:10px;
	border: 1px solid #000;
}
.cform input.sendbutton {
	margin-bottom: 20px;
}
p.cf-sb {
}
/****************/

.attachment-post-thumbnail {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	border: 15px solid #eaf3fa;
}
.attachment-post-thumbnail:hover {
	border: 15px solid #deeaf5;
}
.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.alignleft:hover, .alignright:hover {
}
.size-full {
	border: 15px solid #eaf3fa;
}
.size-full:hover {
	border: 15px solid #deeaf5;
}
/****************/

.wp-pagenavi a, .wp-pagenavi span {
	border: none !important;
}
 
/****************/



/****************/


 
/****************/

 

/****************/



/****************/


 
/****************/

