/* CSS for BLog ENgine Contorl Panel */

body {
	margin: 0;
	padding: 0;
	min-width: 760px;
	text-align:center;
	background: url(../img/bk.gif);
	background-color: #BFBFBF;
	font-family:Verdana,"BitStream vera Sans",Helvetica,Sans-serif;
	font-size: 80%;
}

#wrapper {
	background: url(../img/shadow.gif) center repeat-y;
	
}

#container{
	margin: 0 auto;
	width:760px;
	text-align:left;
	background-color: #fff;
				
}

#nav {
	font-weight: bold;
	background: url(../img/nav.gif) center repeat-x;
	background-color:#ddd;
	text-align:right;
	height: 20px;
	padding-right: 15px;
	color: #aaa;
	border-top: 1px solid #777;
	border-bottom: 1px solid #DAAF82;
			
}

#nav ul {
	list-style: none;
	margin: 0px;
	font: tahoma, sans-serif;
		
}

#nav li {
	display:inline;
	
}


#nav a:link, #nav a:visited {
	text-decoration:none;
	color:#777;

}

#nav a:hover {
	color: #E39544;
	border-bottom: 1px solid #aaa;
	}
	
.sitedate {
	float:left;
	padding: 0px 4px;
	font-family: "Trebuchet MS";
	color: #666;
	margin: 0;

}
	
.current {
	color: #AFA183;
	font-weight: bold;
	font-size:105%
	
}
	
#sitemap {
	background-color: #5C5B5B;
	height:15px;
	font-size: 75%;
	color: #fff;
	padding-left: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ffb266;
}

#sitemap a{
	color: #fff;
}


#header {
 	border-top: 10px solid #fff;
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
	height: 121px;
	color: #fff;
	
}

#mainContent {
	width: 565px;
	float: left;
	padding: 8px 8px;
	line-height: 20px;
	color: #666;
	font-size: 95%;
	border-right: 1px dashed #F2D9BE;
	
		
}

.about {
	font-size: 1.1em;
	padding: 0px 5px;
	line-height: 1.6em;
}

#topRoundMain, #bottomRoundMain{
	width: 565px;
	height: 9px;
	margin:0;
		
	}
	
#topRoundMain {
	background: url(../img/topMain.gif) no-repeat;
	font-size: 0;
				
	}
	
#bottomRoundMain{
	background: url(../img/bottomMain.gif) no-repeat;
	
		
			
	}

.content {
	border-left: 1px solid #b1b1b1;
	border-right: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
			
	}
		

#mainContent h4, h5{
	font-size: 1.3em;
	font-family: Arial;
	padding-top: 10px;
	margin: 2px;
	text-transform:uppercase;
	color:#EB9F50;
	
		
}

#mainContent h5 {
	color: #666;
	text-decoration: underline;
	padding-left: 2px;
}


#mainContent a{
	color: #DA9143;
}

#mainContent a:hover {
	color: #0000FF;
}


#secondaryContent {
	width: 160px;
	float:right;
	padding: 8px 8px;
	color: #888;
	font-size: 11px;
	
				
}

#secondaryContent p {
	padding: 0px 5px;
	margin: 10px 5px;

}

#topRoundSecond, #bottomRoundSecond{
	width: 160px;
	height: 9px;
	margin:0;
		
	}
	
#topRoundSecond{
	background: url(../img/topSecond.gif) no-repeat;
	font-size: 0;
				
	}
	
#bottomRoundSecond{
	background: url(../img/bottomSecond.gif) no-repeat;	
			
	}

h3 {
	font-size: 110%;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	border-bottom: 2px solid #ffb266;
	background: url(../img/heading.gif) repeat-x;
	background-color: #4E4E4E;
	color: #fff;
}

#secondaryContent a {
	text-decoration: underline;
		
}

#secondaryContent ul {
	list-style:none;
	margin: 10px;
	padding: 0;
		
}

#secondaryContent li {
	line-height: 20px;
}

#footer {
	clear: both;
	background: url(../img/footer.gif) repeat-x;
	background-color: #333;
	text-align: center;
	height: 50px;
	border-top: 4px solid #F28D23;
	color: #fff;
	font-size: 13px;
	padding:  15px;

}

#footer ul {
	list-style: none;
	margin: 0px;
	padding-top:5px;
	font-family: tahoma, sans-serif;
		
}

#footer li {
	display:inline;
}

#footer a:link, #footer a:visited {
	text-decoration:none;
	color:#F28D23;

}

#footer a:hover {
	color: #ddd;
	border-bottom: 1px solid #FFB266;
	}


#firefox {
	border-top: 1px solid #888;
	padding-left:  18px;
	
}

