/*  
Theme Name: Kimberly's Theme
Author: Chris Moloney
Theme URI: http://www.palosverdesyogaandfitness.com/
Description: Theme costume made for Palos Verdes Yoga and Fitness.

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


/******************************************
*   HTML Elements                         
******************************************/

* {
	margin:0;
	padding:0;
	}

body {
	background: #fff url(images/pagebg.png) no-repeat top center; 
	font:  Arial, Helvetica, sans-serif;
	font-size: 50%; /* Resets 1em to 10px */
	color: #000;
	text-align: center;
	margin: 0 auto;
	padding: 0 auto;	}

body, select, input, textarea {
	font-size: 0.9em; 
	line-height:1.2em;
	}

p {
	padding: 0 0 15px 0;
	margin: 0;
	font:  Arial, Helvetica, sans-serif;
	font-size:1em;
	text-align: justify;
}

strong {
	color: #000;
	/*text-transform:uppercase; */
	}	

a:link, a:visited {
	color: #565e35;
	text-decoration:none;
	}

a:hover, a:active {
	color:#996699;
	text-decoration:underline;
	}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited {
	color: #996699;
	text-decoration:none;
	}

h1 a:hover, h1 a:active, h2 a:hover, h2 a:active, h3 a:hover, h3 a:active, h4 a:hover, h4 a:active {
	color: #996699;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

hr.blank {
	clear: both;
	display: none;
	}
	
.spacer {
padding: 10px 0;
width:100%;
clear: both;
background: none;
border: none;
}

small {
	margin: 0 10px;
    font-size: 0.9em;
	padding:3px 6px;
	}


/*****************************************
* Images
*****************************************/

img {
	padding: 3px;
	background: #fff;
	}

#noborder {
		border: none;
		}

#border {
		border: #000 3px solid;
		border: none;
		}



img.teacherpic {
	float: left;
	margin: 20px 40px 40px 0;
	width: 200px;
	height: 275px;
	}
	
img.colpic {
	float: right;
	margin: 0px 0 20px 0;
	width: 100%;
	height: 250px;
	}

img.svcover {
	float: right;
	position: relative;
	top: -25px;
	width: 170px;
	height: 25px;
	border: none;
	}

img.print { 
	height: 20px;
	border: none;
	position: relative; top: 5px;
	}
	
img.fbbg {
	padding: 0;
	margin:0;
	border: none;
	height: 50px;
	float: left;
	position: relative;
	top: 6px;
}

a:link img.fbbg, a:visited img.fbbg {
	border: none;
	background: url(images/fbbg.jpg) top center no-repeat;
}	

a:hover img.fbbg, a:link img.fbbg {
		border: none;
		background: url(images/fbbg.jpg) bottom center no-repeat;
		text-decoration: none;
}
/******************************************
*   General Structure                         
******************************************/

#page { /*the main container*/
	width:850px;
	font-size:1em;
	margin:10px auto;
	padding: 0 auto;
	background: none;
	text-align: left;
	}

#header {
	background: none; 
	width:100%;
	height:130px;
	border: none;
	margin:0;
	padding:0;
		}

#headerimg {
	background: url(images/header.png) no-repeat center top; 
	height: 150px;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	}
	
#musicplayer {
	height: 25px;
	width: 190px;
	margin: 0 20px 20px 645px;
	position: relative; 
	top: -40px;

}

#middle {
	background: url(images/.png) repeat-y center top; 
	width:100%;
	margin:none;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}	

#content {
	margin:20px 0px;
	width:100%;
	background: none;
	border: none;
	min-height: 500px;
	padding:0;
	}
	
.leftcol {
	float:left;
	width: 360px;
	}
	
.rightcol {
	float:right;
	width: 360px;
	padding-right: 10px;
	}

.narrowcol {
	padding: 40px 60px 0 60px;
	}	
.narrowcol0top {
	padding: 0px 60px 0 60px;
	}	

#footer {
	background: url(images/footerbg.png) no-repeat center top;
    clear: both;
	margin:0 auto;
	margin-bottom: 30px;
	width: 100%;
	height: 20px;
	font-size:0.9em;
	line-height: 1.3em;
	text-align:left;
	padding: 0 0 0 0;
	}
