/*
Theme Name: Posture People
Theme URI: http://wordpress.org/
Description: Theme based on the <a href="www.posturepeople.co.uk">Posture People</a> website.
Version: 1.0
Author: Edd Temple-Smithson
Author URI: 
Tags: posture people,

	Based on the theme Kubrick v1.5
	http://binarybonsai.com/kubrick/

	Kubrick 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

*/

* {/* zero all margins and padding */
		margin: 0;
		padding: 0;
		}
		
html{/* Always show scrollbar in firefox*/
		overflow: -moz-scrollbars-vertical;
     }

body {	/* skip-navigation container */	
		background: #dedbd3;
		font-family:Verdana, Geneva, sans-serif;
		color:#41402a;
		line-height:1.5em;
		}

#skipNav { /* skip-navigation container */
		position: absolute;
		top: 2px;
		left: 5px;
		width: 80px;
		text-align: center;
		}


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	}

#content {
	font-size: 1.2em;
	}

#content a{
	color:#3A6F8F;
	font-weight:bold;
}

#content p{
	padding-left: 10px;
	}

.entry p 
{
	font-size: 0.9em;
	color:#515151;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	padding: 10px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.5em;
	border-bottom:1px solid #CCCCCC;
	margin-bottom: 10px;
	}

.widecolumn {
	line-height: 1.4em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white;
}

.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {
	border: 1px solid #ddd;
	background: #F4F7FA none repeat scroll 0 0;
	color:gray;
}

small {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-left: 10px;
	}

h1, h2, h3 {
	font-family: Verdana, Geneva, sans-serif;

	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	padding: 0 10px 10px;
	}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Geneva, sans-serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

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

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

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Geneva, sans-serif;
	padding: 0 10px;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Verdana, Geneva, sans-serif;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

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

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

a, a:visited, #content h2 a, #content h3 a{
	text-decoration:none;
	color:#2A5672;
}

a:hover {
	color: #147;
	text-decoration: underline;
	}

h2 a:hover, #content a:hover
{
	text-decoration:none;
	}

#content a{
	text-decoration:underline; 
}


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

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

#wp-calendar caption {
	font: bold 1.3em Verdana, Geneva, sans-serif;
	text-align: center;
	}

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



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 972px;
	}
	
#indexWrapper
{
	padding: 0;
	width: 972px;
	float:left;
	background: url(images/bgRepeaterBody.gif) repeat-y;
}

#footerWrapper{
	padding: 0;
	width: 972px;
	float:left;
	background: url(images/bgRepeaterBody.gif) repeat-y;
}

#headerWrapper{
	padding: 0;
	width: 972px;
	float:left;
	background: url(images/bgRepeaterBody.gif) repeat-y;	
}

#headerDiv{
		width:972px;
		float:left;
		padding:27px 0 0 0;
		background:url(images/headerTopCurve.gif) no-repeat top center;
}

#headerLogo{
		width:289px;
		height:61px;
		float:left;
		padding:0 0 0 16px;
	}

#headerTelNumber{
		width:247px;
		height:41px;
		float:right;
		padding:10px 18px 0 0;
	}

#headToMainSectionCurvesDivider{
		background:url(images/headToMainContentDividerCurvesLeft.gif) no-repeat left #FFF;
		width:972px;
		height:24px;
		float:left;
}

#headToMainSectionCurvesDivider span{
		background:url(images/headToMainContentDividerCurvesRight.gif) no-repeat right;
		width:19px;
		height:24px;
		float:right;
}

#headToMainSectionCurvesDivider img{
		width:19px;
		height:24px;
		float:right;
}

#mainNav{
		width:940px;
		float:left;
		display:inline;
		margin:2em 0 0 1.4em;
		padding:0;
		font-size:1.2em;
		font-weight:bold;
		line-height:3.1em;
		background: url(images/mainNavRepeater.gif);
}

#mainNav li{
		display:inline;
}

#mainNav li a{
		height:3.2em;
		margin:0;
		padding:0 1.6em 0 1.6em;
		color:#41402a;
		float:left;
		border-right:1px solid #cfd0c4;
}

