/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		kardanadam
	Based on style:	subSilver2 (the default phpBB 3 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		AkaNSu (http://www.foruz.net/)
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

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

html {
	font-size: 100%;
}

body{
background: #ededed url(http://db2.stc.s-msn.com/br/hp/v12/tr-tr/css/i/bg_k.gif) repeat-x;
background-attachment:fixed;
font-size: 65%;
font-family:  "tahoma";

color:#CC0000;
padding: 0;
margin: 0;
}

#main_container{
position:relative;
padding:0;
width: 990px;
height: auto;
margin:29px auto auto auto;

}
#wrapheader{
width:990px;
height:105px;
-moz-opacity:0.3;filter:alpha(opacity=30);
background:#FFFFFF;
}
#logo{
position:absolute;
top:1px;
left:0px;
cursor:pointer;
}

#center_content{
width:990px;
height: auto;
background-color:#FFFFFF;
}

/*---------------menu------------*/
ul.menu1 {
list-style-type:none; display:block; width: auto; height:15px; margin:auto; padding-left:212px;  background: #FFFFFF; }

ul.menu1 li {
display:inline;}

a.nav1:link, a.nav1:visited {
display:block; float:left; padding-top:5px; margin-right:5px;width:105px; height:30px; text-align:center; font-weight:bold; font-size:12px;
text-decoration:none; color: #fff; background:url(images/bt_bg.jpg) no-repeat center;}

a.nav1:hover {
display:block; float:left; padding-top:5px; margin-right:5px;width:105px; height:30px; text-align:center; font-weight:bold; font-size:12px;
text-decoration:none; color: #fff; background:url(images/bt_bg_a.jpg) no-repeat center;}

a.nav2:link, a.nav2:visited {
display:block; float:left; padding-top:5px; margin-right:5px;width:105px; height:30px; text-align:center; font-weight:bold; font-size:12px;
text-decoration:none; color: #fff; background:url(images/bt_bg_a.jpg) no-repeat center;}
.spacer{
width:500px;
height:2px;
padding-bottom:1px;
clear:both;
}

/*---------------SubSilver2 Buradan Başlıyor----------*/



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

#wrapfooter {
	width:auto;
    height:133px;
    clear:both;
    margin:5px 5px 0 5px;
    background: no-repeat center;
    background-position:0px 0px;
    padding-top:20px;
    padding-left:1px;
    color:#FFFFFF;
    text-align:center;
	}



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


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

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

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

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


/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: "Verdana", Trebuchet MS, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

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

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

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

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: black;
	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-left: 20px;
	float: left;
	color: #000000;
	white-space: normal;
	font-size: 1.2em;

}

.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 {
	color:#666666;
	font-family: "Arial";
	font-size: 1.1em;
	padding: 4px 1px 4px 1px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	font-family: "Verdana";
	font-size: 11px;
	color: black;
	margin: 1px 0;
}

p.topicdetails2 {
	font-family: "Verdana";
	font-size: 18px;
	color: black;
	margin: 1px 0;
}

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

.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: #000000;
	font-weight: bold;
	font-size: 13px;
}

.postdetails {
	color: #000000;
	}

.postbody {
	font-size: 12px;
	line-height: 1.4em;
	font-family: "Verdana";
	color: black;
	
	
}

.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 {
	margin: 0;
	color: black;
	font-weight: bold;
}

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

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-family: "Verdana";
	font-size: 1.2em;
    color:#000000;
}

.genmed {
	margin: 1px 1px;
	font-family: "Verdana";
	font-size: 1.1em;
    color:#000000;
}

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

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

.titles {
	font-family: "Verdana", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-transform: uppercase;
	text-align: center;
	
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	background-color: #A23920;
	background-image: url('images/cellpic3.gif');
	white-space: nowrap;
	padding-left:1px; padding-right:1px; padding-top:3px; padding-bottom:3px
}

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

.tablebg {
	background-color: #D1D1E1;
	border-bottom: 1px solid #750003; border-left: 1px solid #750003;  border-right: 1px solid #750003; border-top: 1px solid #750003;
}



.cat {
	color: #FFFFFF ;
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0 none;
	background-color: #D5543A;
	background-image: url('images/cellpic1.gif');
	text-indent: 4px
}