.firefox {
	border:0;
}

/* DB styling */

.recent_post{
	color: #E98F3C;
	margin:  0;
}

.recent_post a{
	text-decoration: none;
	
}

.recent_post a:hover {
	color: #C2AF84;
}

.recent_post a{
	color: #777;
}



/* Category lists */
.cats {
	background: url(../img/mini-category.gif) no-repeat left center;
	padding-left: 13px;
	margin-left: 8px;
	color: #666;
	font-size: 1.1em;

}

.cats ul {
	list-style: circle;
	margin: 10px 30px;
	padding: 0;
}

.cats a {
	color: #EE8D34;
}

.cats a:hover {
	color: #666;
}

.img_cat_arrow  {
	border: none;
}


#links {
	color: #666;
	font-size: 1.2em;	
}

#links a {
	color: #777;
}

#links a:hover {
	color: #EE8D34;
}

.links {
	background: url(../img/20.png) no-repeat left center;
	padding-left: 25px;
}

.img {
	margin: 0 auto 5px auto;
	border: 1px solid #ccc;
	border-bottom-color: #ddd;
	border-left-color:#ddd;
	border-right-color:#bbb;
	padding:  4px 4px 10px 4px;
	margin-left: 12px;
	background-color:  #eee;
	
}

.postText {
	padding: 8px 10px;
	font-size: 1.1em;
	/*font-family: 'Trebuchet MS', Helvetica, sans-serif;*/
}

.viewposts {
	padding: 6px;
	
}

.post_break {
	height:  5px;
	background-color: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ddd;
	margin:  5px 10px;	
}

.postdetails{
	background: url(../img/post.gif) no-repeat left center;
	margin-top: 0;
	margin-left: 5px;
	font-size: 90%;
	color: #9F8345;
	padding-left: 25px;
}

.postbottomcomments{
	background: url(../img/mini-comments.gif) no-repeat left center;
	float: left;
	font-size: 90%;
	color:#666;
	font-weight: bold;
	padding-left: 20px;
	margin-top: 15px;
}

.postbottomauthor{
	float: right;
	color: #9F8345;
	font-size:  85%;
	font-weight: bold;
	margin-top: 15px;
	
}

.top_page {
	background: url(../img/arrow_top.gif) no-repeat left center;
	padding-top: 10px;
	padding-left: 20px;
	font-size: 85%;
	
}

.comments {
	font-size: 95%;
	color: #888;
	margin: 0px 20px;
	
		
}

.commentdetails{
	font-size: 90%;
	color: #9F8345;
	margin-top: 0;
	border-top: 1px solid #ccc;
	
	
}

.backToTop{
	margin: 5px 20px;
	
}

.numcomments {
	background: url(../img/num_comments.gif) no-repeat left center;
	color: #E39544;
	margin: 0px 10px;
	padding-left: 20px;
	
}

.validate_error {
	color: #D0202C;
	padding: 45px 20px;
	font-weight: bold;
}

.vidCon {
	border: 2px solid #888;
	margin:25px 0px;
	width: 425px;
	background-color: #ddd;
	
	
}

.vidText{
	margin: 5px;
	font-size: 75%;
	font-family:"Lucida Sans Unicode", sansans-serif;
	color:#855E42;
}

/* Bible Verse Style */
.verseContent {
	font: bold 12px  'Trebuchet MS', Helvetica, sans-serif;
	margin: 0px;
	padding:0px;
}

.bibleVerse{
 	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color:#555; 
	margin:2px;
	padding: 1px;
}

/* Archive list */
/*
.archives {
	background: url(../img/mini-archive.gif) no-repeat left center;
	padding-left: 13px;
	margin-left: 8px;
	color: #666;
	font-size: 1em;
}


.archives ul {
	margin: 10px 30px;
	padding: 0;
}

.archives a {
	color: #EE8D34;
}

.archives a:hover {
	color: #666;
}
*/

#current_month{
	font-weight: bold;
	
}

.archive{
	color: #1E498A;
	font-size: 105%;
}

.archive_year li{
	color: #777;
	list-style: circle;
	margin-left: 12px;
}


.archive a {
	color: #EE8D34;
}

.archive_months ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.archive_months li {
	color: #777;
	list-style: none;
	padding: 0px;
	margin: 5px 0px;
}

.archive_posts a{
	color:#888;
	text-decoration:none;
		
}

.archive_posts a:hover {
	color: #555;
	text-decoration:underline;
}

.archive_posts li{
	text-indent: -15px;
	color: #666;
	padding:2px 10px 0px 0px;
	margin-left: 5px;
	
}