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

Project:		[TVBecon]
Version:		1.1
Last update:	09/07/2009
Assigned to:	[Carlos Rodriguez]

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

/* Global Defaults
=====================================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object {
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img,abbr{
	border:0;
}
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
a,a:link,a:visited,a:hover { 
	color:#f6921e;
	text-decoration:none; 
}
a:focus,a:hover { 
	text-decoration:underline;
}
a img { 
	border:0; 
}
.clear { 
	clear:both; 
}
.textcenter{
	text-align:center;
}
.textright{
	text-align:right;
}

#maincontent a[target='_blank'] {
   padding-right: 18px;
   background: transparent url(images/icon_popup.gif) no-repeat center right;
}
#maincontent a[href ^="mailto:"] {
   padding-right: 20px;
   background: transparent url(images/icon_mailto.gif) no-repeat center right;
}

#maincontent a[href $='.pdf'],
#maincontent a[href $='.PDF'],
#maincontent a[href $='.Pdf'] { 
   padding-right: 18px;
   background: transparent url(images/icon_pdf.gif) no-repeat center right;
}


/* Global Elements
=====================================================================*/
body {
	background:#5d5d5f url(images/background.png) repeat-x;
	line-height: 1.6em;
	font:62.5% Arial, Verdana, serif;
	min-height:100%;
}
.replace{
	position:relative;
	margin:0;
	padding:0;
	/* \*/
	overflow:hidden;
	/* */
}
.replace span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.skiplink{
	display:none;
}
/* Start CSS Coding
=====================================================================*/
#wrapper {
	width:946px;
	margin:0 auto;
}
#topmenu {
	height:20px;
	float:right;
	display:inline;
}
#topmenu li {
	height:18px;
	display:inline;
	float:left;
	background:url(images/septop.png) no-repeat 100% 4px;
	/*padding:2px 13px 0 13px;*/
}
#topmenu li a, #topmenu li a:link, #topmenu li a:visited {
	display: block;
	font-size:1.2em;
	color:#fff;
	height:inherit;
	padding:2px 13px 0 13px;
	width: inherit;
}
#topmenu li.last {
	background:none;
}

#topmenu ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:120px;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #fff;
    z-index: 100;
}
#topmenu li li {
	background: none;
    width:120px;
    border-bottom:1px solid #fff;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
}
#topmenu li li a {
    padding:4px 10px;
    width:120px;
    font-size:0.9em;
	color:#fff;
}
#topmenu li ul ul {
    margin:-21px 0 0 150px;
}
#topmenu li li:hover {
    background:#00a0b2;
}
#topmenu li ul li:hover a, #topmenu li ul li li:hover a, #topmenu li ul li li li:hover a, #topmenu li ul li li li:hover a {
    color:#fff;
}
#topmenu li:hover a, #topmenu li.sfhover a {
    /*color:#dddddd;*/
}
#topmenu li:hover li a, #topmenu li li:hover li a, #topmenu li li li:hover li a, #topmenu li li li li:hover li a {
    color:#fff;
}
#topmenu li:hover ul ul, #topmenu li:hover ul ul ul, #topmenu li:hover ul ul ul ul, #topmenu li.sfhover ul ul, #topmenu li.sfhover ul ul ul, #topmenu li.sfhover ul ul ul ul {
    left:-999em;
}
#topmenu li:hover ul, #topmenu li li:hover ul, #topmenu li li li:hover ul, #topmenu li li li li:hover ul, #topmenu li.sfhover ul, #topmenu li li.sfhover ul, #topmenu li li li.sfhover ul, #topmenu li li li li.sfhover ul {
    /*left:auto;*/
    background:#00a0b2;
}
#topmenu li:hover, #topmenu li.sfhover {
    /*background:#DA0909;*/
}

