/* Author:Ahmad Naser
   Date:26-10-09
   Title:Recipe School
 */
body{
 	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9B9B9B;
	text-align:center;
	background:#fff;
 }
*{
	padding:0;
	margin:0;
}
a{
	text-decoration:none;
}
ul,li{
 	list-style:none;
}
 img,fieldset{
 	border:none;
}
.hide{
 	position:absolute;
	left:-9999px;
 }
 h2,h3{
 	font-weight:normal;
 }
 /*---------------start page structure
 */
#wrap{
	margin:0 auto;
	width:1016px;
	text-align:left;
	background:url(images/wrapbg.jpg) repeat-y;
	padding:0 5px;
}
/*-----------------header
*/
#header{
	width:1016px;
	height:213px;
	overflow:hidden;
	background:url(images/headerBg.jpg) repeat-y;
}
#navTopbg,
#navToplft,
#navToprgt{
	width:1016px;
	height:29px;
	display:block;
}
#navTopbg{
	background:url(images/navTopBg.jpg) repeat-x;
}
#navToplft{
	background:url(images/navtoplft.jpg) no-repeat;
}
#navToprgt{
	background:url(images/navToprgt.jpg) no-repeat right top;
}
/*--------------------navTop
*/


#navbar{
	width:1016px;
	height:29px;
	padding: 0px;
}



#nav{
	width:1016px;
	height:29px;
	overflow:hidden;
}
#nav li{
	display:block;
	float:left;
	padding:0 2px 0 38px;
}

#nav li a:hover{
	color:#E54100;
}
#nav ul {
	float: left;
	margin: 0px;
	padding: 0px;
	}
#nav li a, #nav li a:link, #nav li a:visited {
	
	color:#5CA421;
	font-size:14px;
	line-height:29px;
	font-weight: normal;
    margin: 0px;
	font-size:13px;
	display:block;
	font-weight:normal;
	text-decoration: none;
	}


#nav li a:hover, #nav li a:active {
	background:url(images/navhoverbg.jpg) repeat-x;
	color: #5CA421;
	}
#nav li li{
	display:block;
	padding-left:0px;
}	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	width:140px;
	overflow:hidden;
	background:#D8D8D8;
	color: #5CA421;
	line-height:30px;
	display:block;
	padding:0 7px;
	float: none;
	margin: 0px;
	}
	
#nav li li a:hover, #nav li li a:active {
	color: #000;
	background:#A4A4A4;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 140px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width:140px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -30px 0 0 140px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
#nav .current_page_item a {
	color: #5CA421 !important;
}


#nav_cat{
	width:1016px;
	height:29px;
	overflow:hidden;
}
#nav_cat li{
	display:block;
	float:left;
	padding:0 2px 0 38px;
}

#nav_cat li a:hover{
	color:#E54100;
}
#nav_cat ul {
	float: left;
	margin: 0px;
	padding: 0px;
	}
#nav_cat li a, #nav_cat li a:link, #nav_cat li a:visited {
	
	color:#5CA421;
	font-size:14px;
	line-height:29px;
	font-weight: normal;
    margin: 0px;
	font-size:13px;
	display:block;
	font-weight:normal;
	text-decoration: none;
	}


#nav_cat li a:hover, #nav_cat li a:active {
	background:url(images/nav_cathoverbg.jpg) repeat-x;
	color: #5CA421;
	}
#nav_cat li li{
	display:block;
	padding-left:0px;
	padding-top:3px;
}	
#nav_cat li li a, #nav_cat li li a:link, #nav_cat li li a:visited {
	width:140px;
	overflow:hidden;
	background:#D8D8D8;
	color: #5CA421;
	line-height:30px;
	display:block;
	padding:0 7px;
	float: none;
	margin: 0px;
	}
	
#nav_cat li li a:hover, #nav_cat li li a:active {
	color: #000;
	background:#A4A4A4;
	}

#nav_cat li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 140px;
	margin: 0px;
	padding: 0px;
	}

#nav_cat li li { 
	}

#nav_cat li ul a { 
	width:140px;
	}

#nav_cat li ul a:hover, #nav_cat li ul a:active { 
	}

#nav_cat li ul ul {
	margin: -30px 0 0 140px;
	}

