/*
  Aeolus Theme for phpBB version 2+
  Created by Vjacheslav Trushkin
  http://www.trushkin.net
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	scrollbar-3d-light-color: #333333;
	scrollbar-arrow-color:#333333;
	scrollbar-base-color: #333333;
	scrollbar-dark-shadow-color: #79CFDF;
	scrollbar-face-color: #79CFDF;
	scrollbar-highlight-color: #79CFDF;
	scrollbar-shadow-color: #333333;
}

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


/* This is the outline round the main forum tables */
.forumline	{ background-color: #333333;
border-color : #333333; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #FFFFFF;  }
td.row1_over	{ background-color: #FFFFFF; }
td.row2	{ background-color: #FFFFFF; }
td.row2_over	{ background-color: #FFFFFF; }
td.row3, td.row3Right	{ background-color: #FFFFFF; }
td.row3_over	{ background-color: #FFFFFF; }
td.row4	{ background-color: #FFFFFF; }


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

/* Header cells - the blue and silver gradient backgrounds */
th, td.th	{
	background-color:#FFFFFF; color: #000000; font-size: 12px; font-weight: bold;
	height: 26px; background-image: url(images/bg_cat2.gif);
}
.th { color: #000000; }
a.th, a.th:visited { background-color:#FFFFFF; color: #000000; text-decoration: underline; }
a.th:hover { background-color:#FFFFFF; color: #000000; text-decoration: underline; }
a.th:active { background-color:#FFFFFF; color: #000000; text-decoration: underline; }

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color:#FFFFFF; height: 28px; background-image: url(images/bg_cat2.gif);
}

td.th2 { height: 20px; color: #000000; background-image: url(images/bg_cat2.gif); }

td.spaceRow {
	 background-image: url(images/bg_cat2.gif); }


/*
  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 :-)
*/

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


/* General text */
.gen { font-size: 12px; }
.genmed { font-size: 11px; }
.gensmall, .gensmall2 { font-size: 10px; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size: 11px; color: #000000 }
a.mainmenu, a.mainmenu:visited	{ text-decoration: underline; color: #333333;  }
a.mainmenu:hover	{ text-decoration: underline; color: #333333; }
a.mainmenu:active	{ text-decoration: underline; color: #333333; }


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


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


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

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


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

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


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


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #000000;
	background-color: #FFFFFF; border: #666666; border-style: dotted;
	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: #000000; line-height: 125%;
	background-color: #FFFFFF; border: #666666; border-style: dotted;
	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: #000000; letter-spacing: -1px;}
a.copyright, a.copyright:visited	{ color: #000000; text-decoration: none;}
a.copyright:hover, a.copyright:active { color: #333333; text-decoration: underline;}


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

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

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FFFFFF;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FFFFFF;
	font-weight : normal;
}

/* 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: #FFFFFF; border-style: none; }
