/*
Theme Name: I Luv Trees
Theme URI: http://www.WPThemerKit.com
Description: Based off of Blank Theme D, 3 Columns, 1 Left Sidebar, 1 Right Sidebar
Version: 1.1
Author: Cal
Author URI: http://www.WPThemerKit.com
*/

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
files are available at http://www.wpthemerkit.com

License info can be found at http://www.wpthemerkit.com/license.php
=================================================================== */
/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.
2. General Classes - .entry-meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar Links - #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
-------------------------------------------------------------------*/

/*===START SECTION 1 - the main containers===*/
/*img, div { behavior:url(iepngfix.htc); }*/
*{ margin:0;padding:0; }
/*h2 { font:34px "Times New Roman", Times, serif; color:#48762e; }*/
/*.h2home { line-height:30px; }*/
p.copy {font:17px "Times New Roman", Times, serif; color:#010101; padding-bottom:50px; line-height:120%; }
.fffh2 { font:36px "Courier New", Courier, monospace; color:#fff; padding:10px 0 0 27px; font-weight:bold; }
a:active { outline: none; }
:-moz-any-link:focus { outline: none; }

body {
	font-family:"Times New Roman", Times, serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #555555;
	
	background:url(images/bg_cork2.jpg) repeat;
}
#wrapper {
	width: 975px;
	margin: 0px auto;
	padding: 0px;
}
#header {
	height: 150px;
	width: 975px;
	margin: 0px;
	
	/*background:transparent url(images/bg_head.png) no-repeat 100px;*/
	background:transparent url(images/bg_headerfull.png) no-repeat;
	/*background-position:bottom;*/
	/*border:1px solid #000;*/
}
#main {
	width: 975px;
}
#content {
	/*width: 480px;*/
	width: 420px;
	padding: 0px;
	float: left;
	line-height: 1.3em;
	
	/*background:#FFFF00;*/
	padding:0 33px 0 27px;
}

#content p {
	margin:0 0 12px 0;
	line-height:120%;
}

/*#content h2 {
	font-size:20px; font-weight:bold;
}

#content h2 a {
	font-size:20px;
}*/

#sidebar-left {
	width: 100px;
	float: left;
	margin-top: 0px;
	
	/*background:#ccc;*/
}
#sidebar-right {
	width: 145px;
	float: left;
	/*margin-top: 265px;*/
	margin-top:4px;
	padding:0 25px 0 0;
	/*background:#ccc;*/
}
#sidebar-farright {
	width: 225px;
	float: right;
	margin-top: 0px;
	
	/*background:#666666;*/
}
#footer {
	height: 42px;
	clear: both;
	/*text-align: center;*/
	font-size: 0.8em;
	padding: 13px 0 0 0;
	
	/*background:#333;*/
}
/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
	/*padding: 5px;*/
	/*font-size: .9em;*/
	font:17px "Times New Roman", Times, serif;
	color:#010101;
	/*padding:5px 23px 5px 27px;*/
	padding:5px 0 5px 0;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
  clear: both;
  /*padding:0 23px 0 27px;*/
}
.navigation a { font:12px "Times New Roman", Times, serif; color:#48762e; }
.avatar {
  /*float: right;*/
  /*margin: 0 0 3px 5px;*/
  float:left;
  margin: 0 10px 5px 0;
}
.entry-meta {
  margin: 0 0 10px 0;
  font-size:12px;
}
.underpost {
	font-size: .9em;
	padding:25px 0 0 0;
}
ol {
margin: 0 35px 35px 20px;
}
/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
#content a:link, #content a:visited {
	padding: 0px;
}
#content a:hover {
	text-decoration: underline;
}
#footer a:link, #footer a:visited {
	color: #474200;
}
#footer a:hover {
	text-decoration: none;
}

/***** FOOTER NAVIGATION *****/

