/*  
Theme Name: FallSeason-Rebuild FixedWidth
Theme URI: http://wpthemepark.com
Description: Zenlike by <a href="http://www.nodethirtythree.com/" title="nodethirtythree">nodethirtythree</a> , FallSeason WordPress Theme by <a href="http://wpthemepark.com/" target="_blank">WP ThemePark</a>
Version: 1.2
Author: Sadish
Author URI: http://wpthemepark.com
*/
/*

	zenlike1.0 by nodethirtythree design
	http://www.nodethirtythree.com

*/

*
{
	padding: 0em;
	margin: 0em;
}


body
{
	background: #141 url(images/bg.gif) repeat fixed;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-size: small;
	font-family:Verdana, Tahoma, Arial, Serif;
	color: #333333;
	font-size:0.8em;
}
p
{
	line-height: 1.6em;
	margin: 0 0 0.5em;
}

a
{
	color: #B96D00;
	text-decoration: none;
	border-bottom:#B96D00 1px solid;
}
a:hover
{
	text-decoration: none;
	border-bottom:#B96D00 1px dashed;
}
h1,h2,h3,h4,h5,h6 
{
	font-family:Georgia, Verdana, Arial, Serif;
}
h3,h4
{
	display: inline;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left;
}
h3
{
	font-size: 1.7em;
	padding-left: 24px;
	/* background-image: url(images/db1.gif); */
}
h4
{
	font-size: 1.4em;
	padding-left: 18px;
	/* background-image: url(images/db2.gif); */
}
h3 span
{
	font-weight: normal;
	font-size:60%;
	color:#999;
}
h5 
{
	font-weight:normal;
	font-family:Verdana, Arial, Serif;
	font-size:1em;
}
.contentarea
{
	padding-top: 1.3em;
}
dl 
{
	margin:1em 0px;
}
dt 
{
	font-weight:bold;
}
dd 
{
	margin:0.5em 1em;
	padding:0;
}
img
{
	border: solid 1px #dcdcdc;
	padding:3px;
}
img.left
{
	position: relative;
	float: left;
	margin: 0em 1.8em 1.4em 0em;
}
img.right
{
	position: relative;
	float: right;
	margin: 0em 0em 1.8em 1.8em;
}
img.profile
{
	position: relative;
	float: left;
	margin: 0.5em;
	padding:3px;
}
ul, ol 
{
	margin:1em;
	padding:0;
}
li 
{
	margin:0 1em;
	padding:0.15em;
}

#contentarea ul li 
{
	 /* list-style-image: url(images/db3.gif); */
}
blockquote 
{
    margin:1em;
    padding:0 0 0 40px;  
    color:#666;
    background:url(images/blockquote.gif) no-repeat left top;
}
fieldset 
{
	border:none;
}
.divider1
{
	position: relative;
	background: #fff url(images/border2.gif) repeat-x;
	height: 14px;
	margin: 2.0em 0em 1.5em 0em;
	clear: both;
}
.post 
{
	border-bottom: solid 1px #eaeaea;
	margin: 2em 0;	
}
.post h4 a 
{
	text-decoration:none;
	color:#000;	/* was #141  */
	border:none;
}

.post .details
{
	position: relative;
	top: -1.5em;
	font-size: 0.86em;
	color: #787878;
	margin:0;
	padding:0;
}
.post .details .user 
{
	background:url(images/user.png) no-repeat left center;
	padding-left:15px;
}
.post .details .date 
{
	background:url(images/date.gif) no-repeat left center;
	padding-left:15px;
	margin:0 0 0 1em;
}
#outer .post ul.controls
{
	clear: both;
	margin:0;
	padding:1em 0;
	background:#fcfcfc;
	color: #787878;
}

.post ul.controls li
{
	display: inline;
	font-size: 0.86em;
	margin:0;
	padding: 0em 1.0em 0em 15px;
}
.post ul.controls li.comments
{
	background: url(images/icon-comments.gif) no-repeat left center;
}

.post ul.controls li.more
{
	background: url(images/icon-more.gif) no-repeat left center;
}

