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

  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  theme administration centre. When you have finalised your style you could cut the final CSS code
  and place it in an external file, deleting this section to save bandwidth.
*/

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

body{
	font-family:verdana,arial,tahoma,sans-serif;
	font-size:11px;
	color:#000;
	margin:0;
	padding:0;
	background:url(/g/bg.gif) repeat-x top center #fff;
	line-height:160%;

}
img { border: 0; }

/*********** custom styles *********/

.heightcleaner{
	overflow:hidden;
	display:block;
	height:1px;
	clear:both;
}
.greystripe{
	margin:0;
	margin-left:10px;
	margin-right:2px;
	padding:0;
	height:1px;
	line-height:1px;
	background:url(/foorum/templates/tark/images/stripe_ccc.gif) repeat-x top center;
}
.greystripe2{
	margin:0;
	padding:0;
	height:1px;
	line-height:1px;
	background:url(/foorum/templates/tark/images/stripe_ccc.gif) repeat-x top center;
}



/*********** header *********/
/*
#header{
	width:860px;
	padding:0 0 20px 0;
	background:url(/foorum/templates/tark/images/bg_header.gif) no-repeat top center;
}
#headerleft{
	float:left;
	padding-left:30px;
	margin-top:26px;
}
#headerright{
	float:right;
	height:21px;
	padding-right:30px;
	margin-top:56px;
}

#headerright form{
	line-height:22px;
	display:inline;
}
#headerright form,#headerright input,#headerright select,#headerright img,#headerright p{vertical-align:middle;}
#headerright input{
	border:1px solid #929292;
	font-family:arial,tahoma,sans-serif;
	font-size:10px;
	width:90px;
}
#headerright input,#headerright img,#headerright p{
	margin:0 0 0 6px;
	font-size:10px;
}

*/



a{text-decoration:none;}
a:hover{text-decoration:underline;}


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

td a { color: #900; }

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color:#fff;
	text-align:left;
	padding:5px 11px;
	font-family:'Trebuchet MS','Times New Roman',Tahoma,serif;
	font-size:12px;
	font-weight:bold;

}



td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(templates/tark/images/{T_TH_CLASS1});
}


td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}

