/*
	------------------------------------------------------
			-Main Stylesheet
			-Template:		DVGFX2
			-Created by:	Matt ( http://www.dvgfx.com )
			-Modified by:	@name ( http://www.yourdomain.com )
			-Copyright:		2009, DVGFX
	------------------------------------------------------
*/

html {
	background: #2E2E31 url("../images/bg2.png") center repeat-y;
	/* Fx short page scroll bar fix */
	height: auto;
	height: 100% !important;
	margin-bottom: 1px;
}

body {
	background: #2E2E31;
	border-right: 1px solid #000;
	color: #EAE5E5;

	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 0.75em; /* 12px */
	/* Center */
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

.clr { clear: both; }
h1 { font-size: 16px; line-height: 1em; margin: 5px 0; }
h2 { font-size: 15px; line-height: 1em; margin: 5px 0; }
h3 { 
	color: #6ccff6;
	font-family: "Helvetica", Arial, sans-serif;
	font-weight: 800;
font-size: 17px;
 line-height: 1em;
 margin: 5px 0;
 }

#dvg-logo h1 {
color: #6ccff6; font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; font-weight: bold; font-size: 2.3em; 	text-decoration: none; 
}

.logotext {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
margin: 1px 1px; font-size: 1.0em;
}


h4 { font-size: 13px; line-height: 1em; margin: 5px 0; }
h5 { font-size: 12px; line-height: 1em; margin: 5px 0; }
h6 { font-size: 11px; line-height: 1em; margin: 5px 0; }
img { border: 0 none; }
td { font-size: 12px; }
th { font-size: 12px; }

/* Main Links */
a:link, a:visited, a:active {
	color: #6ccff6;
	font-weight: 700;
	text-decoration: none;
} 

a:hover {
	color: #bcedff;
}


#dvg-topmenu {
	background: url("../images/navmenu.gif") repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 45px;
	position: relative;
	width: 100%;
	/*IE dropdown menu fix*/
	z-index: 1;
}

#dvg-topmenu_inside_left {
	float: left;
}

#dvg-topmenu_inside_right {
	float: right;
}

#dvg-header {

	background: #2E2E31 url("../images/head.png") repeat-x;
	height: 115px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 100%;
	/* IE dropdown menu fix */
	z-index: 0;
}

#dvg-logo {
 
  vertical-align:middle;
	padding-top: 7px;
	padding-left:2px;
	float: left;
}

/* Newsflash/Top */
#dvg-top {
	float: right;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	width: 40%;
}

/* Main body/Content(also see ".blog") */
#dvg-contentcontainer {
	background: url("../images/mcbg_01.png") center repeat-y;
	font-family: "Helvetica", Arial, sans-serif;
	float: right;
	padding: 0;
	width: 100%;
height: 100%;
}

/* not used but don't remove */
#dvg-inside {}

#dvg-maincontentinside {
	float: left;
	padding: 0.80em;
	width: 60%;
}

#dvg-breadcrumbs {
	border-bottom: 1px dotted #000;
	padding: 0 0 5px 0;
}

/* Left/Right */
#dvg-leftmod, #dvg-rightmod {
	background: none;
	padding: 0.68em;
}

#dvg-leftmodcontain {
	background: none;
	float: left;
	margin-right: 12px;
	width: 16%;
}

#dvg-rightmodcontain {
	background: none;
	float: right;
	width: 18%
}

/* Extras/Bottom/Footer */
#dvg-extras {
	background: #0E1A26 url("../images/ex_bg.png") center repeat-x;
	border-bottom: 1px solid #111;
	border-top: 1px solid #111;
	color: #EAE5E5;
	clear: both;
	margin-top: 10px;
	padding: 0 5px 0 5px;
}

.dvg-extras_contain {
	float: left;
	overflow: hidden;
	padding: 5px 5px 5px 0;
	width: 24%;
}

#dvg-botmenu {
	background: url("../images/botmenu_bg.png") center repeat-x;
	border-bottom: 1px solid #444;
	border-top: 1px solid #444;
	width: 100%;
}

#dvg-bottom {
	display: table;
	border-top: 1px solid #000;
	width: 100%;
text-align: center;
}

.dvg-bottom {
	padding: 5px 3px 5px 3px;
	width: 100%;
atext-align: center;
}

