/*
The original FamilyGuy Theme for phpBB version 2+
Created by SkaidonDesigns
http://www.skaidon.co.uk
*/
/* General page style. The scroll bar colours only visible in IE5.5+ */
body{
background-color:#007CA4;
margin:36px;
color:#333333;
}
/* General font families for common tags */
font,th,td,p{
font-family:Verdana,Arial,Helvetica,sans-serif;
}
a:link,a:active,a:visited{
color:#333333;
text-decoration:underline;
}
a:hover{
text-decoration:none;
color:#333333;
}
hr{
height:0px;
border:0px dashed #78A7B2;
border-top-width:1px;
}
/* This is the border line & background colour round the entire page */
.bodyline{
background-color:#FFFFFF;
border:0px;
}
/* This is the outline round the main forum tables */
.forumline{
border:0px;
margin:5px;
}
/* Main table cell colours and backgrounds */
td.row1{
background-color:#FEFFFE;
}
td.row2{
background-color:#E4FFE4;
}
td.row3{
background-color:#CAFFCA;
}
/*
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/cellpic1.gif);
background-repeat: repeat-x;
}
/* Header cells - the blue and silver gradient backgrounds */
th{
color:#990D06;
font-size:11px;
font-weight:bold;
background-color:#A6D663;
height:25px;
background-image:url(images/cellpic3.gif);
background-repeat: repeat-x;
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom{
height:20px;
background-image: url(images/cellpic1.gif);
background-repeat: repeat-x;
}
/*
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:20px;
border-width:0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR{
height:20px;
}
td.row3Right,td.spaceRow{
background-color:#FFF;
}
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:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
text-decoration:none;
line-height:120%;
color:#333333;
}
/* General text */
.gen{
font-size:12px;
}
.genmed{
font-size:11px;
}
.gensmall{
font-size:10px;
}
.gen,.genmed,.gensmall{
color:#333333;
}
a.gen,a.genmed,a.gensmall{
color:#333333;
text-decoration:none;
}
a.gen:hover,a.genmed:hover,a.gensmall:hover{
color:#00392B;
text-decoration:underline;
}
/* The register,login,search etc links at the top of the page */
.mainmenu{
font-size:11px;
color:#333333;
}
a.mainmenu{
text-decoration:none;
color:#11568C;
}
a.mainmenu:hover{
text-decoration:underline;
color:#00392B;
}
/* Forum category titles */
.cattitle{
font-weight:bold;
font-size:12px;
letter-spacing:1px;
color: #2D3D14;
}
a.cattitle{
text-decoration:none;
color:#00392B;
}
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:#11568C;
}
a.forumlink{
text-decoration:none;
color:#11568C;
}
a.forumlink:hover{
text-decoration:underline;
color:#00392B;
}
/* 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:#333333;
}
a.nav{
text-decoration:none;
color:#11568C;
}
a.nav:hover{
text-decoration:underline;
}
/* titles for the topics:could specify viewed link colour too */
.topictitle{
font-weight:bold;
font-size:11px;
color:#333333;
}
a.topictitle:link{
text-decoration:none;
color:#11568C;
}
a.topictitle:visited{
text-decoration:none;
color:#1772BA;
}
a.topictitle:hover{
text-decoration:underline;
color:#00392B;
}
/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name{
font-size:11px;
color:#333333;
}
/* Location,number of posts,post date etc */
.postdetails{
font-size:10px;
color:#333333;
}
/* The content of the posts (body of text) */
.postbody{
font-size:12px;
}
a.postlink:link{
text-decoration:none;
color:#11568C;
}
a.postlink:visited{
text-decoration:none;
color:#1772BA;
}
a.postlink:hover{
text-decoration:underline;
color:#00392B;
}
/* 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:#333333;
text-decoration:underline;
}
/* Form elements */
input,textarea,select{
color:#333333;
font:normal 11px Verdana,Arial,Helvetica,sans-serif;
border-color:#333333;
}
/* 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:#333333;
font-size:11px;
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:#DEE3E7;
border-style:none;
}
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

.rtop,.artop{display:block}
.rtop *,.artop *{display:block;height:1px;overflow:hidden;font-size:1px}
.artop *{border-style: solid;border-width:0 1px}
.r1,.rl1,.re1,.rel1{margin-left:5px}
.r1,.rr1,.re1,.rer1{margin-right:5px}
.r2,.rl2,.re2,.rel2,.ra1,.ral1{margin-left:3px}
.r2,.rr2,.re2,.rer2,.ra1,.rar1{margin-right:3px}
.r3,.rl3,.re3,.rel3,.ra2,.ral2,.rs1,.rsl1,.res1,.resl1{margin-left:2px}
.r3,.rr3,.re3,.rer3,.ra2,.rar2,.rs1,.rsr1,.res1,.resr1{margin-right:2px}
.r4,.rl4,.rs2,.rsl2,.re4,.rel4,.ra3,.ral3,.ras1,.rasl1,.res2,.resl2{margin-left:1px}
.r4,.rr4,.rs2,.rsr2,.re4,.rer4,.ra3,.rar3,.ras1,.rasr1,.res2,.resr2{margin-right:1px}
.rx1,.rxl1{border-left-width:5px}
.rx1,.rxr1{border-right-width:5px}
.rx2,.rxl2{border-left-width:3px}
.rx2,.rxr2{border-right-width:3px}
.re2,.rel2,.ra1,.ral1,.rx3,.rxl3,.rxs1,.rxsl1{border-left-width:2px}
.re2,.rer2,.ra1,.rar1,.rx3,.rxr3,.rxs1,.rxsr1{border-right-width:2px}
.rxl1,.rxl2,.rxl3,.rxl4,.rxsl1,.rxsl2,.ral1,.ral2,.ral3,.ral4,.rasl1,.rasl2{border-right-width:0}
.rxr1,.rxr2,.rxr3,.rxr4,.rxsr1,.rxsr2,.rar1,.rar2,.rar3,.rar4,.rasr1,.rasr2{border-left-width:0}
.r4,.rl4,.rr4,.re4,.rel4,.rer4,.ra4,.rar4,.ral4,.rx4,.rxl4,.rxr4{height:2px}
.rer1,.rel1,.re1,.res1,.resl1,.resr1{border-width:1px 0 0;height:0px !important;height /**/:1px}
div#nifty{ margin: 0;background:#A6D663;}
div#outer{ margin: 0;background:#FFF;}
div#nav{ background:#11568C;font-size:11px;color:#FFF;font-weight:bold;text-transform: uppercase;  margin-right: 5px; }
#nav > a{color:#FFF;}
a.white,a:visited.white{color:#FFF;}
div#mains{ background:#C2E3EB;}
div.tabular{ background:#FFF;}
div.othertabs{background:#EAEA69;}
.othercat{font-size:12px;font-weight:bold;}