#nav_cat li:hover ul ul, #nav_cat li:hover ul ul ul, #nav_cat li.sfhover ul ul, #nav_cat li.sfhover ul ul ul {
	left: -999em;
	}

#nav_cat li:hover ul, #nav_cat li li:hover ul, #nav_cat li li li:hover ul, #nav_cat li.sfhover ul, #nav_cat li li.sfhover ul, #nav_cat li li li.sfhover ul {
	left: auto;
	}

#nav_cat li:hover, #nav_cat li.sfhover { 
	position: static;
	}
	
#nav_cat .current_page_item a {
	color: #5CA421 !important;
}


/*---------------------banner
*/
#banner{
	width:1000px;
	height:148px;
	float:left;
	background:#4B7106;
	margin-left:8px;
	display:inline;
	overflow:hidden;
}
#banner h1{
	width:259px;
	height:87px;
	padding:44px 0 0 14px;
	float:left;
}
#banner h1 a{
	width:248px;
	height:56px;
	display:block;
	background:url(images/logo_RecipeSchool.png) no-repeat;
}
#banner img{
	margin-top:35px;
	border:1px solid #fff;
}

/*------------------------navBtm
*/
#navBtmbg,
#navBtmlft,
#navBtmrgt{
	width:1016px;
	height:36px;
	display:block;
	float:left;
}
#navBtmbg{
	background:url(images/navBtmBg.jpg) repeat-x;
}
#navBtmlft{
	background:url(images/navBtmlft.jpg) no-repeat;
}
#navBtmrgt{
	background:url(images/navBtmrgt.jpg) no-repeat right top;
}
#navBtm{
	width:725px;
	height:36px;
	overflow:hidden;
	float:left;
}
#navBtm li{
	display:block;
	float:left;
	padding:0 2px 0 38px;
}
#navBtm li a{
	color:#5CA421;
	font-size:14px;
	line-height:29px;
}
#navBtm li a:hover,#navBtm li .selected{
	color:#E54100;
}
#searcharea{
	width:291px;
	float:right;
	overflow:hidden;
	padding-top:5px;
	margin-top:50px;
}
#searcharea input{
	width:199px;
	height:19px;
	border:none;
	border:1px solid #D5D5D5;
	border-right:none;
	background:url(images/inputBg.jpg) repeat-x;
	float:left;
	color:#ABABAB;
	text-align:center;
	padding-top:2px;
}
#searcharea .sbtn{
	width:80px;
	height:23px;
	border:none;
	background:url(images/searchbtn.jpg) no-repeat;
	padding:0;
	cursor:pointer;
}
/*------------------contener
*/
#contener{
	width:1000px;
	overflow:hidden;
	padding:3px 8px;
}
/*-----------------------lftpart
*/
#lftpart{
	width:611px;
	float:left;
	overflow:hidden;
}
#lftTop{
	width:593px;
	border:1px solid #DDDDDD;
	padding:0 8px 15px 8px;
	float:left;
}
#lftTop h2{
	color:#733F0C;
	font-size:18px;
	line-height:26px;
}
#featuredPostBox span a{
	color:#636363;
	width:auto;
}
.lftToppicCont{
	width:591px;
	height:383px;
	border:1px solid #DDDDDD;
	margin:7px 0 10px 0;
}
.lftToppicCont img{
	border:1px solid #fff;
}
#lftTop p{
	line-height:18px;
}


/*------------------------lftMid
*/
#lftMid{
	width:593px;
	float:left;
	border:1px solid #DDDDDD;
	padding:0 8px;
	margin-top:9px;
	overflow:hidden;
	
}
#midbx{
	width:593px;
	overflow:hidden;
	border-bottom:1px dashed #BDBCBC;
	padding-bottom:12px;
}
#midlft{
	width:373px;
	float:left;
}
#midrgt{
	width:120px;
	float:right;
	overflow:hidden;
}

#midbx h1{
	color:#71AA02;
	font-size:22px;
	line-height:26px;
	padding:10px 0;
}
#midbx h2{
	color:#733F0C;
	font-size:18px;
	line-height:26px;
}