#header {
	width:946px;
	height:109px;
}
#logo{
	width:167px;
	height:80px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:inline;
	float:left;
	margin:15px 0 0 0;
	text-indent:-5000px;
}
#logo span{
	background:url(images/logo.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#headercenter {
	width:640px;
	height:109px;
	float:left;
	display:inline;
	margin:0 0 0 19px;
}
#placeschedule {
	width:640px;
	height:38px;
	padding:14px 0 0 0;
}
#menuschedule {
	font-size:1.2em;
	color:#f89f27;
	font-weight:bold;
	width:640px;
	height:26px;
}
#menuschedule li {
	display:inline;
	float:left;
	height:26px;
	position:relative;
}
#menuschedule li.first {
	padding:4px 0 0 0;
	height:22px;
}
#menuschedule li a, #menuschedule li a:link, #menuschedule li a:visited {
	display:inline;
	float:left;
	height:22px;
	padding:4px 14px 0 9px;
	background:url(images/sepschedule.png) no-repeat 100% 6px;
	color:#fff;
}
#menuschedule li:hover {
	background:url(images/schedule_hover.png) no-repeat 3px 0;
}
#menuschedule li.first:hover {
	background:none;
}
#menuschedule li a:hover {
	color:#f89f27;
	text-decoration:none;
}
#menuschedule li.last a {
	background:none;
}
/* Start CSS POPUP Menu
=====================================================================*/
#placeschedule ul ul {
	position:absolute;
	z-index:500;
	display:none;
	width:300px;
	margin:23px 0 0 0;
	left:0;
	font-size:0.9em;
}
#placeschedule ul li ul li {
	display:block;
	float:none;
	height:31px;
	background:none;
	margin:0 3px 0 0;
}
#placeschedule #menuschedule li:hover ul li a, #placeschedule #menuschedule li:hover ul li a:link, #placeschedule #menuschedule li:hover ul li a:visited {
	color:#faaf40;
	font-size:1.0em;
	display:block;
	float:none;
	height:18px;
	padding:4px 20px 0 20px;
	text-transform:none;
	background:none;
	border:none;
	margin:3px 0 0 0;
}
#placeschedule #menuschedule li:hover ul li a:hover, #placeschedule #menuschedule li ul li a:hover {
	text-decoration:underline;
	background:none;
}
#placeschedule #menuschedule li:hover ul li {
	background:none;
}
div#placeschedule li:hover ul ul,
div#placeschedule li li:hover ul ul
{display:none;}

