/* 
  Those are the main and generic styles for this theme
*/
body {
  background-image:url(images/main_bg.jpg);
  background-repeat:repeat-x;
  background-color: #2a2a2a;
  font: 12px Arial, Helvetica, sans-serif;
  margin: 0px;
  height:auto;
}

#container {
	width: 1000px;;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(images/main_bg.jpg);
	background-repeat:repeat-x;
	background-color: #2a2a2a;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

td, p {
  font: 12px Arial, Helvetica, sans-serif;
  margin: 0px;
}

a:link {
	color:#066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #066;
}
a:hover {
	text-decoration: none;
	color: #06F;
}
a:active {
	text-decoration: none;
}

img {
  border: none;
}

input, select, textarea {
 border: 1px solid #e3dede;
 /** remember to change image path **/
 background: url(none) no-repeat #ffffff;
 font-family: Arial, Helvetica, sans-serif;
 font-style: normal;
 font-size: 12px;
 color:#333;
}

.submit {
  background: #DCE6FF;
  font: 11px Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #2f63b3;
  margin: 1px;
  padding: 3px 15px 3px 15px;
  border: solid 1px #2f63b3;
}

.submit_disabled {
  background: #CCCCCC;
  font: 11px Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #999999;
  margin: 1px;
  padding: 3px 15px 3px 15px;
  border: solid 1px #999999;
}

/* Text hilight */
.hilight {
  background-color:#FFFF00; /* #DCE6FF; 
  border-top: 1px solid #2f63b3;
  border-bottom: 1px solid #2f63b3; */
}

/*
  Gauges Styles
*/
#gaugewrapper {
  border: solid 1px #000; 
  width: 100%;
}

#gaugelevel {
  position: relative; 
  left: 0; 
  top: 0; 
  background-color: #CCFF00;
}

#gaugelabel {
  width: 100%; 
  position: relative; 
  top: 0; 
  left: 0; 
  text-align: center;
}

/*
  This small hack will force the main table
  to expand vertically and stretch it so it
  fills the browser viewport.
*/
html,body{
  margin: 0;
  padding: 0;
  height: 100%;
  border: none;
}

.fullheight {
  height: 100%;
}

/*
  The following "homeColorSet" and "footerColorSet"
  styles are color switches for elements that are outside
  the main white-backgrounded area, the home one is
  located on the homepage (which has a dark blue background)
  and the footer covers the bottom of each page which
  is also using a dark blue background color
*/
.homeColorSet1 {
  color: #000000;
}

.homeColorSet3 {
  color:#F00;
}


.homeColorSet2 {
  color: #6699CC;
}

#footerColorSet1 {
  color: #FFFFFF;
}

#footerColorSet1 a:link{
	color:#FFF;
	text-decoration:none;
}

#footerColorSet1 a:hover {
	text-decoration: none;
	color: #990;
}

.footerColorSet2 {
  color: #999966;
}

/* Inkspot styles */
#inkspotMainPostBody {
  position: relative;
  background-color: #F2F5FF;
  padding: 20px;
  width: 660px;
  border: 1px solid #BBD4F9;
}

/* Calendars Styles */
#calendar_emptyday {
  border: #FFFFFF solid 1px;
  float: left;
  width: 28px;
  height: 26px;
  margin: 1px;
}

#calendar_day {
  border: #CCCCCC solid 1px;
  text-align: center;
  vertical-align: middle;
  float: left;
  width: 28px;
  height: 26px;
  margin: 1px;
}

#calendar_busyDay {
  border: #CCCCCC solid 1px;
  background-color: #DCE6FF;
  text-align: center;
  vertical-align: middle;
  float: left;
  width: 28px;
  height: 26px;
  margin: 1px;
  color: #2f63b3;
}

#calendar_busyDay a {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f63b3;
  text-decoration: none;
}

#calendar_row {
  clear: both;
}

#calendar {
}

/* Vote styles */
#votewrap {
  height: 10px;
  width: 50px;
  background: url(/theme/default/images/frame/rank_objects/green_layer.gif) repeat-x;
  overflow:visible;
}

#voteInt {
  height: 10px;
  width: 50px;
  text-align: center;
  font: 8px Arial, Helvetica, sans-serif;
  color:#000000;
}

.votehover {
  width: 20%;
  height: 10px;
  float: left;
  background: url(/theme/default/images/frame/rank_objects/blue_layer.gif) repeat-x;
  font-size: 1px;
  margin: 0px;
}

