/*
  The original GorbGreenII Theme for phpBB version 2+
  Created by jasidog design
  http://www.jasidog.com
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
        background-color: #2C2C2C;
        scrollbar-face-color: #756D66;
        scrollbar-highlight-color: #756D66;
        scrollbar-shadow-color: #756D66;
        scrollbar-3dlight-color: #756D66;
        scrollbar-arrow-color:  #EFEFEF;
        scrollbar-track-color: #938A79;
        scrollbar-darkshadow-color: #756D66;
        margin: 0;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #F0E68C;  text-decoration: none;  }
a:hover                { text-decoration: underline; color : #eaeaea; }
hr        { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline        { background-color: #938A79;  padding: 10px 10px 0px 10px;}

/* This is the outline round the main forum tables */
.forumline        { background-color: #938A79;  }


/* Main table cell colours and backgrounds */
td.row1        { background-color: #2C2C2C; }
td.row2        { background-color: #2C2C2C; }
td.row3        { background-color: #2C2C2C; }


/*
  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: #FFFFFF;
                background-image: url(images/cellpic2.jpg);
                background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th        {
        color: #333333; font-size: 10px; font-weight : bold;
        background-color: #938A79; height: 15px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
                        background-color: #938A79; border: #FFFFFF;
}


/*
  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 {
        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: #938A79; }
td.row3Right,td.spaceRow {
        background-color: #938A79; border: 1px solid #2C2C2C;  }

th.thHead,td.catHead { font-size: 11px;}
th.thSides,td.catSides,td.spaceRow         { }
th.thRight,td.catRight,td.row3Right         { }
th.thLeft,td.catLeft          { }
th.thBottom,td.catBottom  {}
th.thTop         { }
th.thCornerL {  }
th.thCornerR { }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2        {
                        font-weight: bold; font-size: 11px; color : #F0E68C;
}
.maintitle,h1,h2 a:link {
        text-decoration: none;
}
.maintitle,h1,h2 a:visited {
        text-decoration: none;
}

/* General text */
.gen { font-size : 11px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : White; }
a.gen,a.genmed,a.gensmall { color: White; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover        { color: #FFFFFF; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu                { font-size : 11px; color : #F0E68C }
a.mainmenu                { text-decoration: none; color : #333333;  }
a.mainmenu:hover{ text-decoration: underline; color : #8C969C; }


/* Forum category titles */
.cattitle                { font-weight: bold; font-size: 11px ; letter-spacing: 1px; color : #000000; }
a.cattitle                { text-decoration: none; color : #000000;  }
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 : White; }
a.forumlink         { text-decoration: none; color : #F0E68C; }
a.forumlink:hover{ text-decoration: underline; color : White; }


/* 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 : White;}
a.nav                        { text-decoration: none; color : #F0E68C; }
a.nav:hover                { text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle                        { font-weight: bold; font-size: 11px; color : White; }
a.topictitle:link   { text-decoration: none; color : #F0E68C; }
a.topictitle:visited { text-decoration: none; color : #F0E68C; }
a.topictitle:hover        { text-decoration: underline; color : White; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name                        { font-size : 11px; color : White;}

/* Location, number of posts, post date etc */
.postdetails                { font-size : 10px; color : White; }


/* The content of the posts (body of text) */
.postbody { font-size : 11px;  color: White; line-height: 125%;}
a.postlink:link        { text-decoration: none; color : #9fbfdf }
a.postlink:visited { text-decoration: none; color : #9FBFDF; }
a.postlink:hover { text-decoration: underline; color : White;
}


/* Quote & Code blocks */
.code {
        font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: White;
background-color: #588888; border: White;
        border-style: dashed;
        border-left-width: 1px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px
}

.quote {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #eaeaea; line-height: 125%;
        background-color: #938A79; border: White;
        border-style: dashed;
        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 */
form {
        margin: 0px;
        padding : 0;
}
input , textarea , select {
color : White;
font : normal 9px Verdana, Arial, Helvetica, sans-serif;
background-color : #938A79;
border : 1px solid White;
margin : 0;
padding : 1px;
}

/* The buttons used for bbCode styling in message post */
input.button {
        background-color : #938A79;
        color : White;
        font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
        background-color : #938A79;
        font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
        background-color : #938A79;
        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: #938A79; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

/* Custom classes */

/* Table surrounding Frame css */

.frame-t {
        background-image: url(images/frame-t.png);
        background-repeat: repeat-x;
        padding-top: 4px;
        padding-left: 10px;
        padding-right: 10px;
}
.frame-b {
        background-image: url(images/frame-b.png);
        background-repeat: repeat-x;
        padding-bottom: 4px;
        padding-left: 10px;
        padding-right: 10px;
}
.frame-r {
        background-image: url(images/frame-r.png);
        background-repeat: repeat-y;
        background-position: right;
}
.frame-l {
        background-image: url(images/frame-l.png);
        background-repeat: repeat-y;
        background-position: left;
}
.table-pad {
        padding: 10px 10px 10px 10px;
        background-color: #2C2C2C;
}
.table-pad-nav {
        padding: 10px 10px 10px 35px;
        background-image: url(images/navarrow.gif);
        background-position: center left;
        background-repeat: no-repeat;
        background-color: #2C2C2C;
}

/* header */

#head {
        background-color: #938A79;
        background-image: url(images/head-tile.gif);
        background-position: top;
        background-repeat: repeat-x;
}
#head-right {
        background-repeat: no-repeat;
        background-position: bottom right;
}
#head-logo {
        background-image: url(images/logo.gif);
        background-repeat: no-repeat;
        background-position: bottom center;
        height: 326px;
}
#navstrip {
        background-color: #938A79;
        padding: 3px;
        font-size: 10px;
        font-weight: bold;
        text-align: center;
        color: White;
        background-image: url(images/navstrip.gif);
        background-position: top;
        background-repeat: repeat-x;
}
#navstrip a:link {
        color: #F0E68C;
        text-decoration: none;
}
#navstrip a:visited {
        color: #F0E68C;
        text-decoration: none;
}
#navstrip a:hover {
        color: #FFFFFF;
        text-decoration: underline;
}
#under-navstrip {
        background-image: url(images/under-navstrip.gif);
        background-position: top;
        background-repeat: repeat-x;
        height: 10px;
}

/* border round content header and footer*/

.content {
        }

/* bordered grey background to some form elements */

.formholder {
        background-color: #938A79;
        margin: 1px 0px 1px 0px;
        border: 1px solid #938A79;
        padding: 1px;
}

/* grey post entry foot*/

.postfoot {
        background-color: #938A79;
        color: #333333;
}

.marg-l {
        background-image: url(images/marg-l.png);
        background-position: right;
        background-repeat: repeat-y;
}
.marg-r {
        background-image: url(images/marg-r.png);
        background-position: left;
        background-repeat: repeat-y;
}

.head-content {
        background-color: #938A79;
}

.quotehead {
}
.gensmall-dark { font-size : 10px;  color: #333333;  }
.gensmall-dark a:hover { font-size : 10px;  color: #333333;  text-decoration: none;   }
.gensmall-dark a:link{ font-size : 10px;  color: #333333;  text-decoration: underline;  font-weight: bold;    }
.gensmall-dark a:visited{ font-size : 10px;  color: #333333;  text-decoration: underline;   }

.frame-joinm{
        background-image: url(images/frame-joinm.png);
        background-repeat: no-repeat;
        background-position: top;
}
.sig {
        border: 1px solid #938A79;
        padding: 0px 3px 3px 3px;
        background-image: url(images/sig.gif);
        background-position: top;
        background-repeat: repeat-x;
        font-size: 10px;
        font-style: italic;
        color: #588888;
}
.siggery {
        font-size: 10px;
        font-style: italic;
}
.greenbg {
border: 1px solid #938A79;
        margin-bottom: 2px;
        padding:3px;
}
.container {
        border: 1px solid #938A79;
        padding: 2px 2px 1px 2px;
        text-align: center;
}
.headfoot {
        height: 15px;
}
.foot {
        background-image: url(images/foot-tile.png);
}
.lightgreen {
        background-color: #F0E68C;
}
.but-bg {
        background-color: #938A79;
}




















































































