/* @override http://stelmopres.org/wp-content/themes/mistylook-30/style.css */

/*  
Theme Name: SEPC-MystyLook
Theme URI: http://wpthemes.info
Description: A real clean template by <a href="http://wpthemes.info" title="Sadish">Sadish Bala</a> , influenced by <a href="http://reorganize.ca" target="_blank">ReOrganize</a>
Version: 3
Author: Sadish
Author URI: http://simpleinside.com
*/
* {
	padding: 0; 
	margin:0;
}

p {
	margin: 0.7em 0;
	line-height:1.6em;
}
.left {
	text-align: left;
	}
.center {
	text-align: center;
	}
.right {
	text-align: right;
	}
dl {
	margin:1em 0;
}
dt 
{
	font-weight:bold;
}
dd 
{
	margin:0.5em;
	padding:0;
}
img 
{
	border-top:#ddd 1px solid;
	border-right:#ddd 2px solid;
	border-bottom:#ddd 2px solid;
	border-left:#ddd 1px solid;
	padding:2px;
}
a img {
	border:0;
	text-decoration: none;
}
.clear {
	clear:both;
	height:20px;
}

blockquote
{
	color:#666;
	margin: 1em;
	padding: 0 0 10px 50px;
	background: url(img/blockquote.gif) no-repeat left top;	
}
fieldset 
{
	border:none;
}
body 
{
	background: #f9f8f9 url(img/feathers2-grey-brown.jpg) repeat;
	margin: 0; 
	font: 76%/1.6em verdana, tahoma, arial,  sans-serif; 
	color: #333; 
	text-align: center;
}
a 
{
    text-decoration:none;
}
a>img {
	border-bottom: none;
	padding: 5px auto;
	}
a>img:hover {
	border-bottom: none;
	}
a:link, a:visited {
	color: #003333;	
}
a:hover, a:active {
	text-decoration: underline; /* border-bottom:#963 1px solid; */
}


h1, h2, h3, h4, h5, h6 
{
	font-family:Georgia, Verdana, Arial, Serif;
}

#container {
	border: #ddd 1px solid; 
	background: #fff url(img/feathers2-white.jpg) repeat; 
	margin: 0 auto; 
	width: 757px; 	
	position: relative; 
	text-align: left;
}
#subcontainer {
	display: block;
	float: none;
	background: transparent;
	width: 757px;
	border: none;
	position: relative;
	margin: 3px 0px 0px 0px;
	}
#navigation {
	background: transparent; 
	margin: 20px auto 0; 
	overflow: hidden; 
	width: 760px; 
	position: relative; 
	text-align: left;
	font-family:Tahoma, Verdana, Arial, Serif;
}
 html #navigation {
	height: 1%;
}
#navigation ul li {
	float: left; 
	margin: 0 5px 0 0; 
	list-style-type: none;
}
#navigation ul li a {
	border: #ddd 1px solid; 
	border-bottom:none;
	padding: 0 10px 2px 10px; 
	display: block; 
	background: #ededed; 
	text-decoration: none;
}
#navigation ul li a:hover, #navigation ul li a:active, #navigation ul li.current_page_item a {
	background: #fff;
	color: #333;	
	border: #ccc 1px solid; 
	border-bottom:none;
}
#navigation ul li.search {
	font-size: 0.9em; 
	right: 0; 
	position: absolute; 
	top: 0;
}
#navigation ul li.search input#s {
	border: #999 1px solid; 
	font-size: 0.9em; 	
	width: 100px; 
	padding: 2px; 	
	background:#fff;
}
#navigation ul li.search input#searchsubmit {
	border: #999 1px solid; 
	font-size: 0.9em; 
	background: #e6e6e6; 
	margin: 0 0 0 2px; 
	color: #003333; 
	padding: 2px; 		
}
#header {
	/*clear: both; 
	float: left;  */
	background: #003333;
	border-bottom: 2px solid #996666;
	margin: 0px auto; 
	width: 757px; /*450px; */
	text-align: left;
}
#header2 {
	width: 780px;
	}
#header h1, 
#header h1 a {
	color: #ffffff;
	font-family: "times new roman", georgia, serif;
	margin: 5px 0 0 5px; 	
	font-weight: 100;
}

