@charset "UTF-8";
/* CSS Document */
/*
Theme Name: Cooked in Africa
Theme URI: http://www.tenacityworks.com/
Description: Cooked in Africa theme developed by Tenacity Works in sunny Cape Town.
Author: Tenacity Works
Author URI: http://www.tenacityworks.com/
Vesrion 1.1
.
*/

/*Eric Meyer's CSS Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight:normal;
	text-align:left;
}
body {
	line-height: 1;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	background:#EBE9E1 url(images/bg_main.jpg) no-repeat;
	}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clr{
	clear:both
}

a,a:visited {
	color:#139FCD;
	text-decoration:none;
	font-weight:normal;
}
a:hover {
	color:#95928C;
	text-decoration:none;
	font-weight:normal;	
}
strong{
	font-weight: bold;
	}
em{
	font-style:italic;
	}
h1, h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#93918B;
	line-height:130%;
	padding:0 0 5px 15px;
	font-weight:bold;
	background:url(images/bg_star.png) no-repeat left 2px;
	text-transform:uppercase;
	border-bottom: 1px solid #EBEAE2 ;
	margin-bottom:10px;
	}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#139FCD;
	font-size:24px;
	line-height:130%;
	font-weight:bold;
	padding-bottom:15px;
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#139FCD;
	line-height:130%;
	margin-bottom:10px;
	}
h5{
	color:#93918B;
	font-size:11px;
	line-height:130%;
	}
h6{
	color:#95928C;
	font-size:13px;
	line-height:130%;
	padding-bottom:5px;
	}
p{
	font-size:12px;
	color:#000000;
	line-height:150%;
	padding-bottom:20px;
	}
small{
	font-size:11px;
	color:#2E2B25;
	margin-bottom:20px;
	float:left;
	}
hr{
	background:#CACACA;
	height:1px;
	padding:0;
	margin-bottom:20px;
	border:none;
	}
hr.feedHolder {
	background:none;
	border-bottom:1px dotted #CACACA;
	margin-bottom:10px;
}
hr.stripe{
	background:url(images/bg_stripe_line.png) no-repeat;
	border: none !important;
	height:9px;
	margin-bottom:20px;
	}
h1.noBorder{
	border:none;
	}
h4.noBg{
	background: none;
	}
h1.left{
	float:left;
	width:350px;
	}
h6.right{
	float:right;
	}
#leftCol h6.right a,a:visited {
	color:#139FCD;
	text-decoration:none;
	font-weight:normal;
}
#leftCol h6.right a:hover {
	color:#95928C;
	text-decoration:none;
	font-weight:normal;	
}
h1.noBg{
	background:none !important;
	}	
/* main structure */

html, body {
    height: 100%;
	color:#000;
	text-align:center;
}
#siteBox{
	min-height:100%;
	padding-bottom:50px;
	margin: 0 auto;
	width:960px;
	}
#headerBox{
	width:960px;
	height:218px;
	}
#navBox{
	width:960px;
	height:42px;
	}
#smallNav{
	float:left;
	height:32px;
	margin:10px 0 0 15px;
	width:215px;
	color:#93918B;
	}
#smallNav ul li{
	list-style:none;
	display:inline;
	font-size:11px;
	}
#smallNav ul li a, a:visited{
	color:#93918B;
	text-decoration:none;
	background:none;
	}
#smallNav ul li a:hover, #smallNav ul li a.selected {
	color:#BFCB03;
	text-decoration:none;
	background:none;
	}
#mainNav{
	width:678px;
	float:right;
	background: url("images/bg_nav.png") no-repeat scroll 0 6px transparent;
	height:42px;
	}
#mainNav ul{
	}
#mainNav ul li{
	color:#FFFFFF;
	display:inline;
	float:left;
	font-size:12px;
	height:45px;
	list-style:none outside none;
	padding-top:14px;
	text-align:center;
	width:110px;
}
#mainNav ul li a, a:visited{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	background:none;
	}
#mainNav ul li a:hover, #mainNav ul li a.selected{
	color:#FFF;
	text-decoration:none;
	background:url(images/mainnav_hover.png);
	font-weight:bold;
	}
