/*   Colors:
	   Green: 			#93c56e
	   Blue:			#00b1da
	   Light Orange: 	#f06732
	   Orange: 			#f06732
	   Yellow:			#ffcc00
   
*/

.blue    	 { background: #F7971E; }
.green 		 { background: #F7971E; }
.lightorange { background: #F7971E; }
.orange		 { background: #F7971E; }
.yellow		 { background: #F7971E; }

.post h2 a.bluetext    	 { color: #F7971E; }
.post h2 a.greentext 		 { color: #F7971E; }
.post h2 a.lightorangetext { color: #F7971E; }
.post h2 a.orangetext		 { color: #F7971E; }
.post h2 a.yellowtext		 { color: #F7971E; }



* {
	margin: 0; padding: 0;
}


.clear { clear: both; }


body {
	/* background:  url(images/body.jpg) repeat-x 0 0;*/
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #696969;
	background-color:  #D4821C;;
	text-align: center;	
	padding-top: 20px;
}


.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}

ul	{ list-style: square inside; }
ol	{ list-style: decimal inside; }

/** BEGIN wrapper **/
.wrapper {
	text-align: left;
	/*background: url(images/wrapper.gif) repeat-y top center; */
	background-color: white;
    padding: 0px 25px;
	max-width: 980px;
	min-width: 980px;  
	position: relative; 
	zoom: 1;
    min-height: 100%;  
	height: auto !important; 
	height: 100%; 
	margin: 0 auto;					
}
/** END wrapper **/

/** BEGIN header **/
#header {
		color: #ffffff;
		position: relative;
	  	max-width: 980px; min-width: 560px; 
	 	 margin: 0 auto; 
	 	 height: 150px;
	     padding: 10px 0px;
	 	 border-top: 2px #F7971E;
	 	 border-bottom: 2px #F7971E;
		 font-family: Arial, Helvetica, sans-serif;
		 background: url(images/header_logo.gif) no-repeat 10px 20px;

}

#header h1 a {
	font-size: 54px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	position: relative;
	top: 35px; left: 54px;
	float: left;
}
#header h3 {
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	position: relative;
	top: 38px; left: 60px;
	float: left;
	clear: both;
}

#search {
	position: relative;
	top: 0; left: 600px;
	float: lrgy;
}
#search form {
	position: relative;
	top: 0; left: 0;
	float: right;
}
#search form input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	float: left;
	width: 220px;
	margin-right: 5px;
	border: 1px solid #ffffff;
}
#search form button {
	text-indent: -9999px;
	width: 18px; height: 18px;
	border: 0;
	float: left;
	background-color: transparent;
}
	
/* Begin Header Styles */
#header { max-width: 980px; min-width: 560px;  }



#header .bar {
border-top: 3px solid #F7971E;
max-width: 905px; min-width: 560px; 
height: 1px;
margin-bottom: 10px;
}

#header .bar2 {
border-top: 5px solid #F7971E;
max-width: 905px; min-width: 560px; 
height: 5px;
}
	
/* Begin Top Navigation Styles */
#facebook { margin: 3px 0px; }


ul#topnav {
	margin: 0; padding: 0;
	position: absolute;
    top: 20px;
    left: 170px;
	width: 600px;
	list-style: none;
	font-size: 1.1em;
}

ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
	background-color: #8EC63F;
	height: 22px;
	border: 1px solid #FFF;
}

ul#topnav li:hover {	
	background-color: #B2EF59;
	color: #696969;
}

ul#topnav li a {
	float: left;
	color:#FFFFFF;
	display:inline-block;
	font-weight:normal;
	padding: 2px 10px 2px 10px;
	text-decoration:none;
	width:auto;
}
ul#topnav li:hover a, ul#topnav li a:hover { color: #696969; background-position: left bottom; } /*--Hover State--*/
ul#topnav a.home {
	/*background: url(../images/nav_home.png) no-repeat; 
	width: 78px; */
}
ul#topnav a.products {
	/*background: url(../images/nav_products.png) no-repeat; 
	width: 117px; */
}
ul#topnav a.sale {
	/* background: url(nav_sale.png) no-repeat; */
	width: 124px;
}
ul#topnav a.community {
	/* background: url(nav_community.png) no-repeat; */
	width: 124px;
}
ul#topnav a.store {
	/*background: url(nav_store.png) no-repeat; */
	width: 141px;
}

ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 14px; left: 0;
	z-index: 99999;
/*	background: #344c00 url(../images/sub_bg.png) repeat-x; --Background gradient--*/
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
	
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	/*background: url(../images/navlist_arrow.png) no-repeat 5px 12px;  */
	padding: 2px 10px 2px 10px;
	display: block;
	text-decoration: none;
	color: #fff;
}

