/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #300000;
	scrollbar-shadow-color: #300000;
	scrollbar-3dlight-color: #A0A0A0;
	scrollbar-arrow-color:  #E20001;
	scrollbar-track-color: #E20001;
	scrollbar-darkshadow-color: #686868;
	color: #FFFFFF;
}

/* General font families for common tags */
font, th, td, p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link, a:active, a:visited { text-decoration: none; color : #FFFFFF; }
a:hover		{ text-decoration: underline; color : #FFFFFF; }
hr	{ height: 0px; border: solid #000000 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #000000; border: 2px #FF0000 solid;
			  background-image: url("images/red/bkgrd.jpg");
			}

/* This is the outline round the main forum tables */
.forumline	{ border: solid 0px #0000FF; background: #E20001; }
.maincell	{ border: solid 0px #0000FF; background: #A8A8A8; padding: 1px; }
.catbg		{ background: url('images/red/main_bg.gif') repeat-x;  }
.title			{ height: 20px; font-weight: bold; font-size: 12px ; letter-spacing: 1px; font-family: arial;}
a.title			{ color: FFFFFF; text-decoration: none; }
a.title:hover	{ color: #FF0000; }
/* Main table cell colours and backgrounds */
td.row1	{ background-color: #000000; }
td.row2	{ background-color: #000000; }
td.row3	{ background-color: #000000; }
.overallbg { background-color: #000000; background-image: url('images/red/cellpic4.gif'); background-repeat: repeat-x; border: 1px solid #FF0000; }
.post_top { border-left:1px solid #E20001; border-right:1px solid #E20001; border-top:1px solid #E20001; border-bottom:0px solid #E20001; background:url('images/red/cellpic_post.gif');  }
/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic { 
      background-image: url('images/red/cellpic3.gif') repeat-x;   

}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFFFFF; font-size: 11px; font-weight : bold;
	background-color: #000000; height: 25px;
	background-image: url('images/red/cellpic3.gif');
}

td.cat, td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom {
			background-image: url('images/red/cellpic3.gif');
			background-color:#0000FF; border: medium solid #E20001; height: 28px
}


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat, td.catHead, td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead, th.thSides, th.thTop, th.thLeft, th.thRight, th.thBottom, th.thCornerL, th.thCornerR {
	font-weight: bold; color: #FFFFFF; border: #FF0000; border-style: solid; height: 28px; }
td.row3Right, td.spaceRow {
	background-color: #000000; border: #E20001 0px; border-style: solid; }

th.thHead, td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides, td.catSides, td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight, td.catRight, td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft, td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom, td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle, h1, h2	{
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #E20001;
}


/* Link Exchange text */

.pp,.genlarge { color : #ffffff; text-decoration: none; }
a.pp,a.genlarge { color: #006699; text-decoration: none; }
a.pp:visited,a.genlarge:visited { color: #006699; text-decoration: none; }
a.pp:hover,a.genlarge:hover { color: #DD6900; text-decoration: none; }

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen, .genmed, .gensmall { color : #FFFFFF; }
a.gen, a.genmed, a.gensmall { color: #FFFFFF; text-decoration: none; }
a.gen:hover, a.genmed:hover, a.gensmall:hover	{ color: #FFFFFF; text-decoration: underline; }

.markread { font-size: 10px; color: #FFFFFF; }
a.markread { text-decoration: none; }
a.markread:hover { text-decoration: underline; }

/* Start add - Admins/mods color management MOD */
.admincolor         { color: #FF0000; }
.admincolor:link    { color: #FF0000; }
.admincolor:active  { color: #FF0000; }
.admincolor:visited { color: #FF0000; }
.modcolor           { color: #00FF00; }
.modcolor:link      { color: #00FF00; }
.modcolor:active    { color: #00FF00; }
.modcolor:visited   { color: #00FF00; }
/* End add - Admins/mods color management MOD */

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-family: arial; font-weight: bold; font-size : 11px; color : #FFFFFF}
a.mainmenu		{ text-decoration: none; color : #FFFFFF;  }
a.mainmenu:hover{ text-decoration: none; color : #E20001; }

/* The Users of the Day color */
.usersday		{ font-size : 11px; color : #FFFF33 }
a.usersday		{ font-size : 11px; color : #FFFF33 }
a.usersday:hover{ font-size : 11px; color : #FFFF33 }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #FFFFFF}
a.cattitle		{ text-decoration: none; color : #FFFFFF; }
a.cattitle:hover{ text-decoration: none; color: #E20001; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #E20001; }
a.forumlink 	{ text-decoration: none; color : #FFFFFF; }
a.forumlink:hover{ color : #E20001; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #FFFFFF;}
a.nav			{ text-decoration: none; color : #FFFFFF; }
a.nav:hover		{ text-decoration: underline; }

/* Used for the subForum navigation text */
.navsubforum			{ font-weight: bold; font-size: 11px; color : #FF0000;}
a.navsubforum			{ text-decoration: none; color : #FF0000; }
a.navsubforum:visited 	{ text-decoration: none; color : #FF0000; }
a.navsubforum:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #E20001; }
a.topictitle:link   { text-decoration: none; color : #FFFFFF; }
a.topictitle:visited { text-decoration: none; color : #FFFFFF; }
a.topictitle:hover	{ color : #E20001; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #FFFFFF;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #FFFFFF; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{ text-decoration: none; color : #E20001}
a.postlink:visited { text-decoration: none; color : #E20001; }
a.postlink:hover { text-decoration: underline; color : #FFFFFF }



/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #E20001;
	background-color: #000000; border: #E20001; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; line-height: 125%;
	background-color: #000000; border: #E20001; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; letter-spacing: -1px;}
a.copyright		{ color: #FFFFFF; text-decoration: none;}
a.copyright:hover { text-decoration: underline;}


/* Form elements */
input, textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #000000; border: solid 1px #E20001; color: #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background: #000000 url('images/red/cellpic_post.gif'); border: 1px solid #FF0000;
	color : #FFFFFF;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif
}
input.button:hover { background: #000000; }
/* The main submit button option */
input.mainoption {
	background: #000000 url('images/red/cellpic_post.gif'); border: 2px solid #E20001;
	font-weight : bold; color: #FFFFFF
}
input.mainoption:hover {background: #000000; }
/* None-bold submit button */
input.liteoption {
background: #000000 url('images/red/cellpic_post.gif'); border: 1px solid #E20001;
	font-weight : normal; color: #FFFFFF
}
input.liteoption:hover {background: #000000; }
/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #000000; border: solid 1px #000000; color: #FFFFFF; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css"); textarea, .inputmod {
background-image: url('http://i50.photobucket.com/albums/f345/GamecockSports/gsffade.jpg');
background-repeat: no-repeat;
background-position:  center;
}

/* Weather Box */

.cnnMainWeatherBox {
	background-color: #D0DBE8;
/*
	background-image: url("http://i.cnn.net/cnn/.element/img/1.0/main/weather_bg.jpg");
	background-position: right top;
	background-repeat: repeat-y;
*/
}

.cnnMainWeatherBoxEU {
	background-image: url("http://i.cnn.net/cnn/.element/img/1.0/main/weather.bg.eu.gif");
	background-position: right top;
	background-repeat: repeat-y;
}

.cnnWEATHERrow {
   background-image: url("http://i.cnn.net/cnn/.element/img/1.0/main/weather_bg.jpg");
   background-position: right top;
   /* border-bottom: 1px solid; */
   /* border-color: #d2daed #d2daed #d2daed; */
   font-weight:bold;
   color: #c00;
}

.cnnMainConditions {
	padding: 6px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}


/* _______________ Weather Pages _______________ */

.cnnTempHi {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
}

.cnnTempLo {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
}

.cnnWeathBox {
padding: 4px;
font-family: arial, helvetica, sans-serif;
 font-size: 12px;
 line-height:15px;
}

.cnnWeathSearch {font-family: verdana, helvetica, sans-serif;
font-size: 11px;
font-weight: bold;}

.cnnWeathRegion {
 font-family: arial, helvetica, sans-serif;
 font-size: 14px;
 font-weight: bold;
 color: #000000;
}

/* _______________ Universal _______________ */

.cnnTabbedBoxHeader {
	padding-left: 6px;
	background-color: #fff;
	color: #000;
}
.cnnTabbedBoxHeader A:link, .cnnTabbedBoxHeader A:visited {
	color: #000;
}

TD.cnnTabbedBoxTab {
	background-image: url("http://i.cnn.net/cnn/.element/img/1.0/main/tab_gradient_bg.gif");
	background-position: top left;
	background-repeat: repeat-x;
	padding: 0px 5px;
}

.cnnBlueBoxHeader {
	padding-left: 6px;
	background-color: #036;
	color: #fff;
}
.cnnBlueBoxHeader A:link, .cnnBlueBoxHeader A:visited {
	color: #fff;
}

TD.cnnBlueBoxDiagonal {
	background-color: #036;
	background-image: url("http://i.cnn.net/cnn/.element/img/1.0/main/tab_diagonal_bg.gif");
	background-position: top right;
	background-repeat: no-repeat;
}

TD.cnnBlueBoxTab {
	padding: 0px 5px 0px 2px;
}