#mainNav ul li.shows a{
	padding:16px 26px;
	}
#mainNav ul li.books a{
	padding:16px 39px 16px 35px;
	}
#mainNav ul li.recipes a{
	padding:16px 36px 16px 35px;
	}
#mainNav ul li.podcasts a{
	padding:16px 28px;
	}
#mainNav ul li.journal a{
	padding:16px 32px 16px 34px;
	}
#mainNav ul li.commercials a{
	padding:16px 21px;
	}
#headerMeta{
	width:960px;
	}
#logoBox{
	width:325px;
	height:150px;
	float:left;
	margin:15px 0 0 14px;
	}
#breadCrumb{
	color:#BFCB03;
	float:left;
	font-size:10px;
	height:10px;
	margin:-5px 0 0 12px;
	width:620px;
	}
#breadCrumb a, a:visited{
	color:#BFCB03;
	text-decoration:none;
	background:none;
	}
#breadCrumb a:hover{
	color:#93918B;
	text-decoration:none;
	}
#socialHolder{
	width: 247px;
	float:right;
	margin-top:13px;
	}
#socialHolder img{
	background: none;
	}
.socialText{
	margin-bottom:13px;
	}
/*Social Sprite*/
#socialBox{
	width:137px;
	float:left;
	height:45px;
	padding:18px 0 18px 0;
	margin: 0 18px 16px 0;
	font-size:11px;
	}
#socialBox a, a:visited{
	color:#93918B;
	text-decoration:none;
	background:none;
	}
#socialBox a:hover{
	color:#BFCB03;
	text-decoration:none;
	}
#socialBox ul  li{
	float:left;
	list-style:none;
	display:inline;
	}
#socialBox span{
	display: none;
}
#socialBox a {
	display:block;
	width:137px;
}
#socialBox li {
	float:left;
	list-style:none;
	display:inline;
}
#twitter a{
	width:34px;
	height:39px;
	background:url(images/sprite_social.png) no-repeat 0px 0px;
	padding:0;
}
#facebook a{
	width:34px;
	height:39px;
	background:url(images/sprite_social.png) no-repeat -34px 0px;
	padding:0;
}
#vimeo a{
	width:34px;
	height:39px;
	background: url(images/sprite_social.png) no-repeat -68px 0px;
	padding:0;
}
#rss a{
	width:34px;
	height:39px;
	background: url(images/sprite_social.png)  no-repeat -102px 0px;
	padding:0;
}

#twitter  a:hover, #twitter .selected{
	background:url(images/sprite_social.png) no-repeat 0px -41px;
}
#facebook a:hover, #facebook .selected{
	background:url(images/sprite_social.png) no-repeat -34px -41px;
}
#vimeo a:hover, #vimeo .selected{
	background:url(images/sprite_social.png) no-repeat -68px -41px;
}
#rss a:hover, #rss .selected{
	background:url(images/sprite_social.png) no-repeat -102px -41px;
}
/*Search section*/
#searchBox{
	width:315px;
	float:left;
	height:55px;
	}
#searchBox fieldset	{ 
	margin-top:10px; 
	padding:5px 0 5px 0; 
	border:none;
}
#searchBox  input,
#searchBox  textarea,
#searchBox  select { 
	background:url(images/bg_search.png);
	font-size:12px;
	color:#A3A092;
	vertical-align:top;
	border:none;
}
#searchBox  input:hover,
#searchBox  textarea:hover,
#searchBox select:hover	{
	border:none;
	color:#BFCB03;
	background:url(images/bg_search.png);
}

#searchBox input:focus,
#searchBox textarea:focus,
#searchBox select:focus	{ 
	color:#BFCB03;
	background:url(images/bg_search.png);
}
#searchBox textarea,
#searchBox input {
	float:left;
	height:25px;
	padding:3px 5px 5px;
	width:184px;
}
#searchBox #searchButt{
	width:36px;
	height:33px;  
	border:none !important;
	background: url(images/butt_search.png) no-repeat;
	float:left;
	cursor:pointer;
}
#contentBox{
	overflow:hidden;
	padding:20px 0 30px 0;
	width:960px;
	background:#F2F2EB;
	}
