/*
	Apollo Style for phpBB
	Created by High Velocity Media
	http://www.hvmdesign.com
*/
@import url(style_main.css);

/* Header */
#bg_header {
	background-image: url(images/red/bg_header.gif);
	background-color: #CC0000;
	height: 89px;
}

/* Navigation */
#bg_nav_links a {
	color: #CC0000;
	font-weight: bold; 
	text-decoration: none;
}

#bg_nav_links a.nav_important {
	color: #000;
	font-weight: bold; 
	text-decoration: none;
}

#bg_nav_links a:hover, #bg_nav_links a:active {
	text-decoration: underline;
	color: #0066CC;
}
/* Footer */
#bg_footer {
	background-image: url(images/red/cellpic3.gif);
	border-bottom: 2px solid #CC0000;
	border-top: 1px solid #666;
	color: #FFFFFF;
	font-size: 11px;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 8px;
	margin-bottom: auto;
	margin-top: auto;
	text-align: left;
	width: 100%;
}

/* BBCode Styles Data */
#bbcode {
	border: solid 1px #999;
	margin:0px auto;
	width: 95%;
}

#bbcode_top {
	background: #CC0000 url(images/bg_nav.gif);
	border-bottom: solid 1px #0066CC;
	color:#CC0000;
	height: 16px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 5px;
	text-align: left;
	vertical-align: middle;
}

#bbcode_corner {
	background-color: #CC0000;
	border-right: solid 1px #CC0000;
	height: 16px;
	width: 15px;
	vertical-align: middle;
}

#bbcode_code_left {
	background: #CC0000 url(images/code_left.gif) center center no-repeat;
	background-color: #CC0000;
	border-right: solid 1px #CC0000;
}

#bbcode_quote_left {
	background: #CC0000 url(images/quote_left.gif) center center no-repeat;
	background-color: #CC0000;
	border-right: solid 1px #CC0000;
}

.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #999;
	background-color: #FAFAFA;
	border: 1px solid #D1D7DC;
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background: #FAFAFA url(images/quote_bottom.gif) right bottom no-repeat;
	border: 1px solid #D1D7DC;
}

/* Footer */
#bg_footer a {
	color: #CCCCCC;
	text-decoration: none;
}

#bg_footer a:hover, #bg_footer a:active {
	text-decoration: underline;
}

/* Admin Bar */
.header_admin {
	background-image: url(images/red/bg_header.gif);
	border-bottom: 1px solid #999;
	height: 64px;
}

.postdetails_bg {
	background-image: url(images/cellpic1.gif);
	color: #CC0000;
	font-size: 10px;
	padding-left: 1px;
}

/* General font families for common tags */
a:link,a:active,a:visited { color : #CC0000; text-decoration: none; }
a:hover		{ text-decoration: underline; color : #999999; }

/* Red Header */
th	{
	background-color: #CC0000;
	background-image: url(images/red/cellpic3.gif);
	color: #FFF;
	font-size: 12px;
	font-weight : bold;
	height: 25px;
	text-align: left;
	padding: 0px 4px;
}

th.header	{
	background-color: #CC0000;
	background-image: url(images/red/cellpic3.gif);
	color: #FFF;
	height: 28px;
	text-align: left;
	padding: 0px 2px;
}

/* Header cells - the red and silver gradient backgrounds */
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background-image: url(images/cellpic1.gif);
	color: #CC0000;
	font-weight: bold;
	font-size: 11px;
	height: 25px;
	text-align: center;
	padding: 0px 4px;
}

td.catSmall {
	background-image: url(images/cellpic1.gif);
	color: #CC0000;
	font-weight: bold;
	font-size: 10px;
	height: 15px;
	text-align: left;
}

/* BG Colors for post icons */
.post_buttons-main a img, .post_buttons-main a:visited img { background-color: #000; }
.post_buttons-main a:hover img, .post_buttons-main a:active img { background-color: #CC0000; }
.post_buttons a img, .post-_buttons a:visited img { background-color: #CC0000; }
.post_buttons a:hover img, .post_buttons a:active img { background-color: #000; }

/* 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 : #000000;
}

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

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

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

.forumlink_new		{ font-weight: bold; font-size: 12px; color : #CC0000; }
a.forumlink_new		{ text-decoration: none; color : #CC0000; }
a.forumlink_new:visited { text-decoration: none; color : #CC0000; }
a.forumlink_new:hover{ text-decoration: underline; color : #999; }

/* 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 : #000000;}
a.nav			{ text-decoration: none; color : #CC0000; }
a.nav:hover		{ text-decoration: underline; }

a.nav-current			{ text-decoration: none; color: #000; }
a.nav-current:hover		{ text-decoration: underline; }

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

.topictitle_new			{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle_new:link  { text-decoration: none; color : #CC0000; }
a.topictitle_new:visited { text-decoration: none; color : #CC0000; }
a.topictitle_new:hover { text-decoration: underline; color : #999; }

/* The content of the posts (body of text) */
a.postlink:link	{ text-decoration: none; color : #CC0000 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #999}

/* Form Input Styles (input + textarea) */
textarea.post_bg {
	color: #CCCCCC;
	border: 1px solid #666;
	background-image: url(images/red/text_bg.gif);
	padding: 3px 0px 0px 3px;
}

input.post_bg {
	color: #CCCCCC;
	border: 1px solid #666;
	background-image: url(images/red/input_bg.gif);
	padding: 3px 0px 0px 3px;
}

input.login_bg {
	background-image: url(images/red/input_bg.gif);
	border: 1px solid #666;
	color: #CCCCCC;
	margin-top: 3px;
	padding: 3px 0px 0px 3px;
	width: 125px;
}

input.login_bg_submit {
	background-color: #CC0000;
	border: 1px solid #666;
	color: #CCCCCC;
	font-weight: bold;
	margin-top: 3px;
	width: 130px;
}

/* Form elements */
input.post:focus, select:focus, input.mainoption:focus, input.liteoption:focus, textarea:focus {
	border: solid 1px #CC0000;
}

/* Spacerow */
.spaceRow {
	background-image: url(images/red/cellpic3.gif);
	height: 1px;
}