#midlft h2 a{
	color:#733F0C;
	font-size:18px;
	line-height:26px;
}
#midlft span{
	color:#636363;
	line-height:18px;
	display:block;
}
#midlft small{
	color:#636363;
	font-size:12px;
	padding-top:7px;
	display:block;
}
#midlft small a{
	color:#5DA42E;
}
#midlft label a{
	color:#5DA42E;
}
#midrgt .print{
	background:url(images/print.png) no-repeat 90px 0;
	width:120px;
	height:32px;
	display:block;
	float:right;
	margin-top:5px;
}
.WP-PrintIcon{
	margin-top:10px;
	margin-left:90px;
}
#midrgt strong{
	font-size:12px;
	float:left;
	padding-top:15px;
}
#midrgt strong a{
	background:url(images/learnmore10.jpg) no-repeat;
	height:25px;
	width:29px;
	text-decoration:none;
	color:#E45600;
	padding-left:6px;
	display:block;
	float:left;
}
#midrgt span a{
	padding-left:3px;
	background:none;
	text-decoration:underline;
	color:#76AD01;
	float:left;
	width:80px;
	font-weight:normal;
}
#lftMidBx{
	width:593px;
	overflow:hidden;
	padding:9px 0 15px 0;
}
#lftMidBxpicContent{
	width:225px;
	height:191px;
	float:left;
	border:1px solid #ddd;
	margin-right:12px;
}
#lftMidBxpicContent img{
	border:1px solid #fff;
}

#lftMidBx p{
	line-height:18px;
	padding:-8px 0 7px 0;
}

#linkBx label{
	color:#636363;
	font-size:18px;
	padding-top:8px;
	display:block;
}
#linkBx label a{
	color:#636363;
	font-size:18px;
	display:block;
}
#lftMidBtm{
	width:593px;
	border:1px solid #ddd;
	float:left;
	padding:8px 8px 29px 8px;
	margin-bottom:20px;
	margin-top:8px;
}
#lftMidBtm h2{
	color:#71AA02;
	font-size:20px;
	line-height:px;
}
#lftMidBtm h2 a{
	color:#71AA02;
	font-size:20px;
	line-height:px;
}
.lftbtmcont{
	width:593px;
	overflow:hidden;
	border-top:1px dashed #BDBCBC;
	padding-top:7px;
	margin-top:8px;
}
.piccont{
	width:169px;
	height:129px;
	float:left;
	border:1px solid #ddd;
}
.piccont img{
	border:1px solid #fff;
}

.textcont{
	width:408px;
	float:right;
	padding-left:12px;
}
.textcont h3{
	color:#733F0C;
	font-size:18px;
	line-height:26px;
	padding-bottom:4px;
}
.textcont h3 a{
	color:#733F0C;
	font-size:18px;
	line-height:26px;
	padding-bottom:4px;
}
.textcont p{
	line-height:18px;
	padding-top:8px;
}
.textcont span{
	background: url(images/lftbtmlinkimg.jpg) no-repeat 15px 2px;
	display:block;
	color:#636363;
}
.textcont span a{
	padding-right:30px;
	color:#6AA602;
}
.textcont span label a{
	padding-right:0px;
	color:#6AA602;
}
.textcont span .bx41{
	color:#6AA602;
}
/*-----------------------lftul
*/
#lftul{
	width:593px;
	padding:0 8px 10px 8px;
	float:left;
}
#lftul ul{
	width:593px;
	overflow:hidden;
}
#lftul ul li{
	background: url(images/ullibullet.jpg) no-repeat left center;
	width:593px;
	float:left;
	display:block;
}
#lftul ul li a{
	color:#609700;
	padding-left:19px;
	line-height:20px;
}
#lftul ul li label{
	color:#525252;
}
/*-------------------rgtpart
*/
#rgtpart{
	width:381px;
	float:right;
	padding:px;
}
/*-------------------subscrib
*/
#subscrib{
	width:364px;
	overflow:hidden;
	border:1px solid #ddd;
	padding:3px 7px 9px 8px;
}
.rssbg,.rsslft,.rssrgt{
	width:364px;
	height:66px;
	display:block;
}
.rssbg{
	background:url(images/rssBg.jpg) repeat-x;
	margin-top:5px;
}
.rsslft{
	background:url(images/rssbglft.jpg) no-repeat;
}
.rssrgt{
	background:url(images/rssbgrgt.jpg) no-repeat right top;
}
.rss{
	width:291px;
	height:66px;
	background:url(images/rss.jpg) no-repeat 14px 9px;
	padding-left:73px;
}
.rss h4{
	color:#636363;
	font-size:18px;
	line-height:28px;
	padding-top:22px;
	font-weight:normal;
}
.rss h4 label a{
	color:#E54100;
	font-size:36px;
}
.email{
	background:url(images/email.jpg) no-repeat 14px 9px;
}
.email h4 {
	padding:0;
}
.emailarea{
	width:281px;
	overflow:hidden;
	padding-top:4px;
}
.newsletterTextInput{
	border:none;
	float:left;
	width:184px;
	height:22px;
	border:1px solid #ddd;
	border-right:none;
	background:url(images/emailinputbg.jpg) repeat-x;
	color:#000;
	padding:2px 0 0 5px;
}
.submit{
	border:none;
	background:url(images/subscriber.jpg) no-repeat;
	width:90px;
	height:26px;
	padding:0;
	cursor:pointer;
	position:relative;
}
.error{
	color:#FF0000!important;
	position:absolute;
	font-size:16px;
	font-weight:bold;
}
.twitter{
	background:url(images/bird.jpg) no-repeat 14px 9px;
}
.twitter h4 span a{
	color:#0050C2;
}
.facebook{
	background:url(images/facebook.jpg) no-repeat 14px 9px;
}
.facebook h4 span a{
	color:#213268;
}
.rss a:hover{
	text-decoration:underline;
}
/*-------------------------addCont
*/
#addCont{
	width:364px;
	overflow:hidden;
}
.addlft{
	width:125px;
	float:left;
	margin-right:8px;
	
}
.addlft img{
	width:125px;
	margin-top:8px;
}

