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

*/

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


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

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

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:#FFA1A1 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/background.jpg) center center repeat-x;
	height: 243px;
	text-indent: -9999px;
	}
#header h1 {
	background: url(style/images/OmmHeader.jpg) center center no-repeat;
	height: 243px;
}	

/*------------------End Header--------------------------*/	

/*___________________Header Navigation__________________*/

div#header-nav {
	position: absolute;
	top: 0px;
	right: 0px;	
	text-align: right;
	height: 31px;
	background: url(style/images/navigationBkgd.jpg) left bottom repeat-x #FCBDC4;
	}	
#header-nav a:link, #header-nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	
}	
ul#top-nav {
	color: #662414;
	text-align: center;
	font-size: 1.1em;
	height: 31px;
	background: url(style/images/navigationCorner.jpg) -3px -5px no-repeat;
	margin-top: 5px;
	}
ul#top-nav li {
	display: inline;
	padding: 0 10px;
	
	}

ul#top-nav li a {
	text-decoration: none;
		
	}	
ul#top-nav li a:link, ul#top-nav li a:visited {
	text-decoration: none;
	color: #662414;
	
}
ul#top-nav li a:hover {
	color: #FFFFFF;
}	

#login {
	position: absolute; top: 5px; left: 5px; 
	color: #FFFFFF;
}
#login a:link, #login a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#login a:hover {
	color: #662414;
}

/*______________________End Header Navigation_____________*/
	
/*------------------Sidebar--------------------------*/	
#sidebar {
	width: 250px;
	float: right;
	background-color:#FFE1E6;
	
}	
#sidebarTop {
	background: url(style/images/sidebarTop.jpg) top right no-repeat;
	height: 21px;
	}

#sidebarBottom {
	background: url(style/images/sidebarBottom.jpg) top right no-repeat;
	height: 21px;
	}
	
#sidebar a:link, #sidebar a:visited {
	color: #F84B4D;
	font-variant: normal;
	font-size: 1em;
	text-decoration: none;
}
#sidebar h2 a:link, #sidebar h2 a:visited {
	color: #F84B4D;
	font-variant: small-caps;
	font-size: 1em;
	text-decoration: none;
}
#sidebar a:hover {
	color: #662414;
}
.widgettitle {
	font-variant: small-caps;
	font-size: 130%;
	padding-bottom: 5px;
}
#sidebar ul {
	padding: 0 20px;
}

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

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

ul.twitter {
	margin-left: -20px;
}

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


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


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

#main-content1 {
	background: #FFE1E6;
	width: 700px;
	min-height: 400px;
	margin: 0 auto;
}
#topContent1 {
	background: url(style/images/topContent.jpg) center center no-repeat;
	height: 18px;
}

#bottomContent1 {
	background: url(style/images/bottomContent.jpg) center center no-repeat;
	height: 20px;
	
}

#middle {
	width: 700px;
	float: left;
	margin-left: 20px;
}

#main-content {
	background: #FFE1E6;
	width: 700px;
	min-height: 400px;
	
}

#topContent {
	background: url(style/images/topContent.jpg) center center no-repeat;
	height: 18px;
	
}

#bottomContent {
	background: url(style/images/bottomContent.jpg) center center no-repeat;
	height: 20px;
	
}

#post {
	padding: 10px 50px;
}

.post {
	margin-bottom: 20px;
	

}

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

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

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

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

#post h2 a:hover {
	color: #662414;
}
#post a:link, #post a:visited {
	text-decoration: none;
	color: #F84B4D;
}

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

#post a:hover {
	color: #662414;
}

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

#post p {
	line-height: 130%;
	padding-bottom: 8px;
	}
p.details {
	clear: both;
	color:#555555;
	font-size:0.95em;
	margin:0 auto;
	padding:20px;
	text-transform:lowercase;
	border-bottom: 1px solid #FFA1A1;
	width: 500px;
}	
#post-info {
	clear: both;
	color:#555555;
	font-size:0.95em;
	margin: 0 auto;
	padding:20px;
	text-transform:lowercase;
	border-top: 1px solid #FFA1A1;
	width: 500px;
}	

#post-info1 {
	clear: both;
	color:#555555;
	font-size:0.95em;
	margin: 0 auto;
	padding:20px;
	text-transform:lowercase;
	
}	

#post-breadcrumbs{
	min-height: 20px;
	border-bottom: #FFA1A1 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 #FFA1A1;
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--------------------------*/		
	
#wpcf7-f1-p13-o1 {
	width: 500px;
	margin: 0 auto;
}	
hr {
	width: 500px;
	color: #FFA1A1;
	margin: 5px auto;
}
/*------------------Footer--------------------------*/		

#footer {
	clear: both;
	background-color: #FFA1A1;
	background: url(style/images/FooterShadow.jpg) center bottom no-repeat;
	color: #672515;
	min-height: 220px;
	width: 1000px;
	position: relative;
	margin: 0 auto;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;	
}
#footer a:hover {
	color: #672515;
}
#footer-center {
	padding-top: 20px;
	width: 1000px;
	min-height: 100px;
	text-align: center;
	position: absolute; bottom: 5px; 
	
}
#lotus-links {
	width: 400px;
	position: absolute; bottom: 5px; left: 300px;
}
#lotus-links li {
	padding-top: 5px;
}
#footer-design {
	position: absolute; bottom: 5px; right: 5px; 
}

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

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

table {
	margin: 15px 0;
}
table#schedule {
	text-align: center;
	border: #FFA1A1 2px dashed;
}	

table#schedule tr, table#schedule td {
	padding: 3px;
	border: #FFA1A1 2px dashed;
	vertical-align:top;
	
}

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




/*------------------End Table-----------------------------*/
