

/*   START GENERIC STUFF  */

body  {  
    padding: 2px 0;
    margin:  0px;
    background-color: #FEF5DE;
    }

TD, TR  { 
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    }

a  { 
    color: #993300;
    text-decoration: underline;
    font-weight: 400;
    }

a:hover  { 
    color: #CC3300;
    text-decoration: none;
    font-weight: 400;
    }

input, textarea, select {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: #FFF9E8;
    border: 1px solid #E8C875;
    }


/*   START TEMPLATE SPECIFIC  STUFF  */

td.homebox {
    font-weight: 700;
    font-size: 11px;
    color: #993300;
    padding: 5px;
    border: 1px solid #AE5C2F;
    background-image: url(images/homebox.gif) ;
    background-repeat: repeat-x;
    background-position:  top left;
    }

.sideimage{
    border: 1px solid #993300 ;
    margin: 10px 0;
    }

td.homebox H1{
    font-weight: 700;
    font-size: 15px;
    color: #7A8401;
    margin-bottom: 5px;
    }

#wrapper {
    background-image: url(images/wrapper.gif) ;
    background-repeat: repeat-x;
    background-position:  top left;
    }

#hometext{
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    padding: 20px;
    line-height: 140%;
    }

td.login{
    font-weight: 400;
    font-size: 10px;
    color: #ffffff;
    text-transform: capitalize;
    }

td.main  { 
    padding: 10px 15px;
    border-top: 2px solid #FEF5DE;
    }

#topnav  { 
    font-weight: 700;
    background-color: #993300;
    font-size: 11px;
    color: #FEF5DE;
    padding: 3px;
    border-bottom: 2px solid #FEF5DE;
    text-transform: uppercase;
    }

#topnav a  { 
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    }

#topnav a:hover { 
    color: #ffffff;
    text-decoration: underline;
    font-weight: 700;
    }

td.nav  { 
    font-weight: 700;
    font-size: 13px;
    background-color: #7A8401;
    padding: 0px;
    border-top: 2px solid #FEF5DE;
    }

td.nav a  { 
    color: #ffffff;
    text-decoration: none;
    display: block;
    float: left;
    padding: 7px;
    font-weight: 700;
    }

td.nav a:hover { 
    color: #ffffff;
    text-decoration: none;
    background-color: #8F981D;
    font-weight: 700;
    }

td.side  { 
    background-color: #E8C875;
    border-top: 2px solid #FEF5DE;
    padding-bottom: 30px;
    }



#copy  { 
    font-size: 10px;
    color: #993300;
    padding: 10px;
    }

#footer  { 
    font-size: 10px;
    color: #FEF5DE;
    background-color: #993300; 
    padding: 6px;
    border-top: 2px solid #FEF5DE;
    }

#footer a  { 
    color: #ffffff;
    text-decoration: none;
    }

#footer a:hover {
    color: #ffffff;
    text-decoration: underline;
    }



/*   START PROGRAM PAGE STUFF  */

#mailnav
    {
    padding: 5px 3px 3px 3px;
    margin-left: 0;
    border-bottom: 1px solid #993300;
    font-weight: 700;
    font-size: 11px;
    }

#mailnav li
    {
    list-style: none;
    margin: 0;
    display: inline;
    }

#mailnav li a
    {
    color: #ffffff;
    padding: 3px 0.5em;
    margin-left: 3px;
    border: 1px solid #AC4E1E;
    border-bottom: none;
    background: #B05223;
    text-decoration: none;
    font-weight: 700;
    }

#mailnav li a:hover
    {
    color: #ffffff;
    background: #993300;
    border-color: #993300;
    }

#mailnav li a#current
    {
    color: #7A8401;
    background: #F5E3B4;
    border-bottom: 1px solid #F5E3B4;
    }

td.tdhead { /*   header row for subtables  */
    color: #993300;
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 5px;
    padding-left: 0px;
    border-bottom : 2px solid #7A8401;
    }

td.tdhead a{ /*   header row link for subtables  */
    font-weight: 400;
    }

td.tdfoot  /*   footer row for subtables  */
    {
    border-top : 1px solid #7A8401;
    }

tr.tdtoprow  td, .tdtoprow/*   top row for mail and hotlist tables */
    {
    background-color : #C1C86E;
    color: #ffffff;
    height: 25px;
    font-size: 11px;
    font-weight: 700;
    }

tr.tdodd td, td.tdodd/*  odd row for subtables   */
    {
    border-bottom : 1px solid #FEF5DE;
    background-color: #F2DDA6;
    }

tr.tdeven td, td.tdeven /*   even row for subtables  */
    {
    border-bottom : 1px solid #FEF5DE;
    background-color: #F2DDA6;
    }

.rettext  /*   information blocks for subtables  */
    {
    font-weight: 700;
    color: #7A8401;
    padding-right: 7px;
    }

.retimage  /*   information blocks for subtables  */
    {
    border-bottom : 1px solid #EED696;
    border-left : 1px solid #EED696;
    border-right : 1px solid #EED696;
    }

.tdcontent  /*   information blocks for subtables  */
    {
    padding: 15px;
    border-bottom : 1px solid #FEF5DE;
    }