.cat1 {
	
    height: 28px;
	margin: 0;
	padding: 0;
	border: 0 none;
	background-color: #D5543A;
	background-image: url('images/cellpic1.gif');
	text-indent: 4px
}

.cat2 {
    color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	background-color: #A23920;
	background-image: url('images/cellpic3.gif');
	white-space: nowrap;
	padding-left:1px; padding-right:1px; padding-top:3px; padding-bottom:3px
}

.cat3 {
   height: 20px;
   background-color: #9C5C5C;
}
.row1 {
	background-color: #FFFFFF;
	padding: 4px;
}

.row2 {
	background-color: #F5F5F5;
	padding: 4px;
}

.row3 {
	background-color: #F9FAF9;
	padding: 4px;
}

.row4 {
	background-color: #FFFFFF;
	padding: 4px;
}
.row5 {
    
	background-color: #CF6265;
	
}

.spacer {
	background-color: #D1D7DC;
}


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

.legend {
	text-align:center;
	margin: 0 auto;
}



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

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

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

a.forumlink {
	color: #510000;
	font-family: Helvetica;
	font-size: 13px;
	text-decoration: none;
}

a.forumlink:hover {
	color: #FF4400;
    
}

a.topictitle {
	color: #510000;
	margin: 1px 0;
	font-family: "Arial", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	text-transform: capitalize;
}

a.topictitle:visited {
	font-weight: normal;
	text-decoration: none;
	text-transform: capitalize;
	margin: 1px 0;
}

a.topictitle:hover {
	color: #FF4400;
    text-decoration: underline;
}

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

th a:hover {
	text-decoration: underline;
}
/*kardanadam Styles Links
 ------------ */
.cat a,
.cat a:visited {
	color: #FFFFFF !important;
	font-family: Verdana ;
	font-size: 1em;
	text-decoration: none;
}
.cat a:hover {
	color: #FFFF66 !important;
	text-decoration: underline;
}

.cat1 a,
.cat1 a:visited {
	color: #FFFFFF !important;
	font-family: Verdana ;
	font-size: 1.3em;
	text-decoration: none;
}
.cat1 a:hover {
	color: #FFFF66 !important;
	text-decoration: underline;
}

.cat3 a, 
.cat3 a:visited {
    color: #E0E0F6 !important;
    font-family: Verdana ;
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;
	
}
.cat3 a:hover {
	color: #FFFF66 !important;
	text-decoration: underline;
}	


.row5 a,
.row5 a:visited {
    color: #FFFFFF !important;
	font-family: Verdana ;
	font-size: 11px;
    text-decoration: none;	
	padding: 1px 0 1px 30px ;
	float:left;
	}
.row5 a:hover {
	text-decoration: underline;
	}	
		

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

input {
	color: #333333;
	font-family: "Verdana",  Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}

textarea {
	background-color:#FAFAFA;
	color: #333333;
	font-family: "Verdana", Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: "Verdana", Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 1px;
	}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

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

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

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

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}

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

.subforum.read { 
	background: url(images/subforum_read.gif) top left no-repeat;
	padding-left: 12px;
	line-height: 15px;
}
.subforum.unread { 
	background: url(images/subforum_unread.gif) top left no-repeat;
	padding-left: 12px;
}

/* BBCode
 ------------ */
.quotetitle, .attachtitle, .codetitle {
font-size: 1em;
color: black;
}

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

.quotecontent, .attachcontent, .codecontent {
	margin: 0 5px 10px 8px;
	padding: 5px;
	border-color: #FFFFFF;
	border: groove 1px ;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: Verdana;
	background-color: #F5F5F5;
	color: black;
}

.attachcontent {
	font-size: 0.85em;
}



.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* 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;
}

             * html body{
              overflow:hidden;
             } 
             * html #tasiyici{
              height:100%;
              overflow:auto;
             }
@media screen{
              body>#taban{
               position: fixed;
              }
             }

            #taban{
              position:absolute;
              bottom:0;
              margin-left:9px;
              width:98%;
              height:30px;
              background:white;
            }  


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

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

.nowrap {
	white-space: nowrap;
}

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

