/*
Theme Name: Organic Moss
Author: WPThemeDesigner.com
Author URI: http://www.wpthemedesigner.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #555555;
	background: #BEC3B1 url(images/background.gif) repeat-x 0 0;
}
a {
	text-decoration: none;
	color: #3C4C16;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 980px;
	margin: auto auto;
	text-align: left;
	padding-bottom: 20px;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	
}
	#header ul {
		list-style-type: none;
		background-color: #283409;
		height: 35px;
	}
		#header ul li {
			float: left;
			padding-right: 2px;
			background: url(images/divider.gif) no-repeat right 0;
		}
		#header ul li a {
			color: #ffffff;
			display: block;
			padding: 10px 18px 11px;
		}
		#header h1 {
			width: 631px;
            height: 85px;
            float: left;
            margin: 22px 0 27px 0;
		}
		#header h1 a {
			display: block;
			text-indent: -9999px;
			outline: none;
			height: 85px;
			background: url(images/logo.png) no-repeat 0 0;
		}
		#header p {
			display: none;
		}
	#header .ad468x60 {
		float: right;
		padding-top: 40px;
	}
	#header {
		
	}
    #feeds {
      float: right;
      margin: 50px 30px 0 0;
      width: 240px;
      font-size: 0.93em;
    }
    #feeds a {
      color: white;
    }
    #feeds #rss {
      padding: 1px 0 1px 18px;
      background: url(images/rss_icon.png) 0 0 no-repeat;
    }

    #feeds form {
      margin-top: 5px;
    }
    #feeds #mail-subscr {
      width: 170px;
      border: none;
      height: 20px;
      vertical-align: middle;
    }
    #feeds .button {
      width: 60px;
      background: #3c4c16;
      border: none;
      color: white;
      height: 20px;
      vertical-align: middle;
    }


/** END header **/

/** BEGIN body **/
#body {
	background: #ffffff url(images/body.gif) repeat-y right 0;
}
/** END body **/

/** BEGIN content **/
#content {
	width: 630px;
	float: left;
	padding-bottom: 20px;
}
	#content p {
		margin-bottom: 10px;
		line-height: 1.4em;
	}
	#content h3 {
		margin-bottom: 5px;
		font-size: 1.5em;
		font-weight: normal;
	}
	#content blockquote {
		margin-bottom: 10px;
		padding: 10px 10px 5px;
		background-color: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #cccccc;
		font-style: italic;
		font-weight: bold;
	}
	#content ul {
		margin: 0 0 10px 18px;
	}
	#content ol {
		margin: 0 0 10px 16px;
		padding-left: 10px;
	}
	#content li {
		padding: 2px 0;
	}
	#content .latest {
		margin: 20px 40px;
		position: relative;
		width: 550px; height: 300px;
	}
		#content .latest .thumb {
			height: 300px;
			overflow: hidden;
		}
			#content .latest .thumb img {
				width: 550px;
			}
		#content .latest .text {
			color: #ffffff;
			background: url(images/shade.png) repeat 0 0;
			padding: 15px 15px 20px;
			position: absolute;
			bottom: 0; left: 0;
			width: 520px;
		}
			#content .latest .text h2 {
				font-size: 1.3em;
				font-weight: normal;
				margin-bottom: 10px;
			}
			#content .latest .text a {
				color: #ffffff;
			}
	#content .post {
		margin: 10px 40px 20px;
		clear: both;
	}
		#content .thumb {
			height: 100px;
			overflow: hidden;
			float: left;
			margin: 0 15px 10px 0;
		}
			#content .thumb .post img {
				width: 150px;
			}
		#content .post h2 {
			font-size: 1.5em;
			margin-bottom: 5px;
		}
		#content .post h2 a {
			text-decoration: none;
		}
        #content .post h2 a:hover {
          color: #333333;
        }
		#content .post .details {
			font-size: 0.9em;
			color: #808080;
            clear: both;
		}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 350px;
	float: right;
    /*padding-top: 10px;*/
}
	#sidebar h2 {
		font-size: 1em;
		color: #3C4C16;
		padding: 10px 15px;
	}
	#sidebar ul {
		list-style-type: none;
		padding: 0 15px 10px;
		border-bottom: 1px solid #E7E6E6;
	}
		#sidebar ul li {
			line-height: 1.3em;
			padding: 4px 0;
		}
		#sidebar ul li a {
			color: #555555;
		}
		#sidebar ul li a:hover {
			color: #3C4C16;
		}
	#sidebar .l {
		float: left;
		width: 175px;
	}
    #sidebar .l .textwidget {
      margin-left: 25px;
    }


	#sidebar .r {
		float: right;
		width: 175px;
	}
		#sidebar .l ul, #sidebar .r ul {
			border-bottom: 0;
		}
	#sidebar .video {
		padding: 10px 15px;
		border-bottom: 1px solid #E7E6E6;
	}
	#sidebar .tags {
		padding: 10px 15px;
		border-bottom: 1px solid #E7E6E6;
	}
		#sidebar .tags a {
			color: #808080;
		}
		#sidebar .tags a:hover {
			text-decoration: none;
			color: #3C4C16;
		}
	#sidebar form#searchform {
		/*border-bottom: 1px solid #E7E6E6;
		background: url(images/search.gif) no-repeat 15px bottom;*/
		padding: 20px 15px;
		height: 30px;
        margin-bottom: 20px;
	}

		#sidebar form input#s {
			border: 0;
			background-color: #babeae;
			width: 230px;
            height: 26px;
            padding: 2px;
			margin: 7px 0 0 2px;
			font-size: 1.2em;
			float: left;
            vertical-align: middle;
		}
        #sidebar form input#searchsubmit {
          width:76px;
          height: 30px;
          float: left;
          background: #3c4c16;
          text-align: center;
          font-weight: bold;
          color: #FFFFFF;
          border: none;
          vertical-align: middle;
          margin-top: 7px;
        }