.addrgt{
	width:98px;
	float:left;
	background: url(images/add5.jpg) no-repeat;
}
.singleadd{
	margin-top:8px;
}
/*--------------------rgtul
*/
#rgtul{
	width:381px;
	overflow:hidden;
	margin-top:8px;
}
.foodlist{
	width:213px;
	float:left;
	border:1px solid #AFAEAE;
}
.foodlist h2{
	width:202px;
	height:26px;
	margin:1px 0px 0 2px;
	background:url(images/rgtulheaderbg.jpg) repeat-x;
	font-size:18px;
	color:#fff;
	line-height:26px;
	padding-left:7px;
}
.foodlist ul{
	width:209px;
	background:#EDEDED;
	margin:0 0px 1px 1px;
	display:block;
}
.foodlist ul li{
	background: url(images/ulbtmborder.jpg) no-repeat bottom left;
	
	
}
#collapscat-3 ul{
	margin-left:5px;
}
#widget-collapscat-3-collapsCatList li span .sym{
	float:left;
	color:#519400;
	margin-top:2px;
}
.foodlist ul li a{
	width:182px;
	color:#4D0D00;
	line-height:24px;
	display:block;
	padding-left:10px;
}
.foodlist ul .ignore{
	background:none;
}
.foodlist ul li ul{
	width:195px;
	padding-bottom:4px;
	overflow:hidden;
	background:#EDEDED; 
}
.foodlist ul li ul li{
	background:none; 
	float:left; 
}
.foodlist ul li ul li a{
	color:#4F4F4F;
	padding-left:25px;
}
.rgtpicCont{
	width:158px;
	float:right;
	border:1px solid #ddd;
}
#linkbox{
	width:379px;
	margin-top:8px;
	overflow:hidden;
	padding-bottom:5px;
	border-top:none;
}
#linkbox h2{
	width:379px;
	height:28px;
	background: url(images/topcomment.jpg) no-repeat;
	color:#fff;
	font-size:14px;
	line-height:26px;
	padding-left:7px;
}
#linkbox ul{
	width:360px;
	padding:15px 10px 3px 8px;
}

