/*
Christine Curran
http://www.buddinglotusdesigns.com

*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";


body {
	background-color: #49Acc1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	color: #663300;
	}

#page-wrap {
	width: 1000px;
	margin: 0 auto;
	
}

img {
	padding: 5px;
}

#post ol, #post ul, #post li {
	list-style-image: url(style/images/bullet.jpg);
	list-style-position: outside;
	margin-left: 10px;
}
#post ul {
	margin-bottom: 10px;
}
#post li {
	margin-bottom: 3px;
}


.wp-caption {
	background:#ECF8FD none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	margin:5px;
	padding:5px;
}
.wp-caption-text {
	padding: 0;
	font-size: 95%;
}
/*------------------Header--------------------------*/	
#header {
	background: url(style/images/HeaderGradient.jpg) repeat-x;
	height: 185px;
	text-indent: -9999px;
	}
#header h1 {
	background: url(style/images/Header.jpg) center center no-repeat;
	height: 185px;
}	
div#searchform {
	position: absolute;
	top: 0px;
	right: 0px;	
	text-align: right;
	}	
#searchform a:link, #searchform a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
}	
/*------------------End Header--------------------------*/	

/*___________________Header Navigation__________________*/

#navigation {
	
}
#navigation ul {
	background: url(style/images/NavBkgd.jpg) repeat-x;
	min-height: 27px;
	color: #FFFFFF;
	text-align: center;
	font-variant: small-caps;
	font-size: 1.2em;
	margin: 0 0 10px 0;
	padding-top: 5px;
	
	}
#navigation ul li {
	display: inline;
	padding: 0 22px 0 22px;
	
	}

#navigation ul li a {
	text-decoration: none;
		
	}	
#navigation a:link, #navigation a:visited {
	text-decoration: none;
	color: #FFFFFF;
	
}
#navigation a:hover {
	color: #C0DFF4;
}	


/*______________________End Header Navigation_____________*/
	
/*------------------Sidebar--------------------------*/	
#sidebar {
	width: 200px;
	padding-left: 20px;
	float: right;
	
}	


#sidebar a:link, #sidebar a:visited {
	color: #663300;
	font-variant: normal;
	font-size: .95em;
	text-decoration: none;
}
#sidebar h2 a:link, #sidebar h2 a:visited {
	color: #FFFFFF;
	font-variant: small-caps;
	font-size: 1em;
	text-decoration: none;
}
#sidebar a:hover {
	color: #C0DFF4;
}
.widgettitle {
	font-variant: small-caps;
	font-size: 130%;
	padding-bottom: 5px;
}

#sidebar a {
	font-variant: small-caps;
	font-size: 110%;
	padding-bottom: 2px;
}

.textwidget {
	margin-bottom: 10px;
}
.textwidget img {
	padding: 0;
}

ul.twitter {
	background: #FFFFFF;
	border: #CCCCCC 3px groove;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	padding: 5px;
	color: #014C8D;
}

.twitter li {
	margin-bottom: 8px;
	
}

/*------------------End Sidebar--------------------------*/	


/*------------------Main Content and Post Area--------------------------*/	

#main-content {
	background: url(style/images/treePose.jpg) right bottom no-repeat #FFFFFF;
	width: 737px;
	min-height: 400px;
	float: left;
}

#main-content1 {
	background: url(style/images/treePoseBeach.jpg) right bottom no-repeat #FFFFFF;
	width: 737px;
	min-height: 400px;
	float: left;
}


#post {
	padding: 30px 50px;
}

.post {
	margin-bottom: 20px;
	

}

#post h2 {
	clear: both;
	font-variant: small-caps;
	font-size: 160%;
	padding-bottom: 10px;
	margin-top: 10px;
	color: #014C8D;
	
}

#post h3 {
	clear: both;
	font-size: 140%;
	padding-bottom: 5px;
	
}

#post h4 {
	font-size: 130%;
	padding-bottom: 3px;
}

#post h5 {
	font-size: 120%;
	padding-bottom: 8px;
}
#post h2 a:link, #post h2 a:visited {
	text-decoration: none;
	color:#000066;
}