#dvg-footer {
	padding: 2px 5px 0 5px;
	text-align: center;
	width: 100%
}

/* Clearfix */
* html .clearfix {
	height: 1%;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* Components */
.componentheading {
	color: #6ccff6;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 24px;
	font-weight: 800;
	width: 800px;
	height: 32px;
	background: #222;
	margin-bottom: 24px;
	padding: 3px 5px 3px 5px;
}
.contentheading {
	color: #6ccff6;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 18px;
	font-weight: 800;
}

.content_rating {}
.content_vote {}
.contentpagetitle {}

a.contentpagetitle:link, a.contentpagetitle:active, a.contentpagetitle:visited {
	color: #EAE5E5;
	font-weight: 700;
	text-decoration: underline;
}

a.contentpagetitle:hover {
	color: #CCC;
}

/* Category Description Box */
.contentdescription {
	background: none;
	border-bottom: 1px dotted #000;
}

/* Background of Icons: EMAIL PDF PRINT */
.buttonheading {
	background: transparent;
	border: none;
}

/* Written by */
.small {
	color: #F9FAF9;
	font-size: 0.83em;
}

/* Dates */
.createdate {
	color: #b9bAb9;
	font-size: 0.83em;
	margin-bottom: 10px;
}

.modifydate, .newsfeeddate {
	color: #F9FAF9;
	font-size: 0.83em;
}

/* Main Text */
.contentpane {
	color: #EAE5E5;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}

.contentpaneopen {
color: #f5f6f7;
}

/* Button */
.contentpaneopen_edit {}

/* Table Of Contents */
/* TOC Article */
table.contenttoc {
	background: #111;
	border: 1px solid #000;
	margin: 0 0 10px 15px;
	padding: 1px 5px 3px 5px;
}

/* TOC Head */
table.contenttoc th {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-variant: small-caps;
}

/* TOC Data */
table.contenttoc td {}
table.contenttoc tr {}

/* TOC Links */
a.toclink:active, a.toclink:link, a.toclink:visited  {
	color: #CCC;
	font-weight: 600;
	text-decoration: underline;
}

a.toclink:hover {
	color: #777;
}
/* End Table Of Contents */
/* End Main Text */
/* Foot Nav */
.pagenav {}
.pagenavbar {}
.pagenav_next {}
.pagenav_prev {}

.pagenavcounter {
	margin: 0 5px;
}

.pagination {
	background: none;
	color: #EAE5E5;
	font-weight: 700;
}

.pagination span {
	padding: 0 5px;
	margin: 0 5px;
}

.pagination a:link, .pagination a:active, .pagination a:visited {
	padding: 0 5px;
	text-decoration: underline;
} 

.pagination a:hover {
	color: #777;
}
/* End Foot Nav */
/* Section Table */
.sectiontableheader {}
.sectiontableentry1 {}
.sectiontableentry2 {}
.sectiontablefooter {}
/* End Section Table */
/* Category */
.category {}
a.category:link, a.category:visited, a.category:active {
	color: #EAE5E5;
	text-decoration: underline;
}

a.category:hover  {
	color: #CCC;
}
/* End category */
/* Main Content */
.blog {
	background: transparent;
}

.blog_heading {}

/*  At the footer of the blog style pages */
.blog_more {
	margin-left: 15px;
}

.blog_more ul, .blog_more li {
	list-style: none;
}

.blogsection {}

.article_separator {
	height: 0.69em;
}

.article_column {}

.column_separator {
	height: 10px;
}

.row1 {}

.title {
	color: #EAE5E5;
	font-size: 1.00em;
}

.author {}
.metadata {}
.intro {}
.MsoNormal {}
.smalldark  {}
.searchintro {}
.highlight {}

/* Read More */
.readon {
	background: transparent url(../images/arrow2.png) no-repeat 5px center;
	color: #EAE5E5;
	font-family: "Tahoma", Lucida Grande, Helvetica, Arial, sans-serif;
	font-weight: 600;
	margin-top: 5px;
	padding: 3px 6px 3px 22px;
	text-decoration: underline;
}

.readon:hover {
	color: #CCC;
}
/* End Components */
/* Forms */
form {
	border: none;
}

input {
	background: #FFF;
	border: #111;
	color: #111;
}

input:hover {
	border: 1px solid #000;
}

/* Login Form */
#form-login {
	border: none;
	padding: 0;
}

fieldset.input {
	padding: 0;
}

.input {
	background: none;
	border: none;
}

/* Search/Login/etc. Text Area */
.inputbox, .text_area  {
	background: #FFF;
	border: 1px solid #111;
	color: #000;
}

/* Pull Down Menu */
.selectbox {
}

.button, .button:active, .button:visited {
	background: #191919;
	border: 1px solid #111;
	color: #FFF;
}

.button:hover {
	border: 1px solid #000;
	color: #CCC;
}

.contact_email {}
.adminform {}
/* End Forms */
/* Modules */
/* Module Table Style */	
/* Table Control */
table.moduletable {
	padding: 0;
}

/* Titles */
table.moduletable th {
	color: #EAE5E5;
	font-size: 14px;
	font-weight: 700;
}

/* Module Control*/
table.moduletable td {}
table.moduletable tr {}
/* List Control */
table.moduletable ul {}
table.moduletable li {}
/* Link Control*/
table.moduletable a:link, table.moduletable a:visited, table.moduletable a:active {
	color: #EAE5E5;
	text-decoration: underline;
}

table.moduletable a:hover {
	color: #CCC;
}

/* Module Content Control*/
div.moduletable {}
/* Title Control */
div.moduletable h3 {
	color: #F9FAF9;
	font-size: 14px;
	font-weight: 800;
}

/* List Control */
div.moduletable ul {
	list-style-position: inside;
	padding: 0;
}

div.moduletable li {
	list-style: none;
	padding: 0;
}

/* Link Control */
/* Latest News/Popular/Menu */
div.moduletable a:link, div.moduletable a:active, div.moduletable a:visited {
	color: #EAE5E5;
	text-decoration: underline;
}

div.moduletable a:hover {
	color: #CCC;
}

div.module {}

.module ul, .module li {
	list-style: none;
}

.module a:link, .module a:visited, .module a:active {
	color: #EAE5E5;
	text-decoration: underline;
}

.module a:hover {
	color: #777;
}
 
 /* Rounded Conners */
.module {
	background: url("../images/bl.png") 0 100% no-repeat #111112;
	margin-bottom: 10px;
}

.module div {
	background: url("../images/br.png") 100% 100% no-repeat;
}

.module div div {
	background: url("../images/tl.png") 0 0 no-repeat;
}

.module div div div {
	background: url("../images/tr.png") 100% 0 no-repeat;
	margin: 10px 0 10px 0;
	padding: 1px 5px 2px 5px;
}

.module div div div div {
	background: none;
}

/* Title */
div.module h3 {
	color: #F9FAF9;
	font-size: 14px;
	margin: 0;
	padding: 5px;
}

.nowrap{}

/* Banners */
/* Group */
div.bannergroup {}
/* Header  */
div.bannerheader{}
/* Text advert style */
div.banneritem {}
/* footer */
div.bannerfooter {}
/* Group */
div.bannergroup-ban-sfx{}
/* Header  */
div.bannerheader-ban-sfx {}
/* Text advert style */
div.banneritem-ban-sfx{}
/* footer */
div.bannerfooter-ban-sfx{}
/* End Banners */

/* Latest News */
.latestnews {
	font-weight: 800;
}

.latestnews ul, .latestnews li {
	list-style: inside;
}

.latestnews a:link, .latestnews a:visited, .latestnews a:active {
	color: #EAE5E5;
	text-decoration: underline;
}

.latestnews a:hover {
	color: #CCC;
}

.latestnews-news-sfx {}
.newsfeed{}
.newsfeed-feed-sfx{}
/* End Latest News */

/* Popular/Most Read */
.mostread {
	font-weight: 800;
}

.mostread ul, .mostread li {
	list-style: inside;
}

.mostread a:link, .mostread a:visited, .mostread a:active {
	color: #EAE5E5;
	text-decoration: underline;
}

.mostread a:hover {
	color: #777;
}

.mostread-read-sfx {}
/* End Popular/Most Read */

.moduletable-news-sfx {}
.article_separator-news-sfx {}
.contentpaneopen-news-sfx {}
.contentheading-news-sfx {}
.contentpagetitle-news-sfx {}
.contentpaneopen-news-sfx {}

/* Polls */
.pollstableborder {
	border: none;
}
/* End Polls */

.relateditems {}
.relateditems-related-sfx {}

/* Search */
#dvg-searchbar {
	float: right;
	padding: 12px 10px 10px 0;
}

