/*  
Theme Name: FallSeason
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: 35px 0px 35px 0px;
	font-size: small;
	font-family:Verdana, Tahoma, Arial, Serif;
	color: #333333;
	font-size:0.8em;
}
p
{
	line-height: 1.3em;
	margin: 0 0 1em 0;
}

h1,h2,h3,h4,h5,h6 
{
	font-family:Georgia, Verdana, Arial, Serif;
	color:#41ad49;	
}
h3
{
	font-size: 1.7em;
}
h4
{
	font-size: 1.4em;
	border-top:1px solid #41ad49;
	border-bottom:1px solid #41ad49;
	padding-top:3px;
	padding-bottom:3px;
}
h3 span
{
	font-weight: normal;
	font-size:60%;
	color:#999;
	border:none;
	padding:0;
}
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.alignleft
{
	position: relative;
	float: left;
	margin: 0em 1.8em 1.4em 0em;
}
img.alignright
{
	position: relative;
	float: right;
	margin: 0em 0em 1.4em 1.8em;
}
img.aligncenter {
	display: block;
	margin: 0em 1.8em 1.4em 1.8em;
	
}
img.none {
	border:none;
	margin:.5em 0;
}
img.profile
{
	position: relative;
	float: left;
	margin: 0.5em;
	padding:3px;
}
ul, ol 
{
	margin:1em;
	padding:0;
}
li 
{
	margin:0 1em 1em 1em;
	padding:0.15em;
}
#contentarea ul li 
{
	list-style-image: url(images/db3.jpg);
}
table{
border-collapse:collapse;
}
table th, table td {
padding:3px;
}
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 h1, .post h2, .post h3, .post h4, .pagetitle h2 {
	color:#41ad49;	
}
.post h1 a, .post h2 a, .post h3 a, .post h4 a 
{
	text-decoration:none;
	color:#41ad49;	
	border:none;
}

.byline {
	font-size: 0.86em;
}

.addtoany_share_save_container {
	margin-top:1em;
}

div.slideshowlink {
	margin-bottom:1em;
}

.post .details
{
	position: relative;
	top: -1.5em;
	font-size: 0.86em;
	color: #787878;
	margin:0;
	padding:0;
}

.post .details a:link, .post .details a:visited {
	text-decoration:none;
	color: #787878;
	border:none;
}

.post .details a:hover, .post .details a:active {
	text-decoration:none;
	color:#1693d1;
	border-bottom:1px solid #1693d1;
}

.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 a:link, .post ul.controls li a:visited {
	text-decoration:none;
	color: #787878;
	border:none;
}

.post ul.controls li a:hover, .post ul.controls li a:active {
	text-decoration:none;
	color:#1693d1;
	border-bottom:1px solid #1693d1;
}
.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
{
	padding: 1.5em;
	margin-bottom: 1.0em;
	text-align:left;
}

ul.linklist
{
	list-style: none;
}

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

#outer
{
	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: 82%;
	border: solid 7px #fff;
	background-color: #fff;
	margin: 0 auto;
}

#header
{
	position: relative;
	width: 100%;
	height: 112px;
	background: #1693d1 url(images/topheader.jpg) top left no-repeat;
	margin-bottom: 2px;
}

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

#headercontent h1
{
font-size:0;
text-indent:-1000px;
background:transparent url(images/imagine.gif) top left no-repeat;
width:134px;
height:77px;
}

#headercontent h2
{
font-size:0;
text-indent:-1000px;
}

#headerpic
{
	position: relative;
	height: 151px;
	background: #41ad49 url(images/middleheader.jpg) top left no-repeat;
	padding: 0em 2.0em 1.3em 2.0em;
	margin-bottom: 2px;
}

#menu
{
	position: relative;
	background: #d2232a url(images/bottomheader.jpg) top left no-repeat;
	height: 41px;
	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;
	font-weight:bold;
	font-size:1.2em;
	padding: 0.5em 1.0em 0.5em 1.0em;
	text-decoration: none;	
	border:none;
}

#menu ul li.current_page_item a
{
	color:#ffcb05;
	background:transparent url(images/star.gif) left 8px no-repeat;
	padding-left:20px;
	border:none;
}

#menu ul li a:hover, #menu ul li a:active
{
	color:#ffcb05;
	border:none;
}

#content
{
	padding: 0 2.0em;
}

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

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

#sidebar
{
	margin: 0;
	float: right;
	width: 18.0em;
}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4 {
	color:#41ad49;	
}
#sidebar ul
{
	list-style:none;
	margin:0.5em 0 0;	
}

#sidebar li a {
	text-decoration:none;
	color:#333;	
	border:none;
}

#sidebar li a:hover, #sidebar li a:active
{
	color: #1693d1;
	text-decoration: none;
	border-bottom:#1693d1 1px solid;
}

#sidebar li.current_page_item a {
	color: #1693d1;
}


#sidebar li 
{
	margin:1em 0;
	padding:0.25em 0.5em;
}
#sidebar li li 
{
	margin:0;
	padding:0.25em 0.5em;
	background:none;
}
#sidebar li li li
{
	margin:0;
	padding:0.25em 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;
}

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

#footer .right
{
	position: absolute;
	right: 2.0em;
	bottom: 1.2em;
}
/*comments and their styles*/
.entry a:link, .entry a:visited {
	text-decoration:none;
	color: #787878;
	border:none;
	font-size: 0.86em;
}

.entry a:hover, .entry a:active {
	text-decoration:none;
	color:#1693d1;
	border-bottom:1px solid #1693d1;
	font-size: 0.86em;
}
#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 .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;
}