.box
{
	background: #FDFCF6 url(images/boxbg.gif) repeat-x;
	padding: 1.5em;
	border-top: solid 1px #E1D2BD;
	border-bottom: solid 1px #E1D2BD;
	margin-bottom: 1.0em;
	text-align:left;
}

.box li {
line-height: 100%;
font-size: 95%;
}

ul.linklist
{
	list-style: none;
}

ul.linklist li
{
	line-height: 2.0em;
}

#outer
{
/* this code was fluid-working august 2008
	z-index: 2;
	position:relative;
	  	min-width: 790px;
		max-width: 1024px;	
		width:expression(document.body.clientWidth > 1024? "1024px": "auto");
	border: solid 7px #fff;
	background-color: #fff;
	margin: 0 auto;   */


/*  Original OUTER div  */
	z-index: 2;
	position: relative;
	
/*		The width value below controls the overall width of the design. By default it's set to 82%
		(so it'll take up 82% of the browser window's width). You can set it to a different percentage
		value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
		Width:expression trick doesn't work with IE6    */
	
	width: 990px;  /*  was 82%  originally */
	border: solid 7px #fff;
	background-color: #fff;
	margin: 0 auto; 
}

#header
{
	position: relative;
	width: 100%;
	height: 207px;
	background: #000 url(images/header3.jpg) center center;
	background-repeat: no-repeat;

/* Original HEADER div
	position: relative;
	width: 100%;
	height: 9em;
	background: #2b2b2b url(images/topbg.gif) repeat-x;
	margin-bottom: 2px;
END of Original HEADER div */
}

#headertext
{
	position: relative;
	width: 95%;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
	}
	
#sitetitle
{
	position: absolute;
	top: 0px;
	width: 40%;
/*	float: left;  */
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 2em;
	color: #c0c3cc;
	}
	
#sitemotto
{
	position: absolute;
	top: 140px;
	right: 0px;
	width: 80%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size: 1.25em;
	text-align:right;
	color: #faebc4;
	}
	

#sitemotto p
{
	line-height: 0.8;
	color: #faebc4;	
	}

#sitemotto a
{
	color: #faebc4;
}

#headercontent
{
	position: absolute;
	bottom: 0em;
	padding: 0em 2.0em 1.3em 2.0em;
}

#headercontent h1
{
	font-weight: normal;
	font-size: 2.5em;
}
#headercontent h1 a:link, #headercontent h1 a:visited
{
	color:#9F9030;
	text-decoration:none;
	border:none;
}
#headercontent h1 a:hover, #headercontent h1 a:active
{
	text-decoration:none;
	color:#fff;
	border:none;
}
#headercontent h2
{
	font-size: 1.0em;
	font-weight: normal;
	color: #aaa;
}


#headerpic
{
	position: relative;
	height: 149px;
	background: #fff; /* url(images/fall_leaves.jpg) repeat-x bottom left; */
	margin-bottom: 2px;
}

#menucontainer
{
	position: relative;
	margin-top: 2px;
	}
	
#menu
{
	position: relative;
	background: #cc9900 url(images/menubg.gif) repeat-x top left; /* was #7f8400 */
	height: 3.5em;
	padding: 0 1.0em;
	margin: 0 0 2px;
}

#menu ul
{
	padding:1em 0 0 0;
	margin:0;
}

#menu ul li
{
	position: relative;
	display: inline;
	padding:0;
	margin:0;
}

#menu ul li a:link, #menu ul li a:visited
{
	color: #fff;
	padding: 0.5em 1.0em 0.9em 1.0em;
	text-decoration: none;	
	border:none;
}

#menu ul li a:hover, #menu ul li a:active, #menu ul li.current_page_item a
{
	background: #cc9900 url(images/menuactive.gif) repeat-x top left;	
	border:none;
}

#search
{
	position: relative;
	margin-top: .5em;
	padding-right: 0.0em;
	color:#aaa;
}

#search input.text
{
	margin-right: 0.5em;
	vertical-align: middle;
	border: solid 1px #f0f0f0;
	padding: 0.1em;
	width: 10.0em;
	background:#fff url(images/button_bg.gif) repeat-x top;
}

