/*
	phpBB 3.0 Style Sheet
	--------------------------------------------------------------
	Style name:				miss grace jones
	Based on style:		subSilver / IcyPhoenix
	Modified by:			evilord.com

	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
	--------------------------------------------------------------
*/

@import url("fap.css");

/* === Layout === */

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

html {
	font-size: 100%;
}

body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	color: #FFF;
	font-size: 11px;
	background-image: url(images/forumbg.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-attachment:fixed;
	background-color: #000;
}

#wrapcentre {
	margin: 5px 5px 0 5px;
}

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

#wrapper{
	/* clear: both; */
	margin: 0 auto;
	width: 960px;
	/* width: 90%; */
}

#top_logo{
	border-width: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url('./images/top_header.png') repeat;
	height: 280px;
}

#bottom_logo_ext{
}

#bottom_logo{
	background-image: url(images/bg_buttons2.png);
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	border:thin solid #7C5B2D;
}

.leftshadow{
	padding: 0px;
	/*margin-left: 10px;*/
	width: 9px;
	vertical-align: top;
}

.rightshadow{
	padding: 0px;
	/*margin-right: 10px;*/
	width: 9px;
	vertical-align: top;
}

.forum-buttons {
	color: #FFF;
	background: #000000 url('./images/bg_buttons.png') top left repeat-x;
	height: 24px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	padding: 0px;
	padding-top: 6px;
	margin: 5px 5px 0 5px
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #111111;
	border-width: 1px;
	border-style: solid;
	border-color: #111111;
}

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

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

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

.forumrules h3 {
	color: #f0f0f0;
}

#pageheader a,#pagecontent,#pagefooter,#poll,#postrow,#postdata   {
	color:#FFF;
}


/* === Text === */

h1 {
	color: #FFF;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 100%;
	text-decoration: none;
}

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

h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding-top: 3px;
}

p {
	font-size: 12px;
}

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

.rtl p.moderators {
	float: right;
}

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

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: #3B3428;
	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;
	color: #BABA94;
}

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: #CCC333;
	font-weight:bold;
}

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

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

.postauthor {
	color: #000;
}

.postdetails {
	color: #FFF;
}

.postbody {
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	padding-top: 10px;
	color: #000;
}

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

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

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

.cattitle {

}

.gen a:visited,.gen a:link,.gen a:active {
	color:#FFF;
}
.gen {
	margin: 1px 1px;
	font-size: 11px;
}

.genmed {
	margin: 1px 1px;
	font-size: 11px;
	font-weight: bold;
}

.gensmall {
	margin: 1px 1px;
	font-size: 11px;
	color: #F8F0FF;
}

.copyright {
	padding-left: 2px;
	padding-right: 2px;
	font-size: 11px;
	color: #412F19;
	vertical-align: middle;
}
.copyright a:visited,.copyright a:link,.copyright a:active {
	padding-left: 2px;
	padding-right: 2px;
	padding-top:2px;
	font-size: 10px;
	color: #FFF;
	vertical-align: middle;
	font-weight: bold;
}