#navftr { list-style-type:none; font-size:12px; padding-left:100px; font-weight:bold; }
#navftr li { /*float:left;*/ /*padding-right:20px;*/ display:inline; color:#feffa5; }
#navftr li.copyright { padding-right:165px; }
#navftr li.designed { padding-right:180px; }
#navftr li a { text-decoration:none; }
#footer a:link, #footer a:visited { color:#feffa5; }
#navftr li a:hover { text-decoration:underline; }
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu{
	padding: 0;
	white-space: nowrap;
	margin: 20px 0 0 0;
	width: 750px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li a:link, #menu li a:visited {
	padding: 3px;
	text-decoration: none;
}
#menu li a:hover {
	text-decoration: underline;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar-left ul, #sidebar-right ul, #sidebar-farright ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
	background:transparent;
}
#sidebar-left li a:link, #sidebar-left li a:visited, #sidebar-right li a:link, #sidebar-right li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: 0.1em;
	padding: 1px 0;
	font:Arial, Helvetica, sans-serif;
}
#sidebar-left li a:hover {
	/*background-color:;*/
}
#sidebar-right li a:hover {
	/*background-color: #FFFFFF;*/
	text-decoration:underline;
}
#sidebar-left ul ul {
  margin-left: 10px;
}
#sidebar-right ul ul {
  margin-left: 0px;
}
#sidebar-left ul ul li {
  font-size: .9em;
  margin-left: 10px;
}
#sidebar-right ul ul li {
  font-size: .9em;
  margin-left: 0px;
}

#sidebar-right li { background:none; }
/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#header h1 a:link, #header h1 a:visited {
	font-size: 1em;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	width: 600px;
	padding: 1px 0 0 25px;
	clear: both;
	border:1px solid #ff0000;
}
#header h1 a:hover {
	text-decoration: underline;
}
/*#content h1 {
	font-size: 1.5em;
}*/
#sidebar-left h1, #sidebar-right h1 {
	font-size: 1.4em;
}
#sidebar-left h2, #sidebar-right h2 {
	/*font-size: 1.1em;*/font:12px  Arial, Helvetica, sans-serif; /*color:#48762e;*/ font-weight:bold;
}
/*.post h2 {
	margin: 0px 0 10px 0;
	padding: 0;
	font:34px "Times New Roman", Times, serif;
	color:#48762e;
}
.post h3 {
	margin: 0;
	padding: 0;
	font:34px "Times New Roman", Times, serif;
	color:#48762e;
}*/
.post a { color:#48762e; text-decoration:none; }
.post a:hover { text-decoration:underline; }
/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
.entry-date {
	height: 89px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #000000;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	
	display:none;
}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}
/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
#respond { /*padding:5px 23px 5px 27px;*/ padding:25px 0 5px 0; }
#respond p {
	font-size: .9em;
}
#respond a { color:#48762e; }
#commentform input {
	
}
#commentform textarea {
	
}
#comment { margin-bottom:10px; }
#commentform {	
	padding: 10px 0 10px 0;
}
li.author {
	padding: 5px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}
/*===END SECTION 8===*/

/*===START SECTION 9 - oh you're so fancy with those blockquotes....===*/
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 345px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}
/*===END SECTION 9===*/

/*===START SECTION 10 - images when inserted into a post.===*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
/*===END SECTION 11===*/

#contentwrapper { width:650px; background:url(images/bg_gridpaper2.gif) repeat-y top left; /*overflow:hidden;*/ float:left; padding-bottom:25px; min-height:750px; }
#bannerimg { width:650px; height:215px; background:transparent url(images/bannerimg.jpg) no-repeat 27px; float:left; margin:25px 0; }
#bannerbg { width:650px; height:72px; background:transparent url(images/bg_greenhead.png) no-repeat; float:left; margin:0; margin-bottom:25px; }
#content { /*background:url(images/bg_gridpaper.gif) repeat-y top left; overflow:hidden;*/ }
#sidebar-left { background:transparent; /*background:#ccc;*/ }
#sidebar-right { background:transparent; /*background:#ccc;*/ }	
#sidebar-farright { background:transparent; /*background:#666666;*/ }