.footertext {
	padding-left:200px;
}	

.left {
	float:left;
	}

.right {
	float:right;
	}

.center {
	padding: 0 auto;
	text-align:center;
	}
	

/******************************************
*   Navigation Bar - see nav.css in the styles folder
******************************************/

/******************************************
*   Headlines                         
******************************************/

h1 {
	color: #996699;
	font-size: 1.8em;
	font-family: Georgia, serif;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 0px 10px;
	}
	
h2 {
	color: #996699;
	font: 1.8em Georgia, serif;
	padding-bottom:8px;
	border-bottom:1px solid #666;
	margin: 3px 0 20px 0;
	}

h3, h3.center{
	font: 1.0em Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin-bottom:1em;
	font-weight:bold;
	color:#996699;
	border:none;
	}	
h3.center {text-align: center;} /*used to display titles under the argentimes blogs on current affairs, culture, & travel */


h3 a:link, h3 a:visited {
	color: #333;;
	}

h4 {
	color: #fff;
	font-size:0.9em;
	line-height: 1.2em;
	text-align: left;
	padding:0 10px;
	}
	
/******************************************
*   Post and Page Formatting                       
******************************************/

/* Post Formatting */

.entry {
	padding-bottom:0px;
	text-align:left;
	padding:0;
	}

.post blockquote {
	color:#666;
	background:#FFF;
	padding:6px 14px;
	margin:35px;
	border-right:1px solid #333;
	border-left:1px solid #333;
	}	


ul.pagelist{
	list-style: circle;
	margin-bottom:20px;
	margin-left:40px;
	}

.post ol li {
	margin-bottom:5px;
	margin-left:38px;
	}

/********************************* 
* Form Elements 
*********************************/

#emailentry { 
        padding:5px 10px 15px 10px;
		text-align:left;
	}
	
#emailentry #s{
	float: left;
	width: 210px;
	padding: 2px 5px;
	border: 1px solid #000!important;
	font-size: 0.9em;
	color:#666;
	}

#emailentry #submit{
	text-align:left;
	padding: 1px;
	height: 1.7em;
	width: 60px;
	height: 18px;
	background-color: transparent;
	background: url(images/backgrounds/searchbtn.gif) no-repeat left;
	color:#fff;
	border: none; /* 1px solid #666!important; */
	vertical-align: middle;
	}

#emailentry #submit:hover {
	background-color: transparent;
	background: url(images/searchbtn.gif) no-repeat left;
	background-position: -60px 0;
}


select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}

.button {
	padding: 1px;
	background:#333;
	color:#fff;
	border: none; /*1px solid #666!important; */
	}

.button:hover {
	background:#666;
	color:#FFF;
	text-decoration:none
	border: 1px solid #333!important;
	}

.clearfloat {display:block;clear:both;	}	
.clearfloatleft {clear:left;}
.clearfloatright {clear:right;}
.clearfloatboth {clear:both;}



/*****************************
* Schedule
*****************************/

#schedule {
	font-size: small;
}
	
#schedule td{
	width: 98px;
	border-right: #000 1px solid;
	padding: 4px;
	line-height: 1.1em;
	vertical-align:top;
}

#schedule td.last{
	border-right: none;
}
		
#schedule h3{
	text-align: center;
	font-weight: bold;
	margin: 5px 0 10px 0px;
	border-bottom: #999 1px solid;
}
	
#schedule .time{
	font-weight: bold;
	margin: 15px 0 0 10px;
}
	
#schedule .class{
	margin: 0 0 0 10px
}
	
#schedule .instructor{
	font-weight: bold;
	margin: 0 0 15px 10px;
}


/*****************************
* Map Border on Studio Page
*****************************/

.mapborder {
	border: #000 3px solid;
	padding: 3px;
}

textarea#styled {
	width: 339px;
	height: 260px;
	border: 1px solid #000;
	padding: 1px;
}

ul {
	padding-left: 10px;
}

.narrowcol hr {
	color: #996699;
	margin: 20px 0;
}