/*
Theme Name: EcoDivas TV
Theme URI: http://www.EcoDivasTV.com
Description: A custom theme created for EcoDivas TV
Version: 0.2
Author: Greg Hipwell
Author URI: http://www.EcoDivasTV.com
Tags: custom
*/

@charset "utf-8";

/***** General Styles ************************************************************/
body {} /* WP is ignoring the first line for some reason */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	font-size: 12px;
	background-repeat: repeat;
	background-color: #000;
	background-image: url(images/background.jpg);
}
a:link {
	color: #F9F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FCF;
}
a:hover {
	text-decoration: underline;
	color: #C6F;
}
a:active {
	text-decoration: none;
}
img {
	border:none;
	text-decoration: none;
	padding: 0px;
	text-align: center;
}

/***** Headers ************************************************************/

.h1 {
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #fff;
	background-color: #EC008B;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 2px;
	border: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.h2 {
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #fff;
	background-color: #EC008B;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 2px;
	border: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
}

.h3 {
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #13364A;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #13364A;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.h4 {
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #fff;
	text-align: left;
	letter-spacing: 1px;
	padding-bottom: 0px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
}

#blueline {
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #13364A;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 3px;
	margin-bottom: 1px;
}

.caption {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
}

/***** Content ************************************************************/

#container {
	background-color: #13364A;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	border: 15px solid #13364A;
}

.spacer {
    font-size: 1px;
    line-height: 1px;
    background-color: transparent;
}

/***** Header ************************************************************/

#header {
	text-align: center;
	background-color: #0e0e0e;
}

/***** Sponsors ************************************************************/

#topSponsors {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	background-color: #0e0e0e;
}

#sponsorImg {
	padding: 5px;
}

/***** Menu ************************************************************/

#MainNavigation {
	background-color: #0e0e0e; /* #0e0e0e */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #CCC;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#MainNavigation a:link{
	color: #F9F;
	text-decoration: none;
}
#MainNavigation a:visited{
	color: #F9F;
	text-decoration: none;
}
#MainNavigation a:hover{
	color: #C3C;
	text-decoration: none;
}

#MainNavigation ul,
#MainNavigation li
{
	list-style:none;
	padding:0;
	margin:0;
}
#MainNavigation li
{
	display:inline;
}

#MainNavigation li a{
	padding:6px 12px;
	color:#fff;
	text-decoration:none;
	font-size:0.9em;
}

#MainNavigation li:first-child a {
	/*padding-left:0px;*/
}


#MainNavigation ul > li a.current, 
#MainNavigation ul > li.current_page_parent a,
#MainNavigation ul > li.current_page_item a,
#MainNavigation ul > li.current_page_ancestor a
{
	color: #EC008B;
}

#MainNavigation ul > li a.current:hover, 
#MainNavigation ul > li.current_page_parent a:hover,
#MainNavigation ul > li.current_page_item a:hover,
#MainNavigation ul > li.current_page_ancestor a:hover {
	text-decoration: none;
	color: #C3C;
	cursor: default;
}

/***** Secondary Menu ********************************************************/


#SecondaryMenu {
	background-color: #13364A;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #CCC;
	font-weight: normal;
	text-align: left;
	letter-spacing: 1px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px;
}

#SecondaryMenu a:link{
	color: #F9F;
	text-decoration: none;
}
#SecondaryMenu a:visited{
	color: #F9F;
	text-decoration: none;
}
#SecondaryMenu a:hover{
	color: #C3C;
	text-decoration: none;
}

#SecondaryMenu ul,
#SecondaryMenu li
{
	list-style:none;
	padding:0;
	margin:0;
}
#SecondaryMenu li
{
	display:inline;
}

#SecondaryMenu li a{
	padding:6px 12px;
	color:#fff;
	text-decoration:none;
	font-size:0.9em;
}

#SecondaryMenu li:first-child a {
	/*padding-left:0px;*/
}


#SecondaryMenu ul > li a.current, 
#SecondaryMenu ul > li.current_page_parent a,
#SecondaryMenu ul > li.current_page_item a,
#SecondaryMenu ul > li.current_page_ancestor a
{
	color: #EC008B;
}

#SecondaryMenu ul > li a.current:hover, 
#SecondaryMenu ul > li.current_page_parent a:hover,
#SecondaryMenu ul > li.current_page_item a:hover,
#SecondaryMenu ul > li.current_page_ancestor a:hover {
	text-decoration: none;
	color: #C3C;
	cursor: default;
}

/***** Featured ************************************************************/

#featuredBox {
	background-color: #0e0e0e;  
	margin-bottom: 15px;
	padding: 15px;
	overflow: auto;
	background-repeat: repeat-x;
}
#featureLeft {
	width: 440px;
	float: left;
	text-align: center;
}
#featureLeft p {
	margin: 0px;
	padding: 0px;
}

#featureRight {
	width: 445px;
	float: left;
	margin-left: 15px;
}

/***** Left Column ************************************************************/

#contentLeft {
	width: 440px;
	float: left;
	background-color: #0e0e0e;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}

#contentLeft p {
	margin: 0px;
	padding: 0px;
}

#videoBox {
	width: 320px;
	text-align: center;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
}

/***** Center Column ************************************************************/

#contentCenter {
	width: 220px;
	float: left;
	background-color: #13364A;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

.centerBox {
	background-color: #5bbe90;  
	padding-top: 1px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.centerBox p {
	margin: 0px;
	padding: 5px;
}
.centerBox a:link{
	color: #333399;
}
.centerBox a:visited{
	color: #333333;
}
.centerBox a:hover{
	color: #FCF;
	text-decoration: underline;
}

.linkList {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
	line-height: 1.75;
}

/***** Content Area (Left Column + Center Column) ****************************************/

#contentArea {
	width: 705px;
	float: left;
	background-color: #13364A;
	margin-right: 15px;
	margin-bottom: 15px;
}

#contentArea strong {
	color: #EC008B;
}

.contentBox {
	background-color: #0e0e0e; 
	padding: 15px;
	text-align: left;
}

/***** Sidebar ************************************************************/

#contentSidebar {
	width: 220px;
	float: left;
	background-color: #13364A;
}

.sidebarBox {
	background-color: #EC008B;
	padding-top: 1px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
	text-align: center;
}
.sidebarBox p {
	margin: 0px;
	padding: 5px;
}
.sidebarBox a:link{
	color: #333399;
}
.sidebarBox a:visited{
	color: #333333;
}
.sidebarBox a:hover{
	color: #FCF;
	text-decoration: underline;
}

/***** Footer ************************************************************/

#FooterNavigation {
	background-color: #0e0e0e;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
	color: #CCC;
}

#FooterNavigation ul,
#FooterNavigation li
{
	list-style:none;
	padding:0;
	margin:0;
}
#FooterNavigation li
{
	padding:6px 12px;
	display:inline;
}
#FooterNavigation a:visited{
	color: #F9F;
}