ul#topnav .sub ul li a:hover {
	color: #696969;
	/* background-position: 5px 12px ; --Override background position--*/
}
/* End Header Styles */ 
/** END header **/

.subscribe 			{
                      font-family: Georgia, "Times New Roman", Times, serif; color: #F7971E;
                      font-weight: bold;
					  width: 250px;
					  position: absolute;
					  top: 20px;
					  left: 710px;
					  }
					  
.subscribe h2       {font-size:14px; color: white; margin-top: 10px; text-decoration: none;}

.subscribe button.signup {
					background-color:#F7971E;
					border:1px solid #D97306;
					color:#FFFFFF;
					cursor:pointer;
					font-size: 0.8em;
					font-weight:bold;
					margin:0;
					padding:0px 3px;
					/*--Top right rounded corner--*/
					-moz-border-radius-topright: 5px;
					-khtml-border-radius-topright: 5px;
					-webkit-border-top-right-radius: 5px;
					/*--Top left rounded corner--*/
					-moz-border-radius-topleft: 5px;
					-khtml-border-radius-topleft: 5px;
					-webkit-border-top-left-radius: 5px;
					/*--Bottom right rounded corner--*/
					-moz-border-radius-bottomright: 5px;
					-khtml-border-radius-bottomright: 5px;
					-webkit-border-bottom-right-radius: 5px;
					/*--Bottom left rounded corner--*/
					-moz-border-radius-bottomleft: 5px;
					-khtml-border-radius-bottomleft: 5px;
					-webkit-border-bottom-left-radius: 5px;
					}
					
.subscribe button.signup:hover { background-color: #8EC63F; border: 1px solid #536F29;  }

.input.signup:hover { border: 1px solid #f00; background-color: #FFC77F; }
				

/** BEGIN navigation **/
#navigation {
	list-style-type: none;
	height: 14px;
	padding: 10px 6px;
	border-width: 1px 0;
	border-style: solid;
}
	#navigation li {
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.9em;
		font-weight: bold;
		text-transform: uppercase;
		padding: 0 5px;
	}
	#navigation li a {
		text-decoration: none;
		padding: 5px;
	}
	#navigation li a:hover {
		text-decoration: underline;
	}
/** END navigation **/

/** BEGIN content **/
#content {
	float: left;
	width: 720px;
	margin-left: 0px;
	padding: 16px 10px 10px 25px;
	background: white;
}
.post {
	padding: 10px 0 0;
	clear: both;
}
.first {
	padding-top: 0;
}
.post h2 {
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	padding: 0px 0 2px;
	margin: 10px 10px 0 0;
	color: #88C236;
}
.post h2 a {
	text-decoration: none;
}
.first h2 a {
	text-decoration: none;
}
.first h2 {
	border-top: 0;
}
.post p {
	margin-bottom: 10px;
	font-size: 1.0em;
	line-height: 1.6em;
	margin-left: 0px;
}

.post p a{
	color: #696969;
	font-weight: bold;
}

 .post p a.readmore{
	color: #F7971E;
	font-weight: bold;
}


.post p.bluetext a    			{ color: #F7971E;  font-weight: normal; }
.post p.greentext a 		 	{ color: #F7971E; font-weight: normal; }
.post p.lightorangetext a		{ color: #F7971E; font-weight: normal; }
.post p.orangetext a			{ color: #F7971E; font-weight: normal; }
.post p.yellowtext a		 	{ color: #F7971E; font-weight: normal; }

.date {
	text-align: left;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: .7em;
	margin: 0 25px 15px !important;
}
	
.datebox { 
	width: 80px; 
	float: left; 
	padding: 20px 5px 45px 0px; 
	color: white; 
	text-align: center;
	margin: 0 10px 30px 0; 
}

.datebox  p{ 
    line-height: 1.2em;
}

.day { 
	font-size: 3.4em  !important; 
	font-weight: bold; 
	margin: 0 !important; 
	font-family: Georgia, serif !important; 
}
.month { 
	font-size: 1.8em !important; 
	font-weight: bold; 
	text-transform: uppercase; 
	margin: 0 !important; 
}
.year { font-size: 1.6em !important; 
		font-weight: bold; 
		margin: 0 !important;
}

.post h3 {
	font-size: 1.6em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0;
}
#postnav {
	padding: 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

input.btn
{
   font-size:14px;
   font-family:Arial,sans-serif;
   font-weight:bold;
   color:#FFFFFF;
   width:80px;
   height:24px;
   background-color:#88C236;
}

.btn
{
   font-size:14px;
   font-family:Arial,sans-serif;
   font-weight:bold;
   color:#FFFFFF;
   width:120px;
   height:30px;
   background-color:#88C236;
}



#sharethis_0 {
   margin-left: 0px;
}
/** END content **/

#shareit
{
   margin-left: 0px;
   margin-top: 5px;
   color: #88C236;	
}

#shareit p
{
   margin-left: 0px;
}

.shareinpost 
{
	margin-top: 5px;http://www.slowfoodoc.org/blog/
}
/** BEGIN sidebar **/
#sidebar {
	float: right;
	width: 215px;
	margin-right: 0px;
	padding: 22px 0 10px;
	background: white;
}

#sidebar p {
	padding: 0 4px 0 0 ;
}
	#sidebar h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.3em;
		font-weight: normal;
		font-style: normal;
		padding: 3px 8px 3px 0px;
	
	}
	#sponsors {
		padding: 14px;
	}
	#sponsors img {
		border: 0;
		margin: 2px;
	}
	#sidebar ul {
		list-style-type: none;
		padding: 0 10px 15px 0;
		/*margin-right: 50px */;
		text-align:: left;
	}
	

	#sidebar ul li {
		padding: 6px 0 6px 0px;
		font-family: Arial, Helvetica, sans-serif;
		text-align: left;
	}
	#sidebar ul li a {
		text-decoration: none;
	}
	#sidebar ul li a:hover {
		text-decoration: underline;
		}
