/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		subsilver2
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		psoTFX and the phpBB team ( http://www.phpbb.com )
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
	padding:0;
	height:auto;
	font-family:"Verdana", Helvetica, sans-serif;
	color: #483a2e;
	line-height:20px;
	background-color:#efefc3;
}

#wrapheader {
    width:1000px;
	min-height: 120px;
	height: auto !important;
	height: 120px;
/*	background-image: url('./images/background.gif');
	background-repeat: repeat-x;*/
/*	padding: 0 25px 15px 25px;*/
	padding: 0;
	margin:0 auto 0 auto;
}

#wrapcentre {
	margin: 15px 25px 0 25px;
    width:1000px;
	margin:0 auto 0 auto;
	background-color:#d7e140;
}

#wrapfooter {
	text-align: center;
	clear: both;
	width:1000px;
	margin:0 auto 0 auto;
	padding:30px 0 30px 0;
	font-family:"Verdana", Helvetica, sans-serif;
	background-image:url(images/bottom.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	overflow:hidden;
	position:relative;
	color:#5b5618;	
	}
	
#footer {
	color:#5b5618;	
	text-align:center;
	height : 57px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#wrapfooter a, #footer a, .viewforum a{
	color:#5b5618;	
}

#wrapnav {
	width:1000px;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #d7e140;
}

#logodesc {
	padding: 0;
	background-image:url(images/logobg.gif);
	background-repeat: repeat-x;
	width:1000px;
	margin: 0 auto 0 auto;
}

#prelude {
	margin:0 auto 0 auto;
	background-image:url(images/menu.jpg);
	height:32px;
	font-family:"Verdana", Helvetica, sans-serif;
	padding:0;
	width:1000px;
 }
 
#prelude a { 
font-family:"Verdana", Helvetica, sans-serif;
color:#A2C560;
text-decoration:none;
padding:0 0 0 40px;
line-height:30px;
}

/* MENU DEROULANT */

ul, li, ol{
padding : 0;
margin: 0;
}

#menu, #menu ul /* Liste */     
{
font-family:"Verdana", Helvetica, sans-serif;
font-size:12px;
padding : 0; /* pas de marge intérieure */
margin : 0; /* ni extérieure */
list-style : none; /* on supprime le style par défaut de la liste */
line-height : 25px; 
text-align : center; /* on centre le texte qui se trouve dans la liste */
}

#menu /* Ensemble du menu */
{
font-family:"Verdana", Helvetica, sans-serif;
width: 1000px;
height: 30px;
position : absolute;
top: 151px;
letter-spacing: 1px;
}

#menu a /* Contenu des listes */
{
font-family:"Verdana", Helvetica, sans-serif;
display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
padding : 5px 20px 0 20px;
color:#A2C560;
text-decoration : none; /* on supprime le style par défaut des liens */
width : auto; /* largeur */
}

#menu li /* Elements des listes */      
{ 
 float : left; 
/* pour IE qui ne reconnaît pas "transparent" */
border-left: 0px solid #c9b26a; /* on met une bordure à gauche de chaque élément */
}

#menu #li a:hover/* Elements des listes */      
{ 
background-image:url(images/menuhover.gif);
background-position:right;
background-repeat:no-repeat;
overflow:visible;
}

#menu #li2 a/* Elements des sous-listes */      
{ 
font-size:10px;
width:141px;
padding: 2px 20px 0 0;
}

#menu #li2 a:hover/* Elements des sous-listes */      
{ 
background-image:none;
overflow:visible;
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li
{
border-left: 0px solid #c9b26a;  /* on met une bordure transparente à droite de chaque élément */
}

#menu li ul /* Sous-listes */
{ 
position: absolute; /* Position absolue */
top : 20px;
width: 141px; /* Largeur des sous-listes */
left: -999em; /* Hop, on envoie loin du champ de vision */
}


#menu li ul li /* Éléments de sous-listes */
{
width: 143px;
/* pour IE qui ne reconnaît pas "transparent" */
border-top : 0px solid #fff; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li                
{
border-top : 0px solid transparent; /* on met une bordure transparente en haut de chaque élément */
}

#menu li ul ul 
{
margin    : -22px 0 0 144px ; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
/* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
border-left     : 0px solid #fff ; /* Petite bordure à gauche pour ne pas coller ... */      
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul ul                
{
border-left     : 0px solid transparent ; /* on met une bordure transparente sur la gauche de chaque élément */
}

#menu a:hover /* Lorsque la souris passe sur un des liens */    
{
color: #e33c09; /* On passe le texte en orange... */
}


#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
top: 25px;
left: auto; /* Repositionnement normal */
min-height: 0; /* Corrige un bug sous IE */
background-image:url(images/sousmenuhover.gif);
background-position:top center;
background-repeat:no-repeat;
height:82px;
width:141px;
overflow:visible;
}


/*FIN MENU*/


#menubar {
	margin: 0;
	background-image:url(images/lastnews.jpg);
	height:76px;
	overflow:hidden;
	font-size:10px;
	font-family:"Verdana", Helvetica, sans-serif;
	color:#5b5618;
}

#menubar a{
	color:#5b5618;
}

