/*
  The original MylSeigneur Theme for phpBB version 2+
  Created by SGo
  http://www.mylimages.com
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
    background-color: #000000;
    scrollbar-face-color: #BD6B21;
    scrollbar-highlight-color: #FDD35F;
    scrollbar-shadow-color: #7D4819;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-arrow-color: #FDD35F;
    scrollbar-track-color: #401A17;
    scrollbar-darkshadow-color: #000000;
    background-image : url(images/background1.jpg);
    background-repeat : no-repeat;
    background-attachment : fixed;
}

/* General font families for common tags */
font,th,td,p {
    font-family: Comic sans MS,Arial, Helvetica, sans-serif; }
    a:link,a:active,a:visited { text-decoration: none; color : #FDD35F; }
    a:hover     { text-decoration: none; color : #FCE9BA; }
    hr  { height: 0px; border: solid ;color: #FDD35F;border-top-width: 1px;}

.admincolor {
    color: #FFFFFF;
}

a.admincolor:hover {
    color:  #FDD35F;
    text-decoration: underline;
}


.modcolor {
    color: #6B3E13;
}

a.modcolor:hover {
    color:  #6B3E13;
    text-decoration: underline;
}

/* This is the border line & background colour round the entire page */
.bodyline   { border: 0px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline  {border: 0px #98AAB1 solid; }

/* Main table cell colours and backgrounds */
td.row1 {
    background-image : url(images/cellpic1.gif);
}
td.row2 {
    background-image : url(images/cellpic1.gif);
}
td.row3 {
    background-image : url(images/cellpic1.gif);
}

td.hg {
    height: 8px;
    width: 8px;
    background-image : url(images/f_hg.gif);
    background-repeat : no-repeat;
}
td.hm{
    height: 8px;
    background-image : url(images/f_hm.gif);
}
td.hd{
    height: 8px;
    width: 8px;
    background-image : url(images/f_hd.gif);
    background-repeat : no-repeat;
}
td.bg {
    height: 8px;
    width: 8px;
    background-image : url(images/f_bg.gif);
    background-repeat : no-repeat;
}
td.bm{
    height:8px;
    background-image : url(images/f_bm.gif);
}
td.bd{
    height: 8px;
    width: 8px;
    background-image : url(images/f_bd.gif);
    background-repeat : no-repeat;
}
td.mg{
    background-image : url(images/f_mg.gif);
}
td.md{
    background-image : url(images/f_md.gif);
}


/*
  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: #000000;
    background-image: url(images/cellpic1.gif);
    background-repeat : repeat;
}

/* Header cells - the blue and silver gradient backgrounds */
th  {
    color: #FDD35F;
    font-size: 15px;
    font-weight : bold;
    height: 28px;
    background-image: url(images/cellpic1.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom{
            background-image: url(images/cellpic1.gif);
            height: 28px;
}
td.bas{
    background-color: #7B5B3B;
    height: 28px;
    background-image: url(images/cellpic3.gif);
}
td.bas2{
    background-color: #7B5B3B;
    background-image: url(images/cellpic4.gif);
}
td.bas3{
    background-color: #7B5B3B;
    height: 28px;
    background-image: url(images/cellpic4.gif);
}
td.catBottom2{
    font-size: 15px;
    font-weight : bold;
    color: #FDD35F;
    background-image: url(images/cellpic1.gif);
    background-repeat : repeat;
}


/*
  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: 28px;
    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; font-size: 13px ; letter-spacing: 1px; color : #FDD35F; font-style : italic;
    border: #000000; border-style: solid; height: 28px; }
    
td.row3Right,td.spaceRow {
    background-image: url(images/cellpic1.gif); border: #FFFFFF; border-style: solid; }

th.thHead,td.catHead { font-size: 13px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow   { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right  { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft      { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop     { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle, h1,h2   {
            font-size: 21px;
            text-decoration: none; line-height : 120%; color : #FDD35F;
    }
.title  {
            font-weight: bold; font-size: 33px;
            text-decoration: none; line-height : 120%; color : #FDD35F;
    }
.titlebas   {
            font-size: 12px;
            text-decoration: none; line-height : 120%; color : #FDD35F;
    }


/* General text */
.gen { font-size : 13px;}
.genmed { font-size : 12px;  }
.gensmall { font-size : 11px; }
.gen,.genmed,.gensmall {color : #FDD35F;  }
a.gen,a.genmed,a.gensmall { color: #FDD35F; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #F3D17F; text-decoration: underline; }
.gen2{ font-size : 13px; color : #FDD35F;}
a.gen2:hover{ color: #F3D17F; text-decoration: underline; }
.gen3{ font-size : 11px; color : #FDD35F;}
a.gen3:hover{ color: #F3D17F; text-decoration: underline; }
.gen4{  font-weight: bold; font-size : 13px; color : #FDD35F;}
a.gen4:hover{ color: #F3D17F; text-decoration: underline; }
a.gen4{ color: #FDD35F; text-decoration: none; }
.gen5{  font-weight: bold; font-size : 13px; color : #FDD35F;}
a.gen5:hover{ color: #F3D17F; text-decoration: underline; }
a.gen5{ color: #FDD35F; text-decoration: none; }
.gen6{  font-size : 13px; color : #FDD35F;}
a.gen6:hover{ color: #F3D17F; text-decoration: underline; }
a.gen6{ color: #FDD35F; text-decoration: none; }

.ben1{  font-size : 11px; color : #FDD35F;}
a.ben1:hover{ color: #F3D17F; text-decoration: underline; }
a.ben1{ color: #FDD35F; text-decoration: none; }

.ben2{  font-size : 13px; color : #FDD35F;}
a.ben2:hover{ color: #F3D17F; text-decoration: none; }
a.ben2{ color: #FDD35F; text-decoration: none; }

.ben3{ font-weight: bold;  font-size : 15px; color : #FDD35F; font-style : italic;}
a.ben3:hover{ color: #F3D17F; text-decoration: underline; }
a.ben3{ color: #FDD35F; text-decoration: underline; }

.ben4{  font-size : 12px; color : #FDD35F;}
a.ben4:hover{ color: #F3D17F; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu       { font-size : 12px; color : #FDD35F }
a.mainmenu      { text-decoration: none; color : #FDD35F;  }
a.mainmenu:hover{ text-decoration: underline; color : #F3D17F; }


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

.cattitle2      { font-size: 12px ; color : #FDD35F }
a.cattitle2     {  text-decoration: none;  color : #FDD35F; }
a.cattitle2:hover{  text-decoration: underline;  color : #F3D17F; }


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


.error      { font-weight: bold; font-size: 15px; color : #FDD35F; }
a.error     { text-decoration: none; color : #FDD35F; }
a.error:hover{ text-decoration: underline; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav            {font-size: 12px; color : #FDD35F; text-decoration: none;}
a.nav           { text-decoration: underline; color : #FDD35F; }
a.nav:hover     { text-decoration: underline;  color : #F3D17F; }


/* titles for the topics: could specify viewed link colour too */
.topictitle         { font-weight: bold; font-size: 15px; color : #FDD35F; }
a.topictitle:link   { text-decoration: none; color : #FDD35F; }
a.topictitle:visited { text-decoration: none; color : #FDD35F; }
a.topictitle:hover  { text-decoration: underline; color : #F3D17F; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name   { font-size : 12px; color : #FDD35F;}
a.name  { font-size : 12px; color : #FDD35F;}
a.name:hover    { font-size : 12px; color : #F3D17F;}

/* Location, number of posts, post date etc */
.postdetails        { font-size : 12px; color : #FDD35F; }
a.postdetails   { font-size : 12px; color : #FDD35F;}
a.postdetails:hover { font-size : 12px; color : #F3D17F;}


/* The content of the posts (body of text) */
.postbody { font-size : 13px; color : #FDD35F; background-image: url(images/cellpic1.gif);}
a.postlink  { text-decoration: underline; color : #FDD35F; }
a.postlink:hover { text-decoration: underline; color : #F3D17F; }


/* Quote & Code blocks */
.code {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    background-color: #FFFFFF;
    border: #444444;
    border-style: solid;
    border-left-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px
}

.quote {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    line-height: 125%;
    background-color: #FDD35F;
    border: #444444;
    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: 11px; color: #FDD35F;}
a.copyright:hover { color: #F3D17F; text-decoration: underline;}

/* Form elements */
input,textarea, select {
    font: normal 12px;
    color : #000000;
    border-color : #896307 #FCDC8E #FCDC8E #FCDC8E;
    background-color : #FDD35F;
    scrollbar-face-color: #FDD35F;
    scrollbar-highlight-color: #FDD35F;
    scrollbar-shadow-color: #000000;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-arrow-color: #000000;
    scrollbar-track-color: #FDD35F;
    scrollbar-darkshadow-color: #000000;
}

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

input {
    text-indent : 2px;
    color : #000000;
    background-image : url(images/cellpic1.gif);
}
input2 {
    text-indent : 2px;
    color : #000000;
}

/* The buttons used for bbCode styling in message post */
input.button {
    background-color : #FDD35F;
    color : #000000;
    font-size: 12px;
}

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

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


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