.search {
	background: transparent url("../images/icon-search.png") no-repeat left center;
	padding-left: 17px;
}

search.input-submit {
	background: #111;
}
/* End Search */

.search-sea-sfx {}
.sections {}

.sections li a:link, .sections li a:visited, .sections li a:active {
	color: #EAE5E5;
}
.sections li a:hover {
	color: #777;
}

.sections-sec-sfx {}
.wrapper {}
/* End Modules */
/* Navigation */
a.breadcrumbs pathway {
	color: #EAE5E5;
	text-decoration: underline;
}

.pathway {
	background: none;
}

a.pathway:link, a.pathway:visited, a.pathway:active {
	color: #EAE5E5;
	text-decoration: underline;
}

a.pathway:hover {
	color: #777;
}

.menu {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
text-decoration: none;

}

.menu li:link {
	text-decoration: none;
}

.menu li {
	background: none;
	line-height: 1.56em;
	list-style: none;
	padding: 0px 0px 0px 5px;
text-decoration: none;
}
.menu li:hover {
	background: #222;
	line-height: 1.56em;
text-decoration: none;
}
.menu ul {}

/* Legacy Mainlevel Menu */
.mainlevel {
	background: transparent;
}
.mainlevel a:link, .mainlevel a:active, .mainlevel a:visited {
	color: #EAE5E5;
	font-weight: 700;
	text-decoration: underline;
}

