/*
  Bley
  A style for PHPBB
  Originally Created for subSilver
  Modified for Bley by: William Endahl
  http://www.sitebolt.com
*/

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	scrollbar-face-color: #C1C1C1;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-3dlight-color: #999999;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #E0E0E0;
	scrollbar-darkshadow-color: #999999;
	
	background-color: #E5E5E5;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #006699; }
a:hover		{ text-decoration: underline; color : #993300; }
hr	{ height: 0px; border: solid #999999 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{
	background-color: #FFFFFF;
	border: 1px #CCCCCC solid;
}

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 1px #E0E0E0 solid; }
.rulesline	{ background-color: #FFFFFF; border: 1px #B7B7B7 solid; margin-top: 10px;}
.blueline	{ border: 1px #006699 solid; }
.navline	{
	background-color: #FFFFFF;
	border-top: #999999 1px solid;
	border-bottom: #b8b8b8 1px solid;
}

/* Main table cell colours and backgrounds */
td.rowhalf { background-color: #E2E2E2;}
td.row1	{ background-color: #eeeeee; }
td.row2	{ background-color: #e0e0e0; }
td.row3	{ background-color: #d6d6d6; }
td.row3-2	{
	background-color: #cccccc;
	font-size: 13px;
	background-image: url(images/cellpic2.gif);
}
td.row4	{ background-color: #CCCCCC; }
td.row5	{ background-color: #B7B7B7; }
td.rowcolor	{ background-color: #006699; }
td.logo_l	{ 	background-color: #006699; }
td.logo_r	{ 	background-image: url(images/logo_r.gif); background-color: #006699; }
td.logo_mid	{ 	background-image: url(images/logo_mid.gif); background-color: #006699; }
.logo_title	{
			font-weight: bold; font-size: 17px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #FFFFFF; margin-right: 10px; margin-top: 10px;
}
.logo_title_small	{
			font-weight: bold; font-size: 13px; font-family: Trebuchet MS, "Arial", Helvetica, sans-serif;
			text-decoration: none; color : #FFFFFF; margin-right: 8px; margin-top: 25px;
}
td.navbg	{
	background-color: #d6d6d6;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

/*
  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;
		background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFFFFF; font-size: 11px; font-weight : bold;
	background-image: url(images/cellpic3.gif);
	background-repeat: repeat-x;
	background-color: #006699;
	height: 10px;

}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic1.gif);
			background-color: #E0E0E0; border: #FFFFFF; border-style: solid; height: 28px;
}


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: #FFFFFF; border-style: solid; height: 15px; }
td.row3Right,td.spaceRow {
	background-color: #C9C9C9; }

th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop	 { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 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 : #333333;
}
a.maintitle		{ text-decoration: none; color : #006699;  }
a.maintitle:hover{ text-decoration: none; color : #993300; }

.headertitle	{
			font-weight: bold; font-size: 22px; font-family: Trebuchet MS,Verdana, "Arial", Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #FFFFFF;
}
.headertitle-small { 
			font-weight: bold; font-size: 12px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #FFFFFF;}

/* General text */
.gen { font-size : 12px; }
.postingrules { font-size : 11px; font-weight: bold; color: #FFFFFF;	background-image: url(images/cellpic3.gif); background-color: #006699;
	background-repeat: repeat-x;}
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #993300; text-decoration: underline; }

p.innernav { margin: 0px; float: left; color: black; font-size: 12px; font-weight: bold; white-space: normal;}
p.nav:hover		{ text-decoration: none; }
p.timezone { margin: 0px; float: right; font-size: 11px; white-space: nowrap; }
.innernav		{ font-size : 11px; color : #000000; }
a.innernav		{ text-decoration: none; color : #006699;  }
a.innernav:hover{ text-decoration: none; color : #993300; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{
	background-color: #e0e0e0;
}
p.mainmenu-left		{
	float: left;
	font-size : 11px;
	color : #000000;
	background-color: #e0e0e0;
	padding-left: 5px;
	margin-top: 2px;
	height: 1px;

}
p.mainmenu-right		{
	float: right;
	font-size : 11px;
	color : #000000;
	background-color: #e0e0e0;
	padding-right: 5px;
	margin-top: 2px;
	height: 1px;
}
a.mainmenu		{ text-decoration: none; color : #006699;  }
a.mainmenu:hover{ text-decoration: none; color : #993300; }


/* Forum category titles */
.cattitle2		{
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	color : #FFFFFF;
	background-image: url(images/cellpic3.gif);
	margin-left: 15px;
	background-color: #006699;
}
/* Catagory links not used */
a.cattitle2		{ text-decoration: none; color : #FFFFFF; }
a.cattitle2:link   { text-decoration: none; color : #FFFFFF; }
a.cattitle2:visited { text-decoration: none; color : #FFFFFF; }
a.cattitle2:hover	{ text-decoration: none; color : #993300; }

.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle		{ text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: none; color: #993300}

.whosonline		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699; margin-left: 5px;}
a.whosonline		{ text-decoration: none; color : #006699; }
a.whosonline:hover { text-decoration: none; color: #993300; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #006699; }
a.forumlink 	{ text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: none; color : #993300; }


/* 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 : #006699; }
a.nav:hover		{ text-decoration: underline; color: #993300;}


/* 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 : #006699; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color : #993300; }


/* 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; color : #000000; }


/* The content of the posts (body of text) */
.postbody {
	font-size : 12px;
	padding-top: 5px;
}
a.postlink:link	{ text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #993300}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; 
	font-size: 11px; 
	color: #006600;
		padding: 3px;
	background-color: #FAFAFA; 
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.code-top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	line-height: 125%;
	background-color: #E0E0E0;
	border: #AAAAAA 1px solid;
	background-image: url(images/quote-bg.gif); 
	background-repeat: repeat-x;
	padding: 2px;
	margin-top: 7px;
}
.quote-top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	line-height: 125%;
	background-color: #E0E0E0;
	border: #AAAAAA 1px solid;
	background-image: url(images/quote-bg.gif); 
	background-repeat: repeat-x;
	padding: 2px;
	margin-top: 7px;
}
.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	line-height: 125%;
	background-color: #FAFAFA;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 3px;
}
.quote-top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	line-height: 125%;
	background-color: #E0E0E0;
	border: #AAAAAA 1px solid;
	background-image: url(images/quote-bg.gif); 
	background-repeat: repeat-x;
	padding: 2px;
	margin-top: 7px;
}

/* Copyright and bottom info */
.copyright		{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	line-height: 10px;
	height: 12px;
}
.copyright-simple	{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
}
a.copyright,a.copyright:active,a.copyright:visited	{ color: #FFFFFF; text-decoration: none; margin-bottom: -3px;}
a.copyright:hover { color: #FFFFFF; text-decoration: underline;}

a.copyright-simple,a.copyright-simple:active,a.copyright-simple:visited	{ color: #006699; text-decoration: none;}
a.copyright-simple:hover { color: #555555; 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 : #FFFFFF;
}
input.post { height: 17px; }

input.post:hover,input.post:focus { border: #005580 1px solid;}

input { text-indent : 2px; }
.post { border: 1px #000000 solid;}

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px #000000 solid;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
	border: 1px #333333 solid;
}
input.mainoption:hover {
	background-color : #FAFAFA;
	font-weight : bold;
	border: 1px #005580 solid;
}
/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
	border: 1px #333333 solid;
}
input.liteoption:hover {
	background-color : #FAFAFA;
	font-weight : normal;
	border: 1px #005580 solid;
}

/* This is the line in the posting page which shows the rollover help line. */
.helpline { background-color: #CCCCCC; border: #333333 1px dashed; padding-left: 2px;}