#search input.submit
{
	background: #8f4008;
	border: solid 1px #9F9030;
	font-weight: bold;
	padding: 0.25em;
	font-size: 0.8em;
	color: #F2F3DE;
	vertical-align: middle;
}



#menubottom
{
	background: #fff url(images/border1.gif) repeat-x;
	height: 14px;
	margin-bottom: 1.5em;
}


	
/************************************************
*	Navbar      								*
************************************************/

#navbar {
	width: 990px; /* original 920 */
	background: #cc9900 url(images/menubg.gif) repeat-x top left; /* was #7f8400 */
	height: 3.5em;
/* orig	background: #000000 url(images/navbar.gif);  

	height: 27px; */
	color: #FFFFFF;
	margin: 2px auto 0px;
	padding: 0px 0px 0px 0px;
	}
	
#navbarleft {
	width: 700px;  /* was 805 */
	float: left;
	margin: .5em 0 0 1.5em;
	padding: 0px 0px 0px 0px;
	}
	
#navbarright {
	width: 180px;
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 5px 10px 0px 0px;
	text-align: right;
	}
	
#navbarright  a, #navbarright a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 3px;
	}
	
#navbarright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	padding: 0px 0px 0px 3px;
	border-bottom: none;
	}
	
#navbarright a img {
	border: none;
	margin: 0px 0px 2px 0px;
	padding: 0px;
	}

#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a {
	color: #FFFFFF;
	display: block;
    font-weight: bold;
    margin: 0px 10px 0px 0px;
	padding: 5px 10px 6px 10px;
	border-bottom: none;
	}
#nav li a:hover, #nav li a:active, #nav li.current_page_item a	{
/* #nav a:hover { */
	background: #cc0000 url(images/navhov.gif);
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	border-bottom: none;
    margin: 0px 10px 0px 0px;
	padding: 5px 10px 6px 10px;
	}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#nav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 160px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #a67e1c; /* #000000;  */
	width: 160px;
	float: none;
	margin: 0px;
	padding: 6px 10px 5px 10px;
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #cc0000; /* #404040;  */
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}
	
/************************************************
*	Navbar      								*
************************************************/

#subnavbar {
	background: #EEEEEE;
	width: 990px;
	height: 26px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	}
	
#subnav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#subnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#subnav a {
	background: #EEEEEE;
	color: #333333;
	display: block;
    font-weight: normal;
    margin: 0px 20px 0px 0px;
	padding: 6px 10px 5px 10px;
	border-bottom: none;
	}
	
#subnav a:hover {
	background: #DDDDDD;
	color: #333333;
	display: block;
	text-decoration: none;
	border-bottom: none;
    margin: 0px 20px 0px 0px;
	padding: 6px 10px 5px 10px;
	}

#subnav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#subnav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 160px;
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #EEEEEE;
	width: 160px;
	float: none;
	margin: 0px;
	padding: 6px 10px 5px 10px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #ffffff;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #DDDDDD;
	}

#subnav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#subnav li:hover ul {
	left: auto;
	display: block;
	}
	
#subnav li:hover ul, #subnav li.sfhover1 ul {
	left: auto;
	}

/* end of Revolution30 menu/navbar/subnavbar */

#content
{
	padding: 0 2.0em;
}

#primarycontainer
{
	float: left;
	margin-right: -18.0em;
	width: 100%;
}

#primarycontent
{
	margin: 1.5em 22em 0 0;
}

#pb-primarycontent
{
	margin: .5em 0 0 0;
}

#sidebar
{
	margin: 0;
	float: right;
	width: 18.0em;
}
#sidebar ul
{
	list-style:none;
	margin:0.5em 0 0;	
}
#sidebar li 
{
	margin:1em 0;
	padding:0.5em;
}
#sidebar li li 
{
	margin:0;
	padding:0.5em;
	background:none;
}
#sidebar li li li
{
	margin:0;
	padding:0.5em 0 0 1em;
}
#sidebar ul.feeds li 
{
	background:url(images/feed.png) no-repeat left center;
	margin:1em 0;
	padding:0 1.5em;	
}
#footer
{
	position: relative;
	height: 2.0em;
	clear: both;
	padding-top: 5.0em;
	background: #fff url(images/border2.gif) repeat-x 0 2.5em;
	font-size: 0.86em;
}