.mainlevel a:hover {
	color: #777;
}

.mainlevel-nav {
	font-size: 0.83em;
	margin: 5px 5px 5px 0;
	padding: 0 5px;
	vertical-align: middle;
	text-align: center;
	z-index: 1;
}

#mainlevel-nav {
	background: none;
	color: #EAE5E5;
	list-style: none;
	margin: 5px 5px 10px 5px;
	padding: 0;
	text-align: center;
	z-index: 1;
}

#mainlevel-nav a:link, #mainlevel-nav a:active, #mainlevel-nav a:visited {
	color: #EAE5E5;
	font-weight: 700;
	text-decoration: none;
}

#mainlevel-nav a:hover {
	color: #777;
}

#mainlevel-nav ul {
	margin: 0;
	padding: 0;
}

#mainlevel-nav li {
	/*background: url("../images/botmenu_v.png") left center no-repeat;*/
	display: inline;
	margin: 0;
	padding: 0 10px;
}
/* End Legacy Mainlevel Menu */





/* TopMenu Menu */
#mainlevel-TopMenu {
font-weight: normal; font-family: font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; font-size: 10px;
  float: left;
	height: 45px;
width: 100%;
	color: #EAE5E5;
	list-style: none;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
	text-align: center;
	z-index: 1;
}

#mainlevel-TopMenu a:link, #mainlevel-TopMenu a:active, #mainlevel-TopMenu a:visited {
	color: #ffffff;
	text-decoration: none;
  display: block;
	padding: 18px 10px 18px 10px;
}

#mainlevel-TopMenu a:hover {
	text-decoration: underline;
	display: block;
	padding: 18px 10px 18px 10px;
}



#mainlevel-TopMenu  ul{
	background: #2E2E31 url("./images/navmenu.gif") repeat-x;
	list-style: none;
	height: 45px;
	font-weight: bold;
	line-height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

#mainlevel-TopMenu li {
	border-right: 1px solid #252F3A;
	display: inline;
	float: left;
	height: 45px;
	margin: 0;
}




#mainlevel-TopMenu li:hover {
display: block;
	background-image: url("./images/navmenu_h.gif");

}







/* Regular Menu */
ul.menu {
	display: inline;
	list-style: none;
}

.menu a {
	color: #EAE5E5;
	text-decoration: none;
	display: block;
	text-decoration: none;
}

.menu a:hover {
	color: #6ccff6;
	text-decoration: none;
	display: block;
}

.menu ul {
	color: #EAE5E5;
	list-style: none;
	padding: 0px;
text-decoration: none;
}

.menu ul a {
	color: #EAE5E5;
	display: block;
	text-decoration: none;
	text-indent: 1em;
}

