/*  
Theme Name: Quest Yoga
Theme URI: http://www.damontimm.com/
Description: Default Theme for Quest Yoga Site	
Version: 1.0
Author: Damon Timm
Author URI: http://www.damontimm.com	
*/

/*

COLORS:

#C2CBE2 purple
#D1E0E9 light blue
#8FB4C9 dark blue

*/

body, p, h1, h2, h3, h4, h5, h6  {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

#outer, #header-1, #footer-2 { 	background-color: #D1E0E9; }

#header-2, #main, #sidebar, #footer-1 { background-color: #C2CBE2;}


#main {
	width: 750px;
	text-align: left;
	}

#header-1 {
	width: 750px;
	height: 103px;
	background-image: url("images/header-1.gif");
}

#header-2 {
	width: 750px;
	height: 123px;
	background-image: url("images/header-2.gif");
}

#body-house {
	float: right;
	width: 600px;
	}

#body { padding: 20px; }
	
#sidebar {
	width: 145px;
	float: left;
	}

#footer-1 {
	width: 750px;
	height: 111px;
	background-image: url("images/footer-1.gif");
}

#footer-2 {
	color: #8FB4C9;
}

#clearer { 	clear: both; margin: 0; padding: 0; }

/* ---- */

img {
	margin: 0px 5px 0px 5px;
	border: 2px #D1E0E9 solid;
	}
	
a, a:visited { text-decoration: none; }

a, a:visited { color: #3a61b4; }
a:hover { color: white }


/* ----- HOME PAGE FORMATTING ------- */

.important {
	background-color: #D1E0E9;
	border: 2px white solid;
	margin: 10px 75px 20px 75px;
}

.important h3 {
	text-align: center;
	font-size: 14px;
	}

.important p {
	font-size: 13px;
	padding: 5px;
	}


#about-quest { 
	padding-bottom: 10px;
	border-bottom: 1px solid black;
}

#body h2 { 
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	}

#about-quest p { 
	margin-bottom: 10px; 
	font-size: 13px; 
	}

#whats-new {
	margin-top: 20px;
	}
	
#whats-new h2 {
	margin-bottom: 20px;
	font-size: 16px;
	text-align: center;
	}

#whats-new h3 {
	font-size: 14px;
	}
	
#whats-new p {
	margin-bottom: 10px;
	font-size: 12px;
	}

.whats-new-post {

}

/*------ general post ------ */

.post {
	padding-bottom: 20px;
	font-size: 13px;
	}

.post p {
	margin-top: 10px;
	}

.post h3 {
   text-align: center;
   margin-top: 5px;
}

.leave-a-comment {
   font-size: 11px;
   margin-bottom: 20px;
}

.no-border {
    border: 0px;
}

table {
   margin-top: 10px;
}

table tr td {
   padding-right: 10px;
   vertical-align: top;
}


/* ------ COMMENT BOX INFO ----- */

.black-line {
			border-top: 1px solid black;
			}

#comments {
} /* basic division */


.comment_box {
	margin-top: 10px;
	background-color: #D1E0E9;
	padding: 5px;
}

.comment_by { 
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.comment_info { 
	font-size: 10px;
	font-weight: normal;
}

.comment_text {
	font-size: 13px;
	margin-top: 5px;
}

.comment_link {
	font-size: 10px;
	text-align: right;
	padding: 0px;
	margin: 0px;
}

#comment_post { 
	margin-top: 10px;
	font-size: 12px;
	} 

#comment_post h5 {
	font-size: 16px;
	}


/* ----- SIDEBAR ---- */

#sidebar {
	padding-top: 20px;
	color: #3a61b4; 
}

#sidebar ul {
	padding: 5px 0px 0px 10px;
	margin: 0px;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 15px;
}

#sidebar ul ul {
	font-size: 12px;
}

#sidebar li {
	margin-bottom: 3px;
	}

#sidebar h5 {
	margin-top: 20px;
	color: red;
}



/* ----- SIMPLE STUFF ---- */
.hidden { display: none; }

.text-center { text-align:center; }

.text-right { text-align: right; }

.text-left { text-align: left; }