#heroBox{
	width:960px;
	background:#000;
	height:260px;
	margin-bottom:20px;
	}
/*Accordion*/
#accordContent h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height:130%;
	padding:0 0 0 15px !important;
	font-weight:bold;
	background:url(images/accord_star.png) no-repeat left 2px;
	text-transform:uppercase;
	border-bottom: none;
	margin-bottom:7px;
	}
#accordContent h3{
	color:#000;
	font-size:13px;
	margin-bottom:10px;
	padding:0 !important;
	}
#accordContent h2{
	color:#FFF;
	padding:0;
	}
#accordContent{
	float:right;
	height:230px;
	width:170px;
}
#accordContent a {
	cursor:pointer;
	display:block;
	height:230px;
}
#accordContent li {
	float:left;
	list-style:none;
	display:inline;
	height:230px;
}			
#accordContent  li a, a:visited{
	width: 140px;
	background:url(images/accord_sprite.png) no-repeat 0 0;
	padding:15px;
	}
#accordContent li a:hover{
	width: 140px;
	background:url(images/accord_sprite.png) no-repeat 0 -260px;
	}
div#block-wrapper {
    height:340px;
}
div.acc {
    height:260px;
    width:960px;
}
div.acc p {
	padding:20px;
}
div#one-div {
    background-color:#999;
    left:0px;
	border:none;
	width:610px;
    z-index:1;
}
div#two-div {
    background-color:#777;
    left:610px;
    z-index:2;
}
div#three-div {
    background-color:#555;
    left:680px;
    z-index:3;
}
div#four-div {
    background-color:#555;
    left:750px;
    z-index:4;
}
div#five-div {
    background-color:#555;
    left:820px;
    z-index:5;
}
div#six-div {
    background-color:#555;
    left:890px;
    z-index:6;
}
div.acc-js {
    border-left:10px solid #FFF;
    position:absolute;
    width:610px;
}
div.block-wrapper-js {
	height:260px;
    overflow:hidden;
    position:relative;
}
.highlight{
	background: #333;
	line-height:1.5;
	padding:0 0.5em;
}
/* Accordion End */
.arrowBox{
	float:right;
	width: 28px;
	margin: 0 0 0 10px;
	position:relative;
	bottom:5px;
	}
#episodeNumbers{
	float:right;
	margin:-3px 0 20px 88px;
	overflow:hidden;
	position:absolute;
	width:605px;
}
#episodeNumbers a {
	cursor:pointer;
	display:block;
	float:left;
	height:16px;
	padding-top:6px;
	text-align:center;
}
#episodeNumbers li {
	float:left;
	list-style:none;
	display:inline;
	padding-right:5px;
	text-align:center;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
}			
#leftCol #episodeNumbers ul li a, a:visited{
	color:#FFF;
	width: 23px;
	background:url(images/sprite_numbers.png) no-repeat 0 0;
	text-decoration:none;
	font-weight:bold;
	padding:5px 0 0 0;
	}
#leftCol #episodeNumbers ul li a:hover{
	color:#FFF;
	width: 23px;
	background:url(images/sprite_numbers.png) no-repeat -24px 0;
	text-decoration:none;
	font-weight:bold;
	}
#navNumbers{
	float:right;
	margin:-3px 0 20px 0;
	overflow:hidden;
	width:220px;
	font-size:11px;
}
#navNumbers a {
	cursor:pointer;
	display:block;
	float:left;
	height:16px;
	padding-top:5px;
	text-align:center;
}
#navNumbers li {
	float:left;
	list-style:none;
	display:inline;
	padding:0 3px;
	text-align:center;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
}			
#navNumbers li a, a:visited{
	color:#FFF;
	width: 23px;
	background:url(images/sprite_numbers.png) no-repeat 0 0;
	text-decoration:none;
	font-weight:bold;
	padding:0;
	}