#mainNav li a:hover{
		margin:0;
		padding:0 1.6em 0 1.6em;
		color:#fff;
		background: url(images/mainNavRepeaterHover.gif) repeat-x;
}


#mainNav #accountNavItem a{
		float:right;
		border-left:1px solid #cfd0c4;
		border-right:none;
		background:url(images/accountNavItemCurve.gif) no-repeat right;
}

#mainNav #accountNavItem a:hover{
		background:url(images/accountNavItemCurveHover.gif) no-repeat right;
}

#mainNav #homeNavItem a{
		background:url(images/homeNavItemCurve.gif) no-repeat left;
}

#mainNav #homeNavItem a:hover{
		background:url(images/homeNavItemCurveHover.gif) no-repeat left;
}

#footer {
	width:972px;
	height:30px;
	float:left;
	margin: 10px auto 0 auto;
	padding:0 0 5px 0;
	background: url(images/footerCurveBase.gif) no-repeat bottom center;
	clear: both;
	
}

#footer ul{
		background:none;
		line-height:2em;
		font-size:1em;
		margin:0;
		padding:0 18px 0 18px;
		
}

#footer li{
		display:inline;
		border-right:1px solid #CCC;
		padding:0 8px 0 12px;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	}

#footer li a{
		color:#5f5f5f;
}

#footer #lastItem{
		margin:0;
		border:none;
}

#footer #footerEmailAddress{
		border:none;
		margin:0 208px 0 0;
}

#signInOrRegister{
		width:300px;
		float:left;
		display:inline;
		padding:21px 0 0 31px;
		font-size:1.1em;
		color:#5e5e52;
}

#signInOrRegister dt{
		padding:0 20px 0 0;
		float:left;
}

#signInOrRegister dd{
		padding:0 10px 0 10px;
		float:left;
}

#signInOrRegister a{
		color:#5f5f5f;
}

#signInOrRegister #signIn{
		border-right:1px solid #5e5e52;
}

#signInOrRegister #register{}


/* Begin Sidebar */
#sidebar
{
	padding: 10px 0 10px 0;
	width: 171px;
	border-right:1px solid #CCCCCC;
	}

#productNavAreaContainerDiv{
		width:172px;
		float:left;
		display:inline;
		margin:0 0 0 7px;
}

#productNav{
		width:172px;
		float:left;
		background:url(images/productNavTitleBg.gif) no-repeat top left #f3f3f1;
		padding:8px 0 0 0;
}

#productNav a, #secondaryNavDiv a{
		color:#5f5f5f;
}

#sidebar .sidebarHomeButton
{
	font-size:1.5em;
	padding-left:5px;
	padding-bottom:5px;
	
}
	

#productNav #sidebar ul{
		
		padding-left:5px;
		list-style: none;
		
}

#productNav #sidebar li{
		line-height:1.8em;
		margin: 20px 0;
		

}

#productNav #sidebar ul li ul{
		font-size:1.1em;
		margin: 5px 0;
		
}

#productNav #sidebar ul li ul li{
		padding: 0;
		margin: 0;		
}


/* End Sidebar */
	

#newsletterSignupWrapper{
		width:172px;
		float:left;
		margin:14px 0 0 0;
		padding:0;
		background:url(images/productNavBaseBg.gif) no-repeat bottom right;
}

	
#newsletterSignupWrapper p{
		width:160px;
		margin:0;
		padding:0 0 16px 12px;
		font-size:1.1em;
		line-height:1.6em;
		color:#858585;
	}
	
#newsletterSignupWrapper a{
		height:3.2em;
		margin:0 0 6px 90px;
		line-height:2.1em;
		padding:0 1.6em 0 1.6em;
		color:#fff;
		font-weight:bold;
		float:left;
		background:url(images/signUpNewsletterWidgetButtonBg.gif) no-repeat top center;
}

#newsletterSignupWrapper a:hover{
		color:#fff;
		background:url(images/signUpNewsletterWidgetButtonBgHover.gif) no-repeat top center;
}

.narrowcolumn {
		width:568px;
		min-height:20px;/*This min-height stops the <div> collapsing in FF if there is no content*/
		float:left;
		display:inline;
		padding:0 10px 20px 0;
		margin: 0 11px 16px 11px;

	}

