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

#phpbb html {
	font-size: 100%;
}

#phpbb body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #FFF;
	background: #242424 url(images/body.gif);
	font-size: 10px;
	margin: 0;
	padding: 0 5px;
}
#phpbb #body-simple {
	background: #191919;
	padding: 5px;
}

/* Misc stuff */
#phpbb img {
	border: none;
}

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

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

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

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

#phpbb .error, #phpbb table td .error {
	color: #F0E80A;
}

#phpbb .spacer {
	background: #4A6786 url(images/th.gif) top left repeat-x;
}

#phpbb hr	{ height: 0px; border: solid #2370B6 0px; border-top-width: 1px;}

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

/* Links
 ------------ */
#phpbb a {
	color: #2370B6;
	text-decoration: none;
}

#phpbb a:active,
#phpbb a:visited {
	color: #2370B6;
	text-decoration: none;
}

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

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

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

#phpbb a.topictitle, #phpbb .postbody a {
	color: #2370B6;
}
#phpbb a.topictitle:visited, #phpbb .postbody a:visited {
	color: #4790D3;
}
#phpbb a.topictitle:visited:hover, #phpbb .postbody a:visited:hover {
	color: #2370B6;
}
#phpbb a.topictitle:hover, #phpbb .postbody a:hover {
	color: #F0E80A;
}

/* Header and logo */
#phpbb #maintable {
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #000;
	margin: 0 auto;
}
#phpbb #logorow {
	background: url(images/logo_bg.gif) top left repeat-x;
	text-align: center;
	padding: 0;
}

#phpbb #logo-left {
	background: url(images/logo_left.jpg) top left no-repeat;
}
#phpbb #logo-right {
	background: url(images/logo_right.jpg) top right no-repeat;
}

#phpbb #logorow, #phpbb #logo-left {
	height: 88px;
	overflow: hidden;
}

#phpbb .pm-notify-new, #phpbb .pm-notify-unread {
	border-left: solid 1px #317FC5;
	border-right: solid 1px #2370B6;
	border-top: solid 1px #317FC5;
	border-bottom: solid 1px #2370B6;
	background: #313131 url(images/cell.gif) top left repeat-x;
	margin: 10px 0;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
#phpbb .pm-notify-new a, #phpbb .pm-notify-new a:visited, #phpbb .pm-notify-unread a, #phpbb .pm-notify-unread a:visited { text-decoration: underline; }
#phpbb .pm-notify-header {
	margin-bottom: 10px;
	color: #CCC;
}
#phpbb .pm-notify-new, #phpbb .pm-notify-unread:hover {
	border-left: solid 1px #FCF536;
	border-right: solid 1px #F0E80A;
	border-top: solid 1px #FCF536;
	border-bottom: solid 1px #F0E80A;
}
#phpbb .pm-notify-new { padding: 30px; }

/* Navigation buttons */
#phpbb .navrow {
	background: #3B83C6 url(images/buttons.gif) top left repeat-x; 
	height: 21px;
	overflow: hidden;
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
	color: #F0E80A;
	text-align: center;
	font-size: 11px;
	padding: 1px;
}
#phpbb * html .navrow { padding: 0; }
#phpbb .navrow b, #phpbb .navrow strong { font-weight: normal; }
#phpbb .navrow a, #phpbb .navrow a:visited {
	color: #FFF;
	text-decoration: none;
}
#phpbb .navrow a:hover { 
	color: #F0E80A; 
	text-decoration: underline; 
}

#phpbb a.link-new, #phpbb a.link-new:visited { color: white; }
#phpbb a.link-new:hover, #phpbb a.link-new:visited:hover { color: #FFF; }

/* Content and tables */
#phpbb #contentrow {
	padding: 5px;
	background-color: #191919;
}

#phpbb .tablebg {
	border: solid 1px #000; 
	background: #313131 url(images/cell.gif) top left repeat-x;
}

