/*
  The original respond Theme for phpBB version 2+
  was created by subBlue design
  http://www.subBlue.com
*/

body {
  background-image: url(/templates/respond/images/whitesatin.jpg);
	background-color: #EEEEEE;
	margin: 0px;
	padding: 0px;
}

/* restrain image width to prevent horizontal scrolling */
img {
  max-width: 100%;
	height: auto;
}

/* General font families for common tags */

font,th,td,p,h1,h2,div { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link,a:active,a:visited { color : #000080; }

a:hover		{ text-decoration: underline; color : #DD6900; }

hr	{ 
	height: 0px; 
	border: solid #DEDEDE 0px; 
	border-top-width: 1px;
}

h1 {
	text-align: center;
	font-size: 15pt;
}

h2 {
	font-size: 12pt;
}

div.logo {
	text-align: center;
	width:100%;
}

div.menu {
	text-align: center;
	white-space: normal;
	width:100%;
}

p#sitename {
	font-weight: bold; 
	font-size: 13.5pt; 
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	line-height: 100%;
	margin-bottom: 6pt;
	text-decoration: none; 
	color : #800000;
}

/* The register, login, search etc links at the top of the page */
.mainmenu { 
	text-decoration: none; 
	font-size : 9.75pt; 
	line-height: 16pt; 
	margin-top: 0px;
	word-spacing: 1em;
	color : #000000;
}

a.mainmenu { 
	text-decoration: none; 
	color : #000080;
	word-spacing: 0;
}

a.mainmenu:visited {
	text-decoration: none; 
	color : #000080;	
}

a.mainmenu:hover {
	text-decoration: underline; 
	color : #DD6900;
}

div.notice {
	float: right;
	color: #A00;
	font-size: 12pt;
	font-variant: small-caps;
	text-align: center;
	margin-top: 9pt;
	margin-bottom: 9pt;
	margin-left: 3vw;
	margin-right: 3vw;
	width: 100%;
	width: 94vw;
}

div.edges {
	margin-left: 1vw;
	margin-right: 1vw;
}



/* This is the border line & background colour round the entire page */
.bodyline	{
	background-color: transparent;
 	/* border: 1px #7FAC7F solid; */
}

/* This is the outline round the main forum tables */
.forumline	{
	background-color: transparent;
	border: 2px #7FAC7F solid;
}

/* Main table cell colours and backgrounds */
td.row1	{ 
	background-color: #F6F6F6;
	border-color: white;
}
td.row2	{ 
	background-color: #E8E8E8;
	border-color: white;
}
td.row3	{ 
	background-color: #DEDEDE;
	border-color: white;
}

/*
  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: transparent;
	background-repeat: repeat-y;
}

/* Header cells - the blue and green gradient backgrounds */
th, div.titleline	{
	color: #FFA34F;
	font-size: 9.75pt;
	font-weight : bold;
	background-color: #000080;
	height: 25px;
	background-image: url(/templates/respond/images/cellpic3.gif);
}

table.forumline th.thTop   { color: white; }  /* b0b */
table.forumline th.thCornerL { color: white; }  /* b0b */
table.forumline th.thCornerR { color: white; }  /* b0b */
table.forumline th.thLeft  { color: white; }  /* b0b */
table.forumline th.thRight { color: white; }  /* b0b */
table.forumline th.thHead  { color: white; }  /* b0b */
div.titleline { 
	color: white;
	text-align: center;
	line-height: 20px;
	padding-top: 5px;
}  /* b0b */

/* b0b on Georg Sørtun's recommendation, to override nowrap="nowrap" attributes */
th { white-space: normal; } 

td.cat, td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom {
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	height: 28px;
}

td.catBottom {
  background-image: none;
  background-color: transparent;
}

/*
  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,div.titleline {
	font-weight: bold; 
	border: #E8E8E8; 
	border-style: solid; height: 28px;
}

td.row3Right {
	background-color: #DEDEDE; 
	border: #FFFFFF; 
	border-style: solid;
}

td.spaceRow {
	background-color: rgb(29, 98, 126);
	font-size: .5pt;
	height: 1pt;
	padding: 0;
	margin: 0;
}


th.thHead,td.catHead,div.titleline { font-size: 11.25pt; border-width: 1px 1px 0px 1px; }

th.thSides,td.catSides	 { 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 topic title etc. */
.maintitle	{
	font-weight: bold; 
	font-size: 13.5pt; 
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	line-height : 120%; 
	color : #800000;
	padding-bottom: 5px;
}

a.maintitle:link   { text-decoration: none; color : #800000; }

a.maintitle:hover { text-decoration: none; color : #FF0000; }

/* General text */
.gen { font-size: 11.25pt; }
.genmed { font-size: 9.75pt; }
.gensmall { font-size: 8.25pt; }
.gen,.genmed,.gensmall { color: black; }
a.gen,a.genmed,a.gensmall { color: #000080; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 11.25pt; letter-spacing: 0.0625em; color : #000080}
a.cattitle		{ text-decoration: none; color : #000080; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 11.25pt; color : #000080; }
a.forumlink 	{ text-decoration: none; color : #000080; }
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: 9.75pt; color : #000000;}
a.nav			{ text-decoration: none; color : #000080; }
a.nav:hover		{ text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle	{ font-weight: bold; font-size: 9.75pt; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #000080; }
a.topictitle:visited { text-decoration: none; color : #A62A2A; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 9.75pt; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 8.25pt; color : #000000; }

/* The content of the posts (body of text) */
.postbody { font-size: 11.25pt; line-height: 125%; }
a.postlink:link	{ text-decoration: none; color : #000080 }
a.postlink:visited { text-decoration: none; color : #A62A2A; }
a.postlink:hover { text-decoration: underline; color : #DD6900}

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 9.75pt; color: #006600;
	background-color: #FAFAFA; border: #DEDEDE; 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: 13px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #DEDEDE; border-style: dotted;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.tab {
	font-family: Courier, 'Courier New', monospace; font-size: 12px; color: black;
	background-color: #FAFAFA;
	padding: 10px;
	border: 1px gray dotted;
}

/* Copyright and bottom info */
.copyright		{ font-size: 8.25pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}

/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #E8E8E8;
}

input { text-indent: 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #F6F6F6;
	color : #000000;
	font-size: 9pt; 
	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: #E8E8E8; border-style: none; }

input, textarea, select {
	border-top-width : 1px; 
	border-right-width : 1px; 
	border-bottom-width : 1px; 
	border-left-width : 1px;  
}
	
input { text-indent : 2px; }
	
input.button {
	border-top-width : 1px; 
	border-right-width : 1px; 
	border-bottom-width : 1px; 
	border-left-width : 1px;  
}
	
.postbody { line-height: 18px}

/* SGForum specific */

div.topAdLink {
	float: right;
	margin: .125vw;
	border-right: .25vw #0066CC solid;
	border-left: .25vw #0066CC solid;
	padding-right: 1vw;
	padding-left: 1vw;
	background-color: #494;
	text-align: center;
	letter-spacing: .75pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.25pt;
	line-height: 17.25pt;
}

div.topAdLink a {
	color: white;
	text-decoration: none;
}

div.topAdLink a:hover {
	color: white;
	text-decoration: underline;
}

div.topAdBlurb {
	clear: left;
	/* width: 95.75vw; */
	margin: .125vw;
	border-right: .25vw #0066CC solid;
	border-left: .25vw #0066CC solid;
	padding-right: .25vw;
	padding-left: .25vw;
	background-color: #494;
	text-align: center;
	letter-spacing: .75pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.25pt;
	line-height: 18.75pt;
}

div.topAdBlurb a {
	color: white;
	text-decoration: none;
}

div.topAdBlurb a:hover {
	color: white;
	text-decoration: underline;
}

span.aHead {
	font-size: 10pt;
	font-weight: bold;
}
span.aBody {
	font-size: 9pt;
	font-weight: normal;
}
span.aUrl {
	font-size: 8pt;
	font-weight: normal;
}
