/* @override http://test.bonsaistudios.com/childfirst/wp-content/themes/childfirst/style.css */

/*  
Theme Name: Child First
Theme URI: http://www.bonsaistudios.com/
Description: A WordPress theme developed for the use of Child First
Version: 1.0
Author: Bonsai Studios, LLC
Author URI: http://www.bonsaistudios.com/
*/

.slideshowlink {
	display: none;
}

body {
	background: url(images/header-bg.jpg) repeat-x 0 29px;
	padding: 0;
	margin: 0;
	font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align:center;
	color:#333333;
	font-size:15px;
}

#banner{
	width:100%;
	padding:7px 0;
	background:#003337;
	color:#FFFFFF;
	font-size:10px;
	height:15px;
}

#container {
	width:735px;
	margin:0px auto;
	text-align: left;
}

.clearboth {
	clear: both;
}

.firstline:first-line{
	font-size:20px;
	color:#006a72;
}

ul#nav {
	list-style: none;
	margin: 0;
	padding: 62px 15px 7px 15px;
	width: 200px;
	float: left;
	background: url(images/header-bot.png) no-repeat center top;
}
ul#nav li{
	padding: 0;
	margin: 0 0 2px 0;
}
ul#nav li a {
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	line-height: 290%;
	font-size: 14px;
	padding-left: 19px;
	display: block;
	width: 181px;
	height: 40px;
	background: #8bc22c url(images/nav-corner.jpg) no-repeat right bottom;
}

ul#nav li a:hover {
	background-image: none;
	background-color: #8bc22c;
}

#header {
	width: 750px;
	height: 160px;
	padding: 0;
	margin: 0 0 0 0;
	background: url(images/header.png) no-repeat;
	position: relative;
}
#title {
	position: absolute;
	top: 60px;
	left: 235px;
}
#title a{
	text-decoration: none;
	color: #fff;
	font: 44px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 100;
}
#title a:hover {
	color: #8bc22c;
}
#desc {
	position: absolute;
	top: 115px;
	left: 240px;
	color: #8bc22c;
	text-transform: lowercase;
	font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 100;
	font-size: 22px;
}

#sidebar {
	margin:0 0 0 15px;
	width: 200px;
}
#sidebar h1 {
	color: ##006a72;
	font-size: 14px;
	font-weight: 100;
}
.post {
	padding: 8px 8px 8px 8px;
	margin: 0 0 2px 0;
	background-color: #7fb4b8;
}
.post h2{
	margin: 0 0 0 0;
}
.post h2 a{
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	font-weight: 100;
}

.post h2 a:hover {
	color: #006a72;
}

.post .entry a{
	color: #fff;
}
.post .entry {
	font-size: 11px;
	line-height: 120%;
	margin-left: 4px;
}

.page h2{
	text-transform: capitalize;
	text-decoration: none;
	color: #333333;
	font-size: 16px;
	margin-top: 0;
}

#footer {
	width: 100%;
	background-color: #006a72;
	color: #fff;
	font-size: 11px;
	padding: 15px 0;
	margin: 40px 0 0 0;
}
#footer p{
	padding:4px 0 0 0;
	margin:0;
}
#footer a{
	text-decoration: none;
	color: #bfdadc;
}
#footer a:hover {
	color: #fff;
}

#content_box {
	width: 500px;
	padding: 0;
	margin: 20px 0 0 0;
	float: right;
	font-size: 14px;
}
#content_box p {
	padding: 0 10px 0 10px;
}
#content_box img {
	margin: 0 0 15px 0;
}

#meta {
	list-style: none;
	display: inline;
	padding: 3px 10px 0 0;
	margin: 0;
}
#meta li {
	display: inline;
	font-size: 11px;
}
#meta li a {
	text-decoration: none;
	color: #bfdadc;
}
#meta li a:hover {
	color: #fff;
}

#map {
	width: 500px;
	height: 500px;
}