#navNumbers li a:hover{
	color:#FFF;
	width: 23px;
	background:url(images/sprite_numbers.png) no-repeat -24px 0;
	text-decoration:none;
	font-weight:bold;
	}
.navBook{
	margin:-10px 0 0 8px;
	font-size:22px;
	float:left;
	color:#FF7900;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
#leftCol .navBook a, a:visited{
	color:#FF7900;
	text-decoration:none;
	}
#leftCol .navBook a:hover{
	color:#B0AEA9;
	text-decoration:none;
	}
/**LeftCol**/
#leftCol{
	width:690px;
	float:left;
	margin: 0 20px 0 14px;
	}

#leftCol ul li a,a:visited {
	color:#139FCD;
	text-decoration:none;
	font-weight:normal;
}
#leftCol ul li a:hover {
	color:#95928C;
	text-decoration:none;
	font-weight:normal;	
}
/* Subscribe Podcast Sprite*/
#subPod{
	height:25px;
	width:200px;
	float:right;
	}
#subPod ul  li{
	float:left;
	list-style:none;
	display:inline;
	}
#subPod span{
	display: none;
}
#subPod a {
	display:block;
	width:200px;
}
#subPod li {
	float:left;
	list-style:none;
	display:inline;
}
#subpodcast a{
	width:200px;
	height:25px;
	background:url(images/subPod.png) no-repeat 0 0px;
}
#subpodcast a:hover{
	background:url(images/subPod.png) no-repeat 0 -25px;
}
#leftCol h1.big{
	font-size:18px;
	color:#221F19;
	border:none;
	font-weight:normal;
	text-transform:none;
	background:url("images/bg_star.png") no-repeat left 7px;
	}
.preview{
	padding:15px 6px 30px;
	background:#FFF;
	margin-bottom:20px;
	overflow:hidden;
	}
.preview img{
	margin:0 0 20px 0;
	border: 8px solid #EBEAE2;
	}
.preview h2, .preview h5, .preview p, .preview small{
	margin-left:10px;
	}
.preview .clipContent{
	float:left;
	width:478px;
	margin:0 0 20px 0 !important;
	font-size:12px;
	}
.preview .clipContent img{
	border:none;}
.preview .clipContent label{
	width:70px;
	margin-bottom:5px;
	color:#95928C;
	float:left;
	}
.preview .clipContent h2, .clipContent h5, .clipContent p {
	margin-left:0 !important;
	}
.showreelHolder{
	margin:0 15px;
	}
.form{
	background:#ffffff;
	padding:10px 15px 10px;
	margin-top:0px;
	overflow:hidden;
	}
.form ol.cf-ol {
	padding-top:5px !important;}
.tags{
	color: #000;
	margin-left:20px;
	font-size:12px;
	font-weight:bold;
	}
img.view_map{
	margin-left:40px;
	background:none !important;
	}
.imgBookholder img{
	float:left;
	border:8px solid #EBEAE2;
	margin:0 20px 20px 20px !important;
	}
img.imgButton {
	margin:10px 0 0 0 !important;
	}
.listHolder{
	font-size:12px;
	}
#leftCol .listHolder a, a:visited{
	color:#00A2D1;
	text-decoration:none;
	}
#leftCol .listHolder a:hover{
	color:#000000;
	text-decoration:none;
	}
.listHolder h2{
	padding-bottom:0px;
	}
.listHolder h5{
	margin-bottom:10px;
	}
.listHolder p{
	padding-bottom:10px;
	}
.listHolder ul{
	}
.listHolder ul li{
	list-style:none;
	border-bottom:1px solid #D0CDBE;
	padding-bottom:20px;
	margin-bottom:20px;
	overflow:hidden;
	}
.listHolder img{
	border:8px #FFF solid;
	float:left;
	}
.listHolder.space{
	padding-left:10px;
	}
.listContent{
	float:left;
	width: 430px;
	margin-left:20px;
	}
#leftCol .listContent a, a:visited{
	color:#00A2D1;
	text-decoration:none;
	}
