/*
Theme Name: Original Ad Clerum Theme
Theme URI: http://www.refueled.net/free-wordpress-themes/
Description: "Ad Clerum" is a Latin phrase which means: "To the clergy." Perfect theme for churches or other non-profits.
Author: refueled
Author URI: http://refueled.net
version: 1.0
Tags: three-column, widget-ready, church, churches
*/



/* basics */

*{margin:0; padding:0;}

body {
	margin:30px;
	background-attachment: fixed;
	background-color: #3E5270;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}
	
h1 {
	font-size: 18pt;
	line-height: normal;
}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt; color: #3e5270;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:0;
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#3e5270;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	/* width:900px; */
	width:980px;
	margin: 0 auto;
	padding:0; /* url(images/bg_blue.jpg);*/
	color:#333;
	overflow: hidden;
	/* border: 10px solid #fff; */
	border: 10px solid #3e5270;
	background-color: #D6DAFE;
	}
	
/* header */

#header {
	background:#3e5270;
	overflow:hidden;
	width:100%;
	color: #fff; 
	}

#header h1{
	font:normal 36px georgia, times, verdana, serif;
	padding:20px 0 0 16px;
	margin:0;	
	letter-spacing:-1px;
	}
	
#header h1 a{color: #fff; text-decoration: none;}
#header h1 a:hover{color:#e2e2e2; text-decoration: none;}


#header h2{
	font:normal 14px georgia, verdana, Sans-Serif;
	font-style:italic;
	color:#fff;
	padding: 0 0 20px 18px;
	margin:0;	
	}

#headerimg{
	/* background:url(images/headerimg.jpg) no-repeat; */
	background:url(images/top_image.jpg) no-repeat;
	width:980px;
	/* height:128px; */
	height:200px;
}

/* main menu */


#menu {
	background:#3e5270;
	font:normal 11px arial, times, serif;
	width:100%; 
	overflow:hidden;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}


#menu ul {
	margin:0;
	padding:4px;
	text-align:center;
}

#menu ul li {
	list-style-type: none;
	display:inline;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:10px;
	margin: 0;
	color: #fff;
}

#menu ul li a:hover {
	background: #fff;
	color:#455A79;
	text-decoration:none;
}




/* content */


#content {
	float: left;
	width: 730px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 22px;
	}
	
#calendar-content {
	float: left;
	width: 760px; 
	overflow: hidden;
	margin:10px 0 0 22px;
	}


.pagetitle{
	font:bold 13px georgia, arial, sans-serif;
	margin:0 0 20px 0;
	padding: 5px 0;
	border-bottom: 1px solid #ececec;
	text-transform:uppercase;
	color:#3e5270
	}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	font:normal 13px arial, sans-serif;
	margin:0 0 5px 0;
	padding: 5px 0;
	border-bottom: 1px dotted #455A79;
	}
	
.post h2 a{
	color: #455A79;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}
	
.post h3{
	font:normal 11px arial, sans-serif;
	color:#3e5270;
	}

.post ul {margin:15px;}

.post ul li {list-style-type:square;}

.post ul ul li {list-style-type:circle;}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}
	



/* left sidebar */

#left {
	width: 179px;
	float:left;
	margin:0;
	padding:0;
	border-top:1px solid #fff;
	}

#left h2{
	color: #fff;
	background:#3e5270;
	font:bold 12px arial, verdana, times;;
	font-size: 8pt;
	list-style: none;
	padding: 6px 8px;
	margin:0;
}

#left h2 a{
	color: #fff;
}

#left h2 img{
	display:none;
}

#left p {margin:8px 0; padding:2px 4px 2px 8px; line-height:13pt;}

#left ul li a{display:block; padding:2px 4px 2px 8px; margin:0;}
#left ul li a:hover{background:#fff; text-decoration:none;}

#left img {padding: 0; margin: 0;}

#left ul {
	margin:0;
	padding:0;
	}

#left ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#left ul ul {
	margin:8px 0;
	padding: 0;
}

#left ul ul li {
	margin:0;
	padding:0;
	list-style-type: none;
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	margin:0;
	list-style-type:none;
	color: #898989;
}



/* right sidebar */

#right{
	/* width: 179px; */
	width: 220px;
	float:right;
	margin:0;
	padding: 0;
	border-top:1px solid #fff;
	}

#right h2{
	color: #fff;
	background:#3e5270;
	font:bold 12px arial, verdana, times;;
	font-size: 8pt;
	list-style: none;
	padding: 6px 8px;
	margin:0;
}

