
/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		RedLight
	Design author:  FanFanLaTuFlippe
    --------------------------------------------------------------
*/

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

.right { float: none; }

.clear { clear: both; }


html, body {
  background: url('./styles/Redlight/theme/images/backgroundfiber.png')  50% 50% repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
	font-size: 100%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 10px;}

#container {
	text-align: left;
    
}

#banner {
	background: url('./styles/Redlight/theme/images/site_logo.png') top center no-repeat; 
    height: 180px;
	text-align: center;
}

#header {
	background: #FFFFFF url('./styles/Redlight/theme/images/top_bg.png') top center repeat-x;
    border-top: 1px #CFCFCF inset;
    border-bottom: 1px #CFCFCF outset;
    margin: 0 0 30px 0; 
	height: 80px;
	text-align: center;
}

#topbar {
     background: url('./styles/Redlight/theme/images/topbar.png') top repeat-x;
     height: 5px;
     
}

#bottombar {
     background: url('./styles/Redlight/theme/images/bottombar.png') bottom repeat-x;
     height: 5px;

}

#wrapper {
     background: #FFFFFF;

}

#middle { 
    background: #6F0000;
    padding-left: 10px;
    padding-right: 10px;

}

#ct {  
     background: #000000 url('./styles/Redlight/theme/images/fondct.png') top repeat-x; 
     border-top: 1px #8F8F8F solid;
     border-bottom: 1px #8F8F8F inset;
     margin: 8px 0 0 0;

}

#cb { background: #EFEFEF url('./styles/Redlight/theme/images/row9.png') bottom repeat-x;
     border-top: 1px #1F1F1F inset;
     padding: 10px 0 15px 0;
     margin: 30px 0 0 0;
}


#toto {
   background: url('./styles/Redlight/theme/images/ezio.png') bottom center no-repeat;
   height: 125px; 

}

#topnav {
	height: 39px;
	padding-top: 4px;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

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

}

.forumrules {
	background-color: #6F0000;
    color: #FFFFFF;
	border: 1px #FFFFFF inset;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}


/* Navigation
 --------------------- */

#menu { 
   text-align: center;
   padding: 20px 0 0 0;

}

.home, .icon-ucp, .icon-points, .faq, .ucp, .members, .search, .nonewpms, .newpms {
   display: inline-block;
   width: 110px;
   height: 44px;
   margin: 0 5px 0 5px;
}

.home {
   background: url("./styles/Redlight/imageset/en/home.png") 0 0 no-repeat;
}

.icon-ucp {
   background: url("./styles/Redlight/imageset/en/icon-ucp.png") 0 0 no-repeat;
}

.icon-points {
   background: url("./styles/Redlight/imageset/en/icon-points.gif") 0 0 no-repeat;
}
.faq { 
	background: url("./styles/Redlight/imageset/en/faq.png") 0 0 no-repeat;
}

.ucp { 
	background: url("./styles/Redlight/imageset/en/ucp.png") 0 0 no-repeat;
}

.members { 
	background: url("./styles/Redlight/imageset/en/members.png") 0 0 no-repeat;
}

.search { 
	background: url("./styles/Redlight/imageset/en/search.png") 0 0 no-repeat;
}

.nonewpms { 
	background: url("./styles/Redlight/imageset/en/nonewpms.png") 0 0 no-repeat;
}

.newpms { 
	background: url("./styles/Redlight/imageset/en/newpms.png") 0 0 no-repeat;
}

.home span, .icon-ucp span, .icon-points span, .faq span, .ucp span, .members span, .search span, .nonewpms span, .newpms span {
   display: none; text-indent: -5000px;
}

.home:hover, .icon-ucp:hover, .icon-points:hover, .faq:hover, .ucp:hover, .members:hover, .search:hover, .nonewpms:hover, .newpms:hover {
   background-position: 0 -44px;
}

#crumbs {
	height: 48px;
	padding: 0;
	text-align: center;
}

.breadcrumbs {
	padding-top:18px;
	font-weight: bold;
}

ul.breadcrumbs li {
    padding: 5px 0 0 0;
    text-align: left;
	list-style-type: none;
}

.breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:hover{
	color: #6F6F6F;
	text-decoration: none;
}

.toplogin {
    border: 1px #8F8F8F solid;
	float: right;
    margin: 15px 8px 0 0;
	width: 260px;
}

/* hide from mac \*/
* html #navlist { position: relative; top: -3px;}
/* end hide */

