/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			ChesterBlue
	Based on style:		subsilver2
	Original author:	    Tom Beddard ( http://www.subblue.com/ )
	Modified by:		    FanFanLaTuFlippe
    --------------------------------------------------------------
*/

/* 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-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #C9C9C9;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
	background-color: #8E8C87;

}

#container {width:1000px;margin:0 auto;text-align:left;padding:0;}

#global {background-color:#313131;width:1000px;margin:0 auto;padding:0;border-right:2px #195593 solid;border-left:2px #195593 solid;}

#wrapheader {width:1000px;background-color:#313131;}

#wrapcentre {width:1000px;background-color:#313131;border-bottom:2px #195593 solid;border-right:2px #195593 solid;border-left:2px #195593 solid;}

#logodesc {float:left;
	width:718px;
	height:150px;
	background-color: #195593;
	padding:0;
	display:block;
	border-bottom:1px #414141 solid;

}

#toplog {display:block;
	float:right;
	background-color:#282828;
	width:260px;
	height:151px;
	border-left:1px #232323 solid;
	border-right:1px #232323 solid;
	border-bottom:1px #414141 solid;
	padding-left:8px;
	text-align:left;
	margin:0 7px 0 3px;
}

#login {display:block;
	float:right;
	width:260px;
	height:151px;
	text-align:left;
	
}

#topnav {display:block;
	float:right;
	width:260px;
	padding-top:8px;
	margin:0;

}

.menu {background:url('./styles/ChesterBlue/theme/images/bgmenu.jpg') no-repeat left top;
	height:52px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	line-height:52px;
	font-weight:bold;
	padding:0;

}

.menu ul {
	margin:0;
	padding:0;
	list-style:none;
}


.menu ul li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	height:52px;
	float:left;
}

.menu ul li.noline {
	background:none;
}

.menu ul li a {background:url('./styles/ChesterBlue/theme/images/btline.png') no-repeat left bottom;
	color:#ffffff;
	float:left;
	margin:0;
	height:52px;
	padding:0 10px;
	font-size:12px;
	text-decoration:none;
}

.menu ul li a:hover {
	background:url('./styles/ChesterBlue/theme/images/bthover.jpg') repeat center bottom;
}

#datebar {width:719px;
	float:left;
	height:20px;
	margin:0;
	padding: 6px 6px 0 7px;
}

#wrapfooter {width:1000px;height:85px;background-color:#313131;margin:0 auto;padding:0;border:2px #195593 solid;}

.rightfooter {display:block;float:right;text-align:right;padding:5px;}
.leftfooter {display:block;float:left;padding:5px;text-align:left;}

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

.forumrules {text-align:left;
	background-color: #313131;
	border-top:1px #414141 solid;
	border-bottom:1px #232323 solid;
	padding: 4px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {color: red;}

#pageheader { }
#pagecontent { }
#pagefooter { }

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


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

h2 {background-color:#085098;
	height:40px;
	text-transform:uppercase;
	text-align:center;
	color:#FAFAFA;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
	padding-top:18px;
	border-top:1px #414141 solid;
	border-bottom:1px #232323 solid;
}

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

h5 {
	margin: 0;
	font-size: 1.0em;
	font-weight: normal;
}

p {
	font-size: 1.1em;
}

.moderators {background-color:#232323;
	margin: 0;
	float: left;
	color: #FFFFFF;
	padding:0;
	border-top:1px #414141 solid;
	height:22px;
	text-indent: 5px;
	font-weight: normal;
	width:100%;
}

.rtl p.moderators {
	float: right;
}

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

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {padding-top:12px;
	padding-left:7px;
	height:40px;
	margin:0;
	float: left;
	color:#FFFFFF;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.breadcrumbs {
	float: right;
}

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

.rtl p.datetime {
	float: left;
}

.searchbar {float:right;display:block;white-space: nowrap;} 

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

.rtl p.searchbarreg {
	float: left;
}

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

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

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

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

.postapprove img, .postreported img {
	vertical-align: bottom;
	padding-top: 5px;
}

.postauthor {
	color: #AFAFAF;
}

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

.postbody {background-color: #232323;
    border:solid 1px #191919;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright:2px;
    -moz-border-radius-bottomleft:2px;
    -moz-border-radius-bottomright:2px;
    -webkit-border-top-left-radius:2px;
    -webkit-border-top-right-radius:2px;
    -webkit-border-bottom-left-radius:2px;
    -webkit-border-bottom-right-radius:2px;
    border-top-left-radius:2px;
    border-top-right-radius:2px;
    border-bottom-left-radius:2px;
    border-bottom-right-radius:2px;
	padding: 10px;
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

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

.postsign{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: white;
}

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

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

.cattitle { }

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

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

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

.genannonce {
	font-size: 1.1em;
	margin-left:5px;
	text-transform:uppercase;
}


.datetime {color:#8C8C8C;margin: 1px 1px;font-size: 1em;
}

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

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

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #CCCCCC;
	font-size: 1.1em;
	font-weight: bold;
	text-align:center;
	background-image: url('./styles/ChesterBlue/theme/images/thcell.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	height:32px;
	border-bottom:1px #232323 solid;
	margin:0;
	padding:0;
	white-space: nowrap;
	
}

td {padding:2px;}

td.profile {border-top:1px #414141 solid;
		  border-bottom:1px #232323 solid;
		  padding:4px;
		  border-left:1px #232323 solid;
		  text-align:center;
}

.dtrow {border-left:1px #232323 solid;border-bottom:1px #232323 solid;border-top:1px #414141 solid;margin:0;}

.tablebg { }

.catdiv {height:28px;margin: 0;padding: 0;border: 0;background-color: #313131;}

.rtl .catdiv {background-color: #313131;}

.cat {height: 32px;
	margin:0;
	padding:0;
	border-top:1px #414141 solid;
	border-bottom:1px #232323 solid;
	border-left:1px #232323 solid;
	text-indent: 4px;
}

.row1 {border-top:1px #414141 solid;
		  border-bottom:1px #232323 solid;
		  border-left:1px #232323 solid;
}
	
.row2 {border-top:1px #414141 solid;
		  border-bottom:1px #232323 solid;
		  border-left:1px #232323 solid;
}
.row3 {border-top:1px #414141 solid;
		  border-bottom:1px #232323 solid;
		  border-left:1px #232323 solid;}


.row4 {background-image: url('./styles/ChesterBlue/theme/images/thcell.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	border-bottom:1px #232323 solid;
	height:32px;
	margin:0;
	padding:0;
	text-indent:5px;
}

.row5 {background-color:#232323;
	border-top:1px #232323 solid;
	border-bottom:1px #232323 solid;
	border-left:1px #232323 solid;
	border-right:1px #232323 solid;
    -moz-border-radius-bottomleft:2px;
    -moz-border-radius-bottomright:2px;
    -webkit-border-bottom-left-radius:2px;
    -webkit-border-bottom-right-radius:2px;
    border-bottom-left-radius:2px;
    border-bottom-right-radius:2px;
	padding:8px;
}

.row6 {background-color:#0C3867;
	border-top:1px #232323 solid;
	border-bottom:1px #414141 solid;
	border-left:1px #232323 solid;
	border-right:1px #232323 solid;
	 -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright:2px;
    -webkit-border-top-left-radius:2px;
    -webkit-border-top-right-radius:2px;
    border-top-left-radius:2px;
    border-top-right-radius:2px;
	padding:5px;
}

.bgrow {border-top:1px #414141 solid;
		  border-bottom:1px #232323 solid;
		  border-left:1px #232323 solid;
		  padding:6px;
}

.bgtopic {background-color:#313131;border-bottom:1px #232323 solid;border-top:1px #414141 solid;margin:0;padding:5px 0 5px 0;}

.spacer {background-color:#414141;padding:0;margin:0;}

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

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

/* Buttons */

.line, .prof, .mp, .mail, .edi, .cite, .report, .info, .warn, .delete {display:inline-block;width:76px;height:24px;margin:0 2px 0 2px;padding:0;}

/* Links
 ------------ */

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {
	direction: rtl;
	unicode-bidi: embed;
}

/* CSS spec requires a:link, a:visited, a:hover and a:active rules to be specified in this order. */
/* See http://www.phpbb.com/bugs/phpbb3/59685 */
a:link {
	color: #92B8DD;
	text-decoration: none;
}

a:visited {
	color: #92B8DD;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a:active {
	color: #92B8DD;
	text-decoration: none;
}

a.forumlink {
	color: #92B8DD;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	padding-left:5px;
	text-transform:uppercase;
}

a.forumlink:hover {
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	text-transform:uppercase;
}

a.topictitle {
	margin: 1px 0;
	padding-left:5px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	text-transform:uppercase;
}

a.topictitle:visited {
	text-transform:uppercase;
	color: #92B8DD;
	text-decoration: none;
}

a.topictitle:hover {
	text-transform:uppercase;
	color: #FFFFFF;
	text-decoration: underline;
}

th a,
th a:visited {text-transform:uppercase;
	color: #92B8DD !important;
	text-decoration: none;
}

th a:hover {color:#FFFFFF !important;text-transform:uppercase;
	text-decoration: underline;
}

a.whoi {color:#92B8DD;text-decoration: none;}
a.whoi:hover {color:#FFFFFF;
	text-decoration: underline;
}

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

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

textarea {
	background-color: #232323;
	color: #AFAFAF;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	padding: 5px;
    border:ridge 1px #191919;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright:2px;
    -moz-border-radius-bottomleft:2px;
    -moz-border-radius-bottomright:2px;
    -webkit-border-top-left-radius:2px;
    -webkit-border-top-right-radius:2px;
    -webkit-border-bottom-left-radius:2px;
    -webkit-border-bottom-right-radius:2px;
    border-top-left-radius:2px;
    border-top-right-radius:2px;
    border-bottom-left-radius:2px;
    border-bottom-right-radius:2px;

}

select {
	color: #AFAFAF;
	background-color: #232323;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #191919;
	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 {color:#AFAFAF;
	background-color: #232323;
	border-style:ridge;
	border-width: 1px;
	border-color:#191919;
}

.btnbbcode {
	color: #FAFAFA;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #195593;
	border: 1px ridge #232323;
}

.btnbbcode:hover, .btnbbcode:focus  {background-color: #FFFFFF;color:#195593;text-decoration:none;}

.btnmain {
	font-weight: bold;
	color:#FFFFFF;
	background-image: url('./styles/ChesterBlue/theme/images/btcell.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	border: 1px ridge #232323;
	cursor: pointer;
	padding: 0 1px 1px 1px;
	font-size: 1.1em;
}

.btnlite {color:#FFFFFF;
	font-weight: normal;
	background-image: url('./styles/ChesterBlue/theme/images/btcell.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	border: 1px ridge #232323;
	cursor: pointer;
	padding: 0 1px 1px 1px;
	font-size: 1.1em;
}

.btnmain:hover, .btnmain:focus, .btnlite:hover, .bntlite:focus {text-decoration:underline;}

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

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


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 6px 0 6px;
	padding: 4px;
	 -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright:3px;
    -webkit-border-top-left-radius:3px;
    -webkit-border-top-right-radius:3px;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
	color: #FFFFFF;
	background-color: #4E84BA;
	font-size: 0.85em;
	font-weight: bold;
}

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

.quotecontent, .attachcontent {
	margin: 0 6px 10px 6px;
	padding: 5px;
	 -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-left-radius:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #CCCCCC;
	color: #4B5C77;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	 -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright:3px;
    -webkit-border-top-left-radius:3px;
    -webkit-border-top-right-radius:3px;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
	color: #0B2130;
	background-color: #AFBEC9;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	 -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-left-radius:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
	font-weight: normal;
	color: #1D4975;
	font-size: 0.9em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FFFFFF;
}

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


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