/*
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
*/

/* Image Flickr */
div#image_flicker, div.image_flicker
{
 margin: 0px;
 margin-bottom: 10px;
 padding: 0px;
 height: 184px;
}

div#image_flicker a, div.image_flicker a
{
 margin: 0px;
 padding: 0px;
}

div#image_flicker img, div.image_flicker img
{
 margin: 0px;
 padding: 0px;
}

/* Basics */

*{margin:0; padding:0;}

body {
	background: #000000 url(images/back.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
        color: #ffffcc;
	line-height: 13pt;
	margin: 20px;
	}


img{ border: none; padding: 0px; margin: 0;}
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; margin: 0; display: inline;}
img.right{ float: right; border: none; padding: 6px; margin: 0; display: inline;}

img.alignleft{ float: left; border: none; padding: 6px; margin: 0; display: inline;}
img.alignright{ float: right; border: none; padding: 6px; margin: 0; display: inline;}

ul{margin:5px 0 5px 20px;}
ol{margin:5px 0 5px 20px;}

blockquote{
	border-left: 1px solid #006600;
	margin:10px 0 10px 12px;
	padding:0 0 0 12px;}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;
	}


/* Links and Headings */


a, a:link {
	color: #ffcc33;
	text-decoration: none;
	}
a:hover {
	color: #FF9900;
	}

h1 {font-size: 20pt; color: #ffcc33}
h2 {font-size: 14pt; color: #ffcc33; margin-top:10px;}
h3 {font-size: 12pt; color: #ffcc33; font-weight: normal; margin-top:10px; font-family: Trebuchet MS, georgia, verdana, Sans-Serif; font-weight: 80; }
h4 {font-size: 10pt; color: #99ff99; margin-top:10px; align:left;}
h5 {font-size: 9pt; color: #ffcc33; text-align: center; font-weight: 500; margin-top:6px; margin-bottom:6px;}
h6 {font-size: 8pt; color: #ffcc33; font-weight: 300; margin-top:0px; margin-bottom:0px; margin-right:100px;}




/*  Container  */


#container {
	width: 900px; 
	margin: 0 auto;
	background: #000000;
	color: #ffffcc;
	border: 10px solid #fff;
	}
	
	
/*  HEADER  */

#header {
	width: 100%;
	height: 133px;
	background: #000000 url(images/nar-web-top-bar.jpg);
	}

	
#header h2 {
	color: #ffcc33;
	font-family: Trebuchet MS, goudy old style, georgia, verdana, serif;
	font-size: 8pt;
	font-variant: normal;
	font-weight: normal;
	margin: 0 0 0 10px;
	padding: 1px 0 0 0;
	letter-spacing: 2px;
	}

#header h2 a {
	color: #ffcc33;
	text-decoration: none;
	}

#header h2 a:hover {
	color: #ff9900;
	text-decoration: underline;
	}

#header h3 {
	font-family: Trebuchet MS, georgia, verdana, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
	color: #ffcc33;
	margin: 0 0 0 5px;
	letter-spacing: 2px;
	}
	


/* Tres Pictures  */

#pics {
	width: 900px;
	height: 128px;
	border-top: 1px solid #fff;
	}	

#left-pic {
	background-image: url(images/Boxfish.jpg);
	border-bottom: 1px solid #fff;
	float: left;
	width: 179px;
	height: 128px;

}	

#middle-pic {
	margin: 0px;
	background-image: url(images/Pool-Diver.jpg);
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 540px;
	height: 128px;
	float: left;

}



#right-pic {
	background-image: url(images/Bubblemaker.jpg);
	border-bottom: 1px solid #fff;
	width: 179px;
	height: 128px;
	float: right;
}

/* Menu  */

#nav { 
	background: #ffcc33; 
	text-align: center;
	width: 100%;
	height:23px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 0;
	}
	
#nav ul{margin: 2px 0 0 0;}
		
#nav li { 
	display: inline;
	position: relative;
	}
		
#nav a { 
	color: #006600; 
	padding: 5px 8px 5px 8px;
	} 
		
#nav a:hover {background: #006600; color:#ffcc33; }

#nav li ul{ 
	position: absolute; 
	left: -990em;
	margin-top: 18px;
	border-bottom: 1px solid #006600;
	border-left: 1px solid #006600;
	border-right: 1px solid #006600;
	} 
	
#nav li li, #nav li li a {display: block; text-align: left; background: #ffcc33;}
		
