/*
Theme Name: Ad Clerum
Theme URI: http://refueled.net/wordpress-themes/
Description: "Ad Clerum" is a Latin phrase which means: "To the clergy." Perfect theme for churches or other non-profits.
Version: 2.0.1
Author: Nate from Refueled Dot Net
Author URI: http://www.refueled.net
*/


/* Basics */

*{margin:0; padding:0;}

body {
	background: #E0E0D8 url(images/back.gif);
	color: #000;
	font-size: 13px;
	font-family: Myriad Web Pro, Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px 0px 0px 0px;
	}


img{ border: none; padding: 6px; margin: 0;}
img a{border:none;}

img.centered, .aligncenter, div.aligncenter {
	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;
	}

/*  THIS DOES NOT WORK WITH IMAGE TAGS IN TEXT EDITOR

img.left{ float: left; border: none; padding: 8px; margin: 0;}
img.right{ float: right; border: none; padding: 8px; margin: 0;}

img.alignleft{ float: left; border: none; padding: 8px; margin: 0;}
img.alignright{ float: right; border: none; padding: 8px; margin: 0;}

*/

ul{margin:5px 0 5px 20px;}
ol{margin:5px 0 5px 20px;}

blockquote{
	background-color: #F3F3F3;
	margin: 0px;
	margin-left: 15px;
	margin-bottom: 12px;
	padding: 7px;
	width: 420px;
	font-style: italic;
	color: #666666;
	border: 1px solid #cccccc;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;
	}


/* Links and Headings */


a{
	color: #3333FF;
	text-decoration:underline;
	border: none;
	}

a:visited{
	color: #444;
	text-decoration: underline;
	border: none; 
	}
	
a:hover{
	color: #000;
	border: none;
	text-decoration: underline;
	}

h1 {
	color: #455A79;
	font-size: 22px;
	font-family: Myriad Web Pro, Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	margin: 0px;
	}
	
h1 a  {
	color: #455A79;
	text-decoration: underline;
	}

h1 a:hover {
	color: #000000;
	text-decoration: none;
	}

h2 {
	font-family: Myriad Web Pro, Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 16px; 
	color: #455A79; 
	margin: 0px;
	line-height: 120%;
	padding-top: 10px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #455A79;
	}
h2 a  {
	color: #455A79;
	text-decoration: none;
	}

h2 a:hover {
	color: #000000;
	text-decoration: none;
	}


h3 {
	font-family: Myriad Web Pro, Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 14px; 
	color: #455A79; 
	margin: 0px;
	line-height: 120%;
	font-variant: small-caps;
	padding-top: 10px;
	padding-bottom: 4px;
	margin-bottom: 7px;
	border-bottom: 1px dotted #455A79;
	}
	
h3 a  {
	color: #455A79;
	text-decoration: none;
	}

h3 a:hover {
	color: #000000;
	text-decoration: none;
	}


/* ORIGINAL SETTINGS
h1 {font-size: 20pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 12pt; margin-top:10px;}
h4 {font-size: 10pt;}
*/



/*  Container  */


#container {
	width: 1024px; 
	text-align: left; 
	margin: 20px auto; 
	background:#fff url(images/bg.jpg); 
	color:#333;
	border: 10px solid #fff;
	}
	
	
/*  HEADER  */

#header {
	width: 100%;
	height: 116px;
	padding: 5px 0px 0px 0px;
	background: #455A79;
	}

	
#header h2 {
	color: #ffffff;
	font-family: georgia, verdana, serif;
	font-size: 40pt;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
	letter-spacing: 2px;
	}

#header h2 a {
	color: #fff;
	text-decoration: none;
	}

#header h2 a:hover {
	color: #fff;
	text-decoration: underline;
	}

#header h3 {
	color: #F0F0F0;
	font-size: 14pt;
	font-family: georgia, verdana, Sans-Serif;
	font-variant: normal;
	font-weight: normal;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 13px;
	}
	


/* Tres Pictures  */

#pics {
	width: 1024px;
	height: 128px;
	border-top: 1px solid #fff;
	}	

#left-pic {
	background-image: url(images/bible.jpg);
	border-bottom: 1px solid #fff;
	float: left;
	width: 190px;
	height: 128px;

}	

#middle-pic {
	margin: 0px;
	background-image: url(images/worship.jpg);
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 612px;
	height: 128px;
	float: left;

}



#right-pic {
	background-image: url(images/houston.jpg);
	border-bottom: 1px solid #fff;
	width: 220px;
	height: 128px;
	float: right;
}

/* Menu  */

