/*
Theme Name: Green Hill Therapy
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: mindsalt
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Eric Meyer's CSS reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

tr, td {vertical-align: top;}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* Begin Typography & Colors */


h2.pagetitle {margin-bottom: 12px; font:bold 14px/16px Helvetica, Arial, sans-serif; color:black;}

h2.widgettitle {font-weight: bold; color:black; margin-bottom: 4px;}

.post h2, .post h2 a {font:bold 12px/16px Helvetica, Arial, sans-serif; color:black; text-decoration: none; margin-bottom: 0;}

.post ol {list-style: inside circle;}
.post ul {list-style: inside disc;}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	margin-right:5px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
.postmetadata {font-size: 10px; line-height: 13px; clear:both;}	

code {font: 1.1em 'Courier New', Courier, Fixed;}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.post {
margin-bottom: 16px;
padding-bottom: 8px;
clear:both;
border-bottom: 1px solid #ccc;
	}

.post hr {
	display: block;
	}



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/

h3#comments {font:italic 12px/16px Helvetica, Arial, sans-serif; color:#777; margin-bottom: 12px;}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 5px 0 5px 0;
	list-style: none;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
	

/* ELEMENTS */
body {background:#624b3e url(images/background.gif) repeat-x; 
	font-size:100%; 
	line-height:1.25em; 
	font:12px/16px Helvetica, Arial, sans-serif;
	color:#333333;
	height:100%;
	width:100%;
	text-align:center;
	 }
	
p {margin: 1em 0;}
p, li { font:12px/16px Helvetica, Arial, sans-serif;}

a:link {color:#04397c; text-decoration:none;}
a:hover {text-decoration:underline;}
a:visited {color:#333333; text-decoration:underline;}

em {font-style:italic;}
strong {font-weight:bold;}

ul {list-style:disc;}

a img {border:0; text-decoration:none;}

#slideshow2 {position: relative; top: 0; left: 0; margin: 0; padding: 0; height: 242px; width: 776px; }
img {margin: 0; padding: 0;}

tr, td {vertical-align:top;}

/* MAIN STRUCTURE */

#wrapper {width: 804px; height:100%; background:url(images/bgTile.gif) repeat-y; padding-left:14px; margin:15px auto 0 auto; text-align:left;}

#topbar {height:50px; padding-top:13px;}


#mainPhoto {height:242;width:776px;}

#mainContent { margin-left:30px; margin-top:20px;}
.col1 {width: 228px; float:left; padding:50px 0 0 50px;}
.col2 {width: 438px; float: left; padding: 30px 50px 0 0;}

.subnav h2 {font:bold 12px/14px Georgia, "Times New Roman", Times, serif; color:#632c1c;}
.subnav ul {list-style:none; }
.subnav li { font:12px/13px Georgia, "Times New Roman", Times, serif; margin:5px 5px 7px 0;}

#footer {width:804px; height:254px; background:url(images/bgFooter.gif) no-repeat; clear:both;}

#footer p { position:relative; top: 130px; left:0; text-align:center; width: 804px; color: #FFFFFF;}
#footer a:link, #footer a:visited { color:#FFFFFF; text-decoration:none; }
#footer a:hover {text-decoration:underline;}

/* .nav is actually the left-hand sidebar td */
.nav, .nav p, .nav li {color:gray; text-decoration:none; font:12px/16px Georgia, "Times New Roman", Times, serif;}
.nav li { list-style:none; margin-bottom:6px;}

/* NAVIGATION */

#nav {width:776px; height:43px; padding-left: 14px; background:url(images/gh_nav_01.gif) repeat-x;}

a#gh_nav2 {height:43px; width:135px; background:url(images/gh_nav_02.gif) 0 0 no-repeat; text-indent:-9999px;}
a#gh_nav2:hover {background-position:0 -43px;}

a#gh_nav3 {height:43px; width:128px; background:url(images/gh_nav_03.gif) 0 0 no-repeat; text-indent:-9999px; }
a#gh_nav3:hover {background-position:0 -43px;}

a#gh_nav4 { height:43px;width:141px; background:url(images/gh_nav_04.gif) 0 0 no-repeat; text-indent:-9999px;}
a#gh_nav4:hover {background-position:0 -43px;}

a#gh_nav5 { height:43px;width:166px; background:url(images/gh_nav_05.gif) 0 0 no-repeat; text-indent:-9999px;}
a#gh_nav5:hover {background-position:0 -43px;}

a#gh_nav6 { height:43px;width:144px; background:url(images/gh_nav_06.gif) 0 0 no-repeat; text-indent:-9999px;}
a#gh_nav6:hover {background-position:0 -43px;}

#nav {width:746px; height:43px; margin:0; padding-left:30px; background:url(images/gh_nav_01.gif) repeat-x; list-style:none;}

#nav, #nav ul {
	list-style: none;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
}

#nav li ul li {float:none;}

#nav li ul {
	position: absolute;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul li a {font:bold 12px/14px Georgia, "Times New Roman", Times, serif; color:#e3d9d5; background:#682f1e; padding:5px 9px; text-decoration:none; }
#nav li ul li a:hover {background:#836d60;}



/* misc classes */
.xtrabtmspace {margin-bottom:10px;}	
	
/* email sign up form */
.gsom_sfi label {
	display:block;
	float:left;
	clear:both;
	text-align: left;
	}	
	
.gsom_sfi input {
	display:block;
	float:left;
	clear:both;
	text-align: left;
	}		

