/*  The customized connections Theme for phpBB version 2+  Created by Maja Schmidt  http://www.branwen.net*//* General page style.*/body { 	margin:0;	padding:0;	font-family: 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif;	font-size: 90%;	text-align: center;	color:#29303B;	background: #F3F6ED;	}#rap {	background:#fff url(images/rap.jpg) center repeat-y;	width:760px;	margin:0 auto;	padding:0px 8px;	text-align:left;	font-family: Trebuchet MS,Georgia, Arial, serif;	font-size: 0.9em;}#header {	background:#fff url(images/top.jpg) no-repeat bottom; 	 	height: 183px;	margin: 0 auto;	padding:0;	border:#fc9 0px solid;		line-height:1.3em;}#topnav {	list-style:none;	font-size:0.8em;	margin:0 auto;		padding:12px 20px 0 0;	text-align:right;		font-family:Verdana, Arial, Sans-Serif;}#topnav li {	list-style:none;	display:inline;	padding:0;	margin:0;	font-weight:bold;}#topnav li a:link, #topnav li a:visited{	text-decoration:none;		color:#BBC4A3;}#topnav li a:hover, #topnav li a:active{	color:#F7F3ED;	}#main {	margin:0 auto;	padding:0;	background:url(images/content_bg.gif) repeat;	width:740px;}#header h1 {	margin: 0;		font-size: 1.7em;		padding:10px 20px 0 0;	text-align:right;		font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;	font-weight: normal;}#header h1 a {	color:#B5C09D;	text-decoration:none;}#header h1 a:hover {	color:#F7F3ED;}#header #desc{	font-weight:normal;	font-style:italic;	font-size:1em;	color:#B5C09D;	text-align:right;	margin:0;	padding:0 20px 0 0;}#footer {	margin:0 auto;	padding: 7px 0;	border-top:#BBC4A3 1px solid;	clear: both;	font-size: 0.8em;	color: #999;	text-align:center;	width:740px;}#footer a {border:none;color:#7A7636;}/* General font families for common tags */font,th,td,p { font-family: 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif; }a:link,a:active,a:visited { color: #909D73; }a:hover		{ text-decoration: underline; color : #753206; }hr	{ height: 0px; border: 0px solid #676E04; border-top-width: 1px;}/* This is the border line & background colour round the entire page */.bodyline	{ background: #ffffff url(images/rap.jpg) center repeat-y; }/* This is the outline round the main forum tables */.forumline	{ background-color: #ffffff; border: 1px #cccccc solid; }/* Main table cell colours and backgrounds */td.row1	{ background-color: #F3F6ED; }td.row2	{ background-color: #F3F6ED; }td.row3	{ background-color: #F3F6ED; }/*  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: #E6EADB;}/* Header cells - the blue and silver gradient backgrounds */th	{	color: #676E04; font-size: 1em; font-weight : bold; 	background-color: #E6EADB; height: 25px;}td.cat,td.catHead,td.catSides,td.catLeft,td.catRight {			background-color:#E6EADB; border: {T_TH_COLOR3}; border-style: solid; height: 28px;}td.catBottom {			background-color:#E6EADB; border: {T_TH_COLOR3}; border-style: solid; height: 25px;}/*  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: 25px;	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: {T_TD_COLOR2}; border-style: solid; height: 28px;}td.row3Right {	background-color: #F3F6ED; border: {T_TH_COLOR3}; border-style: solid;}td.spaceRow {	background:url(images/content_bg.gif) repeat;	 border: {T_TH_COLOR3}; border-style: solid;}th.thHead,td.catHead { font-size: 1.3em; 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; }/* General text */.gen { font-size: 1em; }.genmed { font-size: 1em; }.gensmall { font-size: 0.9em; }.gen,.genmed,.gensmall { color: #29303B; }a.gen,a.genmed,a.gensmall { color: #909D73; text-decoration: none; }a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #753206; text-decoration: underline; }/* The register, login, search etc links at the top of the page */.mainmenu		{ font-size: 1em; color: #29303B; }a.mainmenu		{ text-decoration: none; color: #909D73;  }a.mainmenu:hover{ text-decoration: underline; color: #753206; }/* Forum category titles */.cattitle		{ font-weight: bold; font-size: 1.3em; letter-spacing: 1px; color : #676E04;}a.cattitle		{ text-decoration: none; color: #676E04; }a.cattitle:hover{ text-decoration: underline; }/* Forum title: Text and link to the forums used in: index.php */.forumlink		{ font-weight: bold; font-size: 1em; color: #909D73; }a.forumlink 	{ text-decoration: none; color: #909D73; }a.forumlink:hover{ text-decoration: underline; color: #753206; }/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */.nav			{ font-weight: bold; font-size: 1em; color: #29303B;}a.nav			{ text-decoration: none; color: #909D73; }a.nav:hover		{ text-decoration: underline; }/* titles for the topics: could specify viewed link colour too */.topictitle,h1,h2	{ font-weight: bold; font-size: 1em; color: #29303B; }a.topictitle:link   { text-decoration: none; color: #909D73; }a.topictitle:visited { text-decoration: none; color: #8a3207; }a.topictitle:hover	{ text-decoration: underline; color: #753206; }/* Name of poster in viewmsg.php and viewtopic.php and other places */.name			{ font-size: 1em; color: #29303B;}/* Location, number of posts, post date etc */.postdetails		{ font-size: 1em; color: #29303B; }/* The content of the posts (body of text) */.postbody { font-size: 1em; line-height: 18px}a.postlink:link	{ text-decoration: none; color: #909D73; }a.postlink:visited { text-decoration: none; color: #8a3207; }a.postlink:hover { text-decoration: underline; color: #753206;}.maintitle	{	font-weight: bold; font-size: 22px; font-family: Georgia,'Lucida sans ms', Verdana, Arial, Helvetica, sans-serif;	text-decoration: none; line-height : 120%; color : #423850;}/* Quote & Code blocks */.code { 	font-family: {T_FONTFACE3}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR2};	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 {	font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%;	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}/* Copyright and bottom info */.copyright		{ font-size: {T_FONTSIZE1}px; font-family: {T_FONTFACE1}; color: {T_FONTCOLOR1}; xletter-spacing: -1px;}a.copyright		{ color: #909D73; text-decoration: none;}a.copyright:hover { color: #753206; text-decoration: underline;}/* Form elements */input,textarea, select {	font: normal {T_FONTSIZE2}px {T_FONTFACE1};	border-color : {T_BODY_TEXT};}/* The text input fields background colour */input { text-indent: 2px; }/* The buttons used for bbCode styling in message post */input.button {	font-size: {T_FONTSIZE2}px; font-family: {T_FONTFACE1};}/* The main submit button option */input.mainoption {	font-weight: bold;}/* None-bold submit button */input.liteoption {	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; }/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */@import url("formIE.css"); /* Matt Montag 7/31/2006	compact forum list modification */	.forumdescription {	font-size: .85em;	line-height: 125%;	margin-top: .1em;	margin-bottom: .3em;}
