/*  
Theme Name:  Bikram Yoga Richmond
Theme URI: http://www.bikramyogarichmond.com
Description: A Baseline Theme for WordPress. 
Version: 1.2
Author: Michelle Martello
Author URI: http://www.minimadesigns.com
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


TABLE OF CONTENTS
 
  Inherited Styles
  HTML Tags
  Structure
  Headers
  Content Styles
  Form Elements
  Footer
  


/* ---------- @ Inherited Styles -----------*/

@import url('css/nav.css');
@import url('css/posts.css');



/* ---------- @ HTML Tags -----------*/


.clearleft {clear:left}

* {
	margin:0;
	padding:0;
	outline:none;
	}

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
	
		
body {
	background:#9eabb3 url(images/bg_byr.jpg) top center;
	color: #2e3c42;
	padding:0;
	}

body, select, input, textarea {	font: 100% Arial, Verdana, Sans-Serif /*Global font-size reset*/;	}
	
ul li {font-size:120%}	
p {margin: 0px 0 20px 0;	line-height:160%;font-size:120%	}

p a, #content a, #content a:visited {	color:#d17204;font-weight:bold;	}
p a:hover, #content a:hover, #content a:active {	color:#f9bb24;font-weight:bold;	}
	
#quote {font-family:Georgia, "Times New Roman", Times, serif;color:#6c818e;font-size:1.4em;font-style:italic;line-height:1.6em}
#author {color:#2e3c42;font-family: Arial, Verdana, Sans-Serif;font-weight:bold; font-size:1.0em;font-style:normal;padding:10px 0 10px 0}
		