/* General text */
.gen { font-size : 10px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 9px; }
.gen,.genmed,.gensmall { color : #000; }
a.gen,a.genmed,a.gensmall { color: #900; text-decoration: none; }
a.gen:visited,a.genmed:visited,a.gensmall:visited { color: #900; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #900; text-decoration: underline; }


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

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

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 11px; color : #900; }
a.forumlink 	{ text-decoration: none; color : #900; }
a.forumlink:hover{ text-decoration: underline; color : #900; }

/* 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 : #900;}
a.nav			{ text-decoration: none; color : #900; }
a.nav:hover		{ text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : {T_BODY_TEXT}; }
a.topictitle:link   { text-decoration: none; color : #900; }
a.topictitle:visited { text-decoration: none; color : #900; }
a.topictitle:hover	{ text-decoration: underline; color : #900; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : {T_BODY_TEXT};}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 11px; color : #000; }

/* The content of the posts (body of text) */
.postbody { font-size : 11px; line-height: 18px}
a.postlink:link	{ text-decoration: none; color : #900; }
a.postlink:visited { text-decoration: none; color : #900; }
a.postlink:hover { text-decoration: underline; color : #900; }

/* Quote & Code blocks */
.code { 
	text-align: left;
	font-family: {T_FONTFACE3}; font-size: 10px; 
	background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	text-align: left;
	font-family: {T_FONTFACE1}; 
	font-size: 10px; 
	color: {T_FONTCOLOR1};
	line-height: 125%;
}


/* Form elements */
/*input,textarea, select {
	color : #000;
	font: normal 11px;
	font-family:arial,tahoma,sans-serif;
	border-color : {T_BODY_TEXT};
}*/

/* The text input fields background colour */
/*input.post, textarea.post, select {
	background-color : {T_TD_COLOR2};
}*/

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : {T_TR_COLOR1};
	color : #000;
	font-size: 10px; font-family: arial,tahoma,sans-serif;
}

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

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


/*********** wide view ***********/

.wide{
	width:800px;
}
.wide textarea{
	width:792px;
}
.split800{
	width:800px;
}
.split800left{float:left;padding-left:10px;}
.split800right{float:right;padding-right:12px;}

/*********** forum ***********/

.forum table{
/*	background:url(/g/header_bg_gray_800.gif) no-repeat top left;*/
	font-size:11px;
	border-bottom:1px solid #333;
	margin-bottom:5px;
	margin-top:5px;
}

.forum th{
	color:#fff;
	text-align:left;
	padding:5px 11px;
	font-family:'Trebuchet MS','Times New Roman',Tahoma,serif;
	font-size:12px;
	font-weight:bold;
}

.forum td{
	font-size:11px;
	color:#666;
	text-align:center;
	border-bottom:1px dotted #ccc;
	padding:5px 0 6px 11px;
}
.forum .firstrow td{
	border-top:0;
}
.forum h4{
	text-align:left;
	font-size:16px;
	padding:0;
	margin:0;
}

.forum h5{
	color:#666;
	text-align:left;
	font-size:11px;
	font-weight:normal;
	margin:0;
	padding:0;
}
.forum h5 strong{
	color:#000;
}
.forum h6{
	color:#000;
	text-align:left;
	font-size:11px;
	font-family:'Trebuchet MS','Times New Roman',Tahoma,serif;
	font-weight:normal;
	margin:0;
	padding:0;
}
.forum a{
	color:#900;
}
.yellowbg td{
	background:#ff9;
}
#forumcomment{
	font-size:11px;
	width:800px;
	line-height:200%;
}
.forumcommentrow1{
	background:url(/foorum/templates/tark/images/bg_forum_comment_gray.gif) repeat-y left top;
}
.forumcommentrow2{
	background:url(/foorum/templates/tark/images/bg_forum_comment_blue.gif) repeat-y left top;
}
.forumcommentrow1 div.forumcommentheader{
	background:url(/foorum/templates/tark/images/bg_forum_comment_row1_header.gif) no-repeat left top;
}
.forumcommentrow2 div.forumcommentheader{
	background:url(/foorum/templates/tark/images/bg_forum_comment_row2_header.gif) no-repeat left top;
}

.forumcommentname{
	margin-left:4px;
	padding:6px;
	color:#666;
}
.forumcommentname img{
	width:60px;
	height:60px;
	margin-right:6px;
	float:left;
}
.forumcommentlead{
	color:#000;
	margin:0 16px;
	padding-right:100px;

}

/*********** header *********/

#header{
	width:860px;
	padding:0 0 20px 0;
	background:url(/g/bg_header.gif) no-repeat top center;
}
#headerleft{
	float:left;
	padding-left:30px;
	margin-top:26px;
}
#headerright{
	float:right;
	height:44px;
	padding-right:30px;
	margin-top:50px;
	text-align: right;
}

#headerright a{
	color:#900;
}

#headerright form{
	line-height:22px;
	display:inline;
}
#headerright form,#headerright input,#headerright select,#headerright img,#headerright p{vertical-align:middle;}
#headerright input{
	border:1px solid #929292;
	font-family:arial,tahoma,sans-serif;
	font-size:10px;
	width:90px;
	font-weight:bold;
}
#headerright input,#headerright img,#headerright p{
	margin:0 0 0 6px;
	font-size:10px;
}

#menu{
	width:800px;
	padding-left:5px;
	background:url(/g/bg_menu.gif) no-repeat top center;
	text-align:left;
}

/*********** menu2 *********/

#menu2{
	width:800px;
	height:26px;
	padding:4px 0 2px 0;
	margin:0px 0px 18px 0px;
	background:url(/g/bg_menu2.gif) repeat-x bottom center;
	font-family:'Trebuchet MS','Times New Roman',Tahoma,serif;
	font-size:11px;
	font-weight:bold;
}
#menu2left{
	float:left;
	text-align:left;
	font-family:'Trebuchet MS','Times New Roman',Tahoma,serif;
	font-size:11px;
	font-weight:bold;
	height:24px;
	line-height:24px;
}
#menu2right{float:right;text-align:left;height:22px;}