.titles {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

.error {
	color: #CCC333;
}


/* === Tables === */

.tbl-title {
	color: #000000;
	margin-top: 6px;
}

.tbl-h-c {
	background: url('./images/bg_buttons3.png') bottom left repeat-x;
	height: 35px;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
}

.tbl-h-l {
	background: url('./images/bg_buttons3.png') bottom left no-repeat;
	padding-left: 0px;
}

.tbl-h-r {
	background: url('./images/bg_buttons3.png') bottom right no-repeat;
	padding-right: 0px;
}

.tbl-f-c {
	height: 12px;
	font-size: 0.1em;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
}

.tbl-f-l {
	padding-left: 10px;
}

.tbl-f-r {
	padding-right: 10px;
}

th {
	color: #3B3428;
	background-color: #111111;
	font-size: 1.1em;
	font-weight: bold;
	white-space: nowrap;
	padding: 7px 5px;
}

td {
	padding: 5px;
}

td.profile {
	padding: 4px;
}

td.np {
	padding: 0px;
}

td.np-body {
	padding: 2px;
}

.tablebg {
	color: #BABA94;
}

.tablebg th{
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	height: 16px;
	padding: 0 5px;
	border: thin solid #7C5B2D;
	white-space: nowrap;
	background-color: #7C5B2D;
	background-image: url(images/bg_buttons0.png);
}

.cat {
	color: #FFFFFF;
	background-color: #563E20;
	border: thin solid #7C5B2D;
	height: 26px;
	margin: 0;
	padding: 0;
	text-indent: 4px;
	background-image: url(images/bg_buttons0.png);
}

.cat h4 a, .cat h4 a:visited {
	color: #3B3428;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

.cat h4 a:hover, .cat h4 a:active {
	color: #f0f0f0;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}

.cat-bottom {
	background: #111111 url('./images/bg_buttons2.png') top left repeat-x;
	border: thin solid #7C5B2D;
	height: 20px;
	min-height: 20px;
	text-align: center;
	padding: 0px;
}

.catdiv {
	background-color: #111111;
	background-image: url('./images/bg_th.gif');
	border: solid thin #101010;
	border-right-color: #444444;
	border-bottom-color: #444444;
	height: 26px;
	margin: 0;
	padding: 0;
}

.rtl .catdiv {
	background-color: #111111;
	background-image: url('./images/bg_th.gif');
}

.row1, .row2, .row3, .row4 {
	border: thin solid #7C5B2D;
	padding: 2px;
}

.row1 {
	background-color: #7D6140;
}

.row2 {
	background-color: #886E48;
}

.row3 {
	background-color: #A18358;
}

.row4 {
	background-color: #323232;
}

.row-post-top {
	background-color: #4F391F;
	border: thin solid #7C5B2D;
	vertical-align: top;
	background-image: url(images/bg_buttons0.png);
}

.row-post-body {
	border: solid thin #7C5B2D;
	vertical-align: top;
	background-color: #7D6140;
	background-image: url(images/gj.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.row-post-bottom {
	color: #666666;
	background: #000000 url('./images/bg_buttons2.png');
	border: thin solid #7C5B2D;
	vertical-align: middle;
	font-size: 1em;
	line-height: 1.2em;
	white-space: nowrap;
	padding: 1px;
}

.spacer {
	background-color: #000000;
	border: solid thin #101010;
	border-right-color: #222222;
	border-bottom-color: #222222;
	height: 4px;
	padding: 0;
}

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

.legend {
	text-align: center;
	margin: 0 auto;
	border: solid thin #101010;
	background-color: transparent;
}


/* === Links === */

a:link {
	color: #FFF;
	text-decoration: underline;
}

a:active,
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

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

a.forumlink, a.forumlink:visited {
	color: #000000;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

a.forumlink:hover, a.forumlink:active {
	color: #f0f0f0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}

a.topictitle {
	margin: 1px 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}

a.topictitle:hover {
color: #FFF;
}
a.topictitle:visited {
	color: #FFFFFF;
	text-decoration: none;
}

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

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

a.subforum.read {
	background-image: url('./images/subforum_read.gif');
	background-repeat: no-repeat;
	background-position: 3px;
	padding-left: 12px;
}

a.subforum.unread {
	background-image: url('./images/subforum_unread.gif');
	background-repeat: no-repeat;
	background-position: 3px;
	padding-left: 12px;
}

.forum-buttons a, .forum-buttons a:visited {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	vertical-align: top;
}

.forum-buttons a:hover, .forum-buttons a:active {
	color: #C0C0C0;
	font-weight: normal;
	text-decoration: none;
	vertical-align: top;
}


/* === Form Elements === */
form .gensmall{
	color: #000;
}
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #000;
	background-color: #FFF;
	border: 1px solid #101010;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 1px;
}

textarea {
	color: #3B3428;
	background-color: #f0f0f0;
	border: 1px solid #644624;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: normal;
	padding: 2px;
}

select {
	color: #000;
	background-color: #FFF;
	border: 1px solid #000;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 0px;
}

input:hover, textarea:hover, select:hover {
	color: #000;
	background-color: #f0f0f0;
	border: 1px solid #f0f0f0;
}

input:focus, textarea:focus, select:focus {
	color: #000;
	background-color: #FFF;
	border: 1px solid #101010;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: #888888;
}

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

input.radio {
	background-color: #7D6140;
	border: none;
}

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

.btnbbcode {
	color: #000;
	background-color: #6C502B;
	border: 1px solid #222222;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 1px;
}

.btnmain {
	color: #000;
	background-color: #FFF;
	border: 1px solid #101010;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 0 3px 0 3px;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.btnlite {
	color: #000000;
	background-color: #CCC;
	border: 1px solid #222222;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0 5px 0 5px;
	cursor: pointer;
}

.btnfile {
	color: #3B3428;
	background-color: #111111;
	border: 1px solid #CCCCCC;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
}

btnmain:hover, btnlite:hover, btnfile:hover, btnbbcode:hover {
	color: #f0f0f0;
	background-color: #232323;
	border: solid thin #3B3428;
}

btnmain:focus, btnlite:focus, btnfile:focus, btnbbcode:hover {
	color: #3B3428;
	background-color: #111111;
	border: solid thin #f0f0f0;
}


.helpline {
	color: #FFF;
	background-color: #111111;
	border: 1px solid #555555;
}


/* === PM === */

.popuppm-new a {
	color: #3B3428;
	background: #000000 url('./images/bg_post.gif') top left repeat-x;
	border: solid thin #444444;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	margin: 5px 0;
	padding: 40px 60px;
}

.popuppm-new a:hover {
	color: #f0f0f0;
	border: solid thin #f0f0f0;
	text-decoration: underline;
}

a.pm-new-link, a.pm-new-link:visited {
	color: #0088FF;
	text-decoration: underline;
}

a.pm-new-link:hover, a.pm-new-link:active {
	color: #f0f0f0;
	text-decoration: underline;
}

.pm-bg-color {
	background-color: #666666;
}


/* === BBCode === */

.quotetitle {
	color: #000000;
	border: 1px solid #644624;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	width: 90%;
	margin-top: 10px;
	background-color: #836743;
	background-image: url(images/bg_buttons0.png);
	background-repeat: no-repeat;
	background-position: right;
}

.attachtitle {
	color: #446688;
	background-image: url(./images/bbc_zip.gif);
	border: 1px solid #555555;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	width: 90%;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: right;
}

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

.quotecontent, .attachcontent {
	border: 1px solid #644624;
	border-top: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 5px;
	width: 90%;
	overflow: auto;
	direction: ltr;
	background-color: #856846;
	color: #130914;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	color: #E1B7B8;
	background-image: url(./images/bbc_code.gif);
	border: 1px solid #555555;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	padding: 5px;
	width: 90%;
	background-repeat: no-repeat;
	background-position: right;
}

.codecontent {
	color: #00FF00;
	background: #232323;
	border: 1px solid #555555;
	border-top: 0;
	font-family: 'Courier New', Monaco, monospace;
	font-size: 0.85em;
	font-weight: normal;
	text-align: left;
	padding: 5px;
	width: 90%;
	height: 100px;
	overflow: auto;
	direction: ltr;
}

.syntaxbg {
	color: #3B3428;
}

.syntaxcomment {
	color: #475153;
}

.syntaxdefault {
	color: #3B3428;
}

.syntaxhtml {
	color: #3B3428;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #f0f0f0;
}


/* === Navigation === */

.bc-tbl {
	background-color: #594529;
	margin: 0;
}

.bc-header {
	color: #FFF;
	background: #111111 url('./images/bg_buttons2.png') top left repeat-x;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 2px 5px;
}

.bc-links {
	color: #111111;
	font-size: 12px;
	text-align: right;
	padding: 3px 5px;
	background-image: url(images/bg_buttons0.png);
}

.bc-links-left {
	position: relative;
	float: left;
	text-align: left;
}

.bc-header, .bc-links {
	border: thin solid #7C5B2D;
}

.bc-div a, .bc-div a:visited {
	color: #000000;
	text-decoration: none;
}

.bc-div a:hover, .bc-div a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.bc-links a, .bc-links a:visited, .bc-links a:hover{ text-decoration: underline; }

.bc-div a.nav-current, .bc-div a.nav-current:visited {
	color: #FFFFFF;
}

.bc-div a.nav-current:hover, .bc-div a.nav-current:active {
	color: #f0f0f0;
	text-decoration: none;
}


/* === Private messages === */

.pm_marked_colour {
	background-color: #333333;
}

.pm_replied_colour {
	background-color: #DDEEFF;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #f0f0f0;
}


/* === Misc === */

img {
	border: none;
}

.sep {
	color: #3B3428;
	background-color: #0088FF;
}

table.colortable td {
	padding: 0;
}

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

.nowrap {
	white-space: nowrap;
}

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