/*

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: 3.0

Author: Nate from Refueled Dot Net

Author URI: http://www.refueled.net

*/


/* dom tab */

@import url('domtab.css');


/* Basics */



*{margin:0; padding:0;}



body {

/*	background: #F4F3EC url(images/bk_tan_1.jpg) top left repeat-x;*/
background-color:#f1f4dc;
background-image: url('images/bg1.jpg');
background-repeat:repeat;

	/*background-color:#F4F3EC;*/

	font-family: georgia, verdana, arial, times;

	font-size: 9pt;

	line-height: 13pt;

	margin: 20px;

	}




img{border: 2px solid #cccccc; padding: 2px; margin: 0;}

img a{border:none;}



img.left{ float: left; border: none; padding: 0 12px 0 0; margin: 0;}

img.right{ float: right; border: none; padding: 0 0 0 12px; margin: 0;}



blockquote{
	border-left: 1px dotted #333;
	margin:10px 0 10px 12px;
	padding:0 0 0 12px;}

code{

	margin:10px;

	font-family:"Courier New", Courier, monospace;

	}


/* Links and Headings */

a, a:visited {
	color: #3f361d;
	text-decoration:none;

}

a:hover: {text-decoration:underline;}

h1 {font-size: 14pt; margin-top:10px;}
h2 {font-size: 12pt; margin-top:10px;}
h3 {font-size: 12pt; margin-top:10px;}
h4 {font-size: 10pt;}

/*  Container  */

#shadowbox {
	width:1012px;
	margin:0 auto;
	-moz-box-shadow: 6px 6px 8px #000;
	-webkit-box-shadow: 6px 6px 8px #000;
	box-shadow: 6px 6px 8px #000;
	/* For IE 8 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#000000')";*/
	
}


#container {
	width: 980px;
	margin: 0 auto;
	/*background:#E7E7B8 url(images/bg.jpg);*/
	background-color:#fff;
	color:#333;
	border: 12px solid #5A4D29;
	padding:4px;
	}

/*  HEADER  */



#header {

	width: 100%;
	height: 100px;
	background-color:#502f1e;

	/*background: #3B4551 url(images/header_gr.gif);*/
	

	}



	

#header h1 {
	color: #ffffff;
	font-family: garamond, georgia, verdana, serif;
	font-size: 32px;
	font-weight: normal;
	margin: 0px 0 0 16px;
	padding: 25px 0 0 0;
	letter-spacing: 1px;
	}



#header h1 a {
	color: #f4f0d6;
	text-decoration: none;
	}



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



#header h2 {

	font-family:palatino linotype, georgia, verdana, serif;

	font-size: 10pt;

	font-weight: 300;

	color: #F7F7F7;

	margin: 7px 5px 0 21px;

	letter-spacing: 1px;

	}

	





/* Tres Pictures  */



#pics {

  background: #fff;

	width: 980px;

	height: 168px;

	}	



#left-pic {

	background-image: url(images/bent_tree_sign_2.jpg);

	float: left;

	width: 179px;



	height: 168px;



}	



#middle-pic {

	margin: 0px;

	background-image: url(images/lake_tamarack_fall_1.jpg);

	border-right: 1px solid #fff;

	border-left: 1px solid #fff;

	width: 545px;

	height: 168px;

	float: left;



}



#right-pic {

	background-image: url(images/bent_tree_golf_2.jpg);

	width: 254px;

	height: 168px;

	float: right;

}







/* Menu  */



#menuholder{background-color:#4d4337; width: 100%; height: 35px; border-top: 1px solid #043c2d; border-bottom: 1px solid #fff;}



#nav {
	width: 100%;
	background-color: #4d4337;
	float: left;
}



#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}



#nav a {

	display:block;
	padding:12px 10px 11px 10px;
	color: #ffffff;
	font-weight:900;
	width: auto;
	

}

#nav a:hover {
	background-color: #f4f0d6;
	color:#502f1e;

}



#nav li { /* all list items */
	float: left;
	display: block;
	
}



#nav li ul { /* second-level lists */

	position: absolute;

	background-color: #333300;

	width: 165px;

	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */

	display: block;

}



#nav li ul a{ /* second-level lists */

	width: 144px;

}



#nav li ul ul { /* third-and-above-level lists */

	margin: -25px 0 0 155px;

	padding: 0;

}



#nav li ul ul a{

	width: 144px;

	}



#nav li:hover, #nav li.hover {

    position: static;

}



#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {

	left: -999em;

}



#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */

	left: auto;

}


#content { 

	width: 535px;
	padding: 0;
	margin: -10px 10px 0 0;
	text-align: left;
	float: left;
	line-height: 14pt;
	overflow: hidden;
	}


#content h2, #content h2 a, #content h2 a:visited {
	font-family: garamond, georgia, verdana, times;
	font-size: 28px;
	font-weight: 900;
	margin: 8px 0 3px 0;
	line-height: 18pt;
	text-align:left;
	color:#41371D;
	}

#content h2 a:hover { text-decoration:underline;}

	

.post {padding: 8px 18px 0 20px;}





.post ul {

	padding: 15px 0 15px 35px;

	}