#phpbb .row1, #phpbb .row2, #phpbb .row3, #phpbb .legend, #phpbb .forumrules, #phpbb tr.row1 .row, #phpbb tr.row2 .row, #phpbb tr.row3 .row, #phpbb .postbottom {
	border-left: solid 1px #404040;
	border-right: solid 1px #121212;
	border-top: solid 1px #3C3C3C;
	border-bottom: solid 1px #131313;
	background: #313131 url(images/cell.gif) top left repeat-x;
	padding: 4px;
}
#phpbb th {
	color: #CCDFF0; 
	font-size: 11px; 
	font-weight: bold;
	background: #4A6786 url(images/th.gif) top left repeat-x;
	white-space: nowrap;
	padding: 0 5px;
	text-align: center;
	height: 26px;
	border-left: solid 1px #317CC2;
	border-right: solid 1px #164C7D;
	border-top: solid 1px #3981C3;
	border-bottom: solid 1px #164C7D;
}
#phpbb th a, #phpbb th a:visited {
	color: #CCDFF0 !important;
	text-decoration: underline;
}
#phpbb th a:hover {
	color: #FFF;
	text-decoration: underline;
}

#phpbb td {
	padding: 2px;
}
#phpbb td.profile {
	padding: 4px;
}
#phpbb .catdiv {
	height: 24px;
	padding: 0 3px;
	border-left: solid 1px #404040;
	border-right: solid 1px #121212;
	border-top: solid 1px #3C3C3C;
	border-bottom: solid 1px #131313;
	background: #2C2C2C url(images/cathead.gif) top left repeat-x;
}
#phpbb .rtl .catdiv {
	background: #2C2C2C url(images/cathead.gif) top left repeat-x;
}

#phpbb .cat {
	height: 24px;
	padding: 0 3px;
	border-left: solid 1px #404040;
	border-right: solid 1px #121212;
	border-top: solid 1px #3C3C3C;
	border-bottom: solid 1px #131313;
	background: #2C2C2C url(images/cathead.gif) top left repeat-x;
	text-indent: 4px;
}
#phpbb .cathead {
	background: #26629A url(images/catbottom.gif) top left repeat-x;
	height: 24px;
	padding: 1px 3px;
	border-left: solid 1px #317CC2;
	border-right: solid 1px #164C7D;
	border-top: solid 1px #3981C3;
	border-bottom: solid 1px #164C7D;
}


/* Table header */
#phpbb caption, #phpbb .cap-div { 
	margin: 0; 
	padding: 0;
	background: url(images/hdr_mid.gif) top left repeat-x;
	white-space: nowrap;
	height: 27px;
	text-align: center;
}
#phpbb .cap-left {
	background: url(images/hdr_left.gif) top left no-repeat;
}
#phpbb .cap-right {
	background: url(images/hdr_right.gif) top right no-repeat;
	padding-top: 8px;
	height: 19px;
	margin-left:30px;
}
#phpbb caption, #phpbb caption h1, #phpbb caption h2, #phpbb caption h3, #phpbb caption h4, #phpbb caption span,
#phpbb .cap-div, #phpbb .cap-div h1, #phpbb .cap-div h2, #phpbb .cap-div h3, #phpbb .cap-div h4, #phpbb .cap-div span { 
	font-size: 12px;
	font-weight: bold;
	color: #3285D0;
}
#phpbb caption h1, #phpbb caption h2, #phpbb caption h3, #phpbb caption h4, #phpbb caption span,
#phpbb .cap-div h1, #phpbb .cap-div h2, #phpbb .cap-div h3, #phpbb .cap-div h4, #phpbb .cap-div span { 
	display: inline;
}
#phpbb caption a, #phpbb caption a:visited, #phpbb .cap-div a, #phpbb .cap-div a:visited {
	color: #3285D0;
	text-decoration: underline;
}
#phpbb caption a:hover, #phpbb .cap-div a:hover {
	color: #D0D0D0;
	text-decoration: underline;
}


/* Footer */
#phpbb #wrapfooter {
	text-align: center;
	color: #CCC;
	padding-top: 10px;
}

#phpbb .copyright {
	color: #888;
	font-weight: normal;
	font-size: 9px;
	line-height: 1.2em;
}
#phpbb .copyright a, #phpbb .copyright a:visited {
	color: #AAA;
	text-decoration: underline;
}
#phpbb .copyright a:hover { color: #FFF; }


/* Breadcrumbs */
#phpbb p.breadcrumbs {
	margin: 0;
	padding: 0;
	float: left;
	color: #AAA;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}
#phpbb .rtl p.breadcrumbs {
	float: right;
}

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

#phpbb .rtl p.datetime {
	float: left;
}