hr {	display: block;	height:1px;	background:#CCC;	border:0;	color:#CCC;	clear:left}
	
blockquote {
		background:#709055 url(images/bg_stripe.jpg) repeat-x;
	margin:25px 45px;color:#fff;padding:25px;line-height:.9em;
	font:italic 1em Georgia, "Times New Roman", Times, serif;
	}


/*pricing table*/


.smlogo {width:39px;height:38px;background:transparent url(images/smlogo.png);text-align:center}

.odd {background:#9dacb5}
.even {background:#f0f5fc}
table {	width:100%;padding:0;border-collapse:collapse;	margin:0 0 10px 0;border:1px solid #2b3b43;	}
td {	padding:5px;margin:0;	border-top:1px solid #2b3b43;	}
tr {	}

.column-1, .column-2, .column-3, .column-4, .column-5, .column-6, .column-7, .column-8 {}
.column-1 {font-size:14px;font-weight:bold;padding:0 0 0 5px;color:#36454c;}
.column-8 {border-right:1px solid #2b3b43}
table caption {background:#FFF;padding:2px 0;}	

th {background:#2b3b43;color:#ffffff;text-align:left;font-weight:bold;padding:8px;border-top:1px solid #2b3b43}

#wp-table-reloaded-id-1-no-1 td .column-1, 
#wp-table-reloaded-id-2-no-1 td .column-1 {text-align:right} 

#wp-table-reloaded-id-3-no-1 .column-1 {font-weight:normal}
#wp-table-reloaded-id-3-no-1 .column-1,
#wp-table-reloaded-id-3-no-1 .column-2 {padding:5px}

.colspan-2 {background:#68977f;color:#ffffff;text-align:left;font-weight:bold;padding:5px}

/* ---------- @ Structure -----------*/

#logo {	width:960px;
	margin:10px auto;}


#wrapper {
	font-size:.8em /*Global content font-size*/;
	width:960px;
	margin:10px auto;


	}

#main {	background:#fff url(images/bg_main.gif) no-repeat;}

#masthead {width:960px;height:294px;background:transparent url(images/mainphoto1.jpg);}
#page-home #masthead {width:960px;height:294px;background:transparent url(images/mainphoto1.jpg);}

#page-what-is-bikram-yoga #masthead {width:960px;height:294px;background:transparent url(images/mainphoto2.jpg);}
#page-faq #masthead {width:960px;height:294px;background:transparent url(images/mainphoto3.jpg);}
#page-tuition #masthead {width:960px;height:294px;background:transparent url(images/mainphoto4.jpg);}
#page-schedule #masthead {width:960px;height:294px;background:transparent url(images/mainphoto5.jpg);}
#page-first-time-students #masthead {width:960px;height:294px;background:transparent url(images/mainphoto6.jpg);}
#page-instructors #masthead {width:960px;height:294px;background:transparent url(images/mainphoto7.jpg);}
#page-testimonials #masthead {width:960px;height:294px;background:transparent url(images/mainphoto8.jpg);}
#page-massage #masthead {width:960px;height:294px;background:transparent url(images/mainphoto9.jpg);}
#page-postures #masthead {width:960px;height:294px;background:transparent url(images/mainphoto10.jpg);}
#page-contact #masthead {width:960px;height:294px;background:transparent url(images/mainphoto11.jpg);}
	#page-yoga-championships #masthead  {width:960px;height:294px;background:transparent url(images/mainphoto12.jpg);}
#content {
	width:500px;padding:0px 30px 0 30px;margin:70px 0 0 0;
	float:left;
	}
	
#fullcontent {width:900px;padding:70px 30px 0 30px;margin:0px 0 0 0;}	

#sidebar {
	width: 370px;
	float:right;
	padding:60px 30px 130px 0px;
	background:transparent url(images/bg_sidebar.gif) bottom right no-repeat
	}
	
img {border:0}

.left {
	float:left
	}

.right {
	float:right
	}
	
	

/* ---------- @ Headers -----------*/

h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	}

h1 {
color:#f9bb24;
	}
	
	
h2 {
	margin: 25px 0 20px;
	}

.entry h2 {
	font-size:1.8em;
	margin: 15px 0 20px 0;
	}
	
h2.posttitle, h1.posttitle {
	margin:0;
	font-size: 2.2em;padding:0 0 15px 0
	}


.cancel {padding:5px;margin:10px 0 10px 0;
	color:#ff3300;
	font:normal 1.3em Arial, Helvetica, sans-serif;
background:#d7e0e5;-moz-border-radius: 6px;	-khtml-border-radius: 6px;	-webkit-border-radius: 6px;	border-radius: 6px;}

#sidebar h3 {
	padding:5px;margin:10px 0 10px 0;
	color:#36454c;
	font:normal 1.3em Arial, Helvetica, sans-serif;
background:#d7e0e5;-moz-border-radius: 6px;	-khtml-border-radius: 6px;	-webkit-border-radius: 6px;	border-radius: 6px;
	}

.entry h3 {
	font:normal 1.5em Arial, Helvetica, sans-serif;
	padding:4px  0 4px 0;color:#cf7005;
	}
	


h4 {
	font-size:1.4em; color:#2e3c42;padding:0 0 8px 0
	}
	
h5 {
	font-weight: bold;
	font-size: 1.2em
	}

h6 {
	font-weight: bold;
	font-size: 1em;
	}



	
/* ---------- @ Content Styles -----------*/

/*Misc*/

#description {
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	color:#939393;
	margin:0;
	}
	
.commentcount {
	padding-left: 17px;
	background:url(images/bubble.gif) no-repeat;
	margin-left:14px;
	}

.more-link {
	display:block;
	margin-top:12px;
	clear:both
	}



/* Search and Archives*/

.search-highlight {
	background:#FFFF00	
	}

#comment_pagination {
	margin-top:22px;
	overflow:hidden;
	}

#archive_pagination {
	overflow: hidden;
	padding: 20px;
	text-align: center
	}
	
.current-numeric-page {
	padding: 5px 8px;
	}
	
#archive_pagination a, #archive_pagination a:visited {
	border:1px solid #CCC;
	padding: 5px 8px;
	text-decoration: none;
	}
	
#archive_pagination a:hover {
	background: #f5f5f5;
	}

#archive_pagination a:active {
	background:#e6e6e6;
	border-color:#bebebe;
	}
		
#comment_pagination div {
	float:left;
	margin-right:10px;
	}

a #icon-rss {
	border:none
	}

.archive #icon-rss {
	vertical-align: middle;
	margin-left:3px;
	}		
		
	

/*Sidebar and Widgets*/

