/*
  The original ICE Theme for phpBB version 2+
  Created by Cephoris et Engi
  http://ice-forum.dnsalias.org
*/

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
background: #1B1409 url(images/background.gif);
scrollbar-3dlight-color: #D1D7DC;
scrollbar-arrow-color: #006699;
scrollbar-darkshadow-color: #98AAB1;
scrollbar-face-color: #DEE3E7;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #DEE3E7;
scrollbar-track-color: #EFEFEF }

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }

a:link,a:active,a:visited { color: #f5f5f5 }
a:hover { color: #ff8c00; text-decoration: underline }

hr { height: 0px; border: solid #D3C6AF 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline { background-color: #D3C6AF; }

/* This is the outline round the main forum tables */
.forumline { background-color: #D3C6AF; }

/* Main table cell colours and backgrounds */
td.row1 { background-color: #C7B087 }
td.row2 { background-color: #C7B087 }
td.row3 { background-color: #C7B087 }

/*
  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: #63461A url(images/header1.jpg)}

/* Header cells - the blue and silver gradient backgrounds */
th {
 color: #ffa34f;
 font-weight: bold;
 font-size: 11px;
 background: #3E2900
 url(images/header2.gif); height: 25px }

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
 background: #63461A url(images/header1.jpg);
 height: 36px }

/*
  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 {
 background-color: #3E2900;
 border: 0px;
 height: 36px }

td.catsmall {
background: #3E2900 url(images/header2.gif);
border: 0px;
height: 22px }

th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
 font-weight: bold;
 background-color: #3E2900;
 height: 32px }
th.thSubhead {
 background-color: #3E2900;
 height: 32px;
 color: #D3C6AF;
 font-weight: bold;
 font-size: 11px;
 text-decoration: none
}

td.row3Right,td.spaceRow {
    background-color: #AF9461;
    border: solid #ffffff;
}
th.thHead,td.catHead { font-size: 12px }
th.thSides,td.catSides,td.spaceRow { border: 0px }
th.thRight,td.catRight,td.row3Right { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft { border: 0px }
th.thBottom,td.catBottom { border: 0px }
th.thTop { border: 0pt }
th.thCornerL { border: 0px }
th.thCornerR { border: 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 : #000000; }

/* General text */
.gen { color: #333333; font-size : 12px; }
.genmed { color: #333333; font-size : 11px; }
.gensmall { color: #333333; font-size: 10px }
.genbold { color: #333333; font-size: 12px; font-weight: bold;}
a.gen:link,a.genmed:link,a.gensmall:link { color: #333333; text-decoration: none }
a.gen:visited,a.genmed:visited,a.gensmall:visited { color: #333333; text-decoration: none }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #fff; text-decoration: underline }

/* The register, login, search etc links at the top of the page */
.mainmenu { color: #FFFFFF; font-size: 11px }
a.mainmenu { color: #FFFFFF; text-decoration: none }
a.mainmenu:hover { color: #000000; text-decoration: underline }

/* Forum category titles */
.cattitle {
color: #D3C6AF;
font-weight: bold;
font-size: 12px;
text-decoration: none }
a.cattitle { color: #D3C6AF; text-decoration: none }
a.cattitle:hover { color: #fff; text-decoration: underline }

.cattitlesmall {
color: #D3C6AF;
font-weight: bold;
font-size: 11px;
text-decoration: none }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink { color: #FFD700; font-weight: bold; font-size: 12px }
a.forumlink { color: #FFD700; text-decoration: none }
a.forumlink:hover { color: #FFFFFF; text-decoration: underline }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav { color: #FFFFFF; font-weight: bold; font-size: 11px }
a.nav { color: #FFFFFF; text-decoration: none }
a.nav:hover { color: #FFFFFF; text-decoration: underline }

/* titles for the topics: could specify viewed link colour too */
.topictitle { color: #AF6643; font-weight: bold; font-size: 11px; }
a.topictitle:link { color: #AF6643; text-decoration: none; }
a.topictitle:visited { color: #AF6643; text-decoration: none }
a.topictitle:hover { color: #fff; text-decoration: underline }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size : 11px; color : #FFFFFF;}

/* Location, number of posts, post date etc */
.postdetails { font-size : 9px; color : #000000; }

/* The content of the posts (body of text) */
.postbody { font-size: 12px; background-color: #C7B087 }
a.postlink:link { color: #dcdcdc; text-decoration: none }
a.postlink:visited { color: #dcdcdc; text-decoration: none }
a.postlink:hover { color: #fff; text-decoration: underline }

/* Quote & Code blocks */
.code {
color: #fff9f9;
font-weight: normal;
font-size: 11px;
font-family: Courier, "Courier New", sans-serif;
background-color: #9f9d7c;
border: solid 1px #585656 }

.quote {
color: #edc783;
font-size: 12px;
line-height: 125%;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #c24c4c;
border: solid 1px #883535 }

/* 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 */
input,textarea, select {
color: #000000;
font: 11px Verdana, Arial, Helvetica, sans-serif;
border: solid 1px #000000 }

/* The text input fields background colour */
input.post, textarea.post, select { background-color: #FCF7D1; }
input { text-indent: 2px }

input.disabled { background-color: #C0C0C0 }
select.disabled { background-color: #C0C0C0 }

/* The buttons used for bbCode styling in message post */
input.button  {
    color: #000000;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #FCF7D1;
}

/* The main submit button option */
input.mainoption { font-weight: bold; background-color: #645844; color: #D3C6AF; }

/* None-bold submit button */
input.liteoption { font-weight: normal; background-color: #958465; }

/* 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: #D6D2B2; border: none }

.dom_overview_abshidden {
    position: absolute;
    visibility: hidden;
    width: 300px;
}

/* Ajax autocomplete field */
div.autocomplete {
  position:absolute;
  width:250px;
  background-color:#FCF7D1;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #C7B087;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}

.menu_button {
    display: block;
    width: 50px;
    height: 52px;
    background-position: 0 0;
    margin: 0 auto;
}

a.menu_button {
    background-position: 0 0;
}

a.menu_button:hover {
    background-position: 0 -52px;
}

.menu_button2 { display: block; width: 50px; height: 45px; background-position: 0 0; margin: 0 auto; }
a.menu_button2 { background-position: 0 0; }
a.menu_button2:hover { background-position: 0 -45px; }

.menu_anim {
    display: block;
    width: 50px;
    height: 52px;
    background-position: 0 0;
    margin: 0 auto;
}

.menu_alt { display: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