/* Index/viewforum */
#phpbb .subforum.read { 
	background: url(images/sub_old.gif) top left no-repeat;
	padding-left: 12px;
}
#phpbb .subforum.unread { 
	background: url(images/sub_new.gif) top left no-repeat;
	padding-left: 12px;
}
#phpbb .legend {
	text-align: center;
	margin: 0 auto;
	padding: 2px;
}
#phpbb .legend-viewforum { 
	margin: 0; 
	text-align: left; 
}

#phpbb .forumrules {
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	border-left-color: #AAA;
	border-top-color: #AAA;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
#phpbb .forumrules h3 {
	color: #F0E80A;
}

/* Post */
#phpbb .postsubject {
	font-size: 12px;
	font-weight: bold;
	color: #2370B6;
}
#phpbb td.postbottom { 
	background: #2D2D2D url(images/profile.gif) top left repeat-x; 
	font-size: 10px;
	color: #D0D0D0;
	white-space: nowrap;
	padding: 2px 4px;
	vertical-align: middle;
}
#phpbb td.postbuttons { padding-top: 3px; }
#phpbb .postdetails { 
	color: #CCC;
	font-size: 10px; 
	text-align: left;
}
#phpbb .postdetails b {
	color: #DDD;
}
#phpbb .posterrank		{ font-size: 9px; color: #B0B0B0; }
#phpbb .posterprofile	{ font-size: 10px; color: #D0D0D0; }

#phpbb .postauthor {
	color: #2370B6;
	font-size: 12px;
	margin-bottom: 3px;
	font-weight: bold;
}
#phpbb .postonline { margin-bottom: 2px; }

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

#phpbb .postapprove, #phpbb .postapprove a:visited, #phpbb .postapprove a:hover, #phpbb .postapprove a, #phpbb .postapprove a:active {
	color: #00FF00;
	font-weight: bold;
}

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

#phpbb .postbody {
	font-size: 12px;
	line-height: 1.4em;
	margin: 3px 0;
}
#phpbb .signature {
	font-size: 11px;
	color: #EEE;
	margin-top: 5px;
}
#phpbb .signature .line { color: #AAA; }

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

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

#phpbb .posthilit {
	background-color: #2370B6;
	color: #fff;
}

#phpbb .postsubject {
	font-size: 12px;
	font-weight: bold;
	color: #2370B6;
}

#phpbb .postbody a { text-decoration: underline; }

/* UCP */
#phpbb .folder-current a, #phpbb .folder-current a:visited {
	color: #FFF;
	font-weight: bold;
}
#phpbb .folder-current a:hover { color: #F0E80A; }

#phpbb td.pm_marked_colour { background: #F0E80A; }
#phpbb td.pm_marked_colour_left { border-left: solid 3px #F0E80A; padding-left: 2px; }
#phpbb td.pm_marked_colour_right { border-right: solid 3px #F0E80A; padding-right: 2px; }

#phpbb td.pm_replied_colour { background: #2370B6; }
#phpbb td.pm_replied_colour_left { border-left: solid 3px #2370B6; padding-left: 2px; }
#phpbb td.pm_replied_colour_right { border-right: solid 3px #2370B6; padding-right: 2px; }

#phpbb td.pm_friend_colour { background: #007700; }
#phpbb td.pm_friend_colour_left { border-left: solid 3px #007700; padding-left: 2px; }
#phpbb td.pm_friend_colour_right { border-right: solid 3px #007700; padding-right: 2px; }

#phpbb td.pm_foe_colour { background: #DD0000; }
#phpbb td.pm_foe_colour_left { border-left: solid 3px #DD0000; padding-left: 2px; }
#phpbb td.pm_foe_colour_right { border-right: solid 3px #DD0000; padding-right: 2px; }


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

#phpbb textarea, #phpbb select, #phpbb .post, #phpbb .btnbbcode, #phpbb .btnmain, #phpbb .btnlite, #phpbb .btnfile, #phpbb .helpline {
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	color: #D0D0D0;
	border: 1px solid #2370B6;
	background-color: #222;
}

#phpbb input {
	font-size: 1.1em;
	padding: 1px;
}
#phpbb textarea {
	font-size: 1.3em; 
	line-height: 1.4em;
	padding: 2px;
}
#phpbb select {
	font-size: 1.1em;
	padding: 1px;
}

#phpbb option {
	padding: 0 1em 0 0;
}

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

#phpbb .post {
	border-style: solid;
	border-width: 1px;
}