div#placeschedule li:hover ul,
div#placeschedule li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
.linkfull, .linkfull:link, .linkfull:visited {
	background:#f89f27;
	float:left;
	display:inline;
	text-transform:uppercase;
	color:#fff;
	padding:2px 5px 0 5px;
	height:14px;
}
#headercenter h1 {
	font-size:1.6em;
	color:#fff;
	margin:25px 0 0 0;
}
.linkradio, .linkradio:link, .linkradio:visited {
	width:120px;
	height:22px;
	background:url(images/linkradio.png) no-repeat;
	float:right;
	margin:19px 0 0 0;
	text-align:center;
	font-size:1.2em;
	color:#fff;
	padding:8px 0 0 0;
}
#placemainmenu {
	width:946px;
	height:44px;
	background:url(images/mainmenu.png) no-repeat;
}
#mainmenu {
	width:916px;
	height:44px;
	float:left;
	padding:0 0 0 8px;
}
#mainmenu li {
	display:inline;
	float:left;
	height:44px;
}
#mainmenu li a, #mainmenu li a:link, #mainmenu li a:visited {
	display:inline;
	float:left;
	height:30px;
	padding:14px 19px 0 19px;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
}
#mainmenu li a:hover, #mainmenu li.active a, #mainmenu li.active a:link, #mainmenu li.active a:visited {
	background:#fff;
	color:#00a0b2;
	text-decoration:none;
}
.butdonate, .butdonate:link, .butdonate:visited {
	width:139px;
	height:28px;
	float:right;
	background:url(images/but_donate.png) no-repeat;
	margin:5px 23px 0 0;
	display:inline;
	font-size:1.7em;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	padding:7px 0 0 0;
}
#content {
	width:926px;
	background:#fff;
	padding:10px;
}
#content.home
{
	padding-top:0;
}
#intro {
	width:926px;
	height:315px;
}
#placeslideshow {
	width:540px;
	height:315px;
	float:left;
	position:relative;
}
.slideshow {
	width:540px;
	height:315px;
}
#navslideshow {
	width:540px;
	height:85px;
	background:url(images/back_slideshow.png) no-repeat;
	position:absolute;
	bottom:0;
	z-index:200;
}
#menuslide {
	width:auto;
	height:15px;
	text-align:right;
	float:right;
	padding:8px 0 0 11px;
}
#menuslide li {
	width:13px;
	height:13px;
	float:left;
	display:inline;
	margin:0 8px 0 0;
}
#menuslide li a, #menuslide li a:link, #menuslide li a:visited {
	width:13px;
	height:13px;
	float:left;
	display:inline;
	background:#a1e1e4;
	color:#333;
	font-size:1.0em;
	font-weight:bold;
	text-align:center;
}
#menuslide li a
{
	text-transform:none;
}
#contentslideshow {
	width:401px;
	height:81px;
	float:left;
	padding:4px 0 0 17px;
}
#contentslideshow img {
	float:left;
	margin:0 11px 0 0;
}
#contentslideshow h3 {
	color:#f6921e;
	font-size:1.9em;
	padding:25px 0 0 0;
}
#contentslideshow p {
	font-size:1.3em;
	color:#fff;
}
#placemenuslide {
	width:122px;
	float:right;
}
.butwatch, .butwatch:link, .butwatch:visited {
	width:63px;
	height:15px;
	background:url(images/but_watch.png) no-repeat;
	float:right;
	margin:31px 14px 0 0;
	display:inline;
	font-size:1.0em;
	text-transform:uppercase;
	color:#fff;
	letter-spacing:-1px;
	text-align:center;
	padding:1px 0 0 0;
}
#placevidsegment {
	width:386px;
	height:315px;
	float:right;
}
#placevidsegment h2 {
	width:370px;
	height:28px;
	background:#915c8a;
	padding:10px 0 0 16px;
	font-size:1.6em;
	text-transform:uppercase;
	color:#fff;
}
#vidsegment {
	width:356px;
	height:215px;
	background:#f5f1f4;
	padding:0px;
}
#butup{
	width:34px;
	height:15px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
	margin:0 0 1px 321px;
}
#butup span{
	background:url(images/arrow_up.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#vidlistcontainer
{
	position:relative; 
	height:176px;
	width:356px;
}
#listvideo {
	position:absolute; 
	height:220px;
	width:356px;
	background:url(images/sepvideo.png) no-repeat;
}
#listvideo li {
	width:356px;
	padding:12px 0;
	background:url(images/sepvideo.png) no-repeat 0 100%;
}
#listvideo li img {
	float:left;
	margin:0 10px 0 0;
}
#listvideo li h3 {
	font-size:1.4em;
	font-style:italic;
	padding:5px 0 0 0;
}
#listvideo li h3 a, #listvideo li h3 a:link, #listvideo li h3 a:visited {
	color:#915c8a;
}
#listvideo li p {
	font-size:1.0em;
	color:#915c8a;
}
#listvideo li p span {
	font-size:1.2em;
}
#butbottom{
	width:34px;
	height:15px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
	margin:1px 0 0 321px;
}
#butbottom span{
	background:url(images/arrow_bottom.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#placeaward {
	width:370px;
	height:46px;
	position:relative;
	background:#ccc;
	padding:16px 0 0 16px;
}
#placeaward h3 {
	font-size:1.6em;
	text-transform:uppercase;
}
#placeaward h3 a, #placeaward h3 a:link, #placeaward h3 a:visited {
	color:#4c4c4c;
}
#placeaward p {
	font-size:1.2em;
	color:#4c4c4c;
}
#imgaward {
	width:55px;
	height:93px;
	background:url(images/award.png) no-repeat;
	position:absolute;
	right:52px;
	bottom:0;
}
#content1, #content2, #content3 {
	width:306px;
	height:172px;
	float:left;
	display:inline;
	margin:15px 0 0 0;
	background:#efefef;
}
#content2 {
	margin:15px 4px 0 4px;
}
#content1 h3, #content2 h3, #content3 h3 {
	width:293px;
	height:37px;
	background:url(images/titleboxfront.png) no-repeat;
	font-size:1.6em;
	color:#1a1a1a;
	text-transform:uppercase;
	padding:7px 0 0 13px;
}
#content1 p, #content2 p, #content3 p {
	padding:18px 16px;
	font-size:1.2em;
	color:#333;
	line-height:1.4em;
}
#listfollow {
	padding:12px 0 0 14px;
}
#listfollow li {
	height:26px;
	margin:0 0 11px 0;
}
#listfollow li a, #listfollow li a:link, #listfollow li a:visited {
	display:block;
	height:22px;
	font-size:1.2em;
	color:#333;
	padding:4px 0 0 33px;
}
.linkrss {
	background:url(images/icon_rss.png) no-repeat;
}
.linkfacebook
{
	background:url(images/icon_facebook.png) no-repeat;
}
.linktwitter {
	background:url(images/icon_twitter.png) no-repeat;
}
.linkflickr {
	background:url(images/icon_flickr.png) no-repeat;
}
.linkyoutube
{
	background:url(images/icon_youtube.png) no-repeat;
}
/* Inner
=====================================================================*/
#contentinner {
	width:946px;
	background:url(images/back_inner.png) repeat-y;
}
#maincontent,
#maincontentdistance {
	width:596px;
	float:left;
	padding:15px 17px 15px 28px;
}
#maincontentdistance {
	background:#fff;
	width:901px;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
	font-size:2.2em;
	color:#00a0b2;
	padding:0 0 10px 0;
	font-weight:lighter;
}
.text h2
{
	font-size:2em;
}
.text h3
{
	font-size:1.8em;
}
.text h4
{
	font-size:1.5em;
	margin-top:1em;
}
.text p {
	font-size:1.4em;
	color:#333;
	padding:10px 0;
	line-height:1.4em;
}
.text ul{
	list-style: disc;
	margin-left: 1em;
	padding:1em 0 0 1em;
}
.text li {
	font-size:1.4em;
	color:#333;
}
.text li ul
{
	margin-top:0;
	padding-top:0;
}
.text li ul li{
	font-size:1em;
}
.text p strong {
	color:#f89f27;
}
#frmcontact {
	width:561px;
	border:1px solid #ecdab0;
	background:#fff1cf url(images/back_formcontact.png) repeat-x;
	padding:15px 22px;
	margin:0 0 20px 0;
}
#frmcontact label {
	font-size:1.2em;
	color:#666;
	display:block;
}
.textboxcontact {
	width:259px;
	height:20px;
	background:#fff;
	border:1px solid #ecdfbe;
	margin:0 0 10px 0;
	float:left;
	font-size:1.2em;
	padding:2px 3px 0 3px;
	font-family:Arial, Verdana, serif;
}
#frmcontact br {
	clear:both;
}
.errorfrm {
	float:right;
	width:263px;
	height:17px;
	background:url(images/errorfrm.png) no-repeat;
	font-size:0.9em;
	color:#999;
	padding:7px 0 0 15px;
}
.textareamessage {
	width:259px;
	height:86px;
	background:#fff;
	border:1px solid #ecdfbe;
	margin:0 0 10px 0;
	float:left;
	font-size:1.2em;
	padding:2px 3px 0 3px;
	font-family:Arial, Verdana, serif;
}
.submitcontact {
	width:104px;
	padding:3px 0 6px 0;
	background:url(images/submit_contact.png) no-repeat;
	border:none;
	font-size:1.2em;
	text-transform:uppercase;
	color:#fff;
}
.imgleft {
	float:left;
	margin:10px 10px 10px 0;
}
.imgright {
	float:right;
	margin:10px 0 10px 10px;
}
#nav {
	width:305px;
	float:right;
	padding:15px 0 0 0;
}
#nav h3,
#nav h4 {
	font-size:2.2em;
	color:#00a0b2;
	font-weight:lighter;
	padding:0 0 0 15px;
}
#nav h4 {
	font-size:1.7em;
}
.menunav {
	width:305px;
	padding:20px 0;
}
.menunav li {
	width:305px;
	min-height:30px; 
    height: auto !important;
	height:30px;
}
#blogsidelist
{
	height: auto;
	line-height:1.2em;
}
.menunav li a, #menunav li a:link, #menunav li a:visited {
	width:290px;
	height:26px;
	display:block;
	font-size:1.4em;
	color:#333;
	padding:4px 0 0 15px;
}
.menunav li a:hover {
	background:#f6921e;
	color:#fff;
	text-decoration:none;
}
.menunav li ul
{
	display:none;
}
#blogsidelist li a
{
	height:auto;
	line-height:1.2em;
}
/* Footer
=====================================================================*/
#footer {
	width:946px;
	height:42px;
	background:#343434;
	margin:15px 0 0 0;
	padding:15px 0 0 0;
}
.menufooter {
	width:946px;
	text-align:center;
	margin:0 0 4px 0;
}
.menufooter li {
	display:inline;
	background:url(images/sepfooter.png) no-repeat 100% 2px;
	padding:0 7px 0 2px;
	font-size:1.1em;
	color:#fff;
}
.menufooter li a, .menufooter li a:link, .menufooter li a:visited {
	color:#fff;
}
.menufooter li.last {
	background:none;
}
/* Blog
=====================================================================*/
.post {
	width:562px;
	margin:0 0 25px 0;
}
.post h2 {
	color:#595757;
	font-size:2.2em;
	border-bottom:1px solid #e1e1e2;
	padding:5px 0;
	margin:0 0 3px 0;
}
h2#comments,
h2#postcomment{
	color:#595757;
	font-size:1.7em;
	padding:5px 0;
	margin:0 0 3px 0;
}
h2#postcomment
{
	margin-top:1.2em;
}

