/*  
Theme Name: Ad Clerum
Theme URI: http://www.refueled.net/wordpress-themes/
Description: "Ad Clerum" is a Latin phrase which means: "To the clergy." Perfect theme for churches or other non-profits.  Free support is offered through our <a href="http://www.refueled.net/forum/" title="Forums">Forums</a>.  
Version: 1.0
Author: Refueled
Author URI: http://www.refueled.net

This theme was designed and coded by Nate of Refueled Dot Net. Released under GPL.
http://www.opensource.org/licenses/gpl-license.php
*/

body {
	color: #000;
	font-size: 80%;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0 0 0 0;
	background-color: #CCCCCC;
	line-height: 150%;
	}
	
a, a:visited{
	color: #6600cc;
	text-decoration: none;
	border: none;
	}
	
a:hover{
	color: #660066;
	border: none;
	text-decoration: underline;
	}
	
img {
	border: none;
	}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
}

#container {
	width: 900px;
	text-align: left;
	margin: 20px auto;
	border: 10px solid #fff;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	}
	
#header {
	height: 90px;
	padding: 15px 0 0 0;
	background-color: #6633CC;
	background-image: url(images/header.jpg);
	}
	
#header h2 {
	color: #ffffff;
	font-family: goudy old style, "Times", verdana, serif;
	font-size: 240%;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 13px;
	letter-spacing: 2px;
	font-variant: small-caps;
	}

#header h2 a {
	color: #fff;
	text-decoration: none;
	}

#header h2 a:hover {
	color: #fff;
	text-decoration: underline;
	}

#header h3 {
	color: #F0F0F0;
	font-size: 110%;
	font-family: georgia, verdana, Sans-Serif;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	margin-left: 15px;
	}
	
#middlepic {
	position: absolute;
	height: 128px;
	width: 540px;
	margin: 0;
	background-image: url(images/adam.jpg);
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

#lpic {
	width: 175px;
	border-bottom: 1px solid #fff;
}

#rpic {
	width: 175px;
	border-bottom: 1px solid #fff;
}
	
#menu {
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 75%;
	background-color: #FF3333;
	margin-top: 1px;
	width:900px;
	line-height: 100%;
}


#menu ul {
	margin: 0;
	padding: 5px;
	list-style: none;
	text-align: left;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 2px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #fff;
	color:#000000;
}

#menu2 {
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 75%;
	background-color: #3366FF;
	margin-top: 1px;
	width:900px;
	line-height: 100%;
	border-bottom: 1px solid #fff;
}

#menu2 ul {
	margin: 0;
	padding: 5px;
	list-style: none;
	text-align: left;
}

#menu2 li {
	display: inline;
}

#menu2 a {
	padding: 5px 2px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu2 a:hover {
	background-color: #fff;
	color:#000000;
}


#content {
	margin-top: 0;
	margin-bottom: 20px;
	margin-right: 20px;
	padding: 0 0 15px 0;
	float: left;
	margin-left: 20px;
	width: 500px;
	}
	


#content h1 {
	color: #6633cc;
	font-size: 22px;
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	margin: 0;
	}
	
#content h1 a  {
	color: #6633cc;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #000000;
	text-decoration: none;
	}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	color: #6633cc;
	line-height: 120%;
	padding-top: 5px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #6633cc;
	margin: 0;
	}
#content h2 a  {
	color: #6633cc;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #000000;
	text-decoration: none;
	}


#content h3 {
	font-size: 120%;
	color: #6633cc;
	margin: 0;
	line-height: 120%;
	padding-top: 5px;
	margin-top: 5px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #6633cc;
	}
	
#content h3 a  {
	color: #6633cc;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #000000;
	text-decoration: none;
	}

#content h4 {
	font-size: 100%;
	margin: 0;
	margin-top: 10px;
	line-height: 120%;
	padding: 0;
	}
	
#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0;
	padding: 0 0 10px 30px;
	}
#content ul {
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#content li {
	margin: 0;
	padding: 0;
	}
	
#content ul li {
	list-style: square inside;
	margin: 0 0 0 10px;
	padding: 5px 0 0 0;
	}
	
#content ul li a {
	color: #797979;
	text-decoration: none;
	}
	
#content table {
	border: none;
	}
#content table p {
	margin-bottom: 10px;
	padding-bottom: 0px;
	margin-top: 0px;
	line-height: 120%;
}
#content td {
}

#content ul li a:hover {
	color: #000000;
	text-decoration: underline;
	}
#container .date {
	color: #999999;
	padding: 0;
	margin: 0;
}
	
#arch {
	color: #000;
	}
	
#arch ul {
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#arch li {
	margin: 0;
	padding: 0;
	}
	
#arch ul li {
	list-style: square inside;
	margin: 0 0 0 10px;
	padding: 5px 0 0 0;
	}
	
#arch ul li a {
	color: #797979;
	text-decoration: none;
	}

#arch ul li a:hover {
	color: #000;
	text-decoration: underline;
	}
	
