/*** DO NOT USE - USE PAGEMISC INSTEAD ***/


/* xcopfly.com Stylesheet - Based on Damien Allen's SoftGreen */
/* Stylesheet - Compatible with CSSv1, CSS Mobile, CSS ATSC TV, and CSS TV */

/*
Theme Name:SoftGreen
Description:A clean, green theme with a simple header.
Author:Damien Allen
Author URI:http://damienallen.com
Version: 1.2
Tags:fixed width,simple,two columns,valid XHTML,valid CSS,green,brown,sidebar right,sidebar widgets 
*/

/**Two stars means Dan removed "hover" it must be removed for CSS Mobile/ATSC TV/TV compatibility**/
/*** Three stars (with a space) means it must be removed for CSSv1/Mobile/ATSC TV/TV compatibility ***/

/* basics */

/*** CSSv1 incompatible line below, removing leaves a thinner top menubar with a gap ***/
/*** *{margin:0; padding:0;} ***/

body, html {
	padding: 0px;
	margin: 0px;
	}
	
body {
	background-color: #89725B;
        /*background-image: url("images/bg.jpg");*/
        background-repeat: repeat-y;
        background-position: center;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
}        

h1 {font-size: 18pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 10pt; margin-top:10px;}
h4 {font-size: 9pt;}

li {padding-top: 5px;}

li.nospace {padding-top: 0px;}
li.wide {padding-top: 10px;}

/* images and misc. */

img{ border: none; padding: 6px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	border:2px solid #966419;
        margin-top:50px;
        margin-bottom:50px;
        margin-left:100px;
        margin-right:100px;
        padding-left:10px;
        padding-right:10px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color:#666;
	text-decoration:none;
	border: none;
	}

/*a:hover{color:#6A7CA0;text-decoration: underline; border: none;}*/



/* container */


#container {
	width: 800px;
	margin: 0 auto;
	/*background-image: url("images/content.jpg");*/
	background-color: #b0cc99;
        background-repeat: repeat-y;
        background-position: center;
	color:#333;
	}

/* header */

#cheader {
	background-color: #677e52;
        background-image: url("xcopfly2.jpg");
        background-repeat: no-repeat;
        background-position: right bottom;
        width: 800px; 
	color: #fff; 
	height: 120px;
	/*margin: 0 15px 0 15px;*/
	}

#cheader h1{
	font-family: "palatino linotype, georgia, arial, times";
	font-size: 24pt;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;	
	padding: 30px 0 0 16px;	
	}
	
#cheader h1 a{color: #fff; text-decoration: none;}
/*#cheader h1 a:hover{color: #ddd; text-decoration: none;}*/


#cheader h2{
	font-family: "palatino linotype, georgia, arial, times";
	font-size: 8pt;
	font-weight: 300;
	font-style: italic;
	color: #fff;
	letter-spacing: 1px;
	margin: 0;	
	padding: 0 0 0 18px;	
	}

/* main menu */

#menu {
	/*background-color: #b7ca79;*/
	background-color: #a4b56e;
        background-image: url("nav.jpg");
        background-repeat: repeat-x;
        background-position: bottom;
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	width:800px; 
	height:25px;
	/*margin: 0 15px 0 15px;*/
}

#menu ul {
	padding: 5px 0 0 0;
	text-align: left;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;	
}

#menu ul li a {
	padding: 13px 13px 13px 13px;
	margin: 0;
	text-decoration: none;
	color: #fff;
}

/**Section incompatible with CSS Mobile, but you lose the menubar's dimming effect.**/
/**#menu ul li a:hover {
	background-color: #677e52;
	color:#fff;
}**/



/* content */


#content {
	float: left;
	width: 600px;
        margin-left: 0px;
	/*overflow: hidden;*/
	}	

.post {
	padding:10px 10px 10px 20px;
	line-height: 14pt;
	color: #000;
	}
	
.post h2{
	font-family: times, serif;
	font-size: 14pt;
	font-weight: bolder;
	color: #333;
	}
	
.post h2 a{
	color: #08122E;
	text-decoration: none;
	}
	
/*.post h2 a:hover{
	color: #666;
	text-decoration: none;
	}*/
	
.post p{font-size: 8pt;}

.post a{text-decoration:underline;}

.post ul {
	margin-left: 20px;
	}

.post ol {
	margin-left: 20px;
	}

.entry p{
        margin:25px 0;
}

.postmetadata{
	clear: both;
	background:#c1dcab;
	padding:6px;
	margin-top: 16px;
	}
	

.navigation {
	font-size:8pt;
	float:left;
	width:100%;
	}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}

/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width: 167px;
	float:right;
	padding: 0;
	/*margin: 12px 0 24px 0;*/
	border-left: 1px dotted #A2A2A2;
	}

#sidebar h2{
	font-family: georgia, verdana, times;
	font-weight: normal; 
	font-size: 10pt; 
	text-align: left;
	color: #08122E;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/* comments */

.gra {
	display: inline;
	float: left;
        width: auto;
	}

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #c1dcab;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#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: 75%;
	/*width: 100%;*/
	/*min-width:400px;*/
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	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: #c1dcab;
	/*margin:10px 0;*/
	margin:10px 10px;
        padding:5px 0 5px 10px;
	/*overflow: hidden*/
	}

ol.commentlist li.alt {background: #c1dcab;}
ol.commentlist li p {margin: 6px 0 6px 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;}

.comminfo {
	margin: 15px 0 20px 25px;
	}

/* search */

#searchform{
	padding: 6px 0 6px 6px;
	font-family: "verdana, arial, times";
	}

#searchform input#s{
	font-family: "verdana, arial, times";
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	width: 100px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	}

/* footer */

#footer {
	background: #677e52;
	clear: both;
	width: 800px;
	/*margin: 0 15px 0 15px;*/
	font-family: verdana, arial, tahoma;
	font-size: 7pt;
	text-align: center;
	}
	
#footer p{padding:6px;margin: 0; color: #eee;}
#footer a{color: #BCBCBC;text-decoration: none;}
/*#footer a:hover{color: #5D5D5D;text-decoration: underline;}*/

/* WP aligns */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   width: auto;
}

.alignright {
   float: right;
   width: auto;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   /*-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;
}

/* Dan */

.bible {
   padding:5px;
   border:3px groove #C0C0C0;
}