.menu2 li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	      /* move all main list items into one row, by floating them */
	position: relative;	  /* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		      /* thus we need to apply explicit z-index here... */
	list-style: none;
}

.menu2 li:hover {
	z-index: 10000;	      /* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;  /* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							 see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu2 li li {
	float: none;		 /* items of the nested menus are kept on separate lines */
	position:relative !important;
}

.menu2 ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	       /* while hidden, always keep them at the top left corner, */
	top: 0;		       /* to avoid scrollbars as much as possible */
}

.menu2 li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	            /* 1st level go below their parent item */
}

.menu2 li li:hover>ul {	    /* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear -- force containment of floated LIs inside of UL */
.menu2:after, .menu2 ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu2, .menu2 ul {/* IE7 float clear: */min-height: 0;}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu2 ul {
	background-image: url(../img/empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu2 ul ul {
	padding: 30px 30px 30px 10px;
	margin: 0 0 0 -10px;
}
/* -- sticky.submenu.END -- */



/************************************************************************************/
/*************************** DHTML_menu styles **************************************/
#mainNav {
	background-image: url(http://www.trf1.net/fotogaleri/themes/flickrish_orijinal/images/menu_bar.jpg) ;
	border-bottom: 0px solid #444444;
	height: 39px;
	margin: 0px 0px;
	font-size:12px;
}

.menu2 ul {
	font-size:12px;
}

.menu2 ul li {
    margin:0;
    float:none;
    border:none;
}
  
ul.menu2 li ul {
	font-size:98%;
}

.menu2 ul {
	width: 15em;
	margin:0; 
	padding:0;
}

.menu2 li:hover {
	background:#e6e6e6; 
}

/* Link styles */
.menu2 li a{
	display:block;
	height:39px;
	line-height:39px;
	padding:0 12px;
	background: (www.trf1.net/fotogaleri/themes/flickrish_orijinal/images/menu_pipe.gif) right top no-repeat;
	text-transform: uppercase;
}

.menu2 li a:link,
.menu2 li a:visited,
.menu2 li a:hover {
	color: #000000;
    font-weight:normal;
    text-decoration:none;
}

.menu2 li a:hover {
	color:#FFFFFF;
	background-color:#eb0104;
}

.menu2 ul li {
	background:#e6e6e6;
}

.menu2 ul li:hover {
	background:#eb0104;
}

.menu2 ul li a:link,
.menu2 ul li a:visited,
.menu2 ul li a:hover {
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	display: block;
	float:none;
	position: relative;
	border:none;
	height:auto;
	line-height:100%;
	padding:6px 6px 6px 14px;
	background: url(www.trf1.net/fotogaleri/themes/flickrish_orijinal/images/dhtml_subcat_bullet.gif) 3px 9px no-repeat;
	border-bottom:1px solid #dadada;
}

.menu2 ul li a:hover {
	/*background: #FFFFFF;*/
}

.menu2 li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	background:#FFFFFF;
	padding:0;
}

/********************************************************************************************/
/**************************** Internet Explorer only styles ********************************/

/* Hides from IE5-mac \*/
* html #mainNav a {float:left;}

* html .menu2, * html .menu2 ul {zoom: 1;}

* html .menu2 li.adxmhover {z-index: 10000;}

* html .menu2 .adxmhoverUL {visibility: visible;}

* html .menu2 .adxmhoverUL {top: 100%; left: 0;}

* html .menu2 .adxmhoverUL .adxmhoverUL {top: 0; left: 100%;}

* html .menu2 .adxmhoverA {background:#FFFFFF;}

* html .menu2 ul a {zoom: 1;}

* html .menu2 ul li {display:inline !important;}

* html .menu2 ul li a:link,
* html .menu2 ul li a:visited,
* html .menu2 ul li a:hover {text-decoration: none; display:inline-block; display:block;}

* html #mainNav .menu2 li ul li {margin:0; padding:0;}

* html .menu2 li li {width:100%; margin:0; padding:0;}

* html #mainNav .menu2 ul li a:link,
* html #mainNav .menu2 ul li a:visited,
* html #mainNav .menu2 ul li a:hover {float:none;}

* html .menu2 ul ul {padding:0;}
/* End hide from IE5-mac */