.tabbed_sidebar li .selected{
	background:  url(images/tab_sel.jpg) repeat-x !important;
	height:10px;
	color:#636363 !important;
	font-size:12px !important;
}
.tabbed_sidebar li .fwTabTitle{
	background:url(images/tab_unsel.jpg) repeat-x ;
	height:10px;
	color:#fff;
	font-weight:bold !important;
	font-size:12px !important;
}
#linkbox ul li{
	background: url(images/rgtulbullet.jpg) no-repeat left center;
	padding-left:15px;
	
}
#linkbox ul li a{
	color:#4D0D00;
	line-height:20px;
	padding-left:12px;
}

#linkbox .showmore{
	width:105px;
	height:26px;
	background:url(images/showmore.jpg) no-repeat right;
	display:block;
	float:right;
	margin-right:5px;
}
/*-------------------------footer
*/
#footer{
	width:1010px;
	height:100px;
	margin:0 auto;
	background: url(images/footerbg.jpg) no-repeat;
	padding:13px 7px 0 9px;
	text-align:right;
	overflow:hidden;
}
#footer p{
	float:left;
	color:#747474;
	font-size:10px;
}
#footer ul{
	float:left;
	display:inline;
	overflow:hidden;
}

#footer ul li{
	float:left;
	color:#747474;
	background:url(images/footerDiv.jpg) no-repeat left;
	font-size:10px;
	padding:0 5px;
}
#footer a{
	color:#747474;
}
#footer a:hover{
	text-decoration:underline;
}
#footer span{
	color:#747474;
	font-size:10px;
}
/*---------------------------start subpage
*/
#sublftcont{
	width:593px;
	overflow:hidden;
	margin-top:8px;
}
#subpiccont{
	width:354px;
	border:1px solid #ddd;
	padding:1px;
	float:left;
	margin:0 9px 9px 0;
}
#sublftcont p{
	color:#9B9B9B;
	line-height:18px;
	padding-bottom:15px;
}
/*----------------------------listCont
*/
#listCont{
	width:593px;
	border:1px solid #F5F2ED;
	float:left;
	overflow:hidden;
	padding-top:17px;
	margin-bottom:17px;
	background:#FEF9F1;
}
#listCont fieldset{
	width:593px;
	overflow:hidden;
} 
#listCont fieldset h2{
	width:550px;
	color:#733F0C;
	font-size:18px;
	float:left;
}
#listCont fieldset a{
	width:43px;
	height:32px;
	display:block;
	background:url(images/print.png) no-repeat 10px 0;
	float:right;
}
#listCont h3{
	color:#76AA0F;
	font-size:14px;
	line-height:18px;
}
.sublftUl{
	width:593px;
	float:left;
	margin:15px 0;
	overflow:hidden;
}
.sublftUl li{
	background:url(images/sublibullet.jpg) no-repeat left center;
	display:block;
	width:593px;
	float:left;
}
.sublftUl li a{
	color:#6C6C6C;
	line-height:18px;
	font-size:12px;
	padding-left:15px;
}
.sublftUl li label{
	color:#6C6C6C;
	line-height:18px;
	font-size:12px;
	padding-left:15px;
	width:575px;
	float:right;
	
}
/*---------------------recipeBx*/
#recipeBx{
	width:601px;
	overflow:hidden;
	float:left;
	border:1px solid #F5F2ED;
	background:#FEF9F1;
	padding:9px 0 3px 8px;
	margin-top:7px;
}
#formCont{
	width:321px;
	float:left;
}
#recipeBx h2{
	color:#733F0C;
	font-size:18px;
	line-height:26px;
}
#recipeBx span{
	color:#525252;
	line-height:14px;
}
#recipeBx span a{
	color:#F27A00;
}
#goarea{
	width:321px;
	overflow:hidden;
	padding-top:15px;
}
#goarea input{
	width:190px;
	height:19px;
	border:none;
	float:left;
	border:1px solid #ddd;
	background:url(images/goinputBg.jpg) repeat-x;
}
#goarea .gosbtn{
	width:32px;
	height:21px;
	background:url(images/go.jpg) no-repeat;
	margin-left:7px;
	border:none;
	
}
#recipeBx ul{
	width:280px;
	float:left;
	background: url(images/sharingBg.jpg) no-repeat right top;
	padding-bottom:20px;
	
}
#recipeBx ul li{
	display:block;
}
#recipeBx ul li a{
	color:#525252;
	padding-left:20px;
	line-height:20px;
}
#recipeBx ul .srss{
	background:url(images/subrss.jpg) no-repeat left center;
}
#recipeBx ul .srss a label{
	color:#BF6400;
	cursor:pointer;
}
#recipeBx ul .stwitter{
	background: url(images/subtwitti.jpg) no-repeat left center;
}
#recipeBx ul .stwitter a label{
	color:#23B7C9;
	cursor:pointer;
}
#recipeBx ul .sfriend{
	background: url(images/subfrined.jpg) no-repeat left center;
}
#recipeBx ul .sfriend a label{
	color:#88A21E;
	cursor:pointer;
}
#recipeBx ul .sfacebook{
	background: url(images/subfacebook.jpg) no-repeat left center;
}
#recipeBx ul .sfacebook a label{
	color:#009FFF;
	cursor:pointer;
}
#recipeBx ul .sshare{
	background: url(images/subshare.jpg) no-repeat left center;
}
#recipeBx ul .sshare a{
	color:#169F22;
}
/*---------------------------productCont
*/
#productCont{
	width:595px;
	overflow:hidden;
	border:1px solid #ddd;
	margin-top:9px;
	float:left;
	padding:0px 7px 7px 7px;
}
#productCont h2{
	width:595px;
	color:#733F0C;
	font-size:18px;
	line-height:26px;
}
.related_post{
	width:595px;
	overflow:hidden;
}
.related_post li{
	width:186px;
	margin-right:10px;
	float:left;
	overflow:hidden;
}
.related_post li img{
	padding:5px !important;
}
.related_post li small{
	width:182px;
	border:1px solid #ddd;
	display:block;
	float:left;
	padding:1px;
}
.related_post li a{
	width:184px;
	border:1px solid #ddd;
	color:#5E5E5E;
	font-size:14px;
	margin-top:9px;
	float:left;
	text-align:center;
	display:block;
	line-height:18px;
	font-weight:normal;
	margin-bottom:5px;
}
.productignore{
	margin-right:0;
}
/*---------------------------sublftbtmBx
*/
#sublftbtmBx{
	width:595px;
	overflow:hidden;
	border:1px solid #ddd;
	margin-top:9px;
	float:left;
	padding:0px 7px 2px 7px;
}
#sublftbtmBx h2{
	color:#733F0C;
	font-size:18px;
	line-height:26px;
	font-weight:normal;
}
#sublftbtmBx h2 a{
	color:#733F0C;
	font-size:18px;
	line-height:26px;
	font-weight:normal;
}