#footernav /* for wp-paginav by Lester Chan */
{
position: relative;
clear: both;
margin: 1em;
text-align: center;
}

#footer .left
{
	position: absolute;
	left: 2em;
	bottom: 1.2em;
}

#footer .right
{
	position: absolute;
	right: 2.0em;
	bottom: 1.2em;
}
/*comments and their styles*/
#comments, #respond{
	margin: 2em 0 0 5px;
}
#commentform 
{
	margin:10px;
	padding:10px;
}
#outer .commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li 
{
	list-style:none;
	margin: 2em 0;
	padding: 0.5em;			
	border-bottom:#ddd 1px dashed;
	background:#fcfcfc url(images/border2.gif) repeat-x top;
}
.commentlist li p 
{
    margin:0 1em;
}
.commentlist li .cmtinfo 
{
	font-family:Trebuchet MS,Verdana, Tahoma, Serif;
	font-size:0.9em;		
	padding:5px;
	margin-bottom: 10px;
	position:relative;	
}
.commentlist li .cmtinfo em 
{
	margin:0;
	padding:0 1em;
	text-align:right;
	font-style:normal;			
	color:#999;	
}
.commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
}

.commentlist li.alt
{
	background:#fcfcf9 url(images/border2.gif) repeat-x top;
}

textarea{
	width: 90%;
	padding:5px;
	height: 20em;
	border: 1px solid #ccc;	
	background:#f9f9f9 url(images/button_bg.gif) repeat-x top;
	font:1em Verdana, Arial, Serif;
}
#outer input.text 
{
	background:#f9f9f9 url(images/button_bg.gif) repeat-x top;
	border:#ccc 1px solid;
	padding:2px;
	font:1em Verdana, Arial, Serif;
}
.post h5 em
{
	font-style:normal;
	float:right;
	font-weight:normal;
}
#header, #content, #sidebar, #footer, .widget {
    overflow: hidden;
}

/* table styling - used by monthly reading schedules ALSO affects ec_3 calendar! */


#reading table
{
	border: 1px solid #333;
	font-weight: normal;
	font-size: 12px;
	font-family: 'Lucida Sans', Verdana, Tahoma, Arial, Helvetica, sans-serif;	
}

#reading td, th
{
	padding: 3px;
}

#reading th
{
	text-align: center;
	font-weight: bold;
	color: #fff;
	background-color: #cc9900;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc #666 #000 #ccc;
}

#reading td
{
	background-color: #faf9ea;
	border-style: solid;
	border-width: 1px;
	border-color: #fff #aaa #666 #fff;
}

/* table styling class in posts - use for tables embedded in posts  */

.reading table
{
	border: 1px solid #333;
	font-weight: normal;
	font-size: 12px;
	font-family: 'Lucida Sans', Verdana, Tahoma, Arial, Helvetica, sans-serif;	
}

.reading td, th
{
	padding-left: 5px;
	padding-right: 5px;
}

.reading th
{
	text-align: center;
	font-weight: bold;
	color: #000;
	background-color: #cc9900;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc #666 #000 #ccc;
}

.reading td
{
	background-color: #faf9ea;
	border-style: solid;
	border-width: 1px;
	border-color: #fff #aaa #666 #fff;
}


.posttable table
{
	border: 1px solid #333;
	font-weight: normal;
	font-size: 12px;
	font-family: 'Lucida Sans', Verdana, Tahoma, Arial, Helvetica, sans-serif;	
}

.posttable td, th
{
	padding: 3px;
}

.posttable th
{
	text-align: center;
	font-weight: bold;
	color: #fff;
	background-color: #cc9900;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc #666 #000 #ccc;
}

.posttable td
{
	background-color: #faf9ea;
	border-style: solid;
	border-width: 1px;
	border-color: #fff #aaa #666 #fff;
}

/* WPG2 alignment classes */

.g2image_normal {
   margin: 4px;
}

.g2image_float_left {
   float: left;
   clear: left;
   margin: 4px;
}

.g2image_float_right {
   float: right;
   clear: right;
   margin: 4px;
}