.post ul li {

	list-style-type: square;

	}



.entry {

	margin: 6px 0 8px 0 ;

	}

	

.entry p {

	margin: 10px 0 0 0;
	line-height:21px;
	font-size:15px;

	}

	

.entry a {

	color: #5B2E00;

	text-decoration: underline;

	font-weight:bold;

	}

	

.entry a:hover {

	color: #9B4E00;

	text-decoration: none;

	}



.postmetadata{

	clear: both;

	background:#FCFCFC;

	padding:6px;

	margin: 16px 0 32px 0;

	border-top:1px solid #E5E5E5;

	border-bottom:1px dotted #E5E5E5;

	}

	

.postmetadata img{display: inline; margin: 0; padding: 4px 2px 0 2px;}

	

.navigationms {

	margin: 15px 15px 15px 15px;

	padding:2px;

	font-size:8pt;

	float:left;

	}

	

.alignleft {float:left; margin-right:3px;margin-bottom:5px;}

.alignright {float:right;margin-left:5px;margin-bottom:5px;}



.archivetitle{padding: 14px 0 0 20px;}

.search{padding: 14px 0 0 20px;}



.notfound{padding: 25px;}





/* Left Sidebar */



#left {

	width: 179px;

	float:left;

	margin: 0;

	padding: 0;

	overflow: hidden;

	}




	

#left .title {

	color: #fff;
	background-color:#535227;
	font-family: arial, verdana, Times, serif;
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 1px;
	margin: 0;
	padding:5px;
	line-height:14px;
}

	

#left .title a {

	color: #fff;

	padding: 3px 6px;

	margin: 0;

	display: block;

	}

	

#left .title a:hover {
	color: #fff;
	background-color:#696832;
	text-decoration: underline;
	}	



#left p {margin:0 6px 0 12px; padding: 0;}



#left a {
	color:#804000;
	
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-weight:normal;
}

#left a:hover {
	color: #9b4e00;
	text-decoration: underline;
}



#left ul{
	margin:10px 0 10px 0;
	padding:0;
}



#left ul li{
	margin:0;
	padding:0 6px 0 6px;
	color:#000000;
	margin-bottom:6px;
	line-height:16px;;
	font-size:12px;
}



#left ul ul{
	margin:0;
	padding:0;
	 list-style:none;

}

#left ul ul li {
 list-style:none;

}



#left ul.lmenu ul{

	margin:0;

	padding:0;

}



#left ul ul li a, #left ul ul li a:visited {
	color: #5b2e00;
	text-decoration: none;
	
}

#left ul ul li a:hover {
color: #9b4e00;
text-decoration: underline;
}

/*

#left ul li.recentcomments {

  margin: 0 12px 0 12px;



  }

  

#left ul li.recentcomments a{

  line-height: 12pt;

  }



*/







#left ul ul ul li{

	list-style-type:square;

	list-style-position: inside;

	margin:0 0 0 12px;

	padding:0;

	color: #455A79;

}	

	

	

/* Right Sidebar */





	

#right {

	width: 254px;

	float:right;

	overflow:hidden;

	}



#right h1{

	font-family: sylfaen, georgia, verdana, times;

	font-weight: normal; 

	font-size: 13pt; 

	text-align: left;

	margin: 0;

	padding: 12px 6px 8px 12px;

	line-height: 18px;

}



#right h1 a{color: #747474; text-decoration: none}

#right h1 a:hover{color: #747474; text-decoration: none}



#right h2 {

	color: #000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	text-transform: uppercase;
	font-weight: 900;
	padding: 0px 0px;
	margin: 10px 7px 10px 7px;
	letter-spacing: 1px;

	}

	

	

#right h3 {

	color: #000000;

	border-bottom: 5px solid #455A79;

	/*border-bottom: 1px dotted #455A79;*/

	font-family: arial, verdana, Times, serif;

	font-size: 11pt;

	text-transform: uppercase;

	font-weight: 900;

	margin: 10px 7px 10px 7px;

	letter-spacing: 1px;

	padding: 3px 0px;



	}

	

#right .title {
	color: #fff;
	background-color:#535227;
	font-family: arial, verdana, Times, serif;
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 1px;
	margin: 0;
	padding:5px;
	line-height:14px;
}

	

#right .title a {

	color: #fff;

	padding: 3px 6px;

	margin: 0;

	display: block;

	}

	

#right .title a:hover {

	color: #fff;

	background-color: #0C6340;

	text-decoration: none;

	}	



	

#right .toppost{border-top: 1px solid #333B46; margin: 4px 0 0 0; clear: both;}

	

#right p {padding: 0 0 18px 0; margin: 0; line-height: 15pt;}



#right a {

	color: #333300;

	text-decoration: none;

	margin: 0;

	padding: 0;

	font-weight:900;

}

#right a:hover {

	color: #4F4F00;

	text-decoration: underline;

}



#right ul {

  background: #F3F3F3;

	margin:0 0 1px 0;

	padding:0 7px 5px 7px;

	list-style-type: none;

	}



#right ul li {

	margin: 1px 0 5px 6px;

	padding: 0;

	list-style-type: none;

	margin-bottom:10px;

	line-height:1.10em;

	}