.voteclear {
  width: 20%;
  height: 10px;
  float: left;
  font-size: 1px;
  margin: 0px;
  display: block;
}

/* Quotes styles */
blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #6699FF;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}

h1 {
  font-weight: bold;
  font-size: 25px;
}

h2 {
  font-size: 20px;
  font-weight: bold;
}

h3 {
  font-weight: bold;
  color: #658EFD;
  font-size: 25px;
}

h4 {
  color: #033;
  font-size: 18px;
  font-weight: bold;
}

h5 {
  color: #666666;
  font-size: 10px;
}

h6 {
  color: #2f63b3;
  font: 13px Verdana, Geneva, sans-serif;
}

/* Some special form fields classes */
#formTitle {
  padding: 0px;
  margin: 0px;
}

.fullwidth {
  width:100%;
}

/* Navigation menu */
#Mainnavigation {
	float:right;
	margin: 35px 0 0 0;
	padding:0px;
	width:619px;
	height:35px;
	background-image:url(images/nav_bg.jpg);
	background-repeat:repeat-x;
}

#Mainnavigation a {
  font: 14px bold Arial, Helvetica, sans-serif;
  color: #CCCCCC;
  text-decoration: none;
  font-weight: bold;
  text-align:center;
}

#Mainnavigation a:hover {
  font: 14px bold Arial, Helvetica, sans-serif;
  color: #990;
  text-decoration: none;
  font-weight: bold;
  text-align:center;
}

/* Navigation menu */
#navigation {
  font: 13px Arial, Helvetica, sans-serif;
  background-color:#1B1C2E;
  color:#FFF;
}

#nav2 {
	font: 13px Arial, Helvetica, sans-serif;
	color: #807e68;
	text-decoration: none;
}

#nav2 a {
	font: 13px Arial, Helvetica, sans-serif;
	color: #807e68;
	text-decoration: none;
}

#nav2 a:hover {
	font: 13px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #990;
}

#navigation a {
  font: 13px Arial, Helvetica, sans-serif;
  color:#6CC;
  padding-left: 0px;
  text-decoration: none;
}

#navigation a:hover {
  font: 13px Arial, Helvetica, sans-serif;
  color: #69F;
  padding-left: 0px;
  text-decoration: none;
}

#homeBtn {
	display: block;
	width: 95px;
	height: 35px;
	background: url("images/home_button.jpg") no-repeat 0 0;
	float:left;
}
#homeBtn:hover {
	background-position: 0 -35px;
}
#homeBtn span {
	display: none;
}
#videoBtn {
	display: block;
	width: 102px;
	height: 35px;
	background: url("images/videos_button.jpg") no-repeat 0 0;
	float:left;
}
#videoBtn:hover {
	background-position: 0 -35px;
}
#videoBtn span {
	display: none;
}
#topBtn {
	display: block;
	width: 125px;
	height: 35px;
	background: url("images/top_stuff_button.jpg") no-repeat 0 0;
	float:left;
}
#topBtn:hover {
	background-position: 0 -35px;
}
#topBtn span {
	display: none;
}
#membersBtn {
	display: block;
	width: 120px;
	height: 35px;
	background: url("images/members_button.jpg") no-repeat 0 0;
	float:left;
}
#membersBtn:hover {
	background-position: 0 -35px;
}
#membersBtn span {
	display: none;
}
#contactBtn {
	display: block;
	width: 103px;
	height: 35px;
	background: url("images/contact_button.jpg") no-repeat 0 0;
	float:left;
}
#contactBtn:hover {
	background-position: 0 -35px;
}
#contactBtn span {
	display: none;
}

#usercontrol {
  padding-right: 20px;
}

#usercontrol a {
  font: 13px bold Arial, Helvetica, sans-serif;
  color: #515151;
  padding-right: 8px;
  text-decoration: none;
}

/* Copyright */
#copyright {
  font: 10px Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}

/* Users pictures */
#picture {
  padding: 2px;
  border: 1px solid #CECECE;
  background-color: #FFFFFF;
}

/* BodyCodePicture */
#bodyCodeImage {
  padding: 2px;
  border: 1px solid #CECECE;
  background-color: #FFFFFF;
}

/* CHAT StyleSheet */
.chatNickEntity {
  clear: both; 
  border-bottom: solid 1px #BBD4F9; 
  padding: 2px; 
  background-color: #DCE6FF;
}

.chatNickEntity:hover {
  clear: both; 
  border-bottom: solid 1px #BBD4F9; 
  padding: 2px; 
  background-color: #BBD4F9;
}