#header h2{
	color: #efefef;
	margin:5px 0 0 10px;
	font-size:1em;
	font-weight:normal;
	font-family:Tahoma, Verdana, Arial, Serif;
	letter-spacing:1px;	
}
#feedarea {
	padding:10px 10px 0 0; 
	float: right; 	
	text-align: right;
}
html #feedarea {
	padding-top: 10px;
}
#feedarea dl dt {
	display: inline; 
	margin-right: 5px; 
	height: 45px;
}
#feedarea dl dd {
	display: inline; 
	margin-right: 5px; 
	height: 45px;
	background:url(img/feed.png) no-repeat left center;
	padding-left:16px;
}

#header-menu {
	position: relative;
	left: 582px;
	/* float: left;*/
	margin: 0px 0px 0px 0px;
	height: 200px;
	max-width: 175px;
	overflow: hidden;
	background: #fff url(img/wood4.jpg) repeat 0 0;
	}
#header-menu ul {
	display: block;
	}
#header-menu ul li{
	font-family: garamond, georgia, "times new roman", serif;
	font-size: 20px;
	color: #dddddd;
	display: block;
	width: 175px;
	height: 25px;
	background: transparent;
	}
#header-menu ul li a:link,
#header-menu ul li a:visited {
	color: #003333;
	display: block;
	width: 175px;
	height: 100%;
	padding: 2px 0px 0px 15px;
	}
#header-menu ul li a:hover,
#header-menu ul li a:active {
	color: #dddddd;
	background: transparent url(img/translucent.png) repeat 0 0;
	}
/* #header-menu ul li:hover{
	background: transparent url(img/translucent.png) repeat 0 0;
	color: #003333;
	}
*/
#headerimage {
	position: absolute;
	left: 0px;
	/* float: right;*/
	background: #fff; /* url(pic/rotate.php) no-repeat 0 0; */
	margin: 0px 0px 0px 0px; 
	color: #fff; 
	height: 200px;
	width: 585px; /* 585 */
	/* overflow: hidden; */
}
 html #headerimage {
	margin-top: 0px;
	clear: none;
}
#headerimage img{
	margin: 0;
	padding: 0;
	border: none;
	}
#content {
	margin: 3px 0px; 	
}

 html #content {
	height: 1%;
}
#content h3 {
	font-size: 1.4em; 
	font-weight:normal;
	margin: 1em 0 0;
	color: #003333;	
}
#content h4 {
	font-size: 1.1em; 
	margin: 1em 0 0 0;
}
#content h5 {
	font-size: 1em; 
	margin: 1em 0;
}
#content-main ul 
{
    margin:1em;
    padding:0 1em;
    /*list-style-image:url(img/bullet.png);*/
}
#content-main ul.asides 
{
	margin:0;
	padding:2em;
	border-bottom:#ddd 1px dashed;
}
#content ol 
{
    list-style-type:decimal;
    margin:1em;
    padding:0 1em;
}
#content-home {
	text-align: center;
	display: block;
	clear: both;
	width: 760px; 
}

#content-home h2,
#content-home h3 {
	color: #880000;
	}
#content-home h2 {
	font-size: 18px;
	}
#content-home h3 {
	font-size: 14px;
	}
#content-main {
	display: block;
	clear: both;
	float: left; 
	width: 540px; 
	margin: 0px 20px;
}

#content-main-home {
	display: block;
	clear: none;
	float: left;
	width: 500px;
	margin: 0px 20px;
}
 html #section-index #content-main {
	margin-right: 20px;
}
#content .post 
{
	padding:0 0 2em 0;
	border-bottom:#ddd 1px dashed;
}
#content p img.right {
	float: right;
	margin:10px 0 0 10px;
	background:url(img/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border:none;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
}
#content p img.left {
	float: left; 
	margin:0 10px 10px 0;
	background:url(img/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border:none;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;
}
#content .post h2 
{
	font-size: 1.4em; 
	margin: 1em 0 0;	
	letter-spacing:1px;
	font-weight:normal;	
}
#content .post .frontbox h2 {
	font-size: 1.4em;
	margin: 0;		
	letter-spacing:1px;
	font-weight:normal;	
}
#content .entry 
{
    /*margin:1em 0; */
    padding-right:1em;
}
#content #wide 
{
	width: 760px;
}
#content .entry a:link, #content .entry a:visited
{
    border-bottom:#963 1px dashed;    
}
#content .entry a:hover, #content .entry a:active
{
    border-bottom:#963 1px solid;    
}
#content .post-info , #content .postmetadata
{
	font-size:0.9em;
	color:#999;
	margin:0;
	padding:0;	
}
div#home-left-bar {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 172px;	
}
#frontbar {
	clear: both; 
	width: 158px;
	font-size:0.9em;
}
#frontbar
{
	list-style:none;
	margin:0;
	padding:0;
}
#frontbar ul
{
	list-style:none;
	margin:0.5em 0 0 1em;
	padding:0;
}
div.frontbox {
	width: 158px; /*200*/
	padding:8px;
	background: url(img/wood6.jpg) #ccbbaa repeat left top; /* sideheadtop.gif ededed */
	margin-bottom: 10px; 	
}
html div.frontbox {
	padding-bottom: 10px;
}
div.frontbox h2 {
	font-weight: normal; 
	font-size: 1.6em;
	text-align: left;
	color: #242;	
}


