/*
  Iris 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 {
	background-repeat: repeat;
	background-color: #996633;
}

/* General font families for common tags */
font,th,td,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: AppWorkspace;
	text-decoration: underline;
}
a:visited	{
	text-decoration: underline;
	color: #AAAAAA;
}
a:hover		{
	text-decoration: underline;
	color: Gray;
}
a:active	{ text-decoration: underline; color: #AAAAAA;}
hr	{
	height: 0px;
	border-top: 1px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
}


.firsttable	{
	background-color: #000000;
	border-top: 0px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 0px solid #666666;
	border-left: 1px solid #666666;
}
.simpletable { background-color: #000000; }

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


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


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

/* Header cells - the blue and silver gradient backgrounds */
th, td.th	{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #625F58;
	height: 26px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {	background-color:#414143; height: 28px; color: #FFFFFF; }
td.th2 {background-color: #414143; height: 20px; color: #FFFFFF; }
td.spacerow {
	background-color: #E0DFE3;
}
td.cat2 {
	background-color: #E0DFE3;
	color: #FFFFFF;
}

.th			{ color: #FFFFFF; }
a.th, a.th:visited	{ text-decoration: underline; color: #FFFFFF; }
a.th:hover, a.th:active	{
	text-decoration: underline;
	color: #E0DFE3;
}

.cat2			{ color: #FFFFFF; }
a.cat2, a.cat2:visited	{ text-decoration: underline; color: #FFFFFF; }
a.cat2:hover, a.cat2:active	{
	text-decoration: underline;
	color: #696969;
}

/*
  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: 18px;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height : 120%;
	color: #353537;
}
.subtitle	{
			font-size: 16px; font-family: Arial, Helvetica, sans-serif;
			text-decoration: none; font-weight: bold; color: #FFFFFF;
}


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


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


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


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


/* 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: #353537;
}
a.topictitle:visited {
	text-decoration: underline;
	color: #242426;
}
a.topictitle:hover	{
	text-decoration: underline;
	color: #9D9DA1;
}
a.topictitle:active	{
	text-decoration: underline;
	color: #353537;
}


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{
	font-size: 11px;
	color: #353537;
}
a.name:link   {
	text-decoration: underline;
	color: #353537;
}
a.name:visited {
	text-decoration: underline;
	color: #353537;
}
a.name:hover	{
	text-decoration: underline;
	color: Silver;
}
a.name:active	{
	text-decoration: underline;
	color: #353537;
}

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


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


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif;
	font-size: 11px;
	color: Maroon;
	background-color: #F6F6F6;
	border: #000000;
	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: Maroon;
	line-height: 125%;
	background-color: #F6F6F6;
	border: #000000;
	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;
	color: Gray;
	letter-spacing: -1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.copyright, a.copyright:visited, .copyright a, .copyright a:visited {
	color: Gray;
	text-decoration: none;
}
a.copyright:hover, .copyright a:hover {
	color: #D2D2D2;
	text-decoration: underline;
}

.copyright2		{
	font-size: 10px;
	color: #D2D2D2;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.copyright2 a { text-decoration: underline; color: D2D2D2; }
.copyright2 a:visited { text-decoration: underline; color: #FFFFFF; }
.copyright2 a:hover { text-decoration: underline; color: #F3F7FA; }
.copyright2 a:active { text-decoration: underline; color: #FFFFFF; }

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

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

input { text-indent: 2px; }

/* The buttons used for bbCode styling in message post */
input.button { background-color: #F0F0F0; color: #000000; font-size: 11px; border: solid 1px #404040; }

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

/* None-bold submit button */
input.liteoption {
	background-color: #F0F0F0;
	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 ;)
*/
input.helpline { background-color: #F4F4F4; border: solid 1px #F4F4F4; }