/** END sidebar **/


/** BEGIN single **/
img {
	border: none;
}

.post img {
	border: black solid 1px;
}

.post img.double-border {
	border: 5px solid #ddd;
	padding: 5px; /*Inner border size*/
	background: #fff; /*Inner border color*/
}

.alignleft {
	float: left;
	margin: 5px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 5px 0 5px 10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.post ul {
	margin: 0 0 10px 18px;
}
.post ol {
	margin: 0 0 10px 25px;
}
.post li {
	line-height: 1.2em;
	font-size: 1.0em;
}
.post blockquote {
	font-style: normal;
	padding-left: 8px;
	margin-left: 2px;
}
#commentsection {
    clear: both;
	padding-top: 20px;
}

#commentsection a {
   color: #8EC63F;	
}
#commentsection h2 {
	margin: 5px 0 5px 3px !important;
	text-align: left;
	color: #8EC63F;
	font-size: 1.3em;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

#commentsection p {
	padding-left: 10px;
}
.commentdetails {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.commentdetails img {
	float: left;
	padding: 2px;
	margin: 0px 4px 3px 1px;
}
.commentdetails p {
	margin-bottom: 2px;
}
.commentauthor {
	color: #999999;	
	font-style: italic;
}

.commentauthor a {
	color: #999999;	
}
.commentdate {
	font-size: 0.9em !important;
	font-style: normal;
	color: #999999;
	float: right;
}

.comment-edit-link
{
   margin-left: 25px;
   color: #696969;
}
.comment1 {
	padding-bottom: 20px;
}
.notfound {
	padding: 20px;
}
.notfound h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 2em;
	padding-bottom: 10px;
}
#postdetails {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}


 #postdetails p {
		margin-bottom: 5px;
 }
/** END single **/

.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Begin Footer Styles */
   #footer {
		color: #fff;
		background-color: #F7971E;
		padding: 10px 0;
		margin: 5px 0 0 0;
		max-width: 960px; min-width: 560px; 
	    text-align: center;
		
	}

    #footer .title {
	   font-size: 20px;
	   color: #ffee00;
	   padding: 0 0 10px 0;
	}

    #footer p { font-size: 16px; }
	
    #footer ul{
       margin: 10px auto;
	}
	#footer ul.navigation li {
	   display: inline;
       list-style-type: none;
       border-right: 1px solid #fff;
	   padding: 0 5px 0 0;
	   margin: 0 5px 0 0;
	}
	
	#footer ul.navigation li.last { 
		border: none; 
		padding: 0;
		margin: 0;
	}
	
	#footer ul.navigation a {
		text-decoration: none;
		font-size: 1.0em;
		margin: 0 8px;
		color: #fff;
	}
	
/** END footer **/

/* End Footer Styles */
li.icon_text a span {
    color: #696969;
    padding-bottom: 8px;
	vertical-align: middle;

}

/* Begin Copyright Styles */
#copyright {
	width: 886px;
	text-align: center;
	padding: 10px 0;
	color: #F7971E;
	font-size:0.8em;
	clear: both;
	}

#copyright a { color: #0d95b1;  font-size:0.8em;}
/* End Copyright Styles */

#wpcumuluscontent
{
   margin: 0;
   padding: 0;
}

#embeddedvideo
{
	margin: 0px 10px 10px 10px;
}

.fbLikeContainer
{
	margin-botton: 20px;
}