.date {
	color:#595757;
	font-size:1.0em;
}
.post p,
.post ol,
.post ul{
	padding:15px 0 10px 0;
	font-size:1.2em;
	color:#595757;
	line-height:1.6em;
}
.post ol,
.post ul
{
	margin-left:2em;
}
.post ol li,
.post ul li
{
	margin-bottom:0.6em;
}

#commentlist
{
	font-size:1.2em;
	color:#595757;
	list-style:none;
	margin-left:1em;
	line-height:1.6em;
}
#commentlist li
{
	margin-bottom:1em;
	padding:1em;
}
#commentlist li.odd
{
	background:#efefef;
	border:1px solid #e2e2e2;
}
.avatar
{
	float:left;
	margin:0 0.6em 0.6em 0;
}
.linkmore {
	width:132px;
	height:21px;
	display:block;
	background:#efefef;
	border:1px solid #e0e0e0;
	color:#595757;
	text-transform:uppercase;
	font-size:1.2em;
	text-align:center;
	padding:7px 0 0 0;
	margin:5px 0 0 0;
}
.menupost {
	margin:23px 0 0 0;
	width:545px;
	height:26px;
	background:#fdfbda;
	border:1px solid #d0d0c9;
	padding:11px 0 0 17px;
}
.post ul.menupost
{
	font-size:1.1em;
	margin-left:0;
	padding-left:1em;
}
.menupost li {
	display:inline;
	float:left;
	height:12px;
	font-size:1.1em;
	color:#595757;
	background:url(images/sep.png) no-repeat 100% 2px;
	padding:0 7px;
}
.menupost li.first {
	background:none;
	padding:0;
}
.menupost li.last {
	background:none;
	padding:0 0 0 7px;
}
.contentnav {
	/*padding:0 0 0 15px;*/
	width:237px;
}
.contentnav h3 {
	background:url(images/sepnav.png) no-repeat 0 100%;
	color:#fc592d;
	font-size:1.6em;
	padding:2px 0 5px 0;
}
#nav div.contentnav h3
{
	/*padding-left: 0;*/
}
#nav div.contentnav ul.menunav
{
	padding: 0.5em 0 0 0;
}