.widget {
color:#4d5857;
	overflow:hidden;	
	}
	
	

	.widget p {color:#4d5857;}
	
.widget li {
	list-style:none;
	padding:3px 0 5px 0;color:#36454c;
	line-height:130%;
	}

.widget li a, .widget li a:visited {
	color:#d17204;font-weight:bold;
	text-decoration:none
	}

.widget li a:hover, .widget li a:active {
	color:#f9bb24;
	}

.widget li.current_page_item a, .widget li.current_page_item a:visited, 
.widget li.current-cat a, .widget.current-cat a:visited {
	font-weight:bold
	}

.widget li.current_page_item li a, .widget li.current_page_item li a:visited, 
.widget li.current-cat li a, .widget li-current-cat li a:visited {
	font-weight:normal;
	}
			
.widget li li {
	margin-left:34px;
	border:0;
	list-style:disc; } 
	
	
#wp-calendar tr {
	background:#f2f2f2;
	}
	
#wp-calendar td {
	text-align:center;
	padding:3px;
	}	
	
#recentcomments {
	color: #787878;
	}

#recentcomments a, #recentcomments a:visited {
	font-style:italic
	}

#recentcomments a.url, #recentcomments a.url:visited {
	font-weight:bold;
	font-style:normal;
	}

a.rsswidget, a.rsswidget:visited {
	font-weight: bold
	}

.rssSummary {
	line-height:160%;
	}
	
	
	
/* ---------- @ Form Elements -----------*/

 #email, #comment, #url, #searchfield {
	background:#FFF !important;
	padding:5px;
	border-width:1px;
	border-style:solid;
	border-color: #6d6d6d #bfbfbf #bfbfbf #6d6d6d;
	}

 #email, #url {
	width:220px;
	}
		
.button {
	padding: 8px 14px;
	background:#424242;
	color:#FFF !important;
	border:none;
	font-size:1.2em;
	}

.button:hover {
	background:#272727;
	}

.button:active {
	background:#000;
	}

#commentform textarea {
	width: 98%;
	height:250px;
	}

#masthead #searchform {
	float:right;
	width:260px;
	text-align:right;
	padding-top:12px;
	}

#searchfield {
	width:220px;
	}
	
#searchsubmit {
	vertical-align:top
	}		
	



/* ---------- @ Footer -----------*/

#footer {
clear:both;background:#6c818f;
	color:#2e3c42;	width:960px;
	margin:20px auto;height:120px;
	padding:0px 0 20px  0;font-size:.9em
	}

#footer a:hover, #footer a:active, #footer a {
	color:#2e3c42;text-decoration:none
	}

#footer .left {
	float:left;background:#6c818f;
	width:280px;padding:20px 0 0 30px
	}

#footer .right {
	float:right;background:#6c818f;
	width:580px;padding:35px 0px 0 0px;line-height:1.3em;
	text-align: right;
	}
	
#footer #icon-rss {
	vertical-align: middle;
	margin-right:5px;
	}
	.col1 {float:left;width:240px;padding:0 10px 0 0px;text-align:right}
		.col2 {float:left;width:130px;padding:0 10px 0 10px;border-right:1px solid #8ba1af;border-left:1px solid #8ba1af;text-align:right}
			.col3 {float:left;width:140px;padding:0 10px 0 20px;text-align:right}
	
	.loc {color:#aec0cc}

/* ---------- @ Event -----------*/
#events-list li {}
.event {padding:10px 0 0 0}
.event h3 {	font:normal 1.5em Arial, Helvetica, sans-serif;
	padding:10px  0 4px 0;color:#f9bb24;}

.event h3 a {color:#99ae3f;}
	
	.event h4 {	font:normal 1.4em Arial, Helvetica, sans-serif;
	padding:4px  0 4px 0;color:#2e3c42;
		
	
	}
.event h5, h5 {border-bottom:1px solid #d7e0e5;padding:0 0 10px 0;margin:0 0 10px 0;font:normal 1.2em Arial, Helvetica, sans-serif;color:#6c818f;}


.posture {float:left}
.posture .thumbnail {border:3px solid #f9bb24;padding:5px;background:#fff;margin:0 0 10px 0}

/* ---------- @ instructors -----------*/
.instructortitle {border-top:1px solid #d7e0e5;
	padding:10px  0 10px 0;clear:both}
	
.thumb {float:left;width:100px;}
.bio {float:right;width:375px;}
.bio h3 a{font:normal 1.4em Arial, Helvetica, sans-serif;color:#99ae3f;padding:0 0 8px 0}
h3 a {color:#ff9900}


.testimonial {border-bottom:1px solid #d7e0e5;
	padding:5px  0 0px 0;clear:both}