.widecolumn {
		width:568px;
		min-height:20px;/*This min-height stops the <div> collapsing in FF if there is no content*/
		float:left;
		display:inline;
		padding:0 10px 20px 0;
		margin: 0 11px 16px 11px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding: 5px 0 0 10px;
	}

.widecolumn .postmetadata {
	margin: 30px 10px;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata 
{
	font-size: 0.9em;
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */

h1 {
	color:#2A5672;
	font-size:1.7em;
	font-weight:bold;
	line-height:1.4em;
	padding:10px 0 10px 14px;
	margin: 0;
	}

h2 {
	margin: 0 0 0 10px;
	}
	
.sticky h2 {
	padding-top: 10px;
	}

#sidebar h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	color:#5F5F5F;
	width:159px;
	height:15px;
	padding-left:5px;
	margin:0;
	font-size:1.3em;
	}
	
#newsletterSignupWrapper h2{
		width:159px;
		height:25px;
		margin:0;
		padding:10px 0 15px 12px;
		font-size:1.4em;
		/*border-right:1px solid #CCC;*/
		background:url(images/productNavTitleBg.gif) no-repeat top left #f3f3f1;
	}
	
#secondaryNavDiv #communityGuide h2{
		width:173px;
		height:22px;
		margin:0;
		font-size:1.4em;
		padding:11px 0 0 12px;
		background: url(images/communityGuideTitleBg.gif) no-repeat top left #f3f3f1;
		
	}

#secondaryNavDiv #openingHours h2{
		width:173px;
		height:23px;
		margin:0;
		font-size:1.4em;
		padding:11px 4px 0 8px;
		background:url(images/communityGuideTitleBg.gif) no-repeat top left #f3f3f1;
		color:#41402A;
}

#content h2, #content h3
{
	color:#2A5672;
	font-size:1.4em;
}


.narrowcolumn h3{
	margin-left:10px;
}

h3 {
	padding: 5px 0px;
	margin:  0 0 0 10px;
	}

#comments
{
	margin-top: 20px;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
#productNav h3{
	width:160px;
	margin:0;
	padding:1px 0 1px 12px;
	background:url(images/productNavBaseBg.gif) no-repeat bottom right;
	}

.sidebarTitle{
	font-size:1.4em;
	padding-left: 2px;
	padding-top: 4px;
	margin-bottom: 0px;
	}
	
#content .pagetitle {
	color: #dedbd3;
	margin-bottom:10px;
	border-bottom: 1px solid #CCCCCC;
}
/* End Headers */



/* 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 Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 10px;
	}

html>body .entry li {
	background:transparent url(images/roundGreyBullet.gif) no-repeat scroll left top;
	line-height:1.6em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 0 15px;
	padding:0 15px 8px 15px;
	font-size: 0.9em;
	color:#515151;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	}

/*.entry ul li:before,  #sidebar ul ul li:before  {
	content: "\00BB \0020";
	}*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px auto;
	padding: 5px 1px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 145px;
	padding: 1px;
	margin-left: 5px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	background:transparent url(images/signUpNewsletterWidgetButtonBg.gif) no-repeat scroll center top;
	color:#FFFFFF;
	border:none;
	line-height:2.1em;
	padding:0.5em 1.3em;
	font-size:1em;
	font-weight:bold;
	font-family:Verdana;
	margin:5px 0 0 86px;
	}
	
#sidebar #searchsubmit:hover{ 
		color:#fff;
		background:url(images/signUpNewsletterWidgetButtonBgHover.gif) no-repeat top center;

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

select {
	width: 130px;
	}

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

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#respond {
	margin-top: 10px;
	
}

#respond h3
{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#respond p{
	color:#515151;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	padding-top: 5px;
	margin-left: 10px;
}

#commentform input#submit {
	margin: 0 0 5px auto;
	float: right;
	background:transparent url(images/signUpNewsletterWidgetButtonBg.gif) no-repeat scroll center top;
	color:#FFFFFF;
	border:none;
	line-height:2.1em;
	padding:0.5em 1.3em;
	font-size:0.9em;
	font-weight:bold;
	font-family:Verdana;
	width: 60px;
	}
	
#commentform #submit:hover {
	color:#fff;
	background:url(images/signUpNewsletterWidgetButtonBgHover.gif) no-repeat top center;
}


/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

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

.commentlist li {
	margin: 10px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

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

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



#secondaryNavDiv{
		width:185px;
		float:left;
		margin:0;
}

#secondaryNavDiv #communityGuide, #secondaryNavDiv #openingHours{
		width:185px;
		float:left;
		border-right:1px solid #CCC;
		margin:0 0 15px 0;
		padding:0px 0 10px 0;
		background:url(images/rightHandBoxBaseCurve.gif) no-repeat scroll left bottom;
}

#secondaryNavDiv #openingHours{ /*This override is used in the case where the container includes
an extra element after the last <ul> which contains the padding buffer to push out the bottom
of the box - 09/06/09 (TP): a <p> tag is the last element in the container and has the appropriate
padding #secondaryNavDiv #openingHours p{*/
		margin:0;
		padding:0;
}