#nav { 
	background: #455A79; 
	text-align: center;
	width: 100%;
	height:23px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 0;
	}
	
#nav ul{margin: 3px 0 0 0;}
		
#nav li { 
	display: inline;
	position: relative;
	}
		
#nav a { 
	color: #FFF;
	text-decoration: none; 
	padding: 5px 12px 5px 12px;
	} 
		
#nav a:hover {background: #fff; color:#121212; }

#nav li ul{ 
	position: absolute; 
	left: -999em;
	margin-top: 18px;
	border-bottom: 1px solid #455A79;
	border-left: 1px solid #455A79;
	border-right: 1px solid #455A79;
	} 
	
#nav li li, #nav li li a {display: block; text-align: left; background: #455A79;}
		
#nav li li a { width:150px; padding: 4px;}
#nav li li a:hover { width:150px; background: #fff;}

#nav li:hover ul { top: 0; left: 0 }




/*  Main Content  */


#content { 
	width: 590px;
	padding: 8px 10px 0 10px;
	text-align: justify;
	float: left;
	overflow: hidden;
	}

#content b{
	color: #777;
	line-height: 14pt;
	}


#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 6px 10px 6px;
	margin-top: 5px;
	}

/*	DELETED IMAGE SETTINGS
#content p img{
	border: none;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	}

*/

#content big {
	font-size: 150%;
	}

#content double {
	font-size: 200%;
	}
	
#content h1 {
	color: #455A79;
	font-size: 22px;
	font-family: Myriad Web Pro, Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	margin: 0px;
	}
	
#content h1 a  {
	color: #455A79;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #000000;
	text-decoration: none;
	}

#content h2 {
	font-family: Myriad Web Pro, Verdana, Helvetica, Arial, Sans-Serif;
	font-size: large; 
	color: #455A79; 
	margin: 0px;
	line-height: 120%;
	padding-top: 10px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #455A79;
	}
#content h2 a  {
	color: #455A79;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #000000;
	text-decoration: underline;
	}


#content h3 {
	font-family: Myriad Web Pro, Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 16px; 
	color: #455A79; 
	margin: 0px;
	line-height: 120%;
	font-variant: small-caps;
	padding-top: 10px;
	padding-bottom: 4px;
	margin-bottom: 7px;
	border-bottom: 1px dotted #455A79;
	}
	
#content h3 a  {
	color: #455A79;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #000000;
	text-decoration: underline;
	}

#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 10px 30px;
	}

#content ol li {
	margin: 0px 0px 10px 10px;
	line-height: 18px;
	padding: 0px 0px 10px 6px;
	}
	
#content ul {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}


#content li {
	margin: 0px 0px 10px 10px;
	line-height: 18px;
    padding: 0px 0px 10px 0px;
	}


#content ul li {
	margin: 0px 0px 0px 10px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	}

	
/* DELETED
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
*/

	
/*	DELETED
#content ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}
	
#content ul li a {
	color: #797979;
	text-decoration: none;
	}

#content ul li a:hover {
	color: #000000;
	text-decoration: underline;
	}
*/


blockquote{
	background-color: #F3F3F3;
	margin: 0px;
	margin-left: 15px;
	margin-bottom: 12px;
	padding: 7px;
	width: 420px;
	font-style: italic;
	color: #666666;
	border: 1px solid #cccccc;
	}
	

.postspace {
	background: #fff;
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	background: #fff;
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}
.postspace3 {
	background: #fff;
	width: 440px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	}

	
/* ORIGINAL SETTINGS
#content h2 {
	font-family: georgia, verdana, times;
	font-size: 12pt;
	font-weight: 300;
	margin: 8px 0 6px 0;
	}
*/	
	
#content ul li {
	list-style-type: square;
	}


.entry {
	margin: 16px 0 8px 0 ;
	}
	
.entry p {
	margin: 16px 0 8px 0;
	}

/*	
.entry a {
	color: #7E7E7E;
	text-decoration: underline;
	}
	
.entry a:hover {
	color: #7E7E7E;
	text-decoration: none;
	}
*/


.postmetadata{
	clear: both;
	background:#F3F3F3;
	padding:6px;
	margin: 16px 0 32px 0;
	border-top:1px solid #D8D8D8;
	border-bottom:1px dotted #D8D8D8;
	}
	




/* Left Sidebar */

#left {
	color: #000000;
	width: 190px;
	float:left;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0;


	overflow: hidden;
	}

#left h2 {
	color: #fff;
	background: #455A79;
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 8pt;
	padding: 3px 6px;
	margin: 0px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #fff;
	}

#left p {margin:0 6px 0 12px; padding: 0;}

