/*
  GS Theme for phpBB version 2+
  Created by BuZuLL Software
  http://www.buzull.net.
*/




/* ---------[ GENEL ]-------------------------------------------------------------------- */

body { /*margin: 0px;*/ background: #91151c }

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }

hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 10px; }

/*
.bodyline	{ background-color: #f6f6f6; border: #98AAB1 solid; 
border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; } */

/* This is the border line & background colour round the entire page */
.tableline	{ align:center; background-color: #FFFFFF; border: #ffb63b solid;
              border-top-width: 10px; border-bottom-width: 10px; border-left-width: 10px; border-right-width: 10px; }
.bodyline	{ background-color: #f4f4f4; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #cfcfcf; border: 0px #ffb63b solid; }



/* ---------[ YAZI ]--------------------------------------------------------------------- */

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 16px; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height: 120%; color: #000000; }

/* General text */
.gen                   { font-size: 12px; }
.genmed                { font-size: 11px; }
.gensmall              { font-size: 10px; }
.genmini               { font-size: 9px; }
.gen_forum_decs        { font-size: 10px; color: #444444;}
.gen,.genmed,.gensmall,.genmini { color: #000000; }

/* topic decs */
.topic_decs { font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #888888; letter-spacing: -1px;}


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size: 11px; color: #000000 }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px; letter-spacing: 1px; color: #9f0002}

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color: #000030; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color: #000000;}

/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color: #000000; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size: 11px; color: #000000;}

/* Location, number of posts, post date etc */
.postdetails	{ font-size: 10px; color: #000000; }

/* The content of the posts (body of text) */
.postbody       { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;}

/* signature */
.signature		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #888888;}

/* Copyright and bottom info */
.copyright { 
	font-size: 10px; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

/* ---------[ LİNK ]--------------------------------------------------------------------- */

/* ilk sürüm
a:link,a:active,a:visited { color: #9f0002; }
a:hover		              { text-decoration: underline; color: #9f0002; }
*/

a:link,a:active { text-decoration: none; color: #9f0002; }
a:visited       { text-decoration: none; color: #9f0002; }
a:hover	        { text-decoration: underline; color: #9f0002; }

a.cattitle		   { text-decoration: none; color: #9f0002; }
a.cattitle:visited { text-decoration: none; color: #9f0002; }
a.cattitle:hover   { text-decoration: underline; }

a.nav			{ text-decoration: none; color: #9f0002; }
a.nav:visited   { text-decoration: none; color: #9f0002; }
a.nav:hover		{ text-decoration: underline; }

a.topictitle:link    { text-decoration: none; color: #9f0002; }
a.topictitle:visited { text-decoration: none; color: #9f0002; }
a.topictitle:hover	 { text-decoration: underline; color: #9f0002; }

a.postlink:link	   { text-decoration: none; color: #9f0002 }
a.postlink:visited { text-decoration: none; color: #9f0002; }
a.postlink:hover   { text-decoration: underline; color: #9f0002}

a.copyright		    { color: #444444; text-decoration: none;}
a.copyright:visited { text-decoration: none; color: #9f0002; }
a.copyright:hover   { color: #333333; text-decoration: underline;}

a.forumlink 	    { text-decoration: none; color: #9f0002; }
a.forumlink:visited { text-decoration: none; color: #9f0002; }
a.forumlink:hover   { text-decoration: underline; color: #9f0002; }

a.gen,a.genmed,a.gensmall                         { color: #9f0002; text-decoration: none; }
a.gen:visited,a.genmed:visited,a.gensmall:visited { text-decoration: none; color: #9f0002; }
a.gen:hover,a.genmed:hover,a.gensmall:hover       { color: #9f0002; text-decoration: underline; }

a.mainmenu		   { text-decoration: none; color: #9f0002;  }
a.mainmenu:visited { text-decoration: none; color: #9f0002; }
a.mainmenu:hover   { text-decoration: underline; color: #9f0002; }

<!-- /* Simple subforums mod (new messages links) */
a.topic-new, a.topic-new:visited      { color: #EE6900; }
a.topic-new:hover, a.topic-new:active { color: #0066cc; } -->

/* Begin Simple Subforums MOD */
a.topic-new, a.topic-new:visited { color: #f49b06; }
a.topic-new:hover, a.topic-new:active { color: #f49b06; }
/* End Simple Subforums MOD */


/* viewforum */
.topiclink b, .topiclink-new b                  { color: #f49b06; font-size: 11px; line-height: 200%; }
.topiclink a, .topiclink-new a                  { font-size: 11px; font-weight: bold; text-decoration: none; }
.topiclink a:visited                            { color: #111111; text-decoration: none; }
.topiclink a:hover, .topiclink a:active         { color: #111111; text-decoration: underline; }
.topiclink-new a, .topiclink-new a:visited      { text-decoration: none; color: #f49b06; }
.topiclink-new a:hover, .topiclink-new a:active { text-decoration: underline; color: #f49b06; }



/* ---------[ TABLO ]-------------------------------------------------------------------- */

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #FBFBFB; }
td.row2	{ background-color: #EBEBEB; }
td.row3	{ background-color: #FAFAFA; }
td.row4	{ background-color: #EBEBEB; }
td.row5	{ background-color: #FFFFFF; }
td.row6	{ background-color: #EBEBEB; }
td.row7	{ background-color: #E3E3E3; }
td.row8	{ background-color: #EEEEEE; }
td.row9	{ background-color: #f4f4f4; }

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/

/*td.rowpic { background-color: #FFFFFF; background-image: url(images/cellpic2.jpg); background-repeat: repeat-y; }*/

/* Header cells - the blue and silver gradient backgrounds */
.catHead,th,th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	color: #FFFFFF; font-size: 11px; font-weight: bold;
	height: 27px; background-image: url(images/cellpic3.gif); }

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { 
	background-image: url(images/cellpic1.gif);; 
    height: 28px; }

.ozel { 
	background-image: url(images/cellpic1.gif);; 
    height: 24px; }

.arka {
	height: 15px; 
	background-color: #EEEEEE; 
	border: solid 2px #ffb63b; 
	padding-left: 4px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.alt {
	height: 70px; background-color: #EEEEEE; border: #ffb63b solid; 
border-top-width: 3px; border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; }

.on {
	height: 15px; background-color: #cccccc; border: solid 1px #D0D0D0; }

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom { height: 29px; border-width: 0px 0px 0px 0px; }

/*th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 29px; }*/

td.row3Right{ background-color: #F6F6F6; border: #FFFFFF; border-style: solid; }

td.spaceRow { background-color: #91151c; border: #91151c; border-style: solid; }

th.thHead,td.catHead                 { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	             { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom             { border-width: 0px 1px 1px 1px; }
th.thTop,th.thCornerL,th.thCornerR   { border-width: 1px 0px 0px 0px; }
/*
th.thCornerL                         { border-width: 1px 0px 0px 1px; }
th.thCornerR                         { border-width: 1px 1px 0px 0px; }
*/


/* ---------[ KOD VE ALINTI ]------------------------------------------------------------ */

blockquote {
	color: #444;
	display: block;
	margin: 5px 20px;
	width: auto;
	border: solid 1px #D0D0D0;
	background: #fff url(images/bg_quote_content.gif) bottom right no-repeat;
	padding: 5px;
	font-size: 11px;
	line-height: 1.2em;
}

blockquote h6 {
	margin: 0;
	margin-bottom: 5px;
	padding-left: 18px;
	padding-bottom: 3px;
	border-bottom: solid 1px #E0E0E0;
	font-size: 11px;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #808080;
	background: #fff url(images/bg_quote_header.gif) top left no-repeat;
}

.code {
	color: #444;
	display: block;
	margin: 5px 20px;
	width: auto;
	border: solid 1px #D0D0D0;
	background-color: #FFF;
	padding: 5px;
	font-size: 11px;
	line-height: 1.2em;
	font-family: 'Lucida Console', Courier, 'Courier New', sans-serif;
}

.code h6 {
	margin: 0;
	margin-bottom: 5px;
	padding-left: 18px;
	padding-bottom: 3px;
	border-bottom: solid 1px #E0E0E0;
	font-size: 11px;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #808080;
	background: #FFF url(images/bg_code_header.gif) top left no-repeat;
}

/* ---------[ FORM ELEMANLARI ]---------------------------------------------------------- */

form { display: inline; }

input { text-indent: 2px; }
input,textarea, select { color: #333; font: normal 11px Verdana, Arial, Helvetica, sans-serif; }
input.post, textarea.post, select { background-color: #FFF; border: solid 1px #ABB7BD; }
/*input.post, select { height: 17px; }*/

input.button { background-color: #FFF; color: #333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;  border: solid 1px #ABB7BD; }

input.mainoption { background-color: #FFF; font-weight: bold;  border: solid 1px #ABB7BD; height: 17px; }
input.liteoption { background-color: #FFF; font-weight: normal;  border: solid 1px #ABB7BD; height: 17px; }

select optgroup { background-color: #C3C7C9; color: #404040; }
select option, select optgroup option { background-color: #FFF; color: #000; }

.helpline { background-color: #FFF; border: solid 1px #ABB7BD; color: #444; }


/* ---------[ TOP MENÜLER ]-------------------------------------------------------------- */

#top_menu { margin: 2px 0 5px 0; padding: 1px 3px; border: solid 1px #CFCFCF;  
   border-left-width: 4px; border-right-width: 4px; }  

.menu_title { margin: 2px 0 5px 0; padding: 1px 3px; color: #444;  
   font-size: 10px; line-height: 1.5em; text-align: left; } 
  

.menu_row { margin: 2px 0 5px 0; padding: 1px 3px; color: #444;  
   font-size: 10px; line-height: 1.5em; text-align: right; } 

/* ---------[ DİĞER ]-------------------------------------------------------------------- */

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

img { border:0px; }

/* Partner Block */
#partner { margin: 2px 0 5px 0; padding: 1px 3px; border: solid 1px #CFCFCF;  
   border-left-width: 4px; border-right-width: 4px; }  

.partner_title { margin: 2px 0 5px 0; padding: 1px 3px; color: #444;  
   font-size: 10px; font-weight: bold; line-height: 1.5em; text-align: right; }  

.partner_row { margin: 2px 0 5px 0; padding: 1px 3px; color: #444;  
   font-size: 10px; line-height: 1.5em; text-align: left; } 

/* profildeki avatar */
.minimal { background-color: #F5F5F5; width: 1%; height: 1%; white-space: nowrap; text-align: center; }

/* renk bbcode çerçevesi */
.fontpick td { border: solid 1px #2C6B9D;
    padding-right: 2px; padding-left: 2px; padding-top: 3px; padding-bottom: 3px;
    font-weight: bold; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
    background: #FFF; line-height: 90%; text-align: center; width: 15px;
}

/* topic color */
.announce  { font-size: 11px; font-weight: bold; color: red; }
.important { font-size: 11px; font-weight: bold; color: green; }
.moved     { font-size: 11px; font-weight: bold; color: #999999; }
.poll      { font-size: 11px; font-weight: bold; color: #000000; }

/* viewtopic durumlar */
.info {
padding-left: 4px;
padding-right: 0px;
padding-top: 1px;
padding-bottom: 1px;
background-color: #FDFDFD;
border-top: 1px solid #f5f5f5;
border-right: 1px solid #CFCFCF;
border-left: 1px solid #f5f5f5;
border-bottom: 1px solid #CFCFCF;
margin-bottom: 3px;
}

/* topic_nav */
.topic_nav {
padding-left: 4px;
padding-right: 0px;
padding-top: 1px;
padding-bottom: 1px;
background-color: #eeeeee;
border-top: 1px solid #CFCFCF;
border-right: 4px solid #CFCFCF;
border-left: 4px solid #CFCFCF;
border-bottom: 1px solid #CFCFCF;
margin-bottom: 3px;
}

/* header/footer */
.hdr-bg1 { height: 29px; margin: 0; width: auto; }
.hdr-bg1-left { height: 29px; padding-left: 20px; }
.hdr-bg1-right { height: 29px; padding-right: 20px; text-align: center; }
.hdr-table { text-align: center; height: 29px; padding: 0; }
* html .hdr-table img { display: block; }
.hdr-table td.hdr-table-title { 
	text-align: center;
	vertical-align: top;
	color: #DDD;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	padding-top: 9px;
	height: 29px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 20px;
}
html>body .hdr-table .hdr-table-title { 
	height: 20px; 
}

.hdr-table-title a, .hdr-table-title a:visited { color: #DDD; text-decoration: none; border-bottom: solid 1px #BBB; }
.hdr-table-title a:hover, .hdr-table-title a:active { color: #FFF; text-decoration: none; border-bottom-color: #FFF; }

.tbl-left { background: #696969 url(images/tbl_left.gif) top left repeat-y; padding-left: 10px; }
.tbl-right { background: #696969 url(images/tbl_right.gif) top right repeat-y; padding-right: 10px; }

.ftr-bg { margin: 0; height: 12px; }
.ftr-left { height: 12px; }
.ftr-right { height: 12px; }

/* ---------[ DOSYA SONU ]-------------------------------------------------------------------- */