.selectedChatNickEntity {
  clear: both; 
  border-bottom: solid 1px #BBD4F9; 
  padding: 2px; 
  background-color:#FFCC66;
}

#chatContent {
	width: 100%;
	height: 400px;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 5px;
}

#nickList {
  width: 100%;
  height: 400px;
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 5px;
}

#shadeWrapper {
  background-color: #000;
  filter: alpha(opacity=40);
  -moz-opacity: .40;
  opacity: .40;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
  visibility: hidden;
}

#noShadeContent {
  top: 30%;
  left: 30%;
  filter: alpha(opacity=99);
  -moz-opacity: .99;
  opacity: .99;
  position: absolute;
  z-index: 11;
  visibility: hidden;
  padding: 2px;
  border: 1px solid #CECECE;
  background-color: #fff; 
}

/* TABS STYLESHEET */
.tabberlive .tabbertabhide {
	display:none;
}

.tabber {}

.tabberlive {
	margin-top:1em;
}

ul.tabbernav {
	margin:0;
	padding: 3px 0;
	border-bottom: 1px solid #4d6571;
	font: bold 11px Verdana, sans-serif;
}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}

ul.tabbernav li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #4d6571;
	border-bottom: none;
	background: #acb9bf;
	text-decoration: none;
}

ul.tabbernav li a:link { 
	color: #333333; 
}
ul.tabbernav li a:visited {
	color: #333;
}

ul.tabbernav li a:hover
{
	color: #FFFFFF;
	background: #2f63b3;
	border-color: #2f63b3;
}

ul.tabbernav li.tabberactive a {
	background-color: #a1c2d1;
	border-bottom: 1px solid #a1c2d1;
}

ul.tabbernav li.tabberactive a:hover {
	color: #0D5D9C;
	background: #a1c2d1;
	border-bottom: 1px solid #a1c2d1;
}

.tabberlive .tabbertab {
	padding:5px;
	border-top:0;
}

.tabberlive .tabbertab h2 {
	display:none;
}

.tabberlive .tabbertab h3 {
	display:none;
}
#navBtn {
	display: block;
	width: 160px;
	height: 40px;
	background: url("images/navigation_button.jpg") no-repeat 0 0;
}
#navBtn:hover {
	background-position: 0 -40px;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position:absolute;
	background-color: lightyellow;
	padding: 2px;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 60px; /*position where enlarged image should offset horizontally */

}

#search_box {
	float:right;
    width: 210px;
    height: 35px;
    background: url(images/search_bg.jpg);
	margin:10px 15px 0 0;
}
#search_box #q {
    float: left;
    padding: 0;
    margin: 7px 0 0 7px;
    border: 0;
    width: 159px;
	background-color:#CCC;
}
#search_box #go {
    float: right;
    margin: 3px 4px 0 0;
}

#top {
	width:1000px;
	height:145px;
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat;
	background-color:#1b1d33;
}

#tableBack {
	clear: none;
	float:inherit;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:#e5e7eb;
	border:1px solid #acb2bb;
	width:280px;
	height:auto;
}

#tableBackMembers {
	clear: none;
	float:inherit;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#e5e7eb;
	border:1px solid #acb2bb;
	width:280px;
	height:auto;
}

#tableBackBlogs {
    clear: none;
    float:inherit;
    padding:5px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    background-color:#e5e7eb;
    border:1px solid #acb2bb;
    width:280px;
    height:420px;
}

#featured_title {
	width: 292px;
	background-color:#333;
	background-image:url(images/title_bg_top.jpg);
	font-size:16px;
	color:#003;
	text-align:left;
	margin-right:auto;
	margin-left:auto;
}

#videopicks {
	width:350px;
	height:auto;
	text-align:center;
}

#videopicks2 {
	width:300px;
	height:auto;
	text-align:center;
}

#footer {
	text-align:left;
	font-size:11px;
	color:#FFF;
	margin-left:5px;
	margin-top:5px;
}

#footer ul {
	float:left;
	font-size:14px;
	color:#CCC;
	margin-bottom:10px;
}

#footer li {
	list-style:none;
	margin-bottom:3px;
}

#footer a {
	color:#FFF;
	text-decoration:none;
}

#footer a:hover {
	background-color:#9CF;
	color: #333;
}

#sec-nav {
	color:#FFF;
	
}

#sec-nav a {
	color:#FFF;
	text-decoration:none;
}

#sec-nav a:hover {
	background-color:#9CF;
	color: #333;
}