#post a:link, #post a:visited {
	text-decoration: none;
	color: #7E8ACB;
}

#main-content1 a:link, #main-content1 a:visited {
	text-decoration: none;
	color: #014C8D;
}

#post a:hover {
	color: #00CCFF;
}

#main-content1 a:hover {
	color: #666666;
}

#post p {
	line-height: 130%;
	padding-bottom: 8px;
	}
p.details {
	clear: both;
	color:#555555;
	font-size:0.95em;
	margin-left:0;
	padding:20px;
	text-transform:lowercase;

}	
#post-info {
	clear: both;
	color:#555555;
	font-size:0.95em;
	margin-left:0;
	padding:20px;
	text-transform:lowercase;
	border-top: #999999 thin ridge;
}	
#post-breadcrumbs{
	min-height: 20px;
	border-bottom: #999999 thin groove;
	margin-bottom: 10px;
}
#nextPost{
	float: left;
}

#prevPost{
	float: right;
}
#classes_float {
	float:left;
	text-align: center;
	width: 215px;
	margin: 10px 20px;
	
}
/*-------------------------comments--------------------*/

textarea#comment {
margin:5px;
width:425px;
}
form#commentform {
	padding:10px;
}
.commentnum {
font-size:1.5em;
font-weight:bold;
margin:0 5px 0 0;
}
#container .commentlist {
border-top:1px solid #DDDDDD;
margin:0;
padding:0;
}
ol.commentlist {
	width: 500px;
}
.commentlist li {
border-bottom:1px solid #DDDDDD;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding: 10px;
}
.commentlist li.thread-alt {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#ECF8FD none repeat scroll 0 0;
}
.commentlist li .cmtinfo {
font-size:1em;
}
.commentlist li cite {
font-style:normal;
font-weight:bold;
}
.commentlist li .cmtinfo em {
color:#999999;
float:right;
font-size:0.9em;
font-style:normal;
margin:0;
padding:0;
}
.commentlist .children li {
border-bottom:0 none;
}
#content-main .commentlist .children {
border-left:1px solid #DDDDDD;
margin:10px 0 10px 10px;
padding:0;
}
#content .commentsfeed {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(img/icon_feed.gif) no-repeat scroll left center;
padding-left:16px;
}
#respond p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
}
#respond h3 {
	font-variant: small-caps;
	padding-top: 10px;
}
input.textbox {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #CCCCCC;
font-family:verdana,tahoma,arial,sans-serif;
font-size:1.2em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:2px;
width:150px;
}

/*-------------------------end comments--------------------*/

/*------------------End Main Content--------------------------*/		
	
/*------------------Footer--------------------------*/		
#waves {
	clear: both;
	background: url(style/images/waves1.jpg) top center repeat-x;
	min-height: 162px;
}
#footer {
	clear: both;
	background-color: #C3A388;
	text-align: left;
	color: #70441E;
	min-height: 130px;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;	
}
#footer a:hover {
	color: #333333;
}
#footer-center {
	width: 1000px;
	min-height: 100px;
	margin: 0 10%;
}
#footer-design, #footer-media, #footer-rss {
	margin: 0 9%;
	float: left;
	}

#footer_navigation ul {
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
	}
#footer_navigation ul li {
	display: inline;
	padding: 0 45px 0 0;
	}

#footer_navigation ul li a {
	text-decoration: none;	
	}	
	
/*------------------End Footer--------------------------*/		
			
/*------------------Table-------------------------------*/

table {
	margin: 15px 0;
}
table#schedule {

	border: #999999 thin solid;
}	

table#schedule tr, table#schedule td {
	padding: 3px;
	border: #999999 thin solid;
	
}

#schedule_even{
	vertical-align:top;
	}
#schedule_odd{
	background-color:#ECF8FD;
	vertical-align:top;
}




/*------------------End Table-----------------------------*/
#ytt-menu {
	padding-bottom: 10px;
}
#ytt-menu a {
	padding: 0 5px;
}