#right ul ul{

	margin:0 0 10px 0;

	padding:0;

	list-style-type: none;

}



#right ul ul li{

	list-style-type:none;

	margin:1px 0;

	padding:0 0 0 6px;

	color: #455A79;

}



#right ul li ul {

	list-style-type:none;

	margin:1px 0;

	padding:0;

	color: #455A79;

}



.right-entry{border-bottom: 1px dotted #333; margin: 12px;}



.widgets{margin: 0 0 10px 0px;

padding:6px;



}







/* 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 {

	margin: 0 auto;

	text-align: left;

	}

	

#wp-calendar a{ 

	margin: 0;

	padding: 0;

	}

	

/* text Widget */





.textwidget {margin:0 12px 0 12px; padding: 0;}









/* comments */



#commentssection{

	padding: 0;

	margin: 20px 0 0 0;

	width:500px;

	clear: both;

	}

	

#commentssection h3{

	font-family: georgia, times, verdana;

	font-size: 12pt;

	font-weight: 300;

	font-style: normal;

	color: #000;

	}



#commentform{

	background: #F3F3F3;

	margin: 15px 0 25px 0;

	padding:10px;

	width: 480px;

	

	}

	

#commentform p{

	color: #000;

	}

	

#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}

	

#commentform h3{

	font-family: georgia, times, verdana;

	font-size: 10pt;

	font-weight: 300;

	color: #000;

	}

	

#commentbox{

	width:450px;

	margin:5px 5px 0 0;

	}



#author, #email, #url, #commentbox, #submit{

	background: #fff;

	font-family: verdana, arial, times;

	font-size: 8pt;

	margin:5px 5px 0 0;

	border: none; 

	padding: 6px;

	border: 1px solid #B2B2B2;

	}



#submit{margin:5px 5px 0 0;}



	

ol.commentlist {list-style-type: none;}



ol.commentlist li {

	background: #fff;

	margin:10px 0;

	padding:5px 0 5px 10px;

	overflow: hidden;

	}



ol.commentlist li.alt {background: #F3F3F3;}

ol.commentlist li p {margin: 10px 0 10px 0; padding: 0 12px 0 0; line-height: 14pt;}



ol.commentlist a {color:#000;}



cite {

	font-family: arial, verdana, tahoma;

	font-size: 9pt;

	font-weight: bold;

	font-style: normal;

	}

	

cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}











/* Search */



#searchform {margin:0; padding: 2px; float: right;margin-top:4px;}

	

#searchform input {

	background-color:#fff;

	font-family: arial, verdana, sans-serif;

	font-size: 8pt;	

	border:none;

	color: #323337;

	margin: 0;

	padding: 3px 2px 4px 4px;

	width: 246px;

	}

	

#searchform #search {width: 90px;}

	



/* Footer */



#footer {
	background: #022715;
	padding:15px;
	font-family: verdana, arial, times;
	margin-top:15px;
	clear: both;
	width: 950px;
	border-top:1px solid #fff;
	color: #F5F5F5;
	font-size: 12px;
	}
	
#footer ul {list-style:none;}
#footer ul li ul li {
list-style:disc;
line-height:14px;
margin-top:5px;
margin-left:15px;
}
	
#footer ul li a, #footer ul li a:visited {
	color:#E9FED6;
	text-decoration:none;
}

	
.footer-copy {margin-top:25px;font-size:11px;}
a.fclink,a.fclink:visited {color:#e9fed6;}
#footer p{padding:5px; text-align:left;}

/* Captions & aligment */

.aligncenter,

div.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

	padding-bottom:15px;

}



.alignleft {

	float: left;

	

}



.alignright {

	float: right;

	

}



.wp-caption {

	border: 1px solid #ddd;

	text-align: center;

	background-color: #f3f3f3;

	padding-top: 4px;

	margin: 10px;

	-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;

}

/* End captions */



#footer a.foot2:link, #footer a.foot2:visited {

font-size:7pt;

color:#999999;

}



#footer a.foot2:hover: {

color:#999900;

}



.video-container {margin-top:50px;}
.sb-section {
padding:2px;
border:1px solid #cccccc;
margin-top:7px;
}

a.ll, a.ll:visited {text-decoration:underline; color:#0033FF;}
a.ll:hover {
	color:#2F58FF;
}

.modal {
	background-color:#fff;
	display:none;
	width:433px;
	text-align:left;
	border:2px solid #333;
	font-family:"Lucida Grande", "bitstream vera sans", "trebuchet ms", sans-serif, verdana;
	-moz-box-shadow: 0 0 50px #ccc;
	-webkit-box-shadow: 0 0 50px #ccc;
	font-size:14px;
	z-index:9999999;
	
}
.modal h2 {
	background:url(/img/global/info.png) 0 50% no-repeat;
	margin:0px;
	padding:10px 0 10px 45px;
	border-bottom:1px solid #333;
	font-size:20px;
}

.modal button {padding:5px;}

embed {margin-bottom:20px;}
.navigation {margin-top:15px;}

#dje-mls-disc img {border:none;}