/** END sidebar **/

/** BEGIN footer **/
#footer {
	background-color: #959989;
	color: #283409;
	border-bottom: 4px solid #283409;
	padding: 10px;
}
	#footer a {
		color: #ffffff;
	}
/** END footer **/

/** BEGIN miscellaneous **/
.postnav {
	clear: both;
	padding: 20px 40px 0;
	font-size: 0.9em;
}
	.postnav a {
		border: 1px solid #cccccc;
		padding: 3px 8px;
		color: #999999;
	}
	.postnav a:hover {
		border: 1px solid #000000;
		color: #000000;
		text-decoration: none;
	}
#comments {
	margin-top: 20px;
	border-top: 1px solid #eeeeee;
}
	#comments h2 {
		margin: 20px 0 5px;
		font-size: 1.5em;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	#comments form {
		padding-top: 20px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px 4px 4px 20px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 260px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #909090;
			background-color: #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			width: 120px; height: 23px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em;
	text-transform: uppercase;
	padding: 25px 40px 20px;
	color: #565656;
}
.single {
	padding-top: 20px;
}
.single a {
  text-decoration: underline !important;
}


.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
.single ol li a abbr, .single ol li small {
  display: none;
}
.sociable_tagline {
  clear: both;
}


/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments ol li {
		padding: 10px;
		border: 1px solid #e0e0e0;
		margin-bottom: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 10px 0 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
/** END wordpress 2.7 comments **/

.textwidget iframe {
  margin-left: 15px !important;
}
.textwidget p {
  margin-bottom: 10px;
}


/*   Big Book Form  */

#big-book { height:335px;border-bottom:1px solid #E7E6E6; margin-top: 10px;}
#big-book h3 {
height:228px;
text-indent:-999em;
background:url(images/book.jpg) 0 0 no-repeat;
}

#big-book form div {display: inline;}
#big-book form label {width:143px; height:25px; line-height:25px; text-align:right; margin:0 7px 5px 0; float: left;}
#big-book form input.text {width:180px; height:19px; padding:2px; margin:0 0 5px 0; background:white; border:1px solid #babeae; float: left;}

#big-book form button {
  width: 190px;
  height: 30px;
  display: block;
  float: right;
  margin: 5px 12px 0 0;
  text-indent: -999em;
  outline: none;
  border: none;
  background: url(images/send-some-mojo-btn.png) 0 0 no-repeat;
  cursor: pointer;
}
#big-book form button:hover {
background: url(images/send-some-mojo-btn.png) 0 100% no-repeat;
}

