/*
Theme Name: Toolbox
Theme URI: http://wordpress.org/extend/themes/toolbox/
Author: Automattic
Author URI: http://automattic.com/
Description: An ultra-minimal set of super-clean, HTML5, starter templates for your own WordPress theme development.
Version: 0.4.3
Tags: custom-menu, threaded-comments, sticky-post, microformats, rtl-language-support, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Structure
-------------------------------------------------------------- */

body {
	background: url("img/bg.jpg") repeat;
        overflow:auto;
 	color: #666;
	font-family: Georgia;
	font-size: 12px;
	line-height:1.9em;
}

p {margin:0 0 0 0}

#header {
    width:900px;
    padding-top:1px;
    margin:30px auto;
    background:#FFF;
    border:0px solid #DDD;
    position:relative;
}

#page {
	margin: auto;
	width: 900px;
	border: 0px #000000 solid;
	margin-top: 257px;
        position:relative;
}
#primary {
	float: left;
	width: 900px;
	background:#FFFFFF;        
      
}
#content {
        margin:40px 0 0 40px;
        width: 830px;
        padding-bottom:40px;
}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 220px;
}

#earlybirdlogo {
    background: url("img/EarlyBirdHeader.png") no-repeat;
    height: 257px;
    width: 900px;
    border: 1px solid transparent;
    margin:auto;
}

#content2 {
        margin:40px 0 0 40px;
        width: 580px;
        padding-bottom:40px;
}

#sidebar {
    float:right;
    width: 200px;
     margin:40px 45px 0 0;
    border-left: 1px solid #e19426;
    padding-left: 20px;
    height:100%;

}

#banner{
    float:left;
    height:40px;
    line-height:50px;
    width:900px;
    margin-top:-1px;
    background:#fcb040;
    text-align:center;
}
#banner b{
    float:right;
    height:0;
    width:0;
    margin-right:-25px;
    border-top:25px solid transparent;
    border-bottom:25px solid transparent;
    border-left:25px solid #fcb040;
}
#banner em{
    font:bold 2.25em/50px georgia;
    float:right;
}
#shadow{
    position:absolute;
    width:0;
    height:40px;
    top:0px;
    left:-25px;
    border-right:25px solid #cb8c31;
    border-bottom:25px solid transparent;
}
#shadow b{
    position:absolute;
    width:25px;
    height:40px;
    left:0;
    background:#fcb040;
}

#shadowR{
    position:absolute;
    width:0;
    height:40px;
    top:0px;
    right:-25px;
    border-left:25px solid #cb8c31;
    border-bottom:25px solid transparent;
}
#shadowR b{
    position:absolute;
    width:25px;
    height:40px;
    right:0;
    background:#fcb040;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.section-heading {
	position: absolute;
	left: -9000em;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */

#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: .67em 0;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}


/* =Menu
-------------------------------------------------------------- */

#menu {
	margin-left: 70px;
	width:756px;
	text-align:center;
}


/* =Content
-------------------------------------------------------------- */


.page-link {
	margin: 0 0 1em;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	float: left;
	margin: 0 1em 0 0;
	width: 60%;
}
#respond .comment-form-comment label {
	display: none;
}
#respond textarea {
	margin: 0 1em 1em 0;
	float: left;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area {
	background: #ffc0cb;
	padding: 1em 0 0;
}
.widget {
	display: block;
	padding: 0 1em;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 1em 0 0;
}

#footer {
        margin:0 0 0 40px;
        padding-bottom:0px;
        height:180px;
        background: #FFF;       
    
}
#updates-top {border-bottom: 1px solid #e19426;
          margin-left:40px; clear:both; width: 830px;
}
#updates {
        background:#e19426;
        width:100px;
        margin-left:0px;
        height:30px;
        text-align:center;
        padding-top:10px;
        color:#FFF;
        font-family: Verdana;
}


/* Styles ---------------------------------------------------- */

.therapists-section-title, h1 {
    color: #e19426;
    font-family: Georgia;
    font-weight:bold;
    font-style: italic;
    font-size: 25px;
    line-height:1em;
}

.therapists-name, h3 {
    color: #444;
    font-family: Georgia;
    font-weight:bold;
    font-size: 13px;
    line-height:2.0em;
   

}

.therapists-copy {
    color: #666;
    font-family: Georgia;
    font-size: 12px;
    line-height:1.9em;
}

}

.footerhead {
    color: #FFF;
    font-family: Verdana;
    font-size: 10px;
    line-height:1.0em;
}

.therapists-name A:link {text-decoration: underline; color:#e19426;}
.therapists-name A:visited {text-decoration: none;}
.therapists-name A:active {text-decoration: none;}
.therapists-name A:hover {text-decoration: underline;}

.therapists-copy A:link {text-decoration: underline; color:#e19426; }
.therapists-copy A:visited {text-decoration: none;}
.therapists-copy A:active {text-decoration: none;}
.therapists-copy A:hover {text-decoration: none;}