#phpbb .btnbbcode {
	font-size: 1.1em;
	border: 1px solid #444;
}
#phpbb .btnbbcode:hover {
	border-color: #999;
	color: #FFF;
}

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

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

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

#phpbb .helpline {
	background-color: transparent;
	color: #AAA;
	border-style: none;
}
#phpbb #helpline { color: #AAA; }

#phpbb * html textarea, #phpbb * html select, #phpbb * html .post, #phpbb * html .btnmain, #phpbb * html .btnlite, #phpbb * html .btnfile {
	border-color: #D0D0D0;
}
#phpbb textarea:hover, #phpbb select:hover, #phpbb .post:hover, #phpbb .btnmain:hover, #phpbb .btnlite:hover, #phpbb .btnfile:hover {
	border-color: #D0D0D0;
}
#phpbb textarea:focus, #phpbb select:focus, #phpbb .post:focus, #phpbb .btnmain:focus, #phpbb .btnlite:focus, #phpbb .btnfile:focus {
	border-color: #F0E80A; 
	color: #FFF;
}

#phpbb label:hover { 
	color: #F0E80A; 
}

#phpbb textarea.posting-textarea, #phpbb #ie8#fix {
    width: 98%;
}

/* BBCode
 ------------ */
#phpbb .quotetitle, #phpbb .attachtitle, #phpbb .codetitle {
	margin: 10px 5px 0px 5px;
	padding: 2px 4px;
	border: solid 1px #090909;
	color: #D0D0D0;
	background-color: #2E2E2E;
	font-size: 0.85em;
	font-weight: bold;
}

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

#phpbb .quotecontent, #phpbb .attachcontent {
	margin: 0px 5px 10px 5px;
	padding: 5px;
	border-color: #090909;
	border-width: 0px 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: #2E2E2E;
	color: #EEE;
}

#phpbb .attachcontent {
	font-size: 0.85em;
}

#phpbb .codecontent {
	direction: ltr;
	margin: 0px 5px 10px 5px;
	padding: 5px;
	border-color: #090909;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 11px;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #2E2E2E;
	color: #EEE;
}

#phpbb .quotewrapper, #phpbb .codewrapper, #phpbb .attachwrapper {
	clear: both;
	margin: 10px 5px;
	background: #2671B6 url(images/code_header.gif) top left no-repeat;
	padding-left: 19px;
	border: solid 1px #090909;
}
#phpbb .quotewrapper { background-image: url(images/quote_header.gif); }
#phpbb .quotewrapper .quotetitle, #phpbb .codewrapper .codetitle, #phpbb .attachwrapper .attachtitle { 
	margin: 0; 
	border-width: 0 0 1px 1px;
}
#phpbb .quotewrapper .quotecontent, #phpbb .codewrapper .codecontent, #phpbb .attachwrapper .attachcontent {
	margin: 0; 
	border-width: 0 0 0 1px;
}
#phpbb .attachcontent, #phpbb .codecontent {
	overflow: auto;
	overflow-x: auto;
}

#phpbb .syntaxbg {
	color: #FFF;
}

#phpbb .syntaxcomment {
	color: #AAA;
}

#phpbb .syntaxdefault {
	color: #FFF;
}

#phpbb .syntaxhtml {
	color: #FFF;
}

#phpbb .syntaxkeyword {
	color: #F0E80A;
}

#phpbb .syntaxstring {
	color: #2370B6;
}


/* More misc stuff */
#phpbb h1 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

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

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

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

#phpbb p {
	font-size: 1.1em;
}

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

#phpbb .rtl p.moderators {
	float: right;
}

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

#phpbb .rtl p.linkmcp {
	float: left;
}

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

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

#phpbb .rtl p.searchbarreg {
	float: left;
}

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

#phpbb p.topicauthor {
	margin: 1px 0px;
}

#phpbb p.topicdetails {
	margin: 1px 0px;
}
#phpbb td.history-current, #phpbb tr.row1 td.history-current, #phpbb tr.row2 td.history-current {
	background: #444;
}

#phpbb table.colortable td {
	padding: 0;
}

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

#phpbb .nowrap {
	white-space: nowrap;
}

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

#phpbb .sep {
	color: #888;
}


/* reset style for file input */
#phpbb .btnfile, #phpbb .btnfile:hover, #phpbb .btnfile:focus { 
    border: none; 
    background-color: #FFF;
    color: #000;
}
