/*  
Theme Name: Free Grassy

Description: This is the Free Grassy theme.
Version: 1.0
Author: Shawn Khan
Author URI: 

*/

body {
	background: #444422;
	background: -moz-linear-gradient(top, #444422 0%, #000000 100%);
	background: -webkit-linear-gradient(top, #444422 0%, #000000 100%);
	background: linear-gradient(to bottom, #444422 0%, #000000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#444422', endColorstr='#000000', GradientType=0);
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: small;
	text-align: center;
	vertical-align: top;
	/*background: url("images/freegrassy_body_bg.jpg") repeat-x scroll center top #000000;*/
	color: #333333;
}

h1 {
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

a:link, a:visited {
	text-decoration: underline;
	color: #336699;
}

a:hover {
	text-decoration: none;
	color: #ff0000;
}

#wrapper {
	margin: 0 auto 0 auto;
	max-width: 800px;
	text-align: left;
	width: 100%;
}

#header {
	float:left;
	max-width: 800px;
	width: 100%;
}

#header a img {
	border: 0 none;
	height: auto;
	max-width: 100%;
}

#container {
	float: left;
	max-width: 484px;
    overflow:hidden;
	width: 100%;
}

.blogtitle h2 {
	color: #333333;
	font-size: 150%;
	font-weight: normal;
}

.post, .blogtitle {
	padding: 10px 10px 10px 10px;
}

.post {
	background:none repeat scroll 0 0 #EEFFDD;
	border:1px solid #CCDDBB;
	clear:both;
	margin:5px 5px 10px 5px;
	min-height: 150px;
}

.post h2 {
	font-family: Georgia, Sans-serif;
	font-size: 18px;
}

.post h3 a, .post #ecotitle h1 a {
	color: #669922;
	text-decoration: none;
}

.post a {
	text-decoration: none;
}

.post img {
	margin-bottom: 10px;
	height: auto;
	max-width: 100%;
}

p.postmetadata {
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

.no-break {
	clear: both;
}

.caption { margin: 5px; padding: 5px; color: black }

.navigation {
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.sidebar-right {
	background: #FFFFFF;
	float: right;
	width: 150px;
}

.sidebar-right ul {
	list-style-type: none;
	margin: 0;
	padding: 0 9px 0 10px;
}

.sidebar-right ul li {
	padding: 10px 0 10px 0;
}

.sidebar-right ul li h2 {
	font-family: Georgia, Sans-serif;
	font-size: 14px;
}

.sidebar-right ul ul li {
	padding: 0;
	line-height: 24px;
}

.sidebar-right h2 {
	font-size: 13px;
	background: url("/wp-content/themes/FreeGrassy/images/freegrassy_news_header.png") no-repeat scroll center top transparent;
	margin: 0 0 5px;
    padding: 15px;
	text-align: center;
}

.sidebar-right .mc4wp-form {
	background: url("http://freegrassy.net/wp-content/themes/FreeGrassy/images/freegrassy_news_body.png") no-repeat scroll center bottom transparent;
	height: 100px;
	margin-top: -19px;
}

.sidebar-right .mc4wp-form p {
	margin-left: 12px;
	width: 80%;
}

.sidebar-right .block {
	line-height: 128%;
	margin-bottom: 20px;
}

.blogroll li a {
	color: #669922;
	text-decoration: none;
	font-size: 8.5px;
	margin: -10px;
	font-weight: bold;
}

.sidebar-left {
	color: #FFFFFF;
	float: left;
	width: 160px;
}

.sidebar-left ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar-left li {
	clear: left;
	float: left;
	margin: 10px;
}

.sidebar-left ul li {
	padding: 0;
	list-style: none outside none;
}

.sidebar-left ul ul li {
	line-height: 24px;
}

.sidebar-left ul li a {
 text-decoration: none;
 color: #FFFFFF;
 display: block;
 text-transform: lowercase;
}

.sidebar-left #photo {
	padding-top: 25px;
	clear: both;
}

.sidebar-left h2, .sidebar-left h4 {
	font-weight: normal;
	margin-left: 10px;
}

table#wp-calendar {
	width: 100%;
}

#footer {
	background:none repeat scroll 0 0 #333333;
	border-color:#666666 -moz-use-text-color;
	border-style:solid none;
	border-width:5px 0;
	clear:both;
	color:#999999;
	float:left;
	margin-top:0;
	max-width:800px;
	padding:15px 0;
	text-align:center;
	width: 100%;
}

#footer .kitty {
	float:left;
	margin-left:200px;
	margin-right:5px;
	width:auto;
}

#footer p {
	font-size:80%;
	text-align:left;
}

#footer a {
	color:#669922;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.aboutus {
	margin-top: -5px;
	max-width: 460px;
	padding: 0px 10px 0px 10px;
	width: 100%;
}

.aboutus p {
	font-size: 12px;
}

.aboutus h1 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:150%;
	font-weight:normal;
	padding:0 0 10px;
}

#columns {
	background:url("images/freegrassy_content_bg.jpg") repeat-y scroll 0 0 #FFFFFF;
	float:left;
	max-width:800px;
	text-align: left;
	width: 100%;
}