.menu  ul li a:hover {
	color: #6ccff6;
text-decoration: none;
}

.menu ul ul  {
	background-color: transparent;
	list-style: none;
text-decoration: none;
}

.menu ul ul a {
	color: #EAE5E5;
	display: block;
	text-decoration: none;
	text-indent: 2em;
}

.menu  ul li ul li a:hover {
	color: #6ccff6;
text-decoration: none;
}

.menu ul li ul li ul li {
	color: #EAE5E5;
	list-style: none;
text-decoration: none;
}

.menu ul li ul li ul li a {
	color: #EAE5E5;
	display: block;
	text-decoration: none;
	text-indent: 3em;
}

.menu ul li ul li ul li a:hover {
	color: #6ccff6;
text-decoration: none;
}

.menu ul li ul li ul li ul li {
	color: #EAE5E5;
	list-style: none;
text-decoration: none;
}

.menu ul li ul li ul li ul li a {
	color: #EAE5E5;
	display: block;
	text-decoration: none;
	text-indent: 4em;
}

.menu ul li ul li ul li ul li a:hover {
	color: #6ccff6;
text-decoration: none;
}

#current li {
	margin: 0px;
	padding: 0px;
}

#current {}

/* End Regular Menu */
/* Suckerfish Menu */
ul.menu-sfish {
	background: none;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 1;
}
ul.menu-sfish li {
	background: none;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

ul.menu-sfish a:link, ul.menu-sfish a:active, ul.menu-sfish a:visited {
	border-right: 1px solid #111;
	color: #FFF;
	display: block;
	font-weight: bold;
	padding: 14px;
	text-decoration: none;
}
ul.menu-sfish a:hover {
	background: url("../images/navmenu_h.gif");
}

ul.menu-sfish ul {
	left: -999em;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 2;
}
ul.menu-sfish ul ul {
	margin: -26px 0 0 160px;
	z-index: 3;
}

ul.menu-sfish ul li {
	background: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 160px;
}
ul.menu-sfish ul a:link, ul.menu-sfish ul a:visited {
	border-top: none;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
	border-left: 1px solid #111;
	background: #191919;
	color: #F9FAF9;
	display: block;
	font-size: 11px;
	font-weight: normal;
	padding: 4px 10px;
	text-decoration: none;
}
ul.menu-sfish ul a:hover, ul.menu-sfish ul li.parent a:hover, ul.menu-sfish ul li.parent li.parent a:hover {
	border-top: none;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
	border-left: 1px solid #111;
	background: #222;
	color: #CCC;
}
ul.menu-sfish ul li.active a, ul.menu-sfish ul li.active li.active a, ul.menu-sfish ul li.active li.active li.active a {
	border-top: none;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
	border-left: 1px solid #111;
	background: #191919;
	color: #F9FAF9;
	font-weight: 800;
}
ul.menu-sfish ul li.active li a, ul.menu-sfish ul li.active li.active li a {
	font-weight: normal;
	color: #CCC;
}

ul.menu-sfish ul li.parent a, ul.menu-sfish ul li.parent li.parent a {
	background: #191919;
	padding-right: 10px;
}

ul.menu-sfish ul li.parent li a, ul.menu-sfish ul li.parent li.parent li a {
	background: #191919;
}

ul.menu-sfish li:hover ul,
ul.menu-sfish li.hover ul,
ul.menu-sfish li:hover ul li:hover ul,
ul.menu-sfish li.hover ul li.hover ul,
ul.menu-sfish li:hover ul li:hover ul li:hover ul,
ul.menu-sfish li.hover ul li.hover ul li.hover ul {
	left: auto;
}

ul.menu-sfish li:hover ul ul,
ul.menu-sfish li.hover ul ul,
ul.menu-sfish li:hover ul li:hover ul ul,
ul.menu-sfish li.hover ul li.hover ul ul,
ul.menu-sfish li:hover ul li:hover ul li:hover ul ul, 
ul.menu-sfish li.hover ul li.hover ul li.hover ul ul {
	left: -999em;
}

ul.menu-sfish, ul.menu-sfish li li {
	clear: left;
}
/* End Suckerfish Menu */
/* End Navigation */

table.contentpane {
	overflow: hidden;
}