/*  
Theme Name: Ad Clerum (Modified)
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 (Modified by Ferianto)
Author URI: http://www.refueled.net

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

/* MAIN CSS */
#topPart
{
	background: url(images/topPart_blue.jpg) repeat-x fixed; /* #003366 */
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body 
{
	background: #3E2118 fixed;
	color: #000;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px 0px 0px 0px;
}
	
a /* a:visited */
{
	color: #6f4e3b;
	text-decoration: none;
	border: none; 
}
	
a:hover
{
	/*color: #96ad43;*/
	background: #f6e498;
	border: none;
	text-decoration: underline;
}
	
img 
{
	border: none;
}

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

.hidden /* CANNOT BE SEEN */
{
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

/* HOMEPAGE */
#home_fellowshipinfo
{
	clear:both;
	background: url(images/menubox-servicetimes.jpg);
	color: #ffffff;	
	font-size: 13px;
	width: 162px;
	height: 144px;
	padding: 5px 10px 5px 10px;
	margin: 10px 0px 10px 0px;
}

#home_fellowshipinfo a{
	color: #ffffff;	
	font: italic 900 13px verdana;
}

#home_fellowshipinfo a:hover, #home_fellowshipinfo a:active{
	color: #ffffff;	
	font: italic 900 13px verdana;
	background: transparent;
	text-decoration: underline;
}

#home_calendar
{
	background: url(images/menubox-eventscalendar.jpg);
	color: #ffffff;
	width: 162px;
	height: 124px;
	padding: 5px 10px 5px 10px;
	margin: 10px 0px 10px 0px;
}

#home_adminsection
{
	background: url(images/menubox-login-blank.jpg);
	color: #ffffff;
	width: 162px;
	height:40px;
	padding: 10px 10px 0px 10px;
	margin: 10px 0px 10px 0px;
}

#home_adminsection ul, #home_adminsection li, #home_adminsection a
{
	font-size: 14px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
	color: #ffffff;	
}

#home_adminsection a:hover, #home_adminsection a:active
{
	font: italic 900 14px verdana;
	background: transparent;
	text-decoration: underline;
	color: #ffffff;	
}

/* CONTAINER */
#container 
{ 
	width: 900px; 
	/*background: url(images/bg.jpg)*/;
	text-align: left; 
	margin: 0px auto;
}

#container2 
{ 
	background: #FFF6E7;
	text-align: left; 
	margin: 0px auto;
	border: 10px solid #FFF6E7;
}

/* HEADER */
#header 
{ 
	background: #FFF6E7 url(images/GKP_site_header.jpg) no-repeat; /* transparent top right*/
	height: 190px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
}
	
#header h2 
{
	color: #ffffff;
	font-family: goudy old style, "Times", verdana, serif;
	font-size: 20pt;
	font-variant: small-caps;
	font-weight: normal;
	margin-top: 10px; /* 55px */
	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: 10pt;
	font-family: georgia, verdana, Sans-Serif;
	font-weight: normal;
	font-style: italic;
	margin: 0px;
	margin-left: 15px;
}

#header form 
{
	float:right;
	height:100%;
	width:170px;
	padding:0;
	line-height:0;
}

#header form fieldset 
{
	/* centering the search form could've been done way more elegant but 
	IEWin and Opera refused to follow the rules */
	margin-top:2px; margin-left:10px;
	border:0 solid; /* Opera */
}

* html #header form fieldset {margin-top:7px;}

#header #s 
{
        height:2em;
	width:100px;
	margin:0 0 0 0;
	padding:0;
	border:1px solid;
	font-size:0.8em;
	vertical-align:middle;
}

#header #searchbutton 
{
	height:2em;
	width:auto;
	background-color:#FFF6E7;
	padding:0 1px;
	border:1px solid;
	font-size:9px;
	font-weight: bold;
	letter-spacing:1px;
	text-align:center;
	vertical-align:middle;
}

#top_bar 
{
 /*background: transparent;*/
 color: #ffffff;
 font-size: 16px;
}