#navlist li {
	display: inline;
	padding: 0 5px 0 5px;
}

#navlist {
    padding: 47px 0 0 0;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

#navlist a {
	padding: 0;
	color: #4F4F4F;
}

#navlist a:hover {
	text-decoration: none;
	color: #6F0000;
}

/* Round cornered boxes and backgrounds
 --------------------------------------------------------- */

.br { padding-bottom: 55px; }

.navbar {
	background-color: #D7D7C2;
	padding: 10px 20px 10px 5px;
	margin-bottom: 15px;
	display: block;
}

ul.linklist li {
	list-style-type: none;
}

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

h2 {
    text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

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

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

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

.rtl p.moderators {
	float: right;
}


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

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: black;
	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 {
	white-space: nowrap; 
}

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

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
    color: #6F0000;
	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: #BBBBBB;
	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;
	padding-top: 5px;
}

.postauthor {
	color: #6E6E6E;
}

.postrang {
    color: #4F4F4F;
    font-weight: bold;

}

.postdetails {
	color: #4F4F4F;
    text-align: center;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.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: #FDB98D;
}

.nav {
	color: #000000;
	font-weight: bold;
}

.cookies {
    height: 35px;
	margin: 0;
	background: #9F9F9F url('./styles/Redlight/theme/images/cellpic1.png') top repeat-x;
	border-bottom: 1px #8F8F8F outset;
    border-top: 1px #8F8F8F inset;
    color: #4F4F4F;
}

.pagination {
	padding: 4px;
	color: #6F6F6F;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

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

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

.genmeds {
    color: #4F4F4F;
	margin: 1px 1px;
	font-size: 1.1em;
}

.genmed2 {
    color: #6F6F6F;
	margin: 1px 1px;
	font-size: 1.1em;

}

.gensmall {
    color: #2F2F2F;
	margin: 1px 1px;
	font-size: 1em;
}

.gensmall2 {
    color: #4F4F4F;
	margin: 0 1px 0 1px;
	font-size: 1em;
}

.gensmall3 {
    color: #2F2F2F;
	margin: 0 2px 0 2px;
	font-size: 1em;
}

.acp {
	font-size: 1em;
	text-align: center;
}

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

.copyright a:link, .copyright a:visited {
	color: #5F5F5F;
}

.copyright a:hover {
	color: #5F5F5F;
}

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

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #EFEFEF;
	font-size: 1.1em;
	font-weight: bold;
	background: #CF0000 url('./styles/Redlight/theme/images/cate.png') top repeat-x;
    border-top: 1px #8F8F8F solid;
    border-left: 1px #8F8F8F solid;
    border-bottom: 1px #000000 outset;
	white-space: nowrap;
	padding: 0 5px;
	height: 29px;
	text-align: center;
}

tn {
    color: #6F6D68;
	font-size: 1.1em;
	font-weight: bold;
	background: #FFFFFF url('./styles/Redlight/theme/images/cellpic3.png') top repeat-x;
	white-space: nowrap;
	padding: 0 5px;
	height: 29px;
	text-align: left;
	
}

td {
	padding: 2px;
}

td.profile {
    text-align: center;
	padding: 4px;
}

.tablebg {


}

.catdiv {
	height: 28px;
	background: url('./styles/Redlight/theme/images/cellpic3.png') top repeat-x;
}
.rtl .catdiv {
	background: url('./styles/Redlight/theme/images/cellpic3.png') top repeat-x;
}

.cat {
	height: 35px;
	background: #AFAFAF url('./styles/Redlight/theme/images/cellpic1.png') repeat-x;
	text-indent: 4px;
	border-bottom: 1px #2D2D2D solid;
    border-top: 1px #3F3F3F outset;
}

.cat2 {
    height: 35px;
	background: #AFAFAF url('./styles/Redlight/theme/images/cellpic1.png') top repeat-x;
	text-indent: 4px;
    padding: 0 0 5px 0;
    border-top: 1px #6F6F6F inset;
	border-bottom: 1px #5F5F5F inset;

}

.row1 {
	background: #FFFFFF url('./styles/Redlight/theme/images/row1.png') top right repeat-x;
	padding: 4px;
	border-top: 1px #CFCFCF inset;
    border-bottom: 1px #8F8F8F outset;
}

