
/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			subsilver2
	Based on style:		subSilver (the default phpBB 2.0.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

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

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	color: #282828;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0;
}

#wrapheader {
		margin: 15px 25px 0 25px;

}

#wrapcentre {
	margin: 15px 25px 0 25px;
}

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

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

#logodesc {
	background-color: #C1CAD2;
	background-image: url(styles/just_enjoy_LH/theme/images/background.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding: 0 25px 15px 25px;
}

#menubar {
	margin: 0 25px;
}

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

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

.forumrules {
	background-color: #FEF3E0;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	border: 1px solid #FBDB9F;
}

.forumrules h3 {
	color: #B97373;
}

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

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


/*  Text
 --------------------- */
h1 {
	color: black;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	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: 0;
	float: left;
	color: black;
	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;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

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

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

.postapprove img, .postreported img {
	vertical-align: bottom;
	padding-top: 5px;
}

.postauthor {
	color: #000000;
}

.postdetails {
	color: #000000;
}

.postbody {
	font-size: 14px;
	line-height: 1.5em;
	font-family: helvetica, arial, sans-serif;
}

.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;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

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

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

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

.copyright {
	color: #444;
	font-weight: normal;
}

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

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	background-color: #0B5CAD;
	line-height: 25px;
	color: #FFFFFF;
	font-weight: bold;
	white-space: nowrap;
	font-size: 12px;
}

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

.tablebg {
	border: 1px solid #E4AB1E;
	background-color: #FFFFFF;
}

.catdiv {
	background-color: #DADADA;
	line-height: 20px;
	color: #0B5CAD;
	font-weight: bold;
}
.rtl .catdiv {
	background: white url(styles/just_enjoy_LH/theme/images/cellpic2_rtl.jpg) repeat-y scroll top right;
}

.cat {
	/* height: 28px; */
	background-color: #DADADA;
	line-height: 20px;
	color: #0B5CAD;
	font-weight: bold;
}

.row1 {
	background-color: #F7F7F7;
	padding: 4px;
}

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

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

.spacer {
	background-color: #e8e8e8;
}

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

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

/* Links
 ------------ */

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {
	direction: rtl;
	unicode-bidi: embed;
}

/* CSS spec requires a:link, a:visited, a:hover and a:active rules to be specified in this order. */
/* See http://www.phpbb.com/bugs/phpbb3/59685 */
a:link {
	color: #0B5CAD;
	text-decoration: none;
}

a:visited {
	color: #0B5CAD;
	text-decoration: none;
}

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

a:active {
	color: #0B5CAD;
	text-decoration: none;
}

a.forumlink {
	color: #0B5CAD;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle {
	margin: 1px 0;
	font-size: 14px;
	color: #0B5CAD;
	font-family: helvetica, arial, sans-serif;
}

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

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

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


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

input {
	color: #333333;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #CDCECF;
	background-color: #FFFFFF;
	font-family: helvetica, arial, sans-serif;
	
}

textarea {
	background-color: #FFFFFF;
	color: #333333;
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #CDCECF;
	padding: 2px;
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
}

select {
	color: #333333;
	background-color: #FFFFFF;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #CDCECF;
	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;
	vertical-align:middle;
}

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

.label {
	vertical-align:middle;
}

.btnbbcode {
	color: #333333;
	font-weight: normal;
	font-size: 12px;
	/*background-color: #FFFFFF;*/
	background-color: #0B5CAD;
	color: #FFFFFF;
	/*border: 1px solid #CDCECF;*/
	border: 1px solid #E4AB1E;
}

.btnmain {
	font-weight: bold;
	/*background-color: #FFFFFF;*/
	background-color: #0B5CAD;
	color: #FFFFFF;
	/*border: 1px solid #CDCECF;*/
	border: 1px solid #E4AB1E;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	/*background-color: #FFFFFF;*/
	background-color: #0B5CAD;
	color: #FFFFFF;
	/*border: 1px solid #CDCECF;*/
	border: 1px solid #E4AB1E;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	/*background-color: #FFFFFF;*/
	background-color: #0B5CAD;
	color: #FFFFFF;
	/*border: 1px solid #CDCECF;*/
	border: 1px solid #E4AB1E;
	padding: 1px 5px;
	font-size: 1.1em;
}

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


/* BBCode
 ------------ */
.quotetitle, .attachtitle , .codetitle {
	color: #333333;
	background-color: #f7f7f7;
	font-size: 1em;
	font-weight: bold;
	background-image: url(styles/just_enjoy_LH/theme/images/quote.gif);
	background-repeat: repeat-x;
	height: 35px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e5e5e5;
	border-right-color: #e5e5e5;
	border-bottom-color: #e5e5e5;
	border-left-color: #989898;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	padding-top: 5px;
}

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

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5em;
	background-color: #f7f7f7;
	color: #292929;
	border-top-width: 0;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e5e5e5;
	border-right-color: #e5e5e5;
	border-bottom-color: #e5e5e5;
	border-left-color: #989898;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.attachcontent {
	font-size: 0.85em;
}
/*
.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-size: 0.8em;
}
*/

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	font-weight: normal;
	color: #006600;
	font-size: 1em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
	
	border-top-width: 0;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e5e5e5;
	border-right-color: #e5e5e5;
	border-bottom-color: #e5e5e5;
	border-left-color: #989898;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.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;
}


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

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

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
}

