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


body {
	background-color: #88c;
	padding: 0;
	margin: 0;
	
	/* Required to center page on < ie 6 */
	text-align:center;
}

#body_container
{
	width: 90%;
	margin: 10px auto 10px auto;
	padding: 0;
	
	font: 0.8em Verdana, Arial, Sans-serif;
	color: #b6c5f2;

	/* Correct the center applied in body */	
	text-align:left;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }

a {
	color: white;
}

hr	{ height: 0px; border: solid #ccf 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #c3d2ff; border: 1px solid #aad; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #aad; border: 2px #339 solid; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #b2c1ee; }
td.row2	{ background-color: #bac9f7; }
td.row3	{ background-color: #a9b9e6; }


/*
  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: white;
		background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: white; font-size: 0.9em; font-weight : bold;
	background-color: #006699; height: 25px;
	background-image: url(images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic1.gif);
			background-color:#D1D7DC; border: #aad; border-style: solid; 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; border: #aad; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
	background-color: #a9b9e6; border: #aad; border-style: solid; }

th.thHead,td.catHead { font-size: 0.9em; 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: 1.8em; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}


/* General text */
.gen { font-size : 1em; }
.genmed { font-size : 0.9em; }
.gensmall { font-size : 0.85em; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #339; text-decoration: none; }
.gen a, .genmed a, .gensmall a {color: #339; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }


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


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 1em; color : #282A78; }
a.forumlink 	{ text-decoration: none; color : #282A78; }
a.forumlink:hover{ text-decoration: underline; color : #5b5dab; }


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


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


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 0.85em; color : #000000;}
.name a			{ color: #282A78; }

/* Location, number of posts, post date etc */
.postdetails	{ font-size : 0.85em; color : #000000; }
.postdetails a	{ color: #282a78; }


/* The content of the posts (body of text) */
.postbody { font-size : 1em;color:black;}
a.postlink:link	{ text-decoration: none; color : #282A78 }
.postbody a	{ text-decoration: underline; color : #282A78 }
a.postlink:visited { text-decoration: none; color : #282A78; }
a.postlink:hover { text-decoration: underline; color : #5b5dab}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 0.9em; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; 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: 0.9em; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


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

input { text-indent : 2px; }

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

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

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	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: #DEE3E7; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

span.fixed {
	font: 1em Courier, Monospace;
}

table.fullwidth {
	width: 100%;
}

table tr.row1 {
	background-color: #b2c1ee;
}

table tr.row2 {
	background-color: #a1b0dd;
}

table.form
{
	margin: 0 auto;
	width: 60%;
	border: 1px solid #aad;
}

#logo_container {
	height: 124px;
	width:100%;
	
	border: 1px solid #aad;
	border-top: none;
	
	background-image: url('default.images/logorep.gif');
}

#logo {
	position:absolute;
	
	top: 30px;
	margin-left: 8px;
	width: 157px;
	height: 158px;
	background-image: url('default.images/logo.gif');	
}

#logo_name {
	width: 324px;
	height: 72px;
	background-image: url('default.images/logo-name.gif');
	top: 73px;
	position:absolute;
	
	margin-left: 156px;
}

#logo_name span { display:none; }

#mainmenu_container {
	position: relative;
	top: -20px;
	padding: 0;
	margin: 0;
	text-align:right;
}

#mainmenu {
	padding: 0 10px 5px 0;
	margin: 0;
	font-weight: bold;
	
	font-size: 12px;
}

#mainmenu li {
	display:inline;
	list-style: none;
	margin: 0 3px 0 0;
}

#mainmenu li a {
	padding: 5px 1em;
	text-decoration: none;
	
	color: black;
	background-image: url('default.images/silvertab.gif');
	background-repeat: repeat-x;
}

#mainmenu li a:hover {
	background-image: url('default.images/silvertab-hover.gif');
}

#mainmenu a#mm_active {
	background-image: url('default.images/silvertab-pressed-hover.gif');
}

#sub_menu_container {
	padding: 0;
	margin: 0;
	width: 100%;
	
	text-align:right;

	background-color: #339;
	border-left: 1px solid #aad;
	border-top: 1px solid #aad;
	border-right: 1px solid #aad;
}

#sub_menu_bottom {
	background-color: #4848ae;

	height: 2.4em;
	border-left: 1px solid #aad;
	border-top: 1px solid #aad;
	border-right: 1px solid #aad;
}

#sub_menu {
	padding: 0 10px 3px 0px;
	margin: 0 0;
	font-weight: bold;
	font-size: 0.85em;
}

#sub_menu li {
	display:inline;

	list-style: none;
	margin: 0 3px 0 0;
	padding: 0;

	color: white;
}

#sub_menu li a {
	padding: 3px 0.2em;

	background-color: #4848ae;
	border: 1px solid #aad;
	border-bottom: none;
	
	text-decoration: none;
	
	color: white;
}

/* Fix IE crappiness with the sub menus. Note, only IE/Windows will see this. */
* html li a {
	position:relative;	
}

#sub_menu li a:hover {
	background-color: #898FDF;
}

#footer {
	border: 1px solid #aad;
	margin: 20px 0 0 0;
	padding: 5px 0;
	background-color: #339;
	
	color: #ddf;
	text-align:center;
	
	font-size: 0.8em;
	width: 100%;
}