.row2 {
	background: #FFFFFF url('./styles/Redlight/theme/images/row1.png') top right repeat-x;
	padding: 4px;
	border-top: 1px #CFCFCF inset;
    border-bottom: 1px #8F8F8F outset;
}

.row3 {
	background: #FFFFFF url('./styles/Redlight/theme/images/row1.png') top right repeat-x;
	padding: 4px;
	border-top: 1px #CFCFCF inset;
}

.row4 {
    color: #6F6D68;
	background: url('./styles/Redlight/theme/images/row4.png') repeat-x;
	padding: 0 5px;
	height: 29px;
	border-left: none;
	border-top: 1px #3F3F3F inset;

}

.row5 {
    background: #8F8F8F url('./styles/Redlight/theme/images/row5.png') repeat-x;
    border-top: 1px #6F6F6F solid;
    border-bottom: 1px #6F6F6F solid;
	height: 50px;
	padding: 0 0 0 5px;
	
}

.row6 {
    background: #EFEFEF url('./styles/Redlight/theme/images/row7.png') repeat;
    border-left: 1px #FFFFFF outset;
    border-bottom: 1px #FFFFFF outset;
    padding: 4px;
	
}

.row7 {
    background: #FFFFFF;
    border: 1px #FFFFFF outset;
    padding: 2px;
    	
}

.row8 {
    background: #6F0000 url('./styles/Redlight/theme/images/row8.png') bottom left repeat-x;
    border: 1px #8F8F8F solid;
    padding: 4px;
    	
}

.row_h {
	background: #FFFFFF url('./styles/Redlight/theme/images/row2.png') top left no-repeat;
	padding: 4px;
	border-left: 1px #EFEFEF outset;
    border-right: 1px #CFCFCF solid;
	border-top: 1px #CFCFCF inset;
    border-bottom: 1px #8F8F8F outset;
}


.spacer {
	background: #444444 url('./styles/Redlight/theme/images/space.gif') repeat-x;

}


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

.legend {
	margin: 0 auto;
}

/* Liens
 ------------ */