.g2image_centered {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.imagecentered {
   display: block;
   margin-left: auto;
   margin-right: auto;
}


#mapcontainer
{
	width: 785px;
	height: 550px;
	margin-left: auto;
	margin-right: auto;
}
	
/* phpbible styles */
#pb
{
	width: 60%;
}

#pb .def         { color: #800000; text-decoration: none; }
#pb .def:hover   { color: #FF0000; text-decoration: none; }
#pb .selected    { background-color: #f0e0e0; border-style: outset; border-width: 0; }
#pb a            { color: #800000; text-decoration: none; }
#pb a:hover      { color: #FF0000; text-decoration: none; }
#pb .custom_input { background-color: #f0e0e0; color: #800000; border: 1px solid #800000; }
#pb .custom_button { background-color: #c08080; color: #800000; font-family: Verdana; font-size: 
               10pt; font-weight: bold; border-style: outset; border-width: 1px; }
#pb .def_title         { color: #f0e0e0; text-decoration: none; }
#pb .def_title:hover   { color: #FF0000; text-decoration: none; }
#pb .dark        { color: #f0e0e0; background-color: #800000;}
#pb .light       { color: #800000; background-color: #f0e0e0;}
#pb .medium      { color: #f0e0e0; background-color: #c08080;}

/*body         { scrollbar-face-color: #c08080;
               scrollbar-highlight-color: #f0e0e0;
               scrollbar-shadow-color: #800000;
               scrollbar-3dlight-color: #f0e0e0;
               scrollbar-arrow-color:  #800000;
               scrollbar-track-color: #f0e0e0;
               scrollbar-darkshadow-color: #400000 }
*/

/* flexi-pages widget styling */
/* bold main list */
li#flexi-pages ul li {
	font-weight:bold;
}

/* normal font for other items in list */
li#flexi-pages ul li ul li {
	font-weight:normal;
}

/* indent second level */
li#flexi-pages ul ul {
margin-left:10px;
}

/* 1689 confession pages  changed from ID's to class */
	#container1689
		{
			width: 90%;
			margin: 10px auto;
			background-color: #fff;
			color: #333;
			border: 1px solid gray;
			line-height: 130%;
		}
		
		#top1689
		{
			padding: .5em;
			background-color: #ddd;
			border-bottom: 1px solid gray;
		}
		
		#top1689 h1
		{
			padding: 0;
			margin: 0;
		}
		
		#leftnav1689
		{
			float: right;
			/*border-left: 1px solid blue; */
			width: 270px;
			margin: 0 0 1.0em 0;
			padding: 1em;
			background: #FDFCF6 url(images/boxbg.gif) repeat-x;
			border-top: solid 1px #E1D2BD;
			border-bottom: solid 1px #E1D2BD;
		}
		
		#content1689
		{
			margin-right: 296px;
			border-right: 1px solid gray;
			padding: 1em;
			/* max-width: 36em; */ 
		}
		
		#footer1689
		{
			clear: both;
			margin: 0;
			padding: .5em;
			color: #333;
			background-color: #ddd;
			border-top: 1px solid gray;
		}
		
		#leftnav1689 p { margin: 0 0 1em 0; }
		#leftnav1689 ul {
		padding: 0;
		margin: 0 0 0 5px;
		}

		#leftnav1689  ul li {
			font-size: .8em;
			font-family: verdana, arial, san-serif;
			padding: 0 0 0 0;
			margin: 0 0 0 0;
			list-style: none;					 
		}
		
		#content1689 h2 { margin: 0 0 .5em 0; }
		#content1689 .post h3 {
			margin: 0 0 .5em 0;
			color:#000000;
			text-align:center;
			}	
.hcenter{
margin-left:auto;
margin-right:auto;
	text-align:center;
}	
			
/* style for two column page sample from  http://ulyssesonline.com/2007/08/01/create-a-2-column-wordpress-page/ */
.embed {  
 width:48%;  
 float:left;  
 padding:0 0 0 10px;  
 margin:0 0 20px 0;
 background: #bbb;  
 }
 
.aligncenter { display:block; margin-left:auto; margin-right:auto; }
.alignleft { display:block; margin-right:auto; }
.alignright { display:block; margin-left:auto; }   