#secondaryNavDiv #openingHours{
		margin: 10px 5px 0 0;
		color:#5f5f5f;
}

#secondaryNavDiv #openingHours span{
		float:left;
		text-align:left;
		letter-spacing:-1px;
		margin:0 4px 0 0;
		font-weight:bold;
}


#secondaryNavDiv #communityGuide dl, #secondaryNavDiv #communityGuide ul, #secondaryNavDiv #openingHours ul{
		border-left:1px solid #CCC;
		margin:0;
		padding:18px 0 10px 12px;
		background:#f2f2f0;
		list-style:none;
}


#secondaryNavDiv #openingHours ul{
		padding:14px 0 10px 7px;
		letter-spacing:-1px;
}

#secondaryNavDiv #communityGuide dt{
		font-weight:bold;
		font-size:1.2em;
		padding:0 0 8px 0;
}

#secondaryNavDiv #communityGuide dd, #secondaryNavDiv #communityGuide li, #secondaryNavDiv #openingHours li{
		line-height:1.8em;
		font-size:1.1em;
		padding:0;
}

#secondaryNavDiv #openingHours ul li
{
          padding-left:5px;
}


#secondaryNavDiv #openingHours p{
		background:#f2f2f0;
		color:#5f5f5f;
		padding:0 10px 10px 12px;
		margin-bottom:10px;
		line-height:1.8em;
		border-left:1px solid #CCC;
		font-size: 1.1em;
}

#secondaryNavDiv #addThisButton{
		width:185px;
		margin:10px 0 6px 0;
}

#secondaryNavDiv #quotations{
		width:185px;
		float:left;
		border-right:1px solid #CCC;
		background: url(images/quoteBoxTop-RightHandLayout.gif) no-repeat top left;
		margin:15px 0 0 0;
}

#secondaryNavDiv #quotations ul{
		margin:4px 0 0 0;
		background:#dff8f3 url(images/quoteBoxQuotationMarks.gif) no-repeat top left;
		list-style:none;
}

#secondaryNavDiv #quotations ul em
{
		font-weight:normal;
		color:#4c4c4c;
}
	

#secondaryNavDiv #quotations li{
		font-size:1.1em;
		font-weight:bold;
		line-height:1.6em;
		color:#3a6f8f;
		padding:22px 14px 5px 14px;
		border-left:1px solid #CCC;
}

#secondaryNavDiv #quotations #lastQuote{
		padding:22px 14px 28px 14px;
		background:url(images/quoteBoxBase-RightHandLayout.gif) no-repeat bottom left;

}

#sidebar2 #secondaryNavDiv #therapistRegistrationButton
{
	margin-bottom: 15px
	}


#content .breadcrumb{
	border-bottom:1px solid #E3E3E3;
	float:left;
	margin:0 0 16px;
	padding: 8px 0 9px;
	width:578px;
	font-size: 0.9em;
	color:#69635E;
}
	
#content .breadcrumb a
{
	color:#69635E;
}

/* 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;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 10px 10px;
	/*to see in dev
	border: 1px solid #666;*/
	}
/* 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 */

