/*
	phpBB 3.0 Style Sheet
	--------------------------------------------------------------
	Style name:			State Of Liberty Online - Forum
	Based on style:		subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		ReGeX and DECEiFER (http://www.gtasolonline.com)

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

@import url("ul_syntaxhighlighter.css");
@import url("fap.css");

/* === Layout === */

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

html {
	font-size: 100%;
}

body {
	color: #CCC;
	background-color: #464758;
	background-image: url('./images/forum-bg.png');
	background-repeat: repeat-x;
	font-style: normal; font-variant: normal; 
	font-weight: normal; 
	font-size: 8pt;
	font-family: Verdana, Trebuchet MS, Lucida Grande, Georgia, Sans-Serif;
	/*width: 920px;*/
	word-wrap: break-word;
	/*margin: 0px auto 0px auto;*/
}

img {
	border: none;
}

.forumlink {
	font-weight: bold;
}

/* Normal, standard links. */
a:link {
	color: #00a0ff;
	text-decoration: none;
}

a:visited {
	color: #00a0ff;
	text-decoration: none;
}

a:hover{
	color: #e6e6e6;
}


a.postarealink:hover {
	color: #e6e6e6;
}


#headercase {
	/*border: solid black 1px;*/
	border-bottom: none;
}

#header {
	height: 330px;
	background-color: #464758;
	background-image: url('./images/forum-banner.png');
}

#buttonrack {
	/*border-top: solid black 1px;*/
	height: 30px;
	background-color: #464758;
	background-image: url('./images/forum-menurack.png');
	text-align: center;
}

#buttonrack  a:hover, #buttonrack img:hover {
	background-image: url('./images/forum-btnRollover.png');
}

#wrapcentre {
	margin: 3px 3px 3px 3px;
}

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

#footer {
	background: url('./images/forum-footerbg.png');
	text-align: center;
	height: 284px;
	/*border-top: solid 1px black;*/
	padding-top: 8px;
	padding-bottom: 8px;
	color: #CCC;
	font-size: 11px;
	font-family: Tahoma;
	line-height: 150%;
}

#footer a:link , #footer a:visited {
	color: #00a0ff;
}

#footer a:hover {
	color: #EEE;
}
		
#wrapper{
	/*margin: 0 auto;*/
    /*border: 1px solid black;*/
	border-top: none;
}

#userinfo {
	background-color: #464758;
	background-image: url('./images/forum-userarea.png');
	background-repeat: repeat-x;
	color: #CCC;
	padding: 20px 0 10px 20px;
	/*border: solid 1px black;*/
	font: normal 8pt Tahoma;
	line-height: 16px;
}

#wraptemp {
	/*border: solid 1px #000000;*/
	border: rgb(57, 57, 61) 15px solid;
	border: rgba(50, 50, 50, 0.5) 15px solid;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	/*width: 100%;*/
	width: 920px;
	margin: 0px auto 0px auto;
}  

#header_text {
    text-align: right;
    vertical-align: middle;
    padding-right: 15px;
    padding-top: 30px;
    height: 215px;
}

#top_intro {
    margin-top: 10px;
    text-align: center;
    color: #CCC;
    font-weight: bold;
}


#bottom_logo{
	border: none;
	background-color: #ffcec7;
    text-align: center;
    color: #CCC;
}


.forum-buttons {
	color: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	padding: 5px;
	padding-top: 5px;
}

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

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

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

.forumrules {
	color: #222222;
	background-color: #FFFFAA;
	border-width: 1px;
	border-style: solid;
	border-color: #303030;
	padding: 4px;
	font-weight: normal;
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: #DD2222;
}

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

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


/* === Text === */

h1 {
	color: #CCC;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 120%;
	text-decoration: none;
}

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

h4 {
	font-weight: bold;
	margin: 0;
}

p {
}

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

.rtl p.moderators {
	float: right;
}

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

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: #CCC;
	font-weight: bold;
	white-space: normal;
	font-family: Verdana;
}

.rtl p.breadcrumbs {
	float: right;
}

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

.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-top: 5px;
	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: #CC3333;
	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;
	padding-top: 5px;
}

.postauthor {
    padding-left: 5px;
    padding-right: 5px;
}

.postdetails {
    padding-left: 5px;
    padding-right: 5px;
}

.postbody {
	width: 720px;
	margin: 0 0 0 0;
	word-wrap: break-word;
}

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

.pagination {
	padding: 4px;
	color: #CCC;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
}

.genmed {
	margin: 1px 1px;
}

.gensmall {
	margin: 1px 1px;
}

.gensmall_noborder  {
    margin: 1px 1px;
    border: none;
}

.titles {
	font-weight: bold;
	text-decoration: none;
}

.error {
	color: #FF6666;
}


/* === Tables === */

.tbl-title {
	color: #fff;
	height: 27px;
	font-weight: bold;
	padding-top: 5px;
	
	font-size: 14px;
	vertical-align: middle;
}