#leftCol .listContent a:hover{
	color:#000000;
	text-decoration:none;
	}
.listbookContent{
	float:left;
	width: 510px;
	margin-left:20px;
	}
#leftCol .listbookContent a, a:visited{
	color:#00A2D1;
	text-decoration:none;
	}
#leftCol .listbookContent a:hover{
	color:#000000;
	text-decoration:none;
	}
.clipList{
	font-size:12px;
	}
.clipList a, a:visited{
	color:#00A2D1;
	text-decoration:none;
	}
.clipList a:hover{
	color:#000000;
	text-decoration:none;
	}
.clipList h5{
	margin-bottom:10px;
	}
.clipList p{
	padding-bottom:10px;
	}
.clipList ul{
	}
.clipList ul li{
	list-style:none;
	border-bottom:1px solid #D0CDBE;
	padding:0 10px 20px;
	margin-bottom:20px;
	overflow:hidden;
	}
.clipImg{
	float:left;
	width:320px;
	}
.clipImg img{
	border:8px #FFF solid;
	margin:0;
	}
.clipList .clipContent{
	float:left;
	width: 300px !important;
	margin-left:37px !important;
	}
.clipContent label{
	width:70px;
	margin-bottom:5px;
	color:#95928C;
	float:left;
	}
.clipContent h2, .clipContent h5, .clipContent p {
	margin-left:0 !important;}
/**feedHolder End**/
.feedHolder{
	width:690px;
	background:#F2F2EB;
	margin:25px 0;
	overflow:hidden;
	}
.feedHolder p{
	padding-bottom:5px;
	}
.feedHolder hr{
	background:none ;
	border-bottom:1px dotted #CACACA;
	margin-bottom:10px;
	}
.twitterBox{
	width:390px;
	margin:15px 20px 0 0;
	border-bottom:1px solid #CACACA;
	overflow:hidden;
	float:left;
	}
.twitImage{
	width:110px;
	float:left;
	margin-top:15px;
	}
.twitImage a img{
	background:none !important;}
.twitFeed{
	width:280px;
	float:left;}
/**feedHolder End**/
/**subscibeHolder**/
.subscribeHolder{
	background:url(images/bg_subscribe.png) no-repeat;
	float:left;
	height:144px;
	padding:8px 15px 15px;
	text-align:center !important;
	width:250px;
	}
.subscribeHolder h4{
	background:none;
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;
	margin-bottom:5px;
	text-align:center;
	}
.subscribeHolder p{
	color:#FFFFFF;
	line-height:117%;
	padding-bottom:9px;
	text-align:center;
	}
/*Submit inputsection*/
#subscribeBox {
	width:260px;
	float:left;
	height:55px;
	}
#subscribeBox fieldset	{ 
	margin-top:10px; 
	padding:5px 0 5px 0; 
	border:none;
}
#subscribeBox  input,
#subscribeBox  textarea,
#subscribeBox  select { 
	background:url(images/bg_subscribe_input.png);
	font-size:12px;
	color:#A3A092;
	vertical-align:top;
	border:none;
}
#subscribeBox input:hover,
#subscribeBox textarea:hover,
#subscribeBox select:hover	{
	border:none;
	color:#BFCB03;
	background:url(images/bg_subscribe_input.png);
}

#subscribeBox input:focus,
#subscribeBox textarea:focus,
#subscribeBox select:focus	{ 
	color:#BFCB03;
	background:url(images/bg_subscribe_input.png);
}
#subscribeBox textarea,
#subscribeBox input {
	float:left;
	height:17px;
	padding:3px 5px 5px;
	width:170px;
	margin:-2px 0 10px 35px;
	text-align:center;
}
#subscribeBox #submitButt{
	width:179px;
	height:23px;  
	border:none !important;
	background: url(images/butt_submit.png) no-repeat;
	float:none;
	cursor:pointer;
	margin: 0 0 0 83px !important;
}
.episodeHolder{
	width: 430px;
	margin-right: 15px;
	float:left;
	min-height:220px;
	}
.episodeLogo{
	float:left;
	width:220px;
	}