.nowrap {
	white-space: nowrap;
}

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

/* subforum images */
.subforum.read {  
    background: url(styles/just_enjoy_LH/theme/images/icon_post_target.gif) center left no-repeat;  
    padding-left: 12px;  
}
  
.subforum.unread {  
    background: url(styles/just_enjoy_LH/theme/images/icon_post_target_unread.gif) center left no-repeat;  
    padding-left: 12px;  
}

/******   SONRADAN EKLENENLER   */

.footer {
	font-size: 12px;
	width: auto;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	color: #B7B7B7;
}
.header {
	background-color: #E4AB1E;
}
.logo {
	background-color: #E4AB1E;
	height: auto;
	padding: 5px;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
        display: block;
}
.logo a:link, .logo a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.logo_tarifi {
	font-size: 15px;
	font-weight: lighter;
	font-style: italic;
}
.ufak_harf {
	font-size: 11px;
	padding: 4px;
}
.en_ust_menu {
	width: auto;
	color: #7F7F7F;
	font-size: 12px;
	margin-bottom: 20px;
}
.en_ust_menu  a:link, .en_ust_menu  a:visited {
	font-weight: lighter;
	color: #7F7F7F;
	text-decoration: none;
}
.en_ust_menu a:hover {
	text-decoration: underline;
	color: #D1D1D1;
}

/*
.en_ust_menu img {
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 3px;
}

*/
.buyuk_topla {
	background-color: #FFFFFF;
	padding: 10px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

/* Kategori tr */
.tdustKategori {
	background-color: #DADADA;
	line-height: 20px;
	color: #0B5CAD;
	font-weight: bold;
}

/* En ¸stteki bar */
.tdust {
	background-color: #A3A3A3;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
.forum_desc {
	font-size: 11px;
}


.border {
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
.tdrow1 {
	background-color: #f7f7f7;
}

.tdrow2 {
	background-color: #efefef;
}
.td_menu {
	padding: 0px;
        background-color: #E4AB1E;
        display: block;
}

/* men¸ **/
/******   H3    */
ul#menu
{
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
        float:right;
	font-size:12px;
	background-color: #E4AB1E;
}
ul#menu li
{
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E4AB1E;
        font-weight: bold;
}

ul#menu li a
{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	height:22px;
	background-color: #0B5CAD;
	padding-top: 6px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
}

ul#menu li a:hover
{
	background-color: #FFFFFF;
	color: #464646;
}
ul#menu li a img {
	padding:0;
	border: none;
	vertical-align: middle;
	padding-right: 4px;
	float: left;
	margin-top: -3px;
}
ul#menu li a strong {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #909090;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-color: #B9B9B9;
	/*
	text-shadow: 1px 2px 1px #555;
	*/
	
	text-shadow: 0 -1px 1px #000;
}
ul#menu li a span strong {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CC0000;
	color: #FFFFFF;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	background-color: #CC0000;
	font-weight: bolder;
	text-shadow: 0 -1px 1px #111;
}

.ortala {
	vertical-align: middle;
}
.border_yok {
	border: none;
}.temizle {
	clear: both;
}

.mesaj_kutusu {
	padding: 4px;
	width: 160px;
	border: 1px solid #BDC1C4;
	background-color: #FFFFFF;
	margin: 4px;
	text-align: left;
}
.btnlogin {
	background-image: url(styles/just_enjoy_LH/theme/images/login.png);
	background-repeat: no-repeat;
	height: 21px;
	width: 46px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
}
.btnarama {
	background-image: url(styles/just_enjoy_LH/theme/images/ara.png);
	background-repeat: no-repeat;
	height: 21px;
	width: 21px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
}

#pagination a{
	border: 1px solid #E9E9E9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding: 4px;
	background-color: #FFFFFF;
}
	#pagination a:hover{
	background-color: #FFFFFF;
}

#pagination  strong{
	border: 1px solid #838383;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color: #a3a3a3;
	color: #FFFFFF;
	padding: 4px;
}



	#pagination_kucuk a{
	border: 1px solid #D2D2D2;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
	#pagination_kucuk a:hover{
	color: #FFFFFF;
	background-color: #a3a3a3;
	border: 1px solid #838383;
}

#pagination_kucuk  strong{
	border: 1px solid #828282;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding: 4px;
	background-color: #A3A3A3;
	color: #FFFFFF;
}
.box_arama {
	position: absolute;
	margin-top: -25px;
	margin-right: 10px;
	font-size: 11px;
	width: 200px;
	margin-left: 50%;
}
.box_arama .gensmall {
	font-size: 12px;
	font-weight: lighter;
}
.box_arama .btnlite {
	font-size: 12px;
}
.collapse_alt {
	position: absolute;
	margin-top: -18px;
}
.feed {
	height: 15px;
	width: 15px;
	margin-left: 60%;
	position: absolute;
	margin-top: -25px;
}