/*----------------------comminputarea
*/


/*========================================================



			featured post chabged 



==========================================================*/



#featuredPost{

       width:611px;

       height:550px;

       background: #FFFFFF url(images/homepagetop.gif) no-repeat 0 0;

       position:relative;

       overflow:hidden;

       margin-bottom:25px;

}





*html #featuredPost{height:450px;} 



#featuredPostBox{ width:10000000px; position:absolute}



#featuredPost ul{width:auto; height:100%;list-style:none; padding:0!important; margin:0;}



#featuredPost li{



	width:597px;/*610+2*/ 

	height:500px;/*179+2*/ 

	padding:8px 5px 7px 6px!important; 

	border:1px solid #ccc;

	float:left;

	list-style:none!important; 

	position:relative;



}



#featuredPost a{text-decoration:none}



#featuredPost big{display:block; font-size:18px; text-transform:uppercase; color:#000; line-height:11px; margin-bottom:8px;font-family: Arial, Tahoma, Verdana;font-weight: bold; color:#733F0C}



#featuredPost h2{font-size:17px; line-height:19px; margin:0; padding:0; background:none; margin-bottom:4px; }



#featuredPost h2 a{color:#003300;font-size:14px; font-family:Verdana; font-weight:bold}



#featuredPost label{color:#666; display:block; font-size:11px;}



#featuredPost label a{color:#666}



#featuredPost label a:hover, #featuredPost h2 a:hover{text-decoration:underline}



#featuredPost .fcontent{width:100%; height:102px; padding-top:6px}



#featuredPost .lftToppicCont{width:589px; height:381px; overflow:hidden; float:left; text-align:center; background-color:#999;position:relative; left:-3px}