.episodeLogo img{
	border: none;}
	/**comments**/
.commentBox{
	width:630px;
	margin:0 20px;
	}
.commentBox img{
	border: none;
	margin-bottom:0;}
.commentBox ul{
	}
.commentBox ul li{
	border-bottom:1px solid #D0CDBF;
	padding:0 0 20px 0;
	margin-bottom:20px;
	list-style:none;
	}
.commentBox h2{
	font-size: 18px;
	padding:0;
	}
.commentText{
	margin-top:20px;
	clear:both;
	}
.commentText p {
	font-family:Arial, Helvetica, sans-serif;
	}
.gravatar{
	float:left;
	margin:0 10px 0 0;
	}
img.avatar{
	border:3px solid #FFF;
	float:left;
	margin:0 10px 0 0;
	}
/**subscibe input End**/
/**subscibeHolder End**/
/**LeftCol End**/
/**rightCol**/
#rightCol{
	width:220px;
	float:left;
	font-size:12px;
	margin-right:14px;
	}
#sideBar{
	background:#FFF;
	padding:15px 10px 10px;
	margin-bottom:20px;
	overflow:hidden;
	}
#sideBarmap{
	margin-bottom:45px}
#rightCol h2{
	color:#FFF;
	line-height:110%;
	margin-bottom:0;
	padding-bottom:5px;
	}
#rightCol h5{
	color:#BFCB03;
	font-size:11px;
	font-weight:normal;
	background:none;
	border:none;
	padding:0;
	line-height:120%;
	margin-bottom:5px;
	}
#rightCol a, a:visited{
	color:#BFCB03;
	text-decoration:none;
	}
#rightCol a:hover{
	color:#FFF;
	text-decoration:none;
	}
#rightCol p{
	color:#FFF;
	line-height:120%;
	padding-bottom:3px;
	font-weight:normal;
	}
#rightCol .rc_post{
	background:#25231F;
	padding:10px;
	margin-top:-2px;
	}
.rc_sponsor{
	}
#rc_allShows{
	width:201px;
	color:#00A2D1;
	background:#FFF;
	font-size:11px;
	overflow:hidden;
	}
#rc_allShows h3{
	font-size: 13px;
	color:#95938C;
	line-height:110%;
	margin:0 0 5px 0;
	}
.allShows input{
	background: url(images/allshow_a.png) no-repeat;
	height:61px;
	width:200px;
	margin-top:30px;
	cursor:pointer;
	border: none;
	}
.allShows input:hover {
	background: url(images/bg_allshows.png) no-repeat;
	height:61px;
	width:200px;
	margin-top:30px;
	cursor:pointer;
	border: none;
	}
.distribution input{
	background:url(images/bg_podcast.png) no-repeat scroll 0 0 ;
	height:57px;
	padding:0 0 0 20px;
	width:200px;
	cursor:pointer;
	border:none;
	color:#00A2D1;
	}
.distribution input:hover{
	background:url(images/bg_podcast.png) no-repeat scroll 0 -62px;
	}
.sponsor_img {
	float:left;
	height:70px;
	margin:0 2px 15px;
	text-align:center;
	width:96px;
}
.sponsor_img img{
	border:none;
	}
/* RC Social Sprite*/
#rc_socialBox{
	height:30px;
	width:200px;
	}
#rc_socialBox ul  li{
	float:left;
	list-style:none;
	display:inline;
	}
#rc_socialBox span{
	display: none;
}
#rc_socialBox a {
	display:block;
	width:200px;
}
#socialBox li {
	float:left;
	list-style:none;
	display:inline;
}
#rc_rss a{
	width:200px;
	height:30px;
	background:url(images/sprite_rc_social.png) no-repeat 0px 0px;
	padding:0;
}
#rc_podcast a{
	width:200px;
	height:30px;
	background:url(images/sprite_rc_social.png) no-repeat -200px 0px;
	padding:0;
}
#rc_tweets a{
	width:200px;
	height:30px;
	background:url(images/sprite_rc_social.png) no-repeat -400px 0px;
	padding:0;
}
#rc_tweet a, a:visited{
	color:#00A2D1;}