#nav li li a { width:150px; padding: 4px;}
#nav li li a:hover { width:150px; background: #006600;}

#nav li:hover ul { top: 0; left: 0 }




/*  Main Content  */


#content { 
	width: 500px;
	color: #ffffcc url(images/bg.jpg);
	padding: 8px 18px 0 20px;
	text-align: justify;
	float: left;
	overflow: hidden;
        list-style-image: url(images/B-Shell.jpg);
        list-style-position: inside;
	}
	
#content h2 {
	color: #ffcc33;
        font-family: Trebuchet MS, helvetica, verdana, times;
	font-size: 13pt;
	font-weight: 300;
	margin: 10px 0 10px 0;
	}
	
	
#content ul li {
	list-style-type: square;
	}

#TA_Link {font-size: 13px; font-weight: 550; margin-top:10px;}

.small {font-size: 9px}

.ss {font-size: 7px}

.red {color: #006600}

.boxlrg {
	font-family: "Trebuchet MS", helvetica, verdana, arial;
	font-size: 17px;
	font-weight: normal;
	color: #ffffcc;
	}

.boxsml {
	font-family: "Trebuchet MS", helvetica, verdana, arial;
	font-size: 13px;
	font-weight: normal;
	color: #ffffcc;
	}

.boxdot {
	font-family: "Trebuchet MS", helvetica, verdana, arial;
	font-size: 9px;
	font-weight: normal;
	color: #99ff99;
	}

.entry {
	margin: 6px 0 8px 0 ;
	}
	
.entry p {
	margin: 6px 0 0 0;
	}
	
.entry a {
	color: #ffcc33;
	text-decoration: none;
	}
	
.entry a:hover {
	color: #ff9900;
	text-decoration: underline;
	}



.postmetadata{
	clear: both;
	background:#000000;
	padding:6px;
	margin: 16px 0 16px 0;
	border-top:1px solid #D8D8D8;
	border-bottom:1px dotted #D8D8D8;
	}
	

/* Left Sidebar */

#left {
	width: 179px;
	float:left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

#left h2 {
	color: #fff;
	background: #006600;
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 9pt;
	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 {font-size: 8pt; color: #ffcc33; text-decoration: none; margin: 0; padding: 0; line-height: 14pt;}
#left a:hover {font-size: 8pt; color: #ff9900; 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 0 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 0 12px;
	padding:0;
	color: #99ffcc;
}



#left ul li.recentcomments {
  margin: 0 12px 0 12px;
  }
  
#left ul li.recentcomments a{
  line-height: 12pt;
  }
	
	
	
/* Right Sidebar */

#right {
	width: 179px;
	float:right;
	font-size:8pt;
	margin: 0 0 0 0; /* top, right, bottom, left */
	padding: 0; /* top, right, bottom, left */
	overflow: hidden;
	
	}

#right h2 {
	color: #fff;
	background: #006600;
	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: #ffcc33; text-decoration: none; padding: 0 6px 0 12px; margin: 0; line-height: 14pt;}
#right a:hover {color: #ff9900; text-decoration: underline;}

#right ul {
	margin:0 0 12px 0;
	padding:0;
	list-style:none;}

#right ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#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 {
	margin: 0 auto;
	text-align: left;
	}
	
#wp-calendar a{ 
	margin: 0;
	padding: 0;
	}
	
/* text Widget */


.textwidget {margin:0 12px 0 12px; padding: 0;}



/* Comment Form */

#commentform{
	margin:10px;
	padding:10px;}
	
#commentbox{
	width:75%;
	min-width:400px;
	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 8px 12px; padding: 0;}
	
#searchform input {
	background-color:#fff;
	font-family: arial, verdana, sans-serif;
	font-size: 8pt;	
	border:1px solid #BCBCBC;
	color: #6A6A6A;
	margin: 4px 0 0 0;
	padding: 2px 2px 2px 4px;
	}
	

/* Footer */

#footer {
	background: #000000;
	clear: both;
	width: 100%;
	margin-top:10px;
	border-top:solid 1px #fff;
	color: #fff;
	}
	
#footer p{padding:3px; text-align: center;}

#footer a {
	color: #eee;
	
	}


.linker {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
        text-decoration: none;
}

.linker a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
        text-decoration: none;
}
.linker a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
        text-decoration: none;
} 

.linker a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
        text-decoration: none;
} 
a.linker:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
    text-decoration: none;
}