#menu2 form{
	line-height:20px;
	display:inline;
	font-weight:bold;
}
#menu2 form,#menu2 input,#menu2 select,#menu2 img,#menu2 p{
	vertical-align:middle;
}
#menu2 a{color:#444240;}
#menu2left a{padding:0 8px 0 20px;}
#menu2 input{
	vertical-align:middle;
	margin:0 3px;
	border:1px solid #929292;
	width:94px;
	font-size:10px;
	font-family:arial,tahoma,sans-serif;
}
#menu2 select{
	margin:0 3px;
	font-size:10px;
	border:1px solid #929292;
	font-family:arial,tahoma,sans-serif;
}

/*********** main container *********/

#contentcontainer{
	width:860px;
	background:url(/g/bg_content.gif) no-repeat top center;
	padding-bottom:30px;
}

#wideview{
	width:800px;
	float:left;
	padding-left:30px;
	text-align:left;
}
#wideview h1,#wideview p{margin-left:10px;margin-right:2px;}


#leftcolumn{
	width:538px;
	float:left;
	padding-left:30px;
	text-align:left;
}
#leftcolumn h1,#leftcolumn p{margin-left:10px;margin-right:2px;}

#content .article img{
	padding:2px;
	border:1px solid #ccc;
	margin:3px -2px 6px 10px;
}

.headergray538{
	width:538px;
	height:26px;
	line-height:26px;
	margin-top:11px;
	margin-bottom:3px;
	color:#fff;
	background:url(/g/header_bg_gray_538.gif) no-repeat top left;
	font-family:'Trebuchet MS','Times New Roman',Tahoma,serif;
	font-size:12px;
	font-weight:bold;
}
.headergray538left{float:left;padding-left:10px;}
.headergray538right{float:right;padding-right:12px;}

.comment{
	margin-top:11px;
	background:url(/g/bg_comment_header.gif) no-repeat left top #f2f2f2;
}
.commentheaderleft,.commentheaderright{
	height:28px;
	line-height:28px;
}
.commentheaderleft{
	float:left;
	padding-left:10px;
}
.commentheaderleft a{color:#900;}
.commentheaderright{
	float:right;
	padding-right:10px;
	color:#666;
}

.commentform form{margin:0;}
.commentform textarea{
	width:530px;
	height:120px;
	margin-bottom:8px;
	border:1px solid #929292;
	float:right;
}

/*********** listing *********/

.listing table{
	font-size:11px;
	border-bottom:1px solid #333;
}
.listing td{
	border-top:1px solid #ccc;
	padding:5px 11px;
}
.listing a{
	color:#900;
}
.dateright{
	color:#636363;
	text-align:right;
}
a.activepage{
	color:#000;
}


/*********** right columns *********/

#rightcolumn{
	width:200px;
	float:right;
	padding-right:30px;
	padding-top:7px;
	text-align:left;
}
#rightcolumn a{display:block;color:#900;}
#rightcolumn p a{display:inline;color:#900;}
#rightcolumn p{padding:0 4px 0 10px;}
#rightcolumn ul{
	margin:0;
	padding:0;
	list-style:none;
}
#rightcolumn li{
	height:23px;
	line-height:220%;
	padding:0 0 0 10px;
	background:url(/g/stripe_ccc.gif) repeat-x bottom center;
}

.headergray200{
	width:200px;
	height:26px;
	line-height:26px;
	color:#666;
	background:url(/g/header_bg_gray_200.gif) no-repeat center left;
	padding-left:12px;
	font-family:'Trebuchet MS','Times New Roman',Tahoma,serif;
	font-size:11px;
	font-weight:bold;
}


#footer{
	width:860px;
	padding:7px 0;
	background:url(/g/bg_footer.gif) no-repeat top center;
}
#footerleft{float:left;padding-left:30px;}
#footerright{float:right;padding-right:30px;}

.foorumtable td {
	text-align: left;
	border: 0px;
	padding:0px 0 0px 0px;
}

.foorumtable table {
	text-align: left;
	border: 0px;
	padding:0px 0 0px 0px;
}


@import url("templates/tark/formIE.css"); 