#rc_tweet a:hover{
	color:#333;
	}
#rc_tweet h5{
	color:#00A2D1;
	}
.twitFeed{
	color:#000000;
	font-size:12px;
	line-height:150%;
	}
.aktt_tweets{
	line-height:150%;
	}
#rc_rss  a:hover{
	background:url(images/sprite_rc_social.png) no-repeat 0px -30px;
}
#rc_podcast a:hover{
	background:url(images/sprite_rc_social.png) no-repeat -200px -30px;
}
#rc_tweets a:hover{
	background:url(images/sprite_rc_social.png) no-repeat -400px -30px;
}
/* RC Social Sprite*/
#rc_podlist{
	width:201px;
	color:#00A2D1;
	background:#FFF;
	font-size:11px;
	overflow:hidden;
	}
#rc_podlist a, a:visited{
	color:#00A2D1;
	}
#rc_podlist a:hover{
	color:#00A2D1;
	}
#rc_podlist h3{
	font-size: 13px;
	color:#95938C;
	line-height:110%;
	margin:0 0 5px 0;
	}
#rc_podlist h4{
	border:none;
	margin-bottom:5px;
	}
#rc_podlist ul  li{
	float:left;
	list-style:none;
	display:inline;
	}
#rc_podlist span{
}
#rc_podlist a {
	display:block;
	width:200px;
}
#rc_podlist li {
	float:left;
	list-style:none;
	display:inline;
}
#rc_podname a{
	padding:18px 0 0 10px;
	width:191px;
	height:44px;
	background:url(images/bg_podcast.png) no-repeat 0px 0px;
}
#rc_podname a:hover{
	background:url(images/bg_podcast.png) no-repeat 0px -62px;
}
.galleryStripe{
	height:104px;
	margin:-16px 0 0 -10px;
	position:absolute;
	width:106px;
	z-index:20;
	background: url(images/bg_gallerystripe.png) no-repeat; 
	}
.advertHolder{
	width:220px;
	margin-bottom:20px;
	}
.advertContent{
	width:212px;
	padding:15px 0 15px 8px;
	font-size:12px;
	margin-top:-2px;
	}
img.arrow{
	margin:0 5px 0 0;
	float:left;
	}
#rightCol .advertContent a, a:visited{
	color:#FFF;
	text-decoration: none;
	}
#rightCol .advertContent a:hover{
	color:#FFF;
	text-decoration:underline;
	}
/**rightCol end**/
/**wideCol**/
#wideCol{
	width: 960px;
	}
.proHolder{
	width:200px;
	padding:10px;
	background:#FFF;
	float:left;
	margin:0 10px 20px;
	height:445px;
	}
.proIn{
	height:104px;
	margin:-10px 0 0 -10px;
	position:absolute;
	width:106px;
	z-index:20;

	}
.proThumb{
	width:200px;
	line-height:0;
	}
#proLogo{
	width: 200px;
	height:80px;
	}
#proLogo ul  li{
	float:left;
	list-style:none;
	display:inline;
	}
#proLogo span{
	display: none;
}
#proLogo a {
	display:block;
	width:200px;
	background-position:
}
#proLogo li {
	float:left;
	list-style:none;
	display:inline;
}
.proContent{
	background: #221F19;
	padding:10px;
	height:135px;
	}
.proContent h2{
	color:#FFF;
	line-height:110%;
	margin-bottom:0;
	padding-bottom:0;
	}
.proContent h5{
	color:#00A2D1;
	font-size:11px;
	font-style:italic;
	margin-bottom:8px;
	}
.proContent p{
	font-size:12px;
	color:#FFF;
	line-height:130%;
	}
.proHolder .proContent a, a:visited{
	color:#00A2D1;
	text-decoration: none;
	background:none;
	}
.proHolder .proContent a:hover{
	color:#FFF;
	text-decoration: none;
}
#rc_categories li{
	list-style:none;
	}
#rc_categories ul{
	margin:10px 0 0 20px;
	}
