/*
 the original radioeburg theme for phpbb version 2+
*/


 /* general page style. the scroll bar colours only visible in ie5.5+ */
body {
  background: #cecfce;
  color: #333333;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 80%;
  margin: 0;
  padding: 0;
  text-align: center;
}

form { margin: 0; }
select, input { border: 1px solid #ab8701; height: 18px;}
a img { border: none; }
table { font-size: 100%;}

.full { width: 100% !important;}
.stop { clear: both; height: 1px; font-size: 0; width: 1px;}
.check { border: none; width: auto; height: auto; vertical-align: top; }
.lft {text-align: left;}
.rght {text-align: right;}
.cntr {text-align: center;}
table.cntr { margin-left: auto; margin-right: auto;}

.btm {vertical-align: bottom;}
.top {vertical-align: top;}
.mid {vertical-align: middle;}
.nwrp { white-space: nowrap;}
.red { color: #ff3300;}

/* general font families for common tags */
font,th,td,p { font-family: verdana, arial, helvetica, sans-serif }
a:link,a:active { color : #df391f; }
a:visited { color : #a52a2a; }
a:hover   { text-decoration: underline; color : #df391f; }
hr { height: 0; border: solid #d1d7dc 0; border-top-width: 1px;}

/* this is the border line & background colour round the entire page */
.bodyline  { background: #fff; }

/* this is the outline round the main forum tables */
.forumline { border-collapse: collapse; background: #fff; /*border: 2px solid #e1442b;*/ width: 100%;}

.forumline tr td { border: 1px solid #e7e7e7 !important;}
.forumline tr td table tr td { border: none !important;}
/* main table cell colours and backgrounds */
td.row1 { background: #fff/*#efefef*/; }
td.row2 { background: #fff/*#f9f8d7*/; }
td.row3 { background: #fff/*#d1d7dc*/; }

/* general text */
.gen { font-size : 100%;}
.genmed { font-size : 93%;}
.gensmall, .txtsmall { font-size : 85% !important;}
.gen,.genmed,.gensmall { }
a.gen,a.genmed,a.gensmall, a.gen:visited,a.genmed:visited,a.gensmall:visited
  { color: #a52a2a; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover
  { color: #a52a2a; text-decoration: underline; }


/*
 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: #fff;}

/* header cells - the blue and silver gradient backgrounds */
th {
  color: #fff; font-size: 93%; font-weight: normal;
  background: #DE3A1E; height: 25px;
}

th.first {
  background: #DE3A1E url(images/radioeburg/corner.gif) 0 0 no-repeat !important;
}

td.cat,td.cathead,td.catsides,td.catleft,td.catright,td.catbottom {
  background:#fff; border: solid #fff; height: 28px;
}

/*
 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 {
  color: #fff;
  background: #e1442b;
  height: 29px;
  border-width: 0;
}

.cathead .nav    { font-weight: bold; font-size: 93%; color : #fff;}
.cathead a.nav, .cathead a.nav:link, .cathead a.nav:visited { text-decoration: none; color : #fff; }
.cathead a.nav:hover  { text-decoration: underline; }

th.thhead,th.thsides,th.thtop,th.thleft,th.thright,th.thbottom,th.thcornerl,th.thcornerr {
  border: solid #fff; height: 28px; }
td.row3right,td.spacerow {
  background: #fff/*#d1d7dc*/; border: solid #fff;}

th.thhead,td.cathead { font-size: 100%; border-width: 1px 1px 0 1px; }
th.thsides,td.catsides,td.spacerow  { border-width: 0 1px 0 1px; }
th.thright,td.catright,td.row3right { border-width: 0 1px 0 0; }
th.thleft,td.catleft  { border-width: 0 0 0 1px; }
th.thbottom,td.catbottom { border-width: 0 1px 1px 1px; }
th.thtop { border-width: 1px 0 0 0; }
th.thcornerl { border-width: 1px 0 0 1px; }
th.thcornerr { border-width: 1px 1px 0 0; }


/* 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 : #000;
}



/* forum category titles */
.cattitle   { font-weight: bold; font-size: 100% ; letter-spacing: 1px; color : #000;}
a.cattitle, a.cattitle:link, a.cattitle:visited { text-decoration: none; color : #000; }
a.cattitle:hover{ text-decoration: underline; }
#whitelink  { color : #fff;}
a#whitelink, a#whitelink:link, a#whitelink:visited { color : #fff; }

/* forum category titles */
.cattitle2   { font-weight: bold; font-size: 100% ; letter-spacing: 1px; color : #fff;}
a.cattitle2, a.cattitle2:link, a.cattitle2:visited { text-decoration: none; color : #fff; }
a.cattitle2:hover{ text-decoration: underline; }

/* forum title: text and link to the forums used in: index.php */
.forumlink   { font-weight: bold; font-size: 100%; color : #df391f; }
a.forumlink, a.forumlink:link, a.forumlink:visited  { text-decoration: none; color : #df391f; }
a.forumlink:hover{ text-decoration: underline; color : #df391f; }


/* used for the navigation text, (page 1,2,3 etc) and the navigation bar when in a forum */
.nav    { font-weight: bold; font-size: 93%; color : #df391f;}
a.nav, a.nav:link, a.nav:visited { text-decoration: none; color : #df391f; }
a.nav:hover  { text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle    { font-weight: bold; font-size: 93%; color : #000; }
a.topictitle:link  { text-decoration: none; color : #df391f; }
a.topictitle:visited { text-decoration: none; color : #a52a2a; }
a.topictitle:hover  { text-decoration: underline; color : #df391f; }


/* name of poster in viewmsg.php and viewtopic.php and other places */
.name    { font-size: 93%; color : #000;}

/* location, number of posts, post date etc */
.postdetails   { font-size: 85%; color : #000; }


/* the content of the posts (body of text) */
.postbody { font-size: 100%;}
/*
a.postlink:link  { text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493b4; }
a.postlink:hover { text-decoration: underline; color : #dd6900}
*/

/* quote & code blocks */
.code {
  font-family: courier, 'courier new', sans-serif; font-size: 93%; color: #006600;
  background: #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: 93%; color: #444444; line-height: 125%;
  background: #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: 85%; font-family: verdana, arial, helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright  { color: #444; text-decoration: none;}
a.copyright:hover { color: #000; text-decoration: underline;}


/* form elements */
input,textarea, select { color: #000; font: normal 11px verdana, arial, helvetica, sans-serif;}

/* the text input fields background colour */
input.post, textarea.post, select { background : #fff;}
/*select.post { width: 150px;}*/

input { text-indent : 2px; }
.radiob { border: 0; width: 25px;}
.nobord { border: 0; width: 30px;}

/* the buttons used for bbcode styling in message post */
input.button {
  background : #efefef;
  color : #000;
  font-size: 93%; font-family: verdana, arial, helvetica, sans-serif;
}

/* the main submit button option */
input.mainoption {
  background : #fafafa;
  font-weight : bold;
}

/* none-bold submit button */
input.liteoption {
  background : #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: #dee3e7; border-style: none; }

/* ------------------------------------------------------------ */

.login-frm { margin: 50px 15px; color: #fff; font-size: 85%;}
.login-frm table { color: #fff;}
.login-in { border: 1px solid #ab8701; margin: 8px 0; width: 130px;}
.login-btn { 
   background: url(images/radioeburg/login-btn.gif) no-repeat; 
   border: 0 solid; 
   cursor: hand; 
   height: 20px; 
   margin: 8px 0; 
   vertical-align: middle; 
   width: 20px;
}

.stop { clear: both; height: 1px; font-size: 0; width: 1px;}
#wide { width: 984px; margin: 0 auto; text-align: left;}
#header { background: #de3821;  height: 116px; padding-left: 177px;}

#sphere img , #header img { display: block;}
#sphere { position: absolute; top: 0;}
#sphere embed, #header embed, #header object, #sphere object { display: block; position: absolute; top: 0; z-index: 1;}
/* #header object { margin-left: "-807px"; } */

#middle { background: #fff url(images/radioeburg/lft-bg.gif) repeat-y;}
#lft-block, #copy { background: #DE3821; width: 177px; float: left; padding: 85px 0 0 0;}
#bg-block { background: url(images/radioeburg/bg-bg.gif) repeat-x;}
#mdl-block { background: url(images/radioeburg/main-bg.jpg) 177px 0 no-repeat; padding-left: 177px;}
#main { padding: 0 0 10px 0;}
#main p { margin-top: 0; text-align: justify;}
#txt { margin: 0 25px 0 45px; padding-top: 45px; width: "100%";}
#footer { background: #efefef; border-top: 2px solid #cecfce; padding: 0; line-height: 50px;}
#copy { height: 52px; font-size: 13px; padding: 0; color: #fff;}
#copy a, #copy a:link, #copy a:visited { color: #fff; text-decoration: none;}
#copy a:hover { text-decoration: underline;}

#menu {
   color: #fff;
   font-weight: bold;
   font-size: 85%;
   list-style-type: none; 
   list-style-image: none; 
   margin-left: 14px;
   margin-right: 14px;
   padding-left: 0;
}

#menu li {
   display: block;
   background: url(images/radioeburg/menu-bullet.gif) 0 50% no-repeat;
   padding-left: 14px;
   margin: 0.5em 0;
}

#menu a, #menu a:link, #menu a:visited { color: #fff; text-decoration: none;}
#menu a:hover { text-decoration: underline;}

.top #mdl-block { padding-left: 0; background-position: 0 0; }

/* Hide from IE5-mac \*/
* html #main { height: 1%; padding: 0 0 10px 0;}
/* End IE5/mac hide */

/* import the fancy styles for ie only (ns4.x doesn't use the @import function) */
@import url("formie.css");
