/*   
Theme Name: Coaching 4 Teens
Theme URI: http://coaching4teens.org
Description: A search engine optimized website for Coaching For Teens.
Author: Jason Bynum, Pignite
Author URI: http://pignite.com/
Version: 0.1
Tags: green
*/

/* layout */

body {
	background: #464646 url(images/bodyBg.png) repeat-x;
}

#innerwrap {position:relative;}

#header {
	background: url(images/headerBg.png) no-repeat;
	margin-top:10px;
	height:107px;
}

#search {margin-top:32px;}
#searchtable {margin-right:5px;}
#searchtable td {padding:0;}

input#s{
	background:url(images/searchBg.png);
	width:153px;
	height:31px;
	border:none;
	padding:5px 0 0 5px;
}

input#searchsubmit  {vertical-align:middle;}

#header-tools {
	margin-top:35px;
}

#access {height:36px;}
#navigation {margin-left:110px;}

.skip-link {display:none;}

#home-images{
	height:310px;
	width:470px
}

#bluebar {
	background: #20A1C8 url(images/blueBarBg.png) repeat-y;
}

#bluebar img {margin: 1.0em 0;}

#blueCoaching, #blueWork, #blueBlog {
	text-align: center;
	position: relative;
/* 	border: 1px solid #1D92BF; */
}

.bluelink {
	text-align: right;	
}

.blueBarText {
padding:0 10px;
text-align: left;
}

#blueWork .blueBarText {padding:0 20px;}


#footer
{
    background:url(images/footerBg.png) repeat-x;
		height:60px;
		width:100%;
}


#site-info {padding-top:15px; vertical-align: middle;}
#site-info img {vertical-align: middle;}


#contact_form {
	background-color:gray;
	position: absolute;
	right:10px;
	top: 95px;
	padding:15px;
	-moz-box-shadow: 5px 5px 7px #000;
  -webkit-box-shadow: 5px 5px 7px #000;
}

/* Typography */
h1, h2, h5, h6 {font-weight:normal;color:#fff;}
h3, h4 {font-weight:normal;color:#FFCC33;}
a, a:hover {color:#20A1C8;text-decoration:underline;}

strong {font-weight: bolder;font-size: 110%; color:#1D92BF;}

body {
	color:white;
	font-family:"Trebuchet MS";
	font-size:80%
}


#navigation a {float:left;}

.bluelink a {
	background: #17728D;
	color:white;
	font-style: italic;
	padding: 2px 5px;
	text-align: right;
	text-decoration:none;
}

#footer {
	font-size:11px;
	text-align:center;
}

#site-info a {
	font-size:11px;
	color:white;
	text-decoration:none;
	text-transform:uppercase;
}

p.close_contact {
	text-align: center;
	float:right;
	font-size:15px;
	font-weight: bold;
	border:1px solid white;
	margin:0;
	padding:2px 5px;
}

p.close_contact a {text-decoration: none;color:white;}
p.close_contact a:hover {text-decoration: underline;color: white;}


/* Images */
.imageborder {
	float: right !important;
	margin-left: 10px;
	background: #353535;
	border: 1px solid black;
	padding: 5px;
}

.imgborder {
	background: #353535;
	border: 1px solid black;
	padding: 5px;
}