blockquote{
	background-color: #F3F3F3;
	margin: 0;
	margin-left: 15px;
	margin-bottom: 12px;
	padding: 7px;
	width: 420px;
	font-style: italic;
	color: #666666;
	border: 1px solid #cccccc;
	}
	
.postspace20 {
	background: #fff;
	width: 440px;
	height: 20px;
	margin: 0;
	padding: 0;
	clear: both;
	}
	
.postspace15 {
	background: #fff;
	width: 440px;
	height: 15px;
	margin: 0;
	padding: 0;
	clear: both;
	}
	
.postspace10 {
	background: #fff;
	height: 10px;
	margin: 0;
	padding: 0;
	clear: both;
	}
			
.postspace {
	background: #fff;
	width: 440px;
	height: 15px;
	margin: 0;
	padding: 0;
	}
.postspace2 {
	background: #fff;
	width: 440px;
	height: 0;
	margin: 0;
	padding: 0;
	}
.postspace3 {
	background: #fff;
	width: 440px;
	height: 10px;
	margin: 0;
	padding: 0;
	}

#left {
	color: #000000;
	width: 175px;
	float: left;
	margin-top: 0;
	margin-bottom: 20px;	 
	}

#left p {
	margin: 0;
	line-height: 140%;
	padding: 0;
	margin-bottom: 10px;
	font-size: 90%;
	}

#left h2 {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	padding: 6px 12px 6px 6px;
	margin: 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #fff;
	background-color: #FF3333;
	line-height: 150%;
}

#left ul {
	margin: 0;
    list-style: none;
	padding: 0 0 10px 0;
	}
	
#left li {
	margin: 0;
	list-style: none;
	line-height: 140%;
	font-size: 90%;
	}
	
#left li a {
	margin: 0;
	display: block;
	color: #6600cc;
	text-decoration: none;
	padding: 5px 5px 5px 10px;
}

#left li a:hover {
	color: #000000;
	background: #fff;
	}
	
#left h2.widgettitle {
	color: #fff;
	background: #6633cc;
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 8pt;
	list-style: none;
	padding: 6px;
	margin: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	}
	
#left h2 a {
	color: #fff;
	}

#left2 p{
	margin: 0;
	line-height: 140%;
	padding: 0 6px 7px 12px;
	margin-bottom: 3px;
	border-bottom: 1px dotted #6633cc;
	font-size: 90%;
	}
	
#left2 h2 {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	list-style: none;
	padding: 6px 12px 6px 6px;
	margin: 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #fff;
	background-color: #FF3333;
	}

#left2 {
	color: #000000;
	width: 175px;
	float: left;
	margin-top: 0;
	margin-bottom: 20px;	 
	}

#left2 ul {
	list-style: none;
	margin: 0;
	padding: 0 0 20px 0;
	}
	
#left2 li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#left2 ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
	}
	
#left2 ul li a {
	display: block;
	color: #6633cc;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 12pt;
	}

#left2 ul li a:hover {
	color: #000000;
	background: #fff;
	}

.intro-nav-panel {
	background-image: url(images/nav-panel-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0% 100%;
}




#right {
	color: #000000;
	width: 175px;
	float: right;
	margin-top: 0;
	margin-bottom: 20px;
	}
	
#right p {
	margin: 0;
	padding: 0 6px 7px 12px;
	}
	
	
#right h2 {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	list-style: none;
	padding: 6px;
	margin: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	text-align: left;
	background-color: #3366FF;
	line-height: 150%;
	}


#right ul {
	margin: 0;
    list-style: none;
	padding: 0 0 10px 0;
	}
	
#right li {
	margin: 0;
	list-style: none;
	line-height: 140%;
	font-size: 90%;
	}
	
#right li a {
	margin: 0;
	display: block;
	color: #6600cc;
	text-decoration: none;
	padding: 5px 5px 5px 10px;
}

#right li a:hover {
	color: #000000;
	background: #fff;
	}
	
#right h2.widgettitle {
	color: #fff;
	background: #6633cc;
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 8pt;
	list-style: none;
	padding: 6px;
	margin: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	}
	
#right h2 a {
	color: #fff;
	}
#footer {
	background: #6633cc;
	width: 900px;
	overflow: hidden;
	font-size: 80%;
	margin: 0 auto 0;
	padding:  9px 0 7px 0;
	text-align: center;
	line-height: 150%;
	clear: both;
	}
	
#footer p {
	color: #fff;
	padding: 0;
	margin: 0;	
	}
	
#footer a, #footer a:visited {
	color: #EAEAEA;
	text-decoration: none;
	border: none;
	border-bottom: 1px dotted #eaeaea;
	}
	
#footer a:hover {
	text-decoration: none;
	border: none;
	}

#wp-calendar {
	margin-left: 22px;
	margin-bottom: 10px;
	}
#searchdiv {
	width: 175px;
	float: right;
	margin-top: 50px;
}