#left a {display: block; color: #000000; text-decoration: none; margin: 0; padding: 0; line-height: 14pt;}





#left a:hover {
	color: #6600FF;

	text-decoration: underline;
}


#left ul{
	list-style-type:none;
	margin:0 0 12px 0;
	padding:0;
}

#left ul li{

	list-style-type:none;
	margin:0 0 6px 12px;

	padding:0;
}

#left ul ul{
	margin:0;
	padding:0;
}

#left ul ul li{
	list-style-type:square;
	list-style-position: inside;
	margin:0 0 0px 12px;
	padding:0;
	color: #455A79;
}



#left ul li.recentcomments {
	text-indent:-5px;
	font-size:8pt;  
	padding: 0px 0px 9px 0px;
	margin-left:10px;
  }
  
#left ul li.recentcomments a{
  line-height: 12pt;
  }
	
	
	
/* Right Sidebar */

#right {
	width: 220px;
	float:right;
	margin: 0 0 0 0; /* top, right, bottom, left */
	padding: 0; /* top, right, bottom, left */
	overflow: hidden;
	
	}

#right h2 {
	color: #fff;
	background: #455A79;
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 8pt;
	padding: 3px 6px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #fff;
	}

#right p {padding:0; margin: 0 6px 0 12px;}

/*
#right a {display: block; color: #747474; text-decoration: none; padding: 0 6px 0 12px; margin: 0; line-height: 14pt;}
#right a:hover {color: #333; text-decoration: underline;}
*/
#right a {display: block; color: #000000; text-decoration: none; margin: 0; padding: 0 6px 0 12px; line-height: 14pt;}


#right a:hover {
	color: #6600FF;
	text-decoration: underline;
}

#right ul {
	margin:0 0 12px 0;
	padding:0;
	list-style:none;}

#right ul li {
	margin: 0;
	list-style-type: none;
	padding: 0px 0px 6px 0px;
	}

#right ul li.recentcomments {
	text-indent:-5px;
	font-size:8pt;  
	padding: 0px 0px 9px 0px;
	margin-left:10px;
	}

#right ul li.recentcomments a:link {
	text-decoration: underline;
	text-underline-style: dotted;}
}


#right ul ul {}

#right ul ul li {}



/* RSS Widget */

.rsswidget img {
	display: none;
	}

#left h2 a.rsswidget{
	color: #fff;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#left h2 a.rsswidget a:hover{
	color: #fff;
	text-decoration: none;
	
}

#right h2 a.rsswidget{
	color: #fff;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#right h2 a.rsswidget a:hover{
	color: #fff;
	text-decoration: none;
	
}


/* Calendar Widget */

#wp-calendar {
	font-size:14px;
	margin: 0px auto;
	text-align: center;
	}
	
#wp-calendar a{ 
	color: #3333FF;
	text-decoration:underline;
	margin: 0;
	padding: 0;
	}
	
/* text Widget */


.textwidget {margin:0 12px 0 12px; padding: 0;}



/* Comment Form */

#commentform{
	margin:170px;
	padding:10px;}
	
#commentbox{
	width:75%;
	min-width:500px;
	margin:5px 5px 0 0;}

#author, #email, #url{margin:5px 5px 0 0;}

#submit{margin:5px 5px 0 0;}

/* Comments */

#comments{
	margin:10px;
	padding:10px;}
	
ol.commentlist {}

ol.commentlist li {
	background: #ececec;
	margin:10px 0;
	padding:5px 0 5px 10px;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;}

ol.commentlist li.alt {background: #fff;}

ol.commentlist a {}

cite {}

small.commentmetadata {}

/* Search */

#searchform {margin:8px 0 -10px 12px; padding: 0;}
	
#searchform input {
	background-color:#fff;
	font-family: arial, verdana, sans-serif;
	font-size: 10pt;	
	border:1px solid #BCBCBC;
	color: #6A6A6A;
	margin: 4px 0 0 0;
	padding: 2px 2px 2px 4px;
	}
	

/* Footer */

#footer {
	background: #455A79;
	clear: both;
	width: 100%;
	margin-top:15px;
	border-top:solid 1px #fff;
	color: #fff;
	}
	
#footer p{padding:5px; text-align: center;}

#footer a {
	color: #eee;
	
	}





/* Footer */

#footer {
	background: #455A79;
	clear: both;
	width: 100%;
	margin-top:15px;
	border-top:solid 1px #fff;
	color: #fff;
	}
	
#footer p{padding:5px; text-align: center;}

#footer a {
	color: #eee;
	
	}