#featuredPost .fexcerpt{width:374px;/*376*/ height:88px; overflow:hidden; padding-left:2px; float:right;}



#featuredPost p{margin:0; padding:0;margin-bottom:3px}



.keepRding{



	width:125px; 

	line-height:25px; 

	display:block; 

	text-align:center; 
	background:url(images/lftTopmore.jpg) no-repeat;

	color:#648E23!important; 

	font-size:12px; 

	text-transform:uppercase; 

	border:1px solid #999; 

	position:absolute; right:0; top:515px;



}



.postLinks{width:125px; line-height:25px; display:block; text-align:center; background-color:#003300; color:#fff; font-size:12px; text-transform:uppercase; border:1px solid #999; position:absolute; right:0; top:516px; z-index:5; }



.postLinks{width:auto; float:left; height:25px; right:127px; background-color:#b7da6b; border-right-width:0}



.postLinks a{width:23px; display:block; float:left; color:#648E23;
	background:url(images/lftToppBg.jpg) no-repeat; border-right:1px solid #999; cursor:pointer}



.keepRding:hover{background-color:#131414!important}



.postLinks a:hover{background-color:#003300; color:#000}







*html .keepRding{top:184px}



*html .postLinks{top:185px}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

commentlist li {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


#commentform {
	margin: 5px 10px 0 0;
	overflow:hidden;
	
	}
#respond{
	
	margin-left:10px;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#respond h3{
	color:#733F0C;
	font-size:18px;
	line-height:26px;
	font-weight:normal;
}



.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


#commentform .inptclass{
	width:331px;
	height:19px;
	display:block;
	border:none;
	border:1px solid #ddd;
	background:url(images/commentinputbg.jpg) repeat-x;
}
#commentform textarea{
	width:560px;
	height:144px;
	display:block;
	border:none;
	border:1px solid #ddd;
	background:url(images/textareabg.jpg) repeat-x;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float:left;
	width:90px;
	height:26px;
	border:none;
	cursor:pointer;
	background:url(images/commentsbtn.jpg) no-repeat;
	}
	
#commentform p small label{
	color:#FF0000;
}
#commentform p small{
	color:#5C4835;
	font-size:12px;
	line-height:18px;
}

.whatus{
	width:144px;
	height:33px;
	background:url(images/whatsayyou.jpg) no-repeat;
	display:block;
	float:left;
	margin-left:13px;
}







.postcomment{
	width:545px;
	border:1px solid #F5F2ED;
	background:#FEF9F1;
	float:left;
	padding:10px 9px;
	margin-right:38px;
}
.postcomment p{
	color:#292929;
	line-height:18px;
	border-bottom:1px dashed #D4CAAC;
	padding-bottom:10px;
}
.comment-body span{
	color:#000;
	line-height:18px;
	padding-top:5px;
	display:block;
}
.postcomment span a{
	text-decoration:underline;
	color:#E54100;
}
.postcomment span label{
	color:#98724D;
}
#commentarea{
	width:593px;
	border-top:1px dashed #BDBCBC;
	float:left;
	margin-top:15px;
}
#commentarea span{
	color:#A1A1A1;
	line-height:18px;
}
#commentarea span a{
	color:#E16F00;
}
.center{
	text-align:center;
	padding:50px 0;
	color:#FF0000;
}
.ddsg-wrapper p{
	display:none;
}
.ddsg-wrapper h2{
	color:#71AA02;
	font-size:22px;
	line-height:22px;
	padding:10px 0;
}
.ddsg-wrapper ul{
	padding-left:15px;
}
.ddsg-wrapper ul li strong{
	color:#0066CC;
	font-size:16px;
}

.ddsg-wrapper ul li{
	margin:5px 0;
}
.ddsg-wrapper ul ul li{
	background:url(images/sublibullet.jpg) no-repeat 0 3px;
	padding-left:10px;
}
.ddsg-wrapper ul li a{
	color: #333333;
	font-size:14px;
}

.ddsg-wrapper ul ul{
	padding-left:25px;
}
.tab-content div {
	padding-left:20px;
}

.tab-content div a{
	font-size:12px;
	color:#999999;
}
#products_page_container{
	overflow:hidden;
}
.productdisplay{
	float:left;
	width:220px;
	display:block;
}
