/*
Theme Name: Pilates
Theme URI: http://wordpress.org/
Description: Theme developed especially for Cape Cod Pilates
Version: 1.0
Author: Robin Ragle-Davis
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	

	

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

*/



/* Begin Typography & Colors */

body {
	/*font-size: 62.5%;*/ /* Resets 1em to 10px */
		height:100%;
	font-size:12px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	background: #f8f9fb url('images/bg.png') repeat-x;
	color: #333;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	
	}

#page {
	background-color:#fff;
	border: 2px solid #ffffff;
	text-align: left;
	height:100%;
	margin:auto;
	margin-top:49px;
	
	padding: 0;
	width: 770px;

	}


	#topbanner{
	background: #d7dee3 url('images/topbanner.png') no-repeat top center;
	clear:both;
	height:68px;
	}
	
	#header {
	background: #73a0c5 url('images/header.png') no-repeat top center;

	width: 770px;
	margin: 0 0 0 1px;
	padding: 0;
	border-top:2px solid #ffffff;
		border-bottom:2px solid #ffffff;
	}
	
	#headerr{
	float:right;
	width:525px;
	background: #d7dee3 url('images/banner.jpg') no-repeat top center;
	height: 236px;
	}
	
		#headerl{
	float:left;
	width:241px;
	background: #d7dee3 url('images/bannerr.jpg') no-repeat top center;
	border-right:2px solid #ffffff;
	height: 236px;
	}

/*#titleimg{
width: 770px;
height:117px;
top:0px;
margin:auto;
text-align: left;

}*/
/*#titleimg img {
padding-left:200px;
border:0px;
}*/
#infobar{
clear:both;
width:770px;
	border-top:2px solid #ffffff;
		border-bottom:2px solid #ffffff;
}
#infobar a{
border:0px;
}

#content {
clear:both;
/*margin-top:320px;*/
/*background-color:#dfeafe;*/
background-color:#ffffff;
	/*font-size: 1.2em;*/
	font-size:14px;
	border-top:2px solid #ffffff;	
	/*height:800px;*/
		height:100%;
	
	}
	a:link, a:active, a:hover, a:visited{
	color:#669900;
	text-decoration:none;
	}
	
	/* Begin Sidebar */
#sidebar
{
	
	padding-top: 70px;
	float:left;
	width:241px;
		height:100%;
	color:#6699cc;

	}
	
#sidebar a:link,  #sidebara:active, #sidebar a:hover, #sidebar a:visited{
	color:#6699cc;
	}

#sidebar form {
	margin: 0;
	}
	
	#sidebar ul{
		/*padding-top: 70px;*/
color:#6699cc;
font: 14px Georgia,'Times New Roman', Times, serif;
padding-left:20px;
	list-style-type: none;
	
	}
	
	.pagenav{
	padding-top: 70px;
	}


#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	line-height:14px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {

	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}


/*ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}*/

/*#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}*/
/* End Sidebar */

#contentright{
float:right;
width:510px;
min-height:100%;
	height:100%;
margin-right:10px;
}
#contentright p, #contentright h1,#contentright h2 {
margin-left:20px;
}

#contentright table, #contentright td{
width:80%;
margin-left:20px;
border: 1px solid #ccc;
}

#footer {
text-align:center;
	padding: 4px;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}














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

hr {
	display: none;
	}

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


/* End captions */




/*	Begin Headers */
h1,h2.pagetitle{
padding-top: 70px;
margin: 0;	
	font: normal 14px  Georgia, 'Times New Roman', Times, serif;
	color:#669900;
}
h2, h2 a {
	padding-top: 20px;
	margin: 0;	
	font: normal 14px  Georgia, 'Times New Roman', Times, serif;
	color:#669900;
	}
	
	.pagenav h2 {
	padding-top: 70px;
	margin: 0;
	font: normal 14px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#669900;
	}



/*h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}*/

#sidebar h2 {
	margin-left:10px;
	padding: 0;
	line-height:14px;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */

#years{
background-color:#666699;
border:1px dashed #fff;
color:#fff;
font-size:18px;
font-style:oblique;
margin:15px;
padding:15px;
}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