#top_bar form
{
        border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

* html #top_bar form {vertical-align:middle;}

/* MENU */
#menu 
{
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 8pt;
	background-color: #003366; /*#455A79*/
	margin-top: 1px;
	width:900px; 
	height:23px;
	border-bottom: 1px solid #fff;
}


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

#menu li 
{
	display: inline;
}

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

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

/* MENU GRAPHIC */
.menutop 
{
	color: #fff;
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-weight: bold;
	font-size: 10pt;
	padding: 10px;
	/*width: 159px;*/
	height:16px;
	background: #6f4e3b /*url(images/menutop.jpg)*/ top left ;
}

.menubottom 
{
	color: #fff;
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 10pt;
	padding: 10px;
	width: 159px;
	height:10px;
	background: url(images/menubottom.jpg) top left ;
}

.menumiddle
{
	color: #fff;
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 8pt;
	padding: 10px 5px 10px 5px;
	width: 169px;
	/*background: url(images/menumiddle.jpg) repeat;*/
}

/* CONTENT */
#content 
{ 
	width: 680px;   
	position:relative;
	padding: 0px 0px 0px 10px;      
	 /*        
        margin-top: 10px; 128px
        margin-bottom: 20px;
	margin-left: 179px;
	margin-right: 0px;
	*/
	text-align: justify;
}
	
#content b
{
	/* color: #777; */
	line-height: 14pt;
}

#content p
{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	margin-top: 5px;
}
	
#content p img
{
	border: none;
	float: left;
	/*margin-right: 15px;*/
	margin-bottom: 10px;
}

#content h1 
{
	color: #ffffff;
	background: #6f4e3b;
	font-size: 22px;
	/*font-family: Helvetica Bold, Arial Bold, Verdana, 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: helvetica, arial, sans-serif;*/
	font-size: 16px; 
	color: #6f4e3b;
	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: none;
}

#content h3 
{
	font-size: 12px; 
	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: none;
}

#content ol 
{
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
}

#content ul 
{
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
	
#content li 
{
	margin: 0px;
	padding: 0px;
}
	
#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;
}

/* ARCHIVES-TEMPLATE CSS */ 	
#arch 
{
	color: #000;
}
	
#arch ul 
{
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
	
#arch li 
{
	margin: 0px;
	padding: 0px;
}
	
#arch ul li 
{
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
}
	
#arch ul li a 
{
	color: #797979;
	text-decoration: none;
}

#arch ul li a:hover 
{
	color: #000;
	text-decoration: underline;
}
	
/* LEFT SIDEBAR */
#left 
{ 
	color: #000000;
	width: 179px;
        float: left;     
	margin-top: 0px;
	margin-bottom: 20px;
}

#left p
{
	margin: 0px;
	line-height: 14px;
	padding: 10px ;
}
	
#left h2 
{
	color: #fff;
	background: #003366; /*#455A79*/
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 10pt;
	list-style: none;
	padding: 6px;
	margin: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
}

#left ul 
{
	list-style: none;
	background: #D2DEA8;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
	
#left li 
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	
#left ul li 
{
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
}
	
#left ul li a 
{
	display: block;
	/*color: #000000;*/
	text-decoration: none;
	padding-left: 12px;
	padding-right: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 12pt;
}

#left ul li a:hover, #left ul li a:active 
{
	color: #ffffff;
	background: #3E2118;
}


/* RIGHT SIDEBAR */
#right 
{ 
	color: #000000;
	width: 179px;
	float: right;
	margin-top: 0px;
	margin-bottom: 20px;
}
	
#right p
{
	margin: 0px;
	line-height: 14px;
	padding: 10px;
}
	
#right h2 
{
	color: #fff;
	background: #003366; /*#455A79*/
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 10pt;
	list-style: none;
	padding: 6px;
	margin: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
}

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

#right ul li a:hover 
{
	color: #66ccff;
	background: #ffffff;
}
	
#right h2.widgettitle 
{
	color: #fff;
	background: #003366; /*#455A79*/
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 10pt;
	list-style: none;
	padding: 6px;
	margin: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
}

/* FOOTER */
#footer 
{
	background: #3E2118 url(images/footer_box.gif) no-repeat; /* transparent top right*/; 
	width: 900px; /*880px;*/
	height: 85px;
	overflow: hidden;
	font-size: 8pt;
	/*margin: 0px auto 0px;*/
	/*border-left: 10px solid #fff0b7;
	border-right: 10px solid #fff0b7;*/
	padding:  9px 0px 7px 0px;
	text-align: center;
	line-height: 17px;
	clear: both;
}
	
#footer p 
{
	color: #fff;
	padding: 0px;
	margin: 0px;	
}
	
#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;
}

/* CALENDAR */
#wp-calendar 
{
	margin-left: 22px;
	margin-bottom: 10px;
}

#calendar table td#today /* TODAY's date */
{ 
	background:#333399;
  	color:#FFFFFF;
}


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

#s,#submit 
{	
	background-color:#ffffff;
	border:1px solid #cccccc;
	color:#505050;
	font-size:0.9em;
	margin:0 0 16px;
	padding:4px;
	width:130px;
}

	
/* COMMENTS */
.entry {
        margin:0 0 40px 0;
	border-bottom: 1px solid #E3E3E3;
}	

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

/* NEWS TICKER */

#staticview
{  
	line-height:35px; position:relative;
	color:#ffffff;background:none;padding: 0 0 0 0; 
	font-family:verdana,arial;font-size:8pt;
	font-weight:bold;text-decoration:none;
	/*cursor:pointer;*/ overflow: hidden;	
}

#rotatingview, .rotview 
{
	position:relative;border-width:0px;
	color:#ffffff;padding: 0 0 0 0; 
	font-family:verdana,arial;font-size:8pt;
	font-weight:bold;text-decoration:none;
	cursor:pointer; overflow:hidden;
}

.rotban  
{
	width:95%;height:95%; top:5px; bottom:5px;
	position:relative; background:none;padding: 0 0 0 0;
	font-size:100%; font-weight:bold;color:#ffffff;
	text-decoration:none; border-width:0px;
	/*overflow:hidden*/
}

.rotban table{width:95%;}

.rotban .title{font-size:10pt;font-weight:bold;}

.rotview img {position:absolute;display:block;top:5px; left:5px}

#rotatingview span {position:absolute;bottom:1px;right:5px;font-size:10px}

/*.rotban p,.rotban h3, .rotban small,.rotview p {margin:0 4px 0 100px;font-size:86%}*/
/*.rotview {border:1px solid #ccc;margin-bottom:.5em}*/
/*.rotview h2,.rotview h3,.rotview h4,.rotview h5 {padding:0;line-height:1.3;font-size:100%}*/
/*.rotview h5 strong {color:#900}*/
/*#rotatingview a{font-size:8pt;color:#ffffff;text-decoration:none;}*/


/* NAVIGATION */
#navBar
{
	height:50px;
        line-height:0.4em;
	/*border-left: 10px solid #FFF6E7;
	border-right: 10px solid #FFF6E7;*/
	background:  url(images/nav_bar2.jpg) no-repeat ; /*#F0F0F0;*/
}

#navigation 
{
        margin-left:5px;
	height:2.5em;
	line-height:2.5em;
        vertical-align: middle;
}

#navigation ul 
{
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#navigation li 
{
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	border-right:1px solid;
	white-space:nowrap;
	display:inline;
}

#navigation li a 
{
	display:block;
	padding:0 10px;
	font-size:0.8em;
	text-transform:uppercase;
	letter-spacing:1px;
}

#navigation li a:hover, #navigation li a:active 
{
	color: #ffffff;
	background: #3E2118;
}

#navigation .float_right
{
	float:right;
	color: #6f4e3b;
	vertical-align:middle;
	width:90px;
	height:100%;
}

#navigation .float_right a
{
	color: #6f4e3b;
	font-size:0.8em;
	text-transform:uppercase;
}


* html #navigation a {width:1%;} 
* html #navigation .float_right a {width:1%;} 
/* see http://www.positioniseverything.net/explorer/escape-floats.html */

#navigation form 
{
	float:right;
	height:100%;
	/*width:170px;*/
	padding:0 0px;
	border-left:1px solid;
	line-height:0;
}

#navigation form fieldset 
{
	/* centering the search form could've been done way more elegant but 
	IEWin and Opera refused to follow the rules */
	margin-top:20px; margin-left:10px;
	border:0 solid; /* Opera */
}

* html #navigation form fieldset {margin-top:7px;}

#navigation #s 
{
	height:2em;
	width:100px;
	margin:0 0 0 0;
	padding:0;
	border:1px solid;
	font-size:0.8em;
	vertical-align:middle;
}

#navigation #searchbutton 
{
	height:2em;
	width:auto;
	padding:0 1px;
	border:1px solid;
	font-size:9px;
	letter-spacing:1px;
	text-align:center;
	vertical-align:middle;
}

.current_page_item, .current_page_parent, .current_page_item a, current_page_parent a, .current_page_item li a /* Current selected Page */
{
	color: #ffffff;
	background: #3E2118;
}

.page_item.current_page_parent a, .page_item.current_page_item a/* Current selected Page */
{
	clear: both;	
	color: #ffffff;
	background: #3E2118;
}

.selected, .selected a /* selected something  */
{
	color: #ffffff;
	background: green;
}


/* UNIQUE PICTURE DIV CSS */
#middlepic 
{
	position: absolute;
	height: 128px;
	width: 540px;
	margin: 0px;
	background-image: url(images/psalm119_v105.jpg);
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
        /*padding: 0 10 10 0;*/
}

#lpic 
{
	height: 128px;
	width: 179px;
	background-image: url(images/focus_logo.gif);
	border-bottom: 1px solid #fff;
}

#rpic 
{
	height: 128px;
	width: 179px;
	background-image: url(images/pelita_logo.gif);
	border-bottom: 1px solid #fff;
}

/* POSTSPACE */
.postspace {
	/*background: #fff;*/
	width: 100%; /*440px;*/
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	/*background: #fff;*/
	width: 100%; /*440px;*/
	height: 0px;
	margin: 0px;
	padding: 0px;
	}
.postspace3 {
	/*background: #fff;*/
	width: 440px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	}

/* MISC */
#outlinks ul li a:link, #outlinks ul li a:active, #outlinks ul li a:visited{
	color: #66ccff;
}

#outlinks ul li a:hover {
	color: #66ccff;
}

.entry.single {clear:both;}