.tdmail  /*   unread mail row colour  */
    {
    background-color: #EED595;
    border-bottom : 1px solid #FEF5DE;
    }

td.image  /*   image cell for search results  */
    {
    border-left : 1px solid #E8C875;
    padding: 10px;
    background-color: #FEF5DE;
    }

td.imageframe  /*   image frame for search results  */
    {
    padding: 7px;
    background-color: #ffffff;
    border: 1px solid #E8C875;
    }

img.imagehome  /*   image frame for search results  */
    {
    border : 1px solid #ffffff;
    }

td.resulthead   /*   header row for search results  */
    {
    padding: 5px ;
    background-color: #C1C86E;
    font-size: 11px;
    font-weight: 700;
    }

td.resultheadright   /*   header row for search results  */
    {
    padding: 5px ;
    background-color:  #C1C86E;
    }

td.resulthead  a  /*   header row for search results  */
    {
    text-decoration: none;
    color: #ffffff;
    text-decoration: underline;
    }

td.resultbody  /*   body row for search results  */
    {
    padding: 10px;
    background-color: #FEF5DE;
    border-right : 1px solid #E8C875;
    }

td.resultfoot   /*   header row for search results  */
    {
    padding: 5px;
    border-top : 2px solid #E8C875;
    }

td.resulttitle   /*   advert title for search results  */
    {
    font-weight: 700;
    }


.online { /*  "online" text for search result */
    font-weight: 700;
    color: #CC3300;
    font-size: 10px;
    }

.offline { /*  "offline" text for search result */
    font-weight: 700;
    color: #C1C86E;
    font-size: 10px;
    }

.premium { /*   member status  text for search result */
    font-weight: 700;
    color: #CC3300;
    font-size: 10px;
    }

.standard { /*  member status text for search result */
    font-weight: 700;
    color: #C1C86E;
    font-size: 10px;
    }

.searchage { /*  age and location search result */
    font-weight: 700;
    color: #ffffff;
    font-size: 11px;
    }


a.switch  /*   search form + -   */
    {
    font-size: 14px;
    text-decoration: none;
    }

a:hover.switch /*   search form + -   */
    {
    font-size: 14px;
    text-decoration: none;
    }

tr.noborder td /*  pop checks removes border inherited from tdodd   */
    {
    border: none;
    }

.poptable{  /*  background colour for tables in popups   */
    }

.pageheader { /*  Page Titles */
    font-size: 17px;
    color: #7A8401;
    font-weight: 700;
    padding-bottom: 10px;
    }

td.blogdate { /*  date for blogs  */
    font-weight: 700;
    font-size: 10px;
    font-style: italic;
    border-bottom : 3px solid #F2DDA6;
    }

.input  { /* general input field secific formatting  */
    width: 120px;
    }

.inputs  {  /*  small input field secific formatting  */
    width: 95px;
    }

.inputl { /*  large input field secific formatting  */
    width: 250px;
    }

.inputf { /*  free width input field secific formatting  */
}

.inputjoin { 
    width: 50px; 
    background-color:#EDCC7D;  
    border: 1px solid #FEF5DE;
    font-size: 10px;
    color: #993300;
    font-family: Arial, Helvetica, sans-serif;
    }

.inputsub { 
    width: 100px; 
    background-color:#E8C875;  
    border: 1px solid #7A8401;
    font-size: 10px;
    color: #993300;
    font-family: Arial, Helvetica, sans-serif;
    }
    

.button  { /*   all form buttons */
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    padding-left:7px;
    padding-right: 7px;
    color: #ffffff;
    background-color: #B12E03;
    border-top: 1px solid #CC3300;
    border-left: 1px solid #CC3300;
    border-right: 1px solid #993300;
    border-bottom: 1px solid #993300;
    }

hr  {  /*   horizontal rules   */
    height:1px;
    }

.forumlinks { /*  forum links */
}

.forumlinkshd { /*  forum links */
    font-weight: 700;
    }

form {
    padding: 0px;
    margin: 0px;
    }
/* GROUPS STYLES */
div.group_post_subject {
    margin: 0.5em 0;
    font-weight: bold;
}
.group_post_images {
    margin:1em 0 0.5em 0;
}
.group_post_image {
    margin: 0.5em;
    border: 1px dotted #000;
    float: left;
}
.mygroups_approve {
    background-color:#E8C875;
}
.mygroups_reject {
    background-color:#E9CF8D;
}

/* AVATARS STYLES */
#avatar_list a {
    display: block;
    float: left;
    padding: 4px;
    margin: 10px;
}

#avatar_list a:hover {
    display: block;
    float: left;
    padding: 2px;
    border: 2px solid #E8C875;
    margin: 10px;
}

/* FAQ STYLES */
#faq h4 {
    color: #993300;
    font-weight: bold;
    font-size: 14px;
    padding: 2em 0 0 0;
    margin: 0;
}

#faq h5 {
    color: #993300;
    font-weight: bold;
    font-size: 12px;
    padding: 2em 0 0 0;
    margin: 0;
}

#faq dd {
    padding-bottom: 0.5em;
}

#faq table, #faq tr, #faq td {
    border-color: #7A8401;
    border-collapse: collapse;
    background-color: #FEF5DE;
}
