/*
  The original roh Theme for phpBB version 2+
  Created by Isaura Simon
  http://www.isauras.com

  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  theme administration centre. When you have finalised your style you could cut the final CSS code
  and place it in an external file, deleting this section to save bandwidth.
*/

/* General font families for common tags */
font,th,td,p,li { font-family: Verdana, Arial, Helvetica, sans-serif }
hr  { height: 0px; border: dotted #9A198D 0px; border-top-width: 1px; clear: both;}

/* This is the border line & background colour round the entire page */
.bodyline   { background-color: #000000; border: 1px #9A198D solid; }

/* This is the outline round the main forum tables */
.forumline  { background-color: #000000; border: 2px #360231 solid; }

/* Main table cell colours and backgrounds */
td.row1 { background-color: #100312; }
td.row2 { background-color: #1C0C1E; }
td.row3 { background-color: #170519; }

/*
  This is for the table cell above the Topics, Post & Last posts on the indextest.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
/* NOTICE: MOVED TO OVERALL_HEADER.TPL */
td.rowpic {
}

/* Header cells - the blue and silver gradient backgrounds */
/* NOTICE: MOVED TO OVERALL_HEADER.TPL */
th  {
}

/* NOTICE: MOVED TO OVERALL_HEADER.TPL */
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
}

/*
  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: 29px;
    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: #000000; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
    border: #360231; border-style: solid; background-color: #170519;
}

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  {
    font-weight: bold; font-size: 22px; font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none; line-height : 120%; color : #DDDDDD;
}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #DDDDDD; }
a.gen,a.genmed,a.gensmall { color: #DBAE66; 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 : #DDDDDD }
a.mainmenu      { text-decoration: none; color : #DBAE66;  }
a.mainmenu:hover{ text-decoration: underline; color : #FFFFFF; }

/* Forum category titles */
.cattitle       { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #DBAE66}
a.cattitle      { text-decoration: none; color : #DBAE66; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: indextest.php */
.forumlink      { font-weight: bold; font-size: 12px; color : #DBAE66; }
a.forumlink     { text-decoration: none; color : #DBAE66; }
a.forumlink:hover{ text-decoration: underline; color : #FFFFFF; }

/* 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 : #DDDDDD;}
a.nav           { text-decoration: none; color : #DBAE66; }
a.nav:hover     { text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2   { font-weight: bold; font-size: 11px; color : #DDDDDD; }
a.topictitle:link   { text-decoration: none; color : #DBAE66; }
a.topictitle:visited { text-decoration: none; color : #C79037; }
a.topictitle:hover  { text-decoration: underline; color : #FFFFFF; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name           { font-size : 11px; color : #DDDDDD;}

/* Location, number of posts, post date etc */
.postdetails        { font-size : 10px; color : #DDDDDD; }

/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink:link { text-decoration: none; color : #DBAE66 }
a.postlink:visited { text-decoration: none; color : #C79037; }
a.postlink:hover { text-decoration: underline; color : #FFFFFF}

/* Quote & Code blocks */
.code {
    font-family: Courier, \'Courier New\', sans-serif; font-size: 11px; color: #DDDDDD;
    background-color: #360231;
}

.quote {
    font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #DDDDDD; line-height: 125%;
    background-color: #360231; border: #9A198D; border-style: dotted;
    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: #DDDDDD;}
a.copyright     { color: #DDDDDD; text-decoration: none;}
a.copyright:hover { color: #DDDDDD; text-decoration: underline;}

/* Form elements */
input,textarea, select {
    background-color : #0F0109;
    color : #DDDDDD;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    border-color : #DDDDDD;
}

/* The text input fields background colour */
input.post, textarea.post, select {
    background-color : #0F0109;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
    background-color : #0F0109;
    color : #DDDDDD;
    font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
    background-color : #360231;
    font-weight : bold;
}

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


/* Here ends the forum section */


a:link    { text-decoration: none; font-weight: bold; color: #DBAE66; }
a:visited { text-decoration: none; font-weight: bold; color: #C79037; }
a:active  { text-decoration: none; font-weight: bold; color: #F59D10; }
a:hover   { text-decoration: underline; font-weight: bold; color: white; }

h3 { font-size: 160%; font-weight: bold; color: #ffffff; }
h4 { font-size: 140%; font-weight: bold; color: #F8D296; }
h5 { font-size: 120%; font-weight: bold; color: #F8D296; }
h6 { font-size: 100%; font-weight: bold; color: #F8D296; }

/* NOTICE: MOVED TO OVERALL_HEADER.TPL */
body {
}

.rohtext {
    font-family: Arial, Helvetica, sans-serif;
}

.headers {
    font-size: 200%;
    font-weight: bold;
    color: #ffffff;
}
.subheads {
    font-size: 160%;
    font-weight: bold;
    color: #F8D296;
}
.histories {
    font-size: 140%;
    font-weight: bold;
    color: #FFFFFF;
}

a.index:link    { text-decoration: none; font-size: 8pt; font-weight: bold; color: #DBAE66; }
a.index:visited { text-decoration: none; font-size: 8pt; font-weight: bold; color: #C79037; }
a.index:active  { text-decoration: none; font-size: 8pt; font-weight: bold; color: #F59D10; }
a.index:hover   { text-decoration: underline; font-size: 8pt; font-weight: bold; color: white; }

a.menu {
    display: block;
    width: 118px;
    text-decoration: none;
    color: #FDDBA4;
    font-size: 10px;
    font-weight: bold;
    padding-left: 5px;
    margin-left: 1px;
}
a.menu:hover {
    display: block;
    background-color: #1F0423;
    width: 113px;
    text-decoration: none;
    color: white;
    font-weight: bold;
}
a.menu:visited {
    text-decoration: none;
    color: #F29B11;
    font-weight: bold;
}
a.menu:active {
    text-decoration: underline;
    color: #F29B11;
    font-weight: bold;
}
td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}
.rohtable {
    background-color: #1F0423;
    border-left: 1px #7C4790 dotted;
    border-right: 1px #7C4790 dotted;
    border-bottom: 1px #7C4790 dotted;
    clear: both;
}
.notice {
    font: bold italic;
    color: #ff0000;
}
.rohtr {
    background-color: #2F0635;
}
.calrow {
    background-color: #2A122D;
}
.rohform {
    padding: 5px;
    border: 1px #7C4790 dotted;
}
.rohinput, .rohselect {
    background-color: #1F0423;
    border: 1px #7C4790 dotted;
    width: 200px;
    margin-bottom: 3px;
}
.rohtextarea {
    background-color: #1F0423;
    padding: 5px;
    border: 1px #7C4790 dotted;
}

/* NOTICE: MOVED TO OVERALL_HEADER.TPL */
.rohth  {
}

.notes {
    font-size: 7pt;
    font-family: verdana, arial, helvetica, sans-serif;
}

.staffcell {
    border: 1px #7C4790 dotted;
}
.titles { font-weight: bold; color: #F8D296; font-family: Verdana, Arial, Helvetica, sans-serif; }
.bigtitles { font-size: 160%; font-weight: bold; color: #F8D296; }
.overlords { font-size: 160%; font-weight: bold; }

#footer {
    padding: 15px 15px 15px 15px;
    font-size: 7pt;
    font-family: verdana, arial, helvetica, sans-serif;
    text-align: center;
    border: 0px solid #FAE7A4;
}
.smalltext {
    padding: 15px 15px 15px 15px;
    font-size: 7pt;
    font-family: verdana, arial, helvetica, sans-serif;
    border: 0px solid #FAE7A4;
}
.frontnews {
    font-size: 130%;
    font-weight: bold;
    color: #F8D296;
}
#menu {
    position: absolute;
    top: 148px;
    left: 10px;
    z-index: 2;
}
.menucell {
    font-size: 9pt;
    color: #F8D296;
    line-height: 1.7;
}
/* NOTICE: MOVED TO OVERALL_HEADER.TPL */
#buttons {
}
#floater {
    background: #1F0423;
    width: 165px;
    position: relative;
    margin: 0px 0px 15px 15px;
    padding: 5px;
    float: right;
    top: 0px;
    border: 1px dotted #7C4790;
}
#schedule {
    width: 140px;
    position: relative;
    margin: 0px 0px 15px 15px;
    padding: 5px;
    float: right;
    top: 0px;
    border: 1px dotted #7C4790;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}
.tdschedule {
    width: 200px;
    height: 300px;
    position: relative;
    padding: 50px 15px 15px 15px;
    border: 0px #7C4790 dotted;
}
.images {
    position: relative;
    margin: 0px 0px 15px 15px;
    padding: 5px;
    float: right;
    top: 0px;
    border: 0px dotted #7C4790;
}
.news {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.avatar {
    float: left;
    margin: 0px 15px 10px 0px;
}

*/ DoM Standings Code */

.domstandings {
    font-family: Comic Sans MS;
    text-align: center;
    font-size: 10pt;
    color: #FFFFFF;
}
.domstkeep {
    font-family: Comic Sans MS;
    text-align: center;
    font-size: 12pt;
    color: #ffff80;
}
.domstantitle {
    font-family: Comic Sans MS;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #ff8000;
}
.domsamtitle {
    font-family: Comic Sans MS;
    text-align: center;
    font-size: 12pt;
    color: #80ff80;
}
.domstallkeep {
    font-family: Comic Sans MS;
    text-align: center;
    font-size: 10pt;
    color: #ffff80;
}
.domstemeritus {
    font-family: Comic Sans MS;
    text-align: center;
    font-size: 12pt;
    color: #00ff00;
}
.domstmage {
    font-family: Comic Sans MS;
    text-align: center;
    font-size: 12pt;
    color: #ffff00;
}
.domstwiz {
    font-family: Comic Sans MS;
    text-align: center;
    font-size: 12pt;
    color: #00ffff;
}
.domstmagician {
    font-family: Comic Sans MS;
    text-align: center;
    font-size: 12pt;
    color: #0080ff;
}
.domstsorc {
    font-family: Comic Sans MS;
    text-align: center;
    font-size: 12pt;
    color: #ff8080;
}
.domstenchant {
    font-family: Comic Sans MS;
    text-align: center;
    font-size: 12pt;
    color: #ff80ff;
}
.domstapprent {
    font-family: Comic Sans MS;
    text-align: center;
    font-size: 12pt;
    color: #008040;
}
.domstduels {
    font-family: Comic Sans MS;
    text-align: center;
    font-size: 8pt;
    color: #FFFFFF;
}

a.anchor, a.anchor:hover {
    font-weight: bold;
    color: #dbae66;
    text-decoration: none;
}

#floater h5 {
    margin-bottom: 1em;
}

#floater .date {
    color: #f8d296;
    font-weight: bold;
}
