/* General page style. The scroll bar colours only visible in IE5.5+ */

html {
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background-color: #DFDFDF;
	background-image: url(http://marc.intoxicatedcomputer.com/images/pbg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0px 0px 0px 0px;
}

#base {
	width: 100%;
	height: 100%;
	background-image: url(http://marc.intoxicatedcomputer.com/images/tree.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
}

#top {
	width: 100%;
	height: 50px;
	margin: 0px;
	background-color: #000000;
	background-image: url(http://marc.intoxicatedcomputer.com/images/header.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 5;
}

#all {
	width: 792px;
	height: 100%;
	background-image: url(http://marc.intoxicatedcomputer.com/images/cbg.png);
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	padding: 35px 0px 15px 0px;
	position: absolute;
	top: 50px;
	left: 50px;
}

#allBody {
	width: 764px;
}

#bar {
	width: 100%;
	height: 46px;
	position: fixed;
	top: 50px;
	left: 0px;
	overflow: hidden;
	z-index: 5;
}

#topbarLeft {
	width: 70px;
	height: 20px;
	background-image: url(http://marc.intoxicatedcomputer.com/images/topbar.png);
	background-repeat: repeat-x;
	float: left;
}

a#news, a#downloads, a#staff, a#help, a#forum {
	display: block;
	float: left;
}

a#news {
	width: 96px;
	height: 46px;
	background-image: url(http://marc.intoxicatedcomputer.com/images/news1.png);
	background-repeat: no-repeat;
}

a#news:hover {
	width: 96px;
	height: 46px;
	background-image: url(http://marc.intoxicatedcomputer.com/images/news3.png);
	background-repeat: no-repeat;
}

a#news:active {
	width: 96px;
	height: 46px;
	background-image: url(http://marc.intoxicatedcomputer.com/images/news2.png);
	background-repeat: no-repeat;
}

a#downloads {
	width: 89px;
	height: 46px;
	background-image: url(http://marc.intoxicatedcomputer.com/images/downloads1.png);
	background-repeat: no-repeat;
}

a#downloads:hover {
	width: 89px;
	height: 46px;
	background-image: url(http://marc.intoxicatedcomputer.com/images/downloads3.png);
	background-repeat: no-repeat;
}

a#downloads:active {
	width: 89px;
	height: 46px;
	background-image: url(http://marc.intoxicatedcomputer.com/images/downloads2.png);
	background-repeat: no-repeat;
}

a#staff {
	width: 89px;
	height: 46px;
	background-image: url(http://marc.intoxicatedcomputer.com/images/staff1.png);
	background-repeat: no-repeat;
}

a#staff:hover {
	width: 89px;
	height: 46px;
	background-image: url(http://marc.intoxicatedcomputer.com/images/staff3.png);
	background-repeat: no-repeat;
}

a#staff:active {
	width: 89px;
	height: 46px;
	background-image: url(http://marc.intoxicatedcomputer.com/images/staff2.png);
	background-repeat: no-repeat;
}

a#help {
	width: 89px;
	height: 46px;
	background-image: url(http://marc.intoxicatedcomputer.com/images/help1.png);
	background-repeat: no-repeat;
}

a#help:hover {
	width: 89px;
	height: 46px;
	background-image: url(http://marc.intoxicatedcomputer.com/images/help3.png);
	background-repeat: no-repeat;
}

a#help:active {
	width: 89px;
	height: 46px;
	background-image: url(http://marc.intoxicatedcomputer.com/images/help2.png);
	background-repeat: no-repeat;
}

a#forum {
	width: 99px;
	height: 46px;
	background-image: url(http://marc.intoxicatedcomputer.com/images/forum1.png);
	background-repeat: no-repeat;
}

a#forum:hover {
	width: 99px;
	height: 46px;
	background-image: url(http://marc.intoxicatedcomputer.com/images/forum3.png);
	background-repeat: no-repeat;
}

a#forum:active {
	width: 99px;
	height: 46px;
	background-image: url(http://marc.intoxicatedcomputer.com/images/forum2.png);
	background-repeat: no-repeat;
}

#topbarRight {
	width: 100%;
	height: 20px;
	background-image: url(http://marc.intoxicatedcomputer.com/images/topbar.png);
	background-repeat: repeat-x;
	position: fixed;
	top: 50px;
	left: 532px;
}

#bottombar {
	width: 100%;
	height: 20px;
	background-image: url(http://marc.intoxicatedcomputer.com/images/bottombar.png);
	background-repeat: repeat-x;
	position: fixed;
	bottom: 20px;
	left: 0px;
	z-index: 5;
}

#bottom {
	width: 100%;
	height: 15px;
	padding: 3px 0px 2px 0px;
	background-color: #000000;
	background-image: url(http://marc.intoxicatedcomputer.com/images/icn.jpg);
	background-position: right;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: fixed;
	bottom: 0px;
	left: 0px;
}
#bottom a, #bottom a:visited {
	color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
#bottom a:hover, #bottom a:active {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}
img {
	border: 0px;
}

/* General font families for common tags */
font, th, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif
}
a:link, a:visited {
	color: #336699;
}
a:hover, a:active {
	text-decoration: none;
	color : #CCCCCC;
}
hr	{
	height: 0px;
	border: none;
}


/* This is the border line & background colour round the entire page */
.bodyline	{
	width: 764px;
	height: 100%;
	text-align: center;
}

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


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


/*
  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-image: url(images/tbg.png);
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	height: 20px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight : bold;
	background-image: url(http://marc.intoxicatedcomputer.com/images/nav3.png);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background-image: url(images/tbg.png);
	height: 17px;
}


/*
  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: 17px;
	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;
	height: 20px;
}
td.row3Right,td.spaceRow {

}

th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 1px; }
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; text-align: left; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop	 { border-width: 0px 0px 0px 0px; text-align: left; }
th.thCornerL { border-width: 0px 0px 0px 0px; text-align: left; }
th.thCornerR { border-width: 0px 0px 0px 0px; text-align: left; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
	font-weight: bold;
	font-size: 22px;
	font-family: Verdana, Arial, Helvetica, 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: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #CCCCCC; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 10px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #336699;  }
a.mainmenu:hover{ text-decoration: underline; color : #CCCCCC; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle		{ text-decoration: none; color : #336699; }
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 : #006699; }
a.forumlink 	{ text-decoration: none; color : #336699; }
a.forumlink:hover{ text-decoration: underline; color : #CCCCCC; }


/* 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 : #336699; }
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 : #336699; }
a.topictitle:visited { text-decoration: none; color : #336699; }
a.topictitle:hover	{ text-decoration: underline; color : #CCCCCC; }


/* 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 : #336699 }
a.postlink:visited { text-decoration: none; color : #336699; }
a.postlink:hover { text-decoration: underline; color : #CCCCCC}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; 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: 11px; 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
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; 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 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px;
	border-color: #666666;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #336699;
	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: Verdana, Arial, Helvetica, sans-serif;
	border: 1px;
	border-color: #666666;
}

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

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
	border: 1px;
	border-color: #666666;
}

/* 
  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");