a:link	{ color: #2F2F2F; text-decoration: none; }
a:visited	{ color: #2F2F2F; text-decoration: none; }
a:hover	{ color: #6F0000; text-decoration: none; }
a:active	{ color: #6F0000; text-decoration: none; }

a.forumlink {
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

a.topictitle, a.topictitle:visited {
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

th a:link {
    color: #EFEFEF !important;
    text-decoration: none;

}

th a:visited {
	color: #CFCFCF;
	text-decoration: none;
}

th a:hover {
    color: #CFCFCF !important;
	text-decoration: none;
}


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

input {
	background: #FFFFFF;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	padding: 2px;
	border: 1px solid #8F8F8F;
	vertical-align: middle;
}

input:hover, input:focus {
	background: #FFFFFF;
	background-position: 0 -41px;
}

textarea {
	background: #EFEFEF;
	color: #4F4F4F;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px inset #FFFFFF;
	padding: 2px;
	vertical-align: middle;
}

select {
	color: #2F2F2F;
	background-color: #FFFFFF;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px inset #2F2F2F;
	padding: 1px;
	vertical-align: middle;
}

option {
	padding: 0 1em 0 0;
	vertical-align: middle;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
	vertical-align: middle;
}

input.radio {
	border: none;
	background: none;
	vertical-align: middle;
}

.post {
    color: #4F4F4F;
	background-color: #F5F5F5;
	border: 1px #FFFFFF inset;
}

.btnbbcode {
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
}

.btnmain {
	font-weight: bold;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnmain, .btnlite, .btnfile {
	background: url("./styles/Redlight/theme/images/submit.png") top repeat-x;
	color: #FFFFFF;
    border: 1px #8F8F8F inset;
    
}

.btnmain:hover, .btnmain:focus, .btnlite:hover, .btnlite:focus, .btnfile:hover, .btnfile:focus {
	background: url("./styles/Redlight/theme/images/submit2.png") top repeat-x;
    color: #FFFFFF;
    border: 1px #8F8F8F inset;

}

.btnbbcode {
	background: url("./styles/Redlight/theme/images/bbcode.png") top repeat-x;
	color: #BFBFBF;
	border: 1px #8F8F8F inset;
}

.btnbbcode:hover, .btnbbcode:focus {
	background: url("./styles/Redlight/theme/images/bbcodeh.png") top repeat-x;
    border: 1px #8F8F8F inset;
	color: #FFFFFF;
}

.helpline, .helpline:hover, .helpline:focus  {
    color: #6F0000;
	background: transparent;
	border-style: none;
}


/* BBCode
 ------------ */

.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-top: #6F0000 2px solid;
    border-left: #6F0000 2px solid;
    border-right: #6F0000 2px solid;
	color: #6F0000;
	font-size: 0.85em;
	font-weight: bold;
	background: #8F8F8F url("./styles/Redlight/theme/images/cellpic1.png") top repeat-x;
}

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

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border: 1px #FFFFFF inset;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background: #8F8F8F url("./styles/Redlight/theme/images/row9.png") top repeat-x;
	color: #6F0000;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
    color: #F5F5F5;
	border: 1px #FFFFFF outset;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	border: 1px #F5F5F5 inset;
	background: #4F0000 url("./styles/Redlight/theme/images/cellpic1.png") top repeat-x;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border: 1 px #2F2F2F outset;
	font-weight: normal;
	color: #000000;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background: #4F4F4F url("./styles/Redlight/theme/images/row9.png") top repeat-x;
}

.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: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}

/* Boutons
 --------------- */

a.fontsize {
	display: block;
	overflow: hidden;
	height: 18px;
	text-indent: -5000px;
	text-align: left;
	background-repeat: no-repeat;
	background-image: url("./styles/Redlight/theme/images/icon_fontsize.gif");
	background-position: 0 -1px;
	width: 29px;
	position: absolute;
	top: 6px;
	left: 0px;
}

a.fontsize:hover {
	background-position: 0 -20px;
	text-decoration: none;
}

.reply-icon	{ 
	float: left; display: block; width: 83px; height: 33px;
	background: url("./styles/Redlight/imageset/en/button_topic_reply.png") 0 0 no-repeat;
	margin-right: 6px;
}
.post-icon	{ 
	float: left; display: block; width: 83px; height: 33px;
	background: url("./styles/Redlight/imageset/en/button_topic_new.png") 0 0 no-repeat;
	margin-right: 6px;
}
.locked-icon { 
	float: left; display: block; width: 83px; height: 33px;
	background: url("./styles/Redlight/imageset/en/button_topic_locked.png") 0 0 no-repeat;
	margin-right: 6px;
}

.reply-icon span, .post-icon span, .locked-icon span  {
	display: none; text-indent: -5000px;
}

.reply-icon:hover, .post-icon:hover {
	background-position: 0 -33px;
}


/* boutons topic */


#topic {
   text-align: center;
   margin: 0 auto;

}

.line, .prof, .mp, .mail, .edi, .cite, .www, .msn, .pmreply {
   display: inline-block;
   width: 70px;
   height: 28px;
   margin: 0 5px 0 5px;
}

.line {
   float: left;
   background: url("./styles/Redlight/imageset/en/icon_user_online.png") 0 0 no-repeat;

}

.prof {
   float: left;
   background: url("./styles/Redlight/imageset/en/icon_user_profile.png") 0 0 no-repeat;

}

.mp {
  background:  url("./styles/Redlight/imageset/en/icon_contact_pm.png") 0 0 no-repeat;

}

.mail {
   background: url("./styles/Redlight/imageset/en/icon_contact_email.png") 0 0 no-repeat;

}

.edi {
   background: url("./styles/Redlight/imageset/en/icon_post_edit.png") 0 0 no-repeat;

}

.cite {
   background: url("./styles/Redlight/imageset/en/icon_post_quote.png") 0 0 no-repeat;
    
}

.www {
   background: url("./styles/Redlight/imageset/en/icon_contact_www.png") 0 0 no-repeat;
    
}

.msn {
   background: url("./styles/Redlight/imageset/en/icon_contact_msnm.png") 0 0 no-repeat;
    
}

.pmreply { 
	background: url("./styles/Redlight/imageset/en/button_pm_reply.png") 0 0 no-repeat;
}


.prof span, .mp span, .mail span, .edi span, .cite span, .www span, .msn span, .pmreply span {
   display: none; text-indent: -5000px;
}

.prof:hover, .mp:hover, .mail:hover, .edi:hover, .cite:hover, .www:hover, .msn:hover, .pmreply:hover {
   background-position: 0 -28px;

}


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

.sep {
	color: white;
	background-color: #2F2F2F;
}

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;
}

.simple-header { background-color: #1C1C1C; }
.simple-header .pagination {text-align: left;}

a {
  outline: none;
}

:focus {
  outline-style: none;
}