.textabout {
	font-size:1.2em;
	color:#999;
	font-style:italic;
	padding:15px 0;
}
.linkprofile, .linkprofile:link, .linkprofile:visited {
	float:left;
	width:185px;
	height:21px;
	background:#edf4d9;
	border:1px solid #e0e4b4;
	color:#fc592d;
	text-transform:uppercase;
	padding:7px 0 0 0;
	text-align:center;
	font-size:1.1em;
	margin:8px 0 0 0;
}
#logosmall {
	width:38px;
	height:38px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:inline;
	float:right;
}
#logosmall span{
	background:url(images/logo_small.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
.insidebox {
	margin:0 0 25px 0;
}
.linkrssblog {
	color:#595757;
	font-size:1.2em;
	height:25px;
	padding:5px 35px 0 0;
	background:url(images/icon_rss.png) no-repeat 100% 0;
	margin:5px 0;
	padding-left: 15px;
}
.listrss {
	clear:both;
	padding:2px 0;
}
.listrss li {
	margin:6px 0;
}
.listrss li a, .listrss li a:link, .listrss li a:visited {
	font-size:1.2em;
}
.listcategory, .listpost {
	padding:10px 0;
}
.listcategory li {
	margin:6px 0;
}
.listcategory li a, .listcategory li a:link, .listcategory li a:visited {
	font-size:1.2em;
}
.listpost {
	padding:10px 0;
}
.listpost li {
	margin:6px 0;
	background:url(images/bullet.png) no-repeat 0 6px;
	padding:0 0 0 10px;
}
.listpost li a, .listpost li a:link, .listpost li a:visited {
	font-size:1.2em;
}

/* Comment Form
=====================================================================*/
#leavecomment
{
	margin-bottom:2em;
}
#commentform
{
	width:56em;
}
#commentform #comment
{
	border:1px solid #e2e2e2;
	color:#595757;
	font-size:1.2em;
	margin-bottom:1em;
	width:inherit;
}
#commentform #submit
{
	font-size:2em;
}
#commentform input[type="text"]
{
	border:1px solid #e2e2e2;
	color:#595757;
	font-size:1.2em;
	margin-bottom:0.6em;
}
#commentform label
{
	font-size:1.1em;
	margin-left:1em;
	color:#595757;
}

/* Episode List
=========================================================================*/
.text ul.episodes{
	font-size:1em;
	list-style:none;
	margin:0px;
	padding:0px;
}
.text ul.episodes li{
	background:#f5f5f5;
	border: solid #4d4d4d 1px;
	list-style:none;
	margin-top:12px;
	margin-left:0px;
	padding:12px;
}
.text ul.episodes li p{
	display:inline;
	font-size:1em;
}
.text ul.episodes li span{
	color:#00a1B2;
	font-weight:bold;
}

/* Wordpress classes
===========================================================================*/
.alignleft
{
	float:left;
}
.alignright
{
	float:right;
}
