/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		Nefes
	Based on style:	subSilver (the default phpBB3 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		Bilal Cinarli ( http://www.icon-pm.com )
	
	This is an alternative style for phpBB3
	
	Copyright 2008 ICON ( http://www.icon-pm.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {	margin: 0; padding: 0; }

html { font-size: 100%; }

body { background: #000; color: #fff; font: 62.5% "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; margin: 0; padding: 0 5px; }

#wrapsts { border: 0px solid #000; margin: 0 auto; width: 960px; }

#wrapheader { height: auto !important; height: 125px; margin: 0 auto; min-height: 125px; width: 960px; }

#wrapcentre { background: #555; margin: 0 auto; width: 960px; }

#wrapfooter { clear: both; margin: 0 auto; padding: 5px 0 20px 0; text-align: center; width: 960px; }

#wrapnav { background: #212121; border: 1px solid #212121; margin: 0 auto;	width: 960px; }

#menubar { margin: 0 auto; width: 960px; }

#datebar { margin: 0 auto; width: 960px; }

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

.forumrules { background: #121212; border: 1px solid #212121; font: normal 1.1em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; padding: 4px; }

#pageheader { width: 960px; }
#pagecontent { }
#pagefooter { }

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


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

h2 { font: bold 1.5em/120% Arial, Helvetica, sans-serif; text-decoration: none; }

h3 { font: bold 1.3em/120% Arial, Helvetica, sans-serif; }

h4 { font: bold 1.1em Arial, Helvetica, sans-serif;	margin: 0; }

p {	font-size: 1.1em; }

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

.rtl p.moderators { float: right; }

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

.rtl p.linkmcp { float: left; }

p.breadcrumbs { color: #fff; float: left; font: bold 1em Arial, Helvetica, sans-serif; margin: 0; white-space: normal; }

.rtl p.breadcrumbs { float: right; }

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

.rtl p.datetime { float: left; }

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

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

.rtl p.searchbarreg { float: left; }

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

p.topicauthor { margin: 1px 0; }

p.topicdetails { color: #000; margin: 1px 0; }
p.topicdetails a { color: #bc0000; font-weight: bold; }

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

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

.postauthor { color: #fff; }

.postdetails { color: #fff; }

.postbody { font: 1.3em/1.4em "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif; overflow: auto; overflow-x: auto; }

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

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

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

.cattitle { }

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

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

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

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

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

.error { color: red; }


/* Tables
 ------------ */
th { background: #000 url('./images/cellpic3.gif'); color: #fff; font-size: 1.1em; font-weight: bold; padding: 7px 5px; white-space: nowrap; }

td { padding: 2px; }
td.profile { padding: 4px; }

.tablebg { margin: 0 6px; }

.catdiv { background: #212121 url('./images/cellpic1.gif'); border: 0; height: 28px; margin: 0;	padding: 0; }

.rtl .catdiv { background: #212121; }

.catHead { background: url(./images/forumlisttop.png) bottom center no-repeat; height: 50px; }
.catHead h4 a { color: #f0f0f0; font: bold 12px Tahoma; }

.cat { background: #1f1f1f url('./images/cat.png'); border: 0; height: 28px; margin: 0; padding: 0; text-indent: 4px; }

.forums { background: #dadada;  }

.row1 { padding: 4px; }

.row2 { padding: 4px; }

.row3 { padding: 4px; }

.spacer { background-color: #000000; }

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

.legend { background: #313131; border-left: solid 1px #404040; border-right: solid 1px #121212; border-top: solid 1px #3C3C3C; border-bottom: solid 1px #131313; margin: 0 auto; text-align:center; }

/* Links
 ------------ */
a:link { color: #ffb300; text-decoration: none; }

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

a:hover { color: #fff; text-decoration: none; }

a.forumlink { color: #000; font: bold 1.2em "Lucida Grande", Helvetica, Arial, sans-serif; }
a.forumlink:hover { color: #bc0000; }

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

a.topictitle:hover { color: #fff; text-decoration: none; }

a.topictitle:visited { color: #ffb300; text-decoration: none; }

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

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


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

input { background: #313131; border: 1px solid #fff; color: #fff; font: normal 1.1em "Lucida Grande", Verdana, Helvetica, sans-serif; padding: 1px; }

textarea { background: #313131; border: 1px solid #fff; color: #fff; font: normal 1.3em/1.4em "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; padding: 2px; }

select { background: #313131; border: 1px solid #fff; color: #fff; font: normal 1.1em "Lucida Grande", Verdana, Helvetica, sans-serif; padding: 1px; }

option { padding: 0 1em 0 0; }

option.disabled-option { color: graytext; }

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

input.radio { background-color: transparent; border: none; }

.post { background-color: black; border: 1px solid; }

.btnbbcode { background: #212121 url('./images/cellpic1.gif'); border: 1px solid #121212; color: #fff; font: normal 1.1em "Lucida Grande", Verdana, Helvetica, sans-serif; }

.btnbbcode:hover { color: #bc2a4d; }

.btnmain { background: #212121 url('./images/cellpic1.gif'); border: 1px solid #121212; cursor: pointer; font-size: 1.1em; font-weight: bold; padding: 1px 5px; }

.btnmain:hover { color: #bc2a4d; }

.btnlite { background: #212121 url('./images/cellpic1.gif'); border: 1px solid #121212; cursor: pointer; font-size: 1.1em; font-weight: normal;	padding: 1px 5px; }

.btnlite:hover { color: #bc2a4d; }

.btnfile { background: #212121 url('./images/cellpic1.gif'); border: 1px solid #121212; font-size: 1.1em; font-weight: normal; padding: 1px 5px; }

.btnfile:hover { color: #bc2a4d; }

.helpline { background: #000; border-style: none; }


/* BBCode
 ------------ */
.quotetitle, .attachtitle { background : #4e79a6 url('./images/bbcode_quote.gif') no-repeat 100% 50%; border: 1px solid #000; border-bottom: none; color: #fff; font-size: 0.85em; font-weight: bold; margin: 10px 5px 0 5px; padding: 4px; }

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

.quotecontent, .attachcontent { background: #1f1f1f; border: 1px solid #000; border-top: none; color: #fff; font: normal 1em/1.4em "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif; margin: 0 5px 10px 5px; padding: 5px; }

.attachcontent { font-size: 0.85em; }

.codetitle { background : #4e79a6 url('./images/bbcode_code.gif') no-repeat 100% 50%; border: 1px solid #000; border-bottom: none; color: #fff; margin: 10px 5px 0 5px; padding: 2px 4px; font: 0.8em "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; }

.codecontent { background: #1f1f1f; border: 1px solid #000; border-top: none; color: #cc9966; direction: ltr; margin: 0 5px 10px 5px; overflow: auto; padding: 5px; font: normal 0.85em Monaco, 'Courier New', monospace; }

.syntaxbg { color: #fff; }

.syntaxcomment { color: #ff8000; }

.syntaxdefault { color: #0000bb; }

.syntaxhtml { color: #000000; }

.syntaxkeyword { color: #007700; }

.syntaxstring { color: #bb0000; }


/* 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 { background-color: #ffa34f; color: black; }

table.colortable td { padding: 0; }

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

.nowrap { white-space: nowrap; }

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

.linkrow { background: #1a1a1a url('./images/linkrow.gif'); border-bottom: solid 2px #131313; padding: 4px;	width: 960px; }

.announceline	{ background-color: #000000; border: 1px #2b2b2b solid;	margin: 0 auto;	width: 960px; }

/* START CSS for chatbox */
.box	{ margin: 0 auto; width: 100%; }

.shouts	{ height:200px; overflow:auto; width: 100%; }

#chat	{ text-align:left; width: 100%; }

#message { width: 65%; }

#whois_online	{ text-align:left; vertical-align:text-top; }

.online_img { vertical-align:middle; }	

#act_indicator { visibility:hidden; }

	/* END CSS for chatbox */