#rc_categories ul li{
	color:#97907C;
	font-size:14px;
	font-weight:normal;
	line-height:130%;
	list-style: url(images/rc_bg_star.png);
	margin-bottom:10px;
	}
#rc_categories ul li a, a:visited{
	color:#97907C;
	text-decoration:none;
	}
#rc_categories ul li a:hover{
	color:#00A1D0;
	text-decoration:none;
	}
#rc_categories h2{
	display:none;
	}	
#rc_tweet{
	
	}
#rc_tweet p{
	color:#333;
	}
#rc_tweet ul li{
	padding:20px 0;
	color:#00A1D1;
	border-bottom:1px dotted #D4CFBD;
	}
.ddsg-wrapper ul{
	margin:10px 0 0 20px;
	}
.ddsg-wrapper  ul li{
	color:#97907C;
	font-size:14px;
	font-weight:normal;
	line-height:130%;
	list-style: url(images/rc_bg_star.png);
	margin-bottom:10px;
	}
/**Map**/
#distMap{
	width:707px;
	height:435px;
	background:#FFF;
	float:left;
	border:2px solid #FFF;
	margin-bottom:20px;
	}

/**Map end**/
/**CommentForm end**/
#commentForm{
	width:450px;
	margin-top:20px;
	padding-left:20px;
	}
#commentForm input,
#commentForm textarea,
#commentForm select { 
	margin:0 0 8px 0;
	padding: 10px 10px 10px 15px;
	background: #FFF; 
	border:none;
	border-bottom: 1px solid #CCC; 
        border-left: 1px solid #CCC;
       border-top: 1px solid #EFEFEF; 
        border-right: 1px solid #EFEFEF;
	vertical-align:top;
	font:normal 11px Arial;
	color:#686663;
	clear:both;
}
#commentForm input:hover,
#commentForm textarea:hover,
#commentForm select:hover	{
	color:#95928C;
}

#commentForm input:focus,
#commentForm textarea:focus,
#commentForm select:focus	{ 
	color:#95928C; 
}

#commentForm textarea,
#commentForm input {
	width:150px;
	float:left;
}
#commentForm select {
	width:421px; /* attempt to have equal length */
}  

#commentForm select.cfselectmulti	{ 
	height:6.5em; 
}

#commentForm textarea {
	font-family: Arial;
	font-size: 12px;
	height: 6em;
	overflow:auto;
width: 415px;
}
#commentForm small{
	display:none;
	}
#commentForm #submit,.button.btn_save{
width:150px;
height:28px;
border:none;
background:url(images/butt_comment.png) no-repeat;border:medium none !important;
margin:5px 3px 4px 0;
font-size:0px;
color:#139FCD;

}
.commentHolder{
	background:#EBEAE1;
	padding:20px 0;}
.rightside .form.txt, .form.slug, .form.pick1  {
width:200px;
}

.rightside .form {
	margin:0 0 8px 0;
	padding: 10px 10px 10px 15px;
	background: #FFF; 
	border:none;
	border-bottom: 1px solid #CCC; 
	border-left: 1px solid #CCC;
   border-top: 1px solid #EFEFEF; 
	border-right: 1px solid #EFEFEF;
	vertical-align:top;
	font:normal 11px Arial;
	color:#686663;
	clear:both;
}

/**Comment Form End**/
/**wideCol end**/
#footerBox{
	color:#26231F;
	font-size:10px;
	height:50px;
	padding:15px 10px 15px 10px;
	width:940px;
	background:#FFF;
	}
#footerBox img{
	float:left;
	margin:0 1px;}
.metaLeft{
	float:left;
	margin:15px 0 0 25px;
	width:356px;
	}
.metaRight{
	float:left;
	margin:15px 0 0 20px;
	width:385px;
	}
#footerBox a, a:visited{
	color:#26231F;
	text-decoration:none;
	font-weight:normal;
	}
#footerBox a:hover{
	color:#00A1D1;
	text-decoration:none;
	font-weight:normal;
	}
#lbOverlay {
	height:600% !important;
	}