.tbl-h-c {
	background: #303030 url('./images/forum-category.png') repeat-x;
	color: #FFF;
	height: 27px;
	padding-top: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

.tbl-h-c a:link, .tbl-h-c a:hover, .tbl-h-c a:visited {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

.tbl-h-l {
    vertical-align: middle; 
	background: #ffcec7;  
}

.bc-header {
	padding: 10px 0px 5px 5px;
	color: #AAA;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
}

.bc-header a:link, .bc-header a:visited {
	color: #AAA;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
}

.bc-header a:hover {
	color: #FFF;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
}

.tbl-h-r {
    vertical-align: middle; 
	background: #ffcec7;    
}

.tbl-f-c {
	background: #ffcec7;    
	height: 12px;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
}

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

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

td {
    border: 1px #303030 solid;
	border-left: none;
	border-top: none;
}

.rowleftborder {
	border-left: 1px #303030 solid;
}

td.profile {
	padding: 4px;
	border: 1px #303030 solid;
}

td.np {
	padding: 0px;
	border: 1px #303030 solid;
}

td.np-body {
	background-color: #303030;
	padding: 0px;
	border: none;
}

.tablebg {
	background-color: #454545;
}

.usertable th {
	border-width: 0px;
	padding: 0px 20px 0px 5px;
	font-weight: normal;
}

.row1 {
	padding: 5px 5px 5px 5px;
	color: #CCC;
}

.row1leftborder th {
	border-left: 5px #303030 solid;
}

.rowbottomborder th {
	border-bottom: 5px #303030 solid;
}

.rowbottomright th {
	border-bottom: 5px #303030 solid;
	border-right: 5px #303030 solid;
}

.codetitle {
	
}

.row2 {
	padding: 5px 5px 5px 5px;
	color: #CCC;
}

.row3 {
	text-align: left;
	padding: 15px 5px 15px 5px;
	color: #CCC;
}

.tablebg th{
	color: #cdcdcd;
	background: #303030 url('./images/forum-title.png') repeat-x;
	border: solid 1px #303030;
	border-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	/*height: 17px;*/
	word-wrap: normal;
}


.tablebg {
	border: solid 1px #303030;
}

.cat {
	
}

.cat h4 a, .cat h4 a:visited {
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
}


.legendcontainer {
	text-align:center;
	margin:50px 285px 20px 285px;
	height: 40px;
	padding: 5px 10px 5px 10px;
	border: solid #454545 1px;
	vertical-align: middle;
	font-weight: bold;
	color: #CCC;
	font-size: 7.1pt;
	background: #303030 url('./images/forum-legendbg.png') repeat-x;
}

.tablebg_folderlist {
	border: solid 1px #606060;
	width: 600px; 
	height: 100px;
}

.tablebg_folderlist td, .tablebg_folderlist tr{
	color: #cdcdcd;
	background-color: #454545;
}

.row-post-left {
	color: #ccc;
	border-bottom: none;
	padding: 5px 5px 10px 5px;
	background-color: #505050;
}

.row-post-top-left {
	color: #ccc;
	border-bottom: none;
	background-color: #505050;
}

.row-post-top {
	color: white;
	border-bottom: none;
	background-color: #454545;
	border-bottom: none;
	padding-bottom: 5px;
	padding-left: 35px;
	padding-right: 35px;
}

.row-post-body  {
	padding-top: 14px;
	color: #ccc;
	border-bottom: none;
	background: #454545 url('./images/forum-postBorder.png') no-repeat;
}

.row-post-bottom-left {
	color: #ccc;
	background-color: #505050;
}

.row-post-bottom {
	color: #ccc;
	background-color: #454545;
}





/* === BBCode === */

.quotetitle, .codetitle , .attachtitle{
	color: #FFF;
	background: url('./images/forum-title.png') repeat-x #606060;
	border: none;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding: 2px;
	width: 90%;
	margin-top: 10px;
    margin-left: 10px;
	border: solid #505050 1px;
	border-bottom: none;
}

.quotecontent, .codecontent, .attachcontent  {
	color: #DEDEDE;
    background: #606060;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    padding: 2px;
    width: 90%;
    margin-left: 10px;
	border: solid #505050 1px;
	border-top: none;
}

.recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#A0A0A0 !important;
 }
 
 #recaptcha_table {
   border-color: #606060 !important;
 }

 #recaptcha_response_field {
   border-color: #606060 !important;
 }

.spoilerTagTable {
	border: none;
}
.spoilerTagTable th {
	padding: 5px 10px 5px 10px;
	border: solid 1px #333333;
	background-image: url('images/forum-title.png');
}
.spoilerTagTable th a {
	display: block;
}
.spoilerTagTable td {
	padding-bottom: 5px;
	border: none;
	border-bottom: dashed 1px #000000;
}