#sidebar {
	float: right; 
	width: 175px; /*200*/
	font-size:0.9em;
}
#sidebar ul
{
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar ul ul
{
	list-style:none;
	margin:0.5em 0 0 1em;
	padding:0;
}
li.sidebox {
	padding:5px;
	background: url(img/wood6.jpg) #ccbbaa repeat left top; /* sideheadtop.gif ededed */
	margin-bottom: 3px; 	
}
html li.sidebox {
	padding-bottom: 3px;
}
li.sidebox h2 {
	font-weight: normal; 
	font-size: 1.6em; 
	text-align: left;
	color: #242;	
}
#sidebar li.sidebox p img {
	float: left; 
	margin: 0 10px 10px 0;
}

#footer {
	clear: both; 	
	background: #003333 /* transparent */; 
	margin: 0 0;
	padding: 0px 10px;
	width: 737px; 	
	color: #cccccc;
	text-align: left;
	border-top: 2px solid #996666;
}
 html #footer {
	height: 1%;
}
#footer a:link,
#footer a:visited {
	color: #aaa;
	}
#footer a:hover,
#footer a:active {
	color: #fff;
	}
#footer p {
	float: none;
	clear: both;
	text-align: center;
	font-family: garamond, georgia, serif;
	font-size: 1.2em;
}
#credits {
	font-size: 0.8em;
	color:#aaaaaa;
}
#footer .left {
	float: left; 
	position: relative;
	text-align: left;
}
#footer .right {
	float: right; 
	position: relative;
	text-align: right;
	color:#999;
}
#post-footer {
	clear: both; 	
	background: transparent; 
	position: relative; 
	margin: 0 auto;
	padding: 0px 10px;
	width: 760px; 	
	color: #222;
	text-align: left;
	border: none;

}
 html #post-footer {
	height: 1%;
}
#post-footer a:link,
#post-footer a:visited {
	color: #222;
	}
#post-footer a:hover,
#post-footer a:active {
	color: #000;
	}
#post-footer p {
	float: none;
	clear: both;
	text-align: center;
	font-family: garamond, georgia, serif;
	font-size: 1em;
}
#credits {
	font-size: 0.8em;
	color:#222;
}
#post-footer .left {
	float: left; 
	width: 50%;
	position: relative;
	text-align: left;
}
#post-footer .right {
	float: right; 
	width: 50%;
	position: relative;
	text-align: right;
	color:#222;
}
#comments, #respond{
	margin: 2em 0 0 5px;
}
#commentform 
{
	margin:10px 0;	
	padding:10px;
	background:#f9fcfc;
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
}
.commentnum 
{
	font-size:1.5em;
}
#container .commentlist {
	margin: 0;
	padding: 0;	
}
.commentlist li 
{
	list-style:none;
	margin: 1em 0;
	padding: 0.5em;	
	background:#f9fcfc;
	border-top: #eee 1px solid;
	border-bottom: #eee 1px solid;
}
.commentlist li.alt 
{
    background:#f9fcf9;
}
.commentlist li .cmtinfo 
{
	font-size:1em;		
}
.commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
}
.commentlist li .cmtinfo em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}
textarea, input.textbox {
	padding:5px;
	border: 1px solid #ccc;		
	padding:3px;
	font:1em Verdana, Arial, Serif;
	background:#f9f8f4;
}
textarea 
{
	height:20em;
	width:80%;	
}
textarea:focus, input.textbox:focus 
{
	border: 1px solid #999;	
	background:#fff;
}
.post h4 
{
	font-size:1em;
	font-weight:normal;
	font-family:Verdana, Tahoma, Arial, Serif;
}
.post h4 em
{
	font-style:normal;
	float:right;
	font-weight:normal;
}
#header, #content, #sidebar, #footer, .widget {
    overflow: hidden;
}