.pagepost {
	background:none repeat scroll 0 0 #FFFFFF;
}

.pagepost h2 {
	font-weight: normal;
}

#pagecontainer {
	float: left;
	margin-left: 10px;
	max-width: 450px;
	width: 100%;
}

#pagecontainer a {
	color: #669922;
	text-decoration: none;
}

#pagecontainer h1, #pagecontainer h4 {
	font-weight:normal;
}

#pagecontainer h1 {
	font-size:150%;
}

#pagecontainer h4 {
	font-size: inherit;
	margin-top: 18.62px;
	margin-bottom: 18.62px;
}

.alignleft {
	float: left; 
	clear: both;
	margin-right: 10px;
}

.alignright {
	float: right; 
	clear: both;
	margin-left: 10px;
}

.nav ul {
	font-size: 15px;
}

.nav li ul { 
	display: none; 
}

.nav li a {
	font-weight: bold;
	font-size: 16px;
    width: 100px;
}

.nav li.current_page_item a, .nav li.current_page_parent a, .nav li.current_page_ancestor a {
	color: #FFFF00;
}

.nav li.current_page_item ul, .nav li.current_page_parent ul, .nav li.current_page_ancestor ul {
	display: block;
}

.nav li.current_page_item ul ul {
	display: none;
}

.cat-post-item h4 a {
	color:#669922;
	font-size:80%;
	font-weight:normal;
	text-decoration:none;
}

.cat-post-item p {
	font-size: 80%;
}

.tags {
	font-size: 11px;
}

.oldernewstags {
	font-size: 11px;
	margin-top: -15px;
}

.block {

}

.emailsignup {

}

#pagecontainer .emailsignup h5 {
	height: 21px;
}

#pagecontainer .emailsignup .emailitems div {
	padding-left: 5px;
	width: 100px;
}



.block h3, .emailsignup h5 {
	background:url("images/freegrassy_news_header.png") no-repeat scroll center top transparent;
	margin: 0;
	padding: 15px;
    padding-right: 10px;
	text-align: center;
	text-transform: uppercase;
    font-size: 93%;
}

.newsitems {
	/*background:url("images/freegrassy_news_body.png") no-repeat scroll center bottom transparent;*/
	border-bottom: 1px solid #a1a190;
	border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
	border-left: 1px solid #a1a190;
	border-right: 1px solid #a1a190;
	border-top: 0px;
	margin: 0 4px;
	padding: 10px 5px 3px;
}

.newsitems ul li a {
	color: #669922;
	text-decoration: none;
}

.newsitems ul li {
	margin-bottom: 22px;
	margin-top: -15px;
}

.oldnews {
	margin-left: 35px;
        font-size: 11px;
}

.archivenews {
    font-size: 11px;
}

.emailitems {
	background:url("images/freegrassy_news_body.png") no-repeat scroll center bottom transparent;
	height: 90px;
	margin-top:-19px;
}

.emailitems form {
	margin-left: 7px;
	padding-top: 10px;
}

.emm-paginate {
    margin-left:5px;
    margin-bottom:3px;
}

.emm-paginate a {
    background:#ddd; 
    border:1px solid #ccc; 
    color:#666; 
    margin-right:4px; 
    padding:3px 6px; 
    text-align:center; 
    text-decoration:none;
}

.emm-paginate a:hover, .emm-paginate a:active {
    background:#ccc; 
    color:#888;
}
.emm-paginate .emm-title {
    color:#555; 
    margin-right:4px;
}

.emm-paginate .emm-gap {
    color:#999; 
    margin-right:4px;
}

.emm-paginate .emm-current {
    color:#fff; 
    background:#5f87ae; 
    border:1px solid #89adcf; 
    margin-right:4px; 
    padding:3px 6px;
}

.emm-paginate .emm-page {
}

.emm-paginate .emm-prev, .emm-paginate .emm-next {
}

/*.stButton .stBubble {
	margin-top: 5px;
	line-height: 12px;
}

.stButton .stBubble_count {
	width: 52px;
	height: 23px;
	top: 6px;
}*/

#kfsharethis {
	/*top: -50px;
	position: relative;
	height: 24px;*/
	margin-top: 33px;
}

.aboutus #kfsharethis {
	display: none;
}

.stButton .st-facebook-counter {
	width: 19px !important;
}

.stButton .st-twitter-counter {
	width: 21px !important;
}

.stButton .st-email-counter {
	width: 25px !important;
}

.stButton .st-sharethis-counter2 {
	width: 23px !important;
}

.stButton .chicklets {
	width: 0px;
	text-indent: -3000px;
}

.imageright {
	margin-right: 10px;
}

#caldera_form_1 div.row.last_row .control-label {
	display: none;
}

#mc4wp_email {
	width: 122px;
}

body.home #post-4094 .entry h3 {
	font-size: 20px;
}

.aboutus .no-break {
	display: none;
}

.honey {
	visibility: hidden;
}

@media only screen and (max-width: 500px) {
	#columns {
		display: block;
		width: 100%;
	}

	#container {
        float: none;
        display: block;
        width: 100%;
    }

	.sidebar-right, .sidebar-left {
        display: block;
        width: 150px;
    }
}