/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #edf1f1;
	padding: 0px; 
	margin: 0px;
	text-align:center;
}

#pagewidth { 
	width:98%;
	margin:auto;
} 

#header { 
	background: url(/images/base.gif) repeat; 
	width: 98%;
	margin-bottom: 25px;
	margin-top: 4px;
}

#footer { 
	background: url(/images/base.gif) repeat; 
	width: 98%;
	margin-bottom:4px;
	font:  11px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif ;
}

#content {
	background: #FFFFFF;
	width: 98%;
	margin-bottom: 25px;
	border:1px solid #72828B;
}

.boxup { background: url(/images/top_center.gif) repeat-x top; }
.boxup div { background: url(/images/top_left.gif) no-repeat top left; }
.boxup div div { background: url(/images/top_right.gif) no-repeat top right; }
.boxup div, .boxup {
	width: 100%;
	height: 20px;
	font-size: 1px;
}

.boxnav { FONT: 11px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif; padding: 5px 0px 0px 25px; float:left; }
.orange{COLOR: #DD6900;}
.boxnav a{ COLOR: #72828B; FONT: 11px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif ; TEXT-DECORATION: underline }
.boxnav a:hover { COLOR: #DD6900; TEXT-DECORATION: none}
.boxnav a:active { COLOR: #72828B;}
.boxlogo { padding: 0px 15px 7px 0px; float:right; }

.boxleft { background: url(/images/left.gif) repeat-y; }
.boxright { background: url(/images/right.gif) repeat-y right; }

.clr { clear:both; }

.line { 
	background: url(/images/top_center_line.gif) repeat-x top;
	width: 100%;
	height: 1px;
	font-size: 1px;
}

.boxdown { background: url(/images/bottom_center.gif) repeat-x bottom; }
.boxdown div { background: url(/images/bottom_left.gif) no-repeat bottom left; }
.boxdown div div { background: url(/images/bottom_right.gif) no-repeat bottom right; }
.boxdown div, .boxdown {
	width: 100%;
	height: 20px;
	font-size: 1px;
}
div#nav{margin: 0px 0px 0px 25px}
div#nav ul{
	width: 480px;
	line-height: 3px; 
	list-style-type: none;
    margin: 0;
	padding: 0
}
div#nav li{margin: 0;padding: 0; height: 22px; }
div#nav li,div#nav a{float: left;width: 120px;height: 22px}

div#nav a{text-indent: -9000px;text-decoration: none;padding: 22px 0 0 0;
    overflow: hidden; height: 0px !important; height /**/:22px}

li#mhome, li#mhome a{background-image: url(/images/home.gif)}
li#mproducts, li#mproducts a{background-image: url(/images/products.gif)}
li#msupport, li#msupport a{background-image: url(/images/support.gif)}
li#mabout, li#mabout a{background-image: url(/images/about.gif)}

#nav li, #nav a:hover{background-position: 0 -22px}

body#home li#mhome a, body#products li#mproducts a, body#support li#msupport a,
body#about li#mabout a{background-position: 0 -44px}

div#valid{margin: 3px 0px 0px 0px}
div#valid ul{
	width: 140px;
	line-height: 3px; 
	list-style-type: none;
    margin: 0;
	padding: 0;
}
div#valid li{margin: 0;padding: 0; height: 22px; }
div#valid li,div#valid a{float: left;width: 70px;height: 22px}

div#valid a{text-indent: -9000px;text-decoration: none;padding: 22px 0 0 0;
    overflow: hidden; height: 0px !important; height /**/:22px}

li#xhtml, li#xhtml a{background-image: url(/images/xhtml.gif)}
li#css, li#css a{background-image: url(/images/css.gif)}

#valid li, #valid a:hover{background-position: 0 -22px}

/* drop down menu */
.trigger {
  	position:relative;
  	cursor:pointer;
  	z-index:2;
}
.menu {
  	position:absolute;
  	visibility:hidden;
  	overflow:hidden;
  	z-index:1;
  	margin:5px;
  	padding:0px;
  	border: 1px solid #72828B;
  	width:150px;
}
.menu a:link {
	font:  12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif; 
	color: #72828B;
	text-decoration: none;

}
.menu a:visited {
	font:  12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif; 
	color: #72828B; 
	text-decoration: none;
}
.menu a:hover {
	font:  12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif; 
	color: #DD6900; 
	text-decoration: underline; 
}
.menu a:active {
	font:  12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif; 
	color: #72828B; 
	text-decoration: none; 
}

.small {
	font:  10px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	color: #72828B; 
	padding:4px;
}
.small a:link {
	font:  10px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif; 
	color: #72828B;
	text-decoration: none;

}
.small a:visited {
	font:  10px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif; 
	color: #72828B; 
	text-decoration: none;
}
.small a:hover {
	font:  10px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif; 
	color: #DD6900; 
	text-decoration: underline; 
}
.small a:active {
	font:  10px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif; 
	color: #72828B; 
	text-decoration: none; 
}
.hr { 
	margin-top: 7px; 
	margin-bottom: 7px; 
	border-bottom: 1px dashed #72828B;
}


/* General font families for common tags */
font,th,td,p { font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif }
a:link,a:active,a:visited { color : #72828B; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 0px; border: solid #CCD9D9 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #999999 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 2px #72828B solid; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #edf1f1; }
td.row2	{ background-color: #E3EAEA; }
td.row3	{ background-color: #DCE4E4; }


/*
  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: url(images/cellpic1.gif) repeat;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFFFFF; 
	font-size: 11px; 
	font-weight : bold;
	height: 25px;
	background: url(images/cellpic3.gif) repeat;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background: url(images/cellpic1.gif) repeat;
			border: #FFFFFF; 
			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: #FFFFFF; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
	background-color: #CCD9D9; border: #FFFFFF; border-style: solid; }

th.thHead,td.catHead { font-size: 12px; 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: 22px; font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, 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: #72828B; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #72828B;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #72828B}
a.cattitle		{ text-decoration: none; color : #72828B; }
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 : #72828B; }
a.forumlink 	{ text-decoration: none; color : #72828B; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }


/* 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 : #72828B; }
a.nav: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 : #72828B; }
a.topictitle:visited { text-decoration: none; color : #72828B; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }


/* 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;}
a.postlink:link	{ text-decoration: none; color : #72828B; }
a.postlink:visited { text-decoration: none; color : #72828B; }
a.postlink:hover { text-decoration: underline; color : #DD6900}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #CCD9D9; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #CCD9D9; 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; font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif; color: #444444;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, 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: 11px; font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, 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");