/* ### TABLES CSS ### */
table.sermons {
	width: 760px;
	font-family: arial, sans-serif;
	font-size: 12px;
	border-collapse: collapse;
	}
table.sermons tr#heading th {
	border-bottom: 2px solid #333333;
	}
.entry table.sermons tr#sermon td {
	border-bottom: 1px dotted #666666;
	padding: 10px 2px;
	}
.entry table.sermons th#date {
	width: 10%;
	}
.entry table.sermons th#sermon {
	width: 40%;
	}
.entry table.sermons th#speaker {
	width: 20%;
	}
.entry table.sermons th#text {
	width: 20%;
	}
.entry table.sermons th#listen {
	width: 10%;
	}
/* ### END: TABLES CSS */



/* ### LOGIN CSS ### */
#instructions {
	float: left;
	clear: none;
	width: 220px;
	background: #780d09;
	text-align: justify;
	margin: 15px 20px 15px 0px;
	color: #fff;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 14px;
	}

#instructions p {
	margin: 10px;
	}


#login {
	text-align: center;
	background: #fff;
	border: 1px solid #a2a2a2;
	margin: 15px 240px;
	/* padding: 1.5em; */
	width: 300px;
}

#login #login_error {
	background: #c00;
	border: 1px solid #a40000;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: .5em;
	text-align: center;
}

#login h1 a {
	display: block;
	text-indent: -1000px;
	height: 66px;
	border-bottom: none;
}
#login #loginright {
	text-align: right;
	}
#login input {
	padding: 5px;
}

#login ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#login ul li {
	display: inline;
	margin-left: 1.4em;
	text-align: center;
}

#login #log, #pwd {
	font-size: 1.7em;
	width: 70%;
}

#login #submit {
	font-size: 1.7em;
}

/* ### FORM MAILER CSS ### */
/* Start of CSS for Dagon Design Form Mailer */

.mailwrapper {
	text-align: left;
	background: #feffdd /*ddeeff*/;
	border: 1px solid #e0e0e0
}
.maildiv {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 100%; /* 365px; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;

}
.maildiv form {
	text-align: left;
}
.maildiv label {
	/* used for right side captions */
	vertical-align: top;
	padding: 0 0 0 3px;
}
.maildiv .sidelbl {
	/* used for left side labels */
	width: 95px;
	text-align: right;
	padding: 0 10px 0 0;
	vertical-align: top;
	position: relative;
	display: block; 
	float: left; 
	clear: left;
}
.maildiv a {
	color: #005ABE;
}
.maildiv h2 {
	color: #005ABE;
	font-size: 120%;
}
.maildiv input {
	margin-bottom: 10px;

}
.maildiv select {
	margin-bottom: 10px;

}
.maildiv textarea {
	height: 200px;
	width: 350px;
	margin-bottom: 10px;

}
.maildiv .ver_img {
	padding: 0;
	margin: 0 0 10px 10px;
	vertical-align:bottom;  
	border: 1px solid #005ABE; 
}
.maildiv fieldset {
	padding: 15px 5px 5px 5px;
	margin-bottom: 10px;
}
.maildiv .legendspacing {
	height: 10px;
}
.maildiv .fmcredits {
	float: right;
	font-size: 80%;
}
.maildiv .fmsubmit {
	float: none;
	margin: 0 0 0 110px;
}
.maildiv .fmrequired {
	color: #005ABE;
	font-size: 90%; 
	float: none;
	margin-top: 3px;
	margin-left: 5px;
}
.maildiv .fmspacer {
	height: 10px;
}
.maildiv .fminfofull {
	padding: 0 10px 0 10px;
	color: #005ABE;
	margin-bottom: 15px;
}
.maildiv .fminfohalf {
	padding: 0 10px 0 10px;
	color: #005ABE;
	margin-left: 110px;
	margin-bottom: 15px;
}
.maildiv .fmerrorbox {
	margin: 10px;
	padding: 10px;
	text-align: left;
	background: #ffffe6;
	border: 1px solid #ffffb3;
}
.maildiv li {
	margin: 0 0 4px 0;
}
.maildiv .fmerrortitle {
	color: #FF0000;
	font-size: 120%;
}

/* End of CSS for Dagon Design Form Mailer */