#right h2 a{
	color: #fff;
}

#right h2 img{
	display:none;
}

#right p {margin:8px 0; padding:2px 4px 2px 8px; line-height:13pt;}

#right img {padding: 0; margin: 0;}

#right ul li a{display:block; padding:2px 4px 2px 8px;}
#right ul li a:hover{background:#fff; text-decoration:none;}

#right ul {
	margin:0;
	padding:0;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#right ul ul {
	margin:8px 0;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	}

#right ul ul ul{
	margin:0;
	padding:0;
}

#right ul ul ul li{
	margin:0;
	padding:0;
	list-style-type:none;
}



/* comments */


.maincommentssection{
	width:482px;
	margin:20px auto 0;
	border:1px solid #e5e5e5;
	padding:8px;
	background:#f6f6f6;
}

.maincommentssection h3 {font-size: 10pt; color: #3e5270; padding:12px 0 0 0;}


#commentform{
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font:normal 12px georgia, arial, times, verdana;
	color: #3e5270;
	padding:12px 0;
	}
	
#comment{
	width:96%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:2px;
	border: 1px solid #ddd;
	}
	
#submit{
	background:#3a4b68;
	color:#fff;	
	padding:4px 6px;
	color:#fff;
	border:none;
	}
	
#submit:hover{
	background:#7e93ad;
	color:#fff;
	}

#comments{margin:10px 0 0 0; padding:0; font:normal 14px georgia, times;}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	margin:0;
	padding:12px;
	list-style-type:none;
	}

ol.commentlist li.alt {background:#fcfcfc;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}


cite {
	font:bold 11px arial, verdana, tahoma;
	padding:4px 0;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}

.children{
	border:1px solid #ddd;
	margin:0;
	padding: 0;
}

.reply{margin:0 0 20px 0; padding:0;}

.nocomments{background:#2d2d2d; color:#fff; padding:8px;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0 auto;
	padding:2px 4px;
	display:block;
	border: 1px solid #ddd;
	color:#455A79;
	}




/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
	clear: both;
	width: 100%;
	height: 150px;
	background-image: url(images/ib_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #A21A64;
	background-color: #FFFFFF;
	}
	
#footer p{
	margin: 0;
	text-align:center;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
}
#footer a{color: #006699; border-bottom:1px dotted #006699; text-decoration: none;}
#footer a:hover{color: #006699; text-decoration:underline; border-bottom:none;}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* .menu {width:899px; height:32px; position:relative; z-index:100;border-right:1px solid #000; font-family:arial, sans-serif;} */
/* .menu {width:979px; height:32px; position:relative; z-index:100; font-family:arial, sans-serif;} */
.menu {width:979px; height:32px; position:relative; z-index:100; font-family: "Times New Roman", Times, serif;}


/* hack to correct IE5.5 faulty box model */
* html .menu {width:980px; w\idth:979px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:120px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:120px;position:relative;}
/* style the links for the top level */
/*
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:138px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#069; padding-left:10px; line-height:29px; font-weight:bold;}
*/
.menu a, .menu a:visited {display:block;font-size:14px;text-decoration:none; color:#fff; width:138px; height:30px; background:#069; padding-left:10px; line-height:29px; font-weight:bold; border-bottom:dotted; border-bottom:#003366; border-bottom-width:1px;}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
/* .menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(images/grey-arrow.gif) no-repeat 130px center;} */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#AECEDD url(images/grey-arrow.gif) no-repeat 130px center;}

/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(images/blue-arrow.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(images/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background */
/* .menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;} */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#CEE2EB;}

/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:30px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:148px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
/* .menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;} */
.menu ul ul a, .menu ul ul a:visited {background:#AECEDD; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
/* .menu a:hover, .menu ul ul a:hover{color:#000; background:#b7d186;} */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#34A0FF;}

/* .menu :hover > a, .menu ul ul :hover > a {color:#000; background:#b7d186;} */
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#34A0FF;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}



#menuBox {
	width:900px;
	float:left;
}

#homeButton {width:60px; height:32px; position:relative; z-index:100; font-family:arial, sans-serif; float:left;}

#homeButton ul {padding:0;margin:0;list-style-type:none;}

#homeButton li {float:left;width:60px;position:relative;}
/* style the links for the top level */
#homeButton a, #homeButton a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:60px; height:30px; background:#09c; padding-left:10px; line-height:29px; font-weight:bold;}

#menuContainer {
	background-color: #069;
	float: left;
	width: 980px;
}