#searchform {
	margin-left: 9px;
	margin-bottom: 0;
	}
	
#searchform input {
	font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 9pt;
	text-align: right;
	color: #666666;
	border: 1px solid #ddd;
	width: 150px;
	margin-bottom: 0;
	}
	
/* comments */
	
.entry {
	margin-bottom: 12px;
	border-bottom: 1px solid #E3E3E3;
	}	

#s,#submit {
	background-color:#FFFFFF;
	border:1px solid #cccccc;
	color:#505050;
	font-size:0.9em;
	margin:0 0 16px;
	padding:4px;
	width:150px;
	}
	
#author {
	border:1px solid #cccccc;
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:1em;
	margin:0;
	padding:4px;
}

	
#email {
	border:1px solid #cccccc;
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:1em;
	margin:0;
	padding:4px;
}

#url {
	border:1px solid #cccccc;
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:1em;
	margin:0;
	padding:4px;
}

#comment  {
	width: 350px;
	border:1px solid #cccccc;
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:1em;
	margin:0;
	padding:4px;
}

.tables {
	padding: 7px;
	border-bottom: 1px solid #6600CC;
	font-size: 90%;
	
}

.tablesheader {
	padding: 7px;
	background-color: #FFCCFF;
	font-weight: bold;
	color: #6600CC;
	font-size: 90%;
	border-bottom: 1px solid #6600CC;
	
}

th {
	padding: 7px;
	background-color: #FFCCFF;
	font-weight: bold;
	color: #6600CC;
	font-size: 90%;
	border-bottom: 1px solid #6600CC;
	
}

.tableshighlight {
	padding: 7px;
	border-bottom: 1px solid #6600CC;
	font-size: 90%;
	background-color: #F3F3F3;	
}

.quotes {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	color: #6600CC;
	line-height: 150%;
}

#quotebox  {
	padding: 0 12px 0 12px;
	text-align: right;
}

.quotee {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px dotted #6633cc;
	display: block;
	margin: 10px 0 20px 0;
	padding: 0 0 7px 0;
}

.new {
	font-weight: bold;
	color: #FF0000;
}
.breadcrumb {
	margin: 20px 0 10px 0;
	font-size: 90%;
}
#category_description {
	background-color: #F3F3F3;
	margin: 0;
	padding: 7px;
	font-style: italic;
	color: #666666;
	border: 1px solid #cccccc;
	margin-top: 15px;
	}
.the_excerpt {
	margin: 0;
}

.links-list a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #6633cc;
	margin: 0;
	line-height: 100%;
    margin-top: 10px;
	padding-bottom: 4px;
	margin-bottom: 5px;
	}
	
.links-list p {
	padding-bottom: 15px;
}
	

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }


/*	Images: Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 12px 12px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 12px 12px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.centered {
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
.thumb {
	margin: 5px 20px 20px 0;
	float: left
	}
	
.wp-caption-text {
	text-align: center;
	font-size: 90%;
	color: #00CC00;
	margin-bottom: 20px;
}

/* 
Style Sheet code for Image Caption Easy Plugin for WordPress
Copy and Paste this code into your WordPress theme style sheet file (style.css) then upload to its location.
You can edit any of these to suit your needs.
*/
.imagecaptioneasy {
	font-family: arial,helvetica,sans-serif;
	font-size: 80%;
	line-height: 130%;
	text-align: center;
	color: #333;
	border-bottom: 1px dotted #6633cc;
	background-color: #F3F3F3;
	padding: 0 0 5px 0;
}
.imagecaptioneasy img {
	border: 0 solid #fff;
	margin-bottom:5px;
	line-height: 150%;
}
.imagecaptioneasy span {
	text-align: center;
	padding: 0 5px 0 5px;
}
.imagecaptioneasy_top_left { margin: 0 12px 12px 0; float: left; }
.imagecaptioneasy_top_right { margin: 0 0 12px 12px; float: right; }
.imagecaptioneasy_top_nowrap { margin: 0 0 12px 0; float: none; }
.imagecaptioneasy_left { margin: 6px 12px 12px 0; float: left; }
.imagecaptioneasy_right { margin: 6px 0 12px 12px; float: right; }
.imagecaptioneasy_nowrap { margin: 6px 0 12px 0; float: none; }

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#content p{
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 150%;
	}


fieldset {
	padding: 0px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #F3F3F3;
	border: none;
}
label {
	color: #6633CC;
}
legend {
	color: #FFFFFF;
	background-color: #FF3333;
	padding: 3px;
	font-weight: bold;
}

.wptable {
	border-width: 0 px;
	border-color: #E58802;
	border-style: solid;
	}

.wptable th {
	border-width: 0px;
	border-color: #E58802;
	background-color: #f6f6f6;
	border-style: solid;
}

.wptable td {
	border-width: 0px;
	border-color: #E58802;
	border-style: solid;
}

.wptable tr.alt {
 	background-color: #f5f5f5;
}