#logo {
	position:relative; top:-45px; left:0px;
	background:url(images/logo.png) no-repeat;
	width:158px; height:158px; text-indent:-9999px;
	margin:0 0 0 0; padding:0 0 0 0; display:block;
	z-index:999;
	}
	
#logo a {
	width:158px; height:158px; text-indent:-9999px;
	margin:0 0 0 0; padding:0 0 0 0; display:block;
	}
	
.description { text-indent:-9999px; }

#lefttop { }
#leftbottom { }

#tipofday { width:225px; height:255px; background:url(images/bg_postit.png) no-repeat 5px 0; display:none; }
/*.ec_widget_display { width:175px; height:135px; background:url(images/bg_postit.png) no-repeat 5px 0;  padding:120px 25px 0 25px; background-position:20px 0; }*/
.ec_widget_display { width:165px; height:135px; background:url(images/bg_postit.png) no-repeat 5px 0;  padding:120px 15px 0 45px; background-position:20px 0; }
#moretips { text-align:left; }
#moretips a { font-size:11px; }
.userauthor { /*float:left;*/ }

/*#vendorofday { width:180px; height:161px; background:url(images/bg_paperspiral.png) no-repeat 5px 0; padding:140px 20px 0 25px; background-position:20px 0; }*/
#vendorofday { width:175px; height:161px; background:url(images/bg_paperspiral.png) no-repeat 5px 0; padding:140px 10px 0 40px; background-position:20px 0; }
#vendorlogo { width:165px; height:50px; }
.vendordesc { font:14px "Times New Roman", Times, serif; color:#1f221d; line-height:18px; padding:5px 0; }
#vendorofday a { font-size:11px; }

.widgettitle { font:12px Arial, Helvetica, sans-serif; color:#000; font-weight:bold; padding-bottom:5px; }

.widget a { font:12px Arial, Helvetica, sans-serif; color:#48762e; }
.textwidget { font:12px "Times New Roman", Times, serif; color:#48762e; }

#execphp-334617681 .widgettitle, #text-334601281 .widgettitle, #execphp-336072001 .widgettitle { color:#000; }

img, div { behavior: url(iepngfix.htc); }

#comments { padding:25px 23px 5px 27px; }
ol.commentlist { padding:5px 23px 5px 27px; }
ol.commentlist a { color:#48762e; }

.pagetitle { /*padding:0 23px 0 27px;*/ }

/* events calendar */
.eventdatehide { display:none; }

#events-calendar-list a { font:14px "Times New Roman", Times, serif; line-height:14px; color:#000; }

.linklove, .cform legend { display:none; }

.cat_posts { font:12px Arial, Helvetica, sans-serif; color:#000; }
.cat_posts a { font:12px Arial, Helvetica, sans-serif; color:#48762e; font-weight:bold; }
.cat_posts h2.widgettitle a { font:14px Arial, Helvetica, sans-serif; color:#000; font-weight:bold; }

.cat_posts h2.widgettitle a { font:14px Arial, Helvetica, sans-serif; color:#000; font-weight:bold; }

li#cat-posts-332740672.widget.cat_posts h2.widgettitle {display:none;}

#sidebar-right .widget { border-bottom:1px solid #231F20; padding-bottom:10px; margin-bottom:12px; }
#sidebar-right .cat_posts { border-bottom:0px solid #231F20; }

#s { width:112px; margin-bottom:7px; }
#searchsubmit { color:#fff; background:#48762e; border:1px solid #48762e; margin-bottom:7px; }

#post-43 h3 { display:none; }

.entry-text .h2home { margin: 0 0 10px 0; }

#sidebar-right ul li.cat_posts ul li { padding:0 0 15px 0; margin-bottom:15px; border-bottom:1px solid #231F20; }

.sitemapcredits { display:none; }

#cforms2form { border:#fff; }

#userphotosb { padding-bottom:0px; }
#userphotobg { width:150px; /*height:170px; background:url(images/bg_userphoto.png) no-repeat; position:relative; z-index:100;*/  }

.bloglink { color:#48762E; }
.pagetitle { display:none; }
.post { margin-bottom:25px; }
/*.navigation { display:none; }*/

/* Form */

#cforms3form textarea, #cforms3form input { width:300px; }
.cform input:hover, .cform textarea:hover, .cform select:hover { background:#ccc; }
#cforms3form input.sendbutton { width:100px; }
cform input, .cform textarea, .cform select { border:0px solid #888888 }

#content ul { /*list-style-type:circle;*/ padding:0 0 10px 17px; /*font-size:15px;*/ }
#content ul li { padding:0 0 0 0px; /*list-style-type:square;*/  list-style-position:outside; list-style-image:url(images/square.gif); }
#content ul li ul { padding:0 0 10px 0; }


.post h1, .content h1 { color:#000; font-size:20px; font-weight:bold; }
.post h2, .content h2 { color:#48762e; font-size:17px; font-weight:bold; }
.post h3, .content h3 { color:#48762e; font-size:17px; font-weight:bold; }
.post h3 a:hover { text-decoration:underline; }
/*.post h4 { color:#010101; font-size:17px; font-weight:bold; }*/
.post h4, .content h4 { color:#010101; font-size:20px; font-weight:bold; }
.post h5, .content h5 { color:#48762e; font-size:28px; font-family:Georgia, "Times New Roman", Times, serif; }

/*.execphpwidget { padding-top:5px; }*/
/*.widget_execphp { display:none; }*/

#sidebar-right .children { padding-left:15px; }
#sidebar-right .children li { list-style-image:url(images/dash.gif); /*list-style-position:inside;*/ }

#execphp-339519321 .widget { border-bottom:none; padding-bottom:0; }

#searchform { padding-bottom:10px; }

#spacer { height:1px; margin-bottom:49px; }

.iewidgettitle { /*margin-top:10px; padding-top:10px;*/ /*border-top:1px solid #231F20;*/ }

#userphotosb { width:150px; height:150px; }
#userphotobg { /*width:184px;*/ height:200px; position:relative; z-index:1001; }
/*#userphotobg img { position:absolute; z-index:1000; }*/
#userphotobg2 { width:210px; height:220px; background:url(images/userbg.png) no-repeat; position:absolute; margin-left:555px; margin-top:70px; z-index:1000; }
.userauthor { text-transform:capitalize; }

/*#userphotobgframe2 { width:210px; height:220px; background:url(images/userbg.png) no-repeat; overflow:visible; position:absolute; margin-left:555px; margin-top:70px; z-index:500; }
#userphotobgframe2 img { padding:70px 0 0 27px; }*/
#userpadding { padding-top:200px; }
#userphotobg .photo { margin:0 0 5px 0px; }
#userphotobgframe2 img { padding-bottom:25px; }

.post { border-bottom:1px solid #48762E; }
#post-24, #post-5, #post-31, #post-34 { border-bottom:none; }

.singleperma { display:none; }

/* ENEWS BULLSEYE */

#enews {
	background:url(/images/bg_bullseye.png) no-repeat;
	width: 169px; height:91px;
	margin:5px 0 0 28px; padding:85px 0 0 25px;
	}


#enews form, #enews input, #enews fieldset {
	margin:0; padding:0;
	}
		
#enews .txt_field{
	float:left; width:95px; margin:2px 2px 0 0;
	font-size:12px;
	}
	
#enews .btn{
	float:left; margin:2px 0 0 0;
	font-size:10px;
	}
	
.clear_it {width:100%; height:1px; clear:both;}