#datebar {
	margin: 10px 25px 0 25px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader {
width: 1000px;
 }
#pagecontent {
width: 1000px;
 }
#pagefooter { 
width: 1000px;
}

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: black;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
    padding: 5px 0 0 5px;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	line-height: 120%;
}

h2 a{
    padding: 5px 0 0 5px;
    color:#5b5618;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	line-height: 120%;
}


h4 {
	margin: 0;
	font-size: 1.0em;
	text-transform: uppercase;
	font-weith:normal;
}

h4 a{
	text-transform: uppercase;
	font-weith:normal;
}

p {
	font-size: 1.1em;
}

.moderators a {
color:#00aa00;
}

p.moderators {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	padding: 0 5px 0 0;
	white-space: nowrap;
}

p.linkmcp a{
	text-decoration:none;
	color:#5b5618;
}

p.linkmcp a:hover{
	text-decoration:underline;
}


.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	color: #000000;
}

.postdetails {
	color: #000000;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-align:justify;
	padding: 0 5px 0 5px;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

.nav {
	margin: 0;
	color: black;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
	width:1000px;
	margin:0 auto 0 auto;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 0 1px 5px;
	font-size: 1em;
}

.gensmall a{
	text-decoration:none;
	color:#5b5618;
}

.gensmall a:hover{
	text-decoration:underline;
}


.copyright {
	color: #444;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.titles {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
    color:#be997a;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #006699;
	background-image: url('./images/cellpic3.gif');
	white-space: nowrap;
	padding: 7px 5px;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;

}

.tablebg {
	background-color: #d7e140;
	width:1000px;
	margin: 0 auto 0 auto;
}

.tablebg td{

}

.tablebg a{
color:#5b5618;
}

#noborder {

}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('./images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #d7e241;
	background-image: url(./images/cellpic1.gif);
	text-indent: 4px;
	background-repeat: repeat-x;
}

#bg {
background-color:#e3e597;
width:1000px;
margin: 0 auto 0 auto;
}




.boardindex {
	background-image:url(images/H2slide.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:31px;
	width:1000px;
	padding:0;
	overflow:hidden;
    color:#be997a;
    margin:0 auto 0 auto;
}

.boardindex a{
color:#be997a;
}

.row1 {
	background-color: #FFFFFF;
	padding: 4px;
}

.row2 {
	background-color: #FFFFFF;
	padding: 4px;
}

.row3 {
	background-color: #FFFFFF;
	padding: 4px;
}

.spacer {
	background-color: #FFFFFF;
}

#attachement{
width: 500px;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #FFFFFF;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
a:link {
	text-decoration: none;
    font-family:"Verdana", Helvetica, sans-serif;
}

a:active,
a:visited {
	text-decoration: none;
    font-family:"Verdana", Helvetica, sans-serif;
}

a:hover {
	text-decoration: none;
    font-family:"Verdana", Helvetica, sans-serif;
	text-decoration: underline;
}

a.forumlink {
	color: #5b5618;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle {
	margin: 1px 0;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle:visited {
	color: #5b5618;
	text-decoration: none;
}

th a,
th a:visited {
	color: #5b5618 !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #392c24;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #392c24;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #d7e140;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	border: 1px solid #d7e140;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #d7e140;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #d7e140;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #DEE3E7;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #e3e597;
	color: #333333;
	background-color: #e3e597;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #e3e597;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #FAFAFA;
	color: #5b5647;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #392c24;
	color: #333333;
	background-color: #d7e140;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #392c24;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #d7e140;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}