﻿/* 
TABLE OF CONTENTS 

  HTML Elements
  Structure
  Navigation Bar
  Text
  Index Page
  Content Page
  Sidebar
  Form Elements  
  Comments
  Footer
  Clear

/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body {
	font: 100%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background: #535451;
	color: #505050;
	}

p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #00aeef;
	text-decoration:none
	}

a:hover, a:active {
	text-decoration:underline;
	}

a img {
	border:0px;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border:3px solid #ccc;
	background: #00aeef url("images/ul-li-back-1.jpg") repeat-x;
	color: #fff;
	font-size:1.05em;
	font: Arial;
	line-height:1.5em;
	margin: 10px 15px 20px 15px;
	}

select {
	width: 130px;
	}	
h4 { 
color : #00aeef; 
background : transparent url("images/arfiledt.gif") no-repeat center left; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 200%;
padding-left : 23px; 
margin-bottom : 10px;
padding-bottom:5px;
margin-top:0px;
border-bottom : 1px dotted #e2e2e2;
font-weight : normal; 
}
.fl { float:left;}
.fr {float:right;}
h5 { 
font-size : 90%;
font-weight:normal;
margin:0px;
} 
h6 { 
font-family : Arial, Helvetica, sans-serif;
font-size : 150%;
color : #81b628;
padding-top : 3px;
margin-bottom : 3px;
font-weight : normal;
} 

.prev {cursor:pointer;width:17px;height:10px;margin-right:10px;}
.next {cursor:pointer;width:17px;height:10px;margin-right:10px;}

/* Structure */


#head {
	width:930px;
	margin:0px auto;
	margin-top:0px;
	padding:0px 5px 15px 5px;
	font-size:0.7em;
	background:#fff;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#page {
	width:920px;
	margin:0px auto;
	padding:10px;
	background:#eeeeee url("images/bg_stripe.gif");
	font-size:0.7em;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#inner {
    margin:0;
    padding:0;
    background: url("images/left_stripe.gif") left repeat-y;
}

.left {
	float:left;
	}

.right {
	float:right;
	}


/* Navigation Bar*/
#navbar {
	margin:0 auto;
	padding:5px 10px 5px 10px;
	background:#000 url("images/ustmenubg.jpg");
	width:920px;
	font-size:80%;
	color: #fff;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}
#navbaralt {
	margin:0 auto;
	padding:5px 10px 5px 10px;
	background:#000 url("images/altmenubg.jpg");
	width:920px;
	font-size:60%;
	color: #fff;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#page-bar {
	padding:0px;
	}
#page-baralt {
	padding:0px;
	}
#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #303030;
	}

#page-bar li:hover {
	background: #333333;
	}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:7px 14px;
	font-weight:bold;
	color:#eeeeee;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}


#page-baralt ul {
	list-style: none;
	}

#page-baralt li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #303030;
	}

#page-baralt li:hover {
	background: #333333;
	}


#page-baralt a, #page-bar a:visited {
	margin: 0px;
	padding:7px 14px;
	font-weight:bold;
	color:#eeeeee;
	display:block;
	}

#page-baralt a:hover {
	text-decoration:none;
	display:block;
	}







#page-baralt p {
	margin:0;
	padding:0;
	}

#lang {
	margin-right: 5px;
	margin-top: 3px;
	width: 50px;
	float:left;
	}
#lang img {
	margin-right: 4px;
	}
#lang img a {
	border: none;
	}
#lang img a:hover {
	border: none;
	}

#aramaformu {
	width:210px;
	float:right;
	text-align:right;
	padding-top:3px;
	margin-right:-7px;
	}


/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 200px;
	font-weight:normal;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	width: 200px;
	font-weight:normal;
	float: none;
	margin: 0px;
	padding: 4px 10px 4px 10px;
	background: #333333 url("images/dots_nav.gif") repeat-x top;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #5b5b5b;
	font-weight:normal;
	padding: 4px 10px 4px 10px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	z-index: 9999;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}




h3.cat_title, h3.cat_title a {
	color:#333333;
	letter-spacing:-0.05em;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	margin-bottom:15px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#logo {
    
	width:165px;
	height:90px;
	background:#fff;
	}

#tagline {
	margin-top:10px;
	font-size:1em;
	color:#1d3566;
	font-weight:bold;
	}

#top {
	margin:0 auto;
	padding:0px 10px 0px 0px;
	background:#dedede;
	width:930px;
	font-size:0.7em;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#headline {
	width:600px;
	height:300px;
	float:left;
	padding:0px 0px 0px 0px;
	line-height:1.5em;
	background:#f6f6f6;
	margin:0;
	}

/*#headline a {
	color:#a0a0a0;
	}


#headline a:hover {
	color:#d0d0d0;
	}
*/
#top div.label {
	font:1.2em Arial;
	font-weight:bold;
	text-transform:lowercase;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:0px;
	padding-top:15px;
	}

#headline div.title {
	font:2.4em Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:0.9em;
	padding-bottom:5px;
	padding-top:5px;
    margin-top:0px;
	}

#headline div.meta {
	display:block;
	padding:4px 0px 4px 0px;
	color:#ececec;
	font-size:0.85em;
	}

#headline p {
	padding-bottom:25px;
	}

#featured {
	width:300px;
	float:right;
	padding:0px 5px 0px 5px;
	font-size:1.05em;
	}

#featured li {
    list-style:none;
    width: 310px;
    height: 75px;
    margin-bottom:10px;
}

#featured .clearfloat {
	margin-top:0px;
}

#featured .info {
    margin-top:0px;
	padding-top:10px;
	float:right;
	width:193px;
	font-size:0.9em;
	}

#featured .meta {
	margin-top:5px;
    font-size:0.85em;
	}

#featured .title {
	font-weight:bold;
	}

#featured .divider {
	margin-left:95px;
	}

#featured a {
	color:#000000;
	}

#featured a:hover {
	color:#808080;
	}

#featured a img {
	border:2px solid #fff;
	margin-right:10px;
	}
#featured a:hover img {
	border:2px solid #00aeef;
	margin-right:10px;
	}

#single_head {
	width:195px;
	float:left;
	padding:15px 12px 20px 25px;
	margin:0;
	background:#333333;
	color:#fff;
	}

#single_head a img {
	border:3px solid #fff;
	}

#single_desc {
	width:675px;
	float:right;
	padding:0px 10px 5px 10px;
	font-size:1.05em;
	line-height:1.5em;
	}


#single_desc div.title {
	font:2.4em Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:5px;
	padding-top:10px;
	}

#single_desc div.meta {
	display:block;
	padding-bottom:5px;
	font-size:0.85em;
	}

#single_desc p {
	margin:0px;
	padding-bottom:10px;
	}

#single_desc a {
	color:#000000;
	}

#single_desc a:hover {
	color:#808080;
	}

#mores {
	margin:0 auto;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	border-bottom:5px solid #fff;
	width:940px;
	font-size:0.7em;
	}

#more-head {
	background:#333333;
	text-align:center;
	float:left;
	width:560px;
	padding:0px 12px 10px 25px;
	}

#more-feat {
	background:#dedede;
	text-align:center;
	float:right;
	width:320px;
	padding:0px 10px 10px 13px;
	}

#more-head a {
	background:#404040;
	color:#b0b0b0;
	}

#more-feat a {
	background:#d0d0d0;
	color:#505050;
	}

#more-head a, #more-feat a {
	float:right;
	font-weight:bold;
	padding:3px 8px;
    margin-left:8px;
	}

#more-feat a:hover {
	text-decoration:none;
	background:#b0b0b0;
	}

#more-head a:hover {
	text-decoration:none;
	background:#505050;
	}

#middle {
	margin:0 auto;
	padding:10px 10px 0px 10px;
	background:#fff;
	width:920px;
	font-size:0.7em;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}
    
.category {
	width:174px;
	float:left;
	border-top:8px solid #333333;
	margin:0px;
	padding:5px 10px 15px 0px;
	background:#fff;
	}
.categoryimg{
	height:60px;
	overflow:hidden;
	}
.category p {
	margin:0;
	}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #gallery h3 {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:1.5em;
	letter-spacing:-0.05em;
	}

#front-list .cat_title {
	font-size:1.25em;
	}

#front-popular h3 {
	color:#fff;
	}

.more-link {
	display:block;
	margin:15px 0px;
	}

.category a {
	color:#333333;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#999;
	text-decoration:none;
	}

#bottom {
	width: 920px;
	}

#bottom-left {
	float:left;
	width:600px;
	}

#bottom-left .meta, #content.archive .meta {
	font-size:0.85em;
	}

#front-list {
	width:570px;
	padding:10px;
	background:#fff;
	font-size:1.05em;
	line-height:1.75em;
	margin-bottom:10px;
	border-top:1px solid #ececec;
	}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title {
	font:1.5em Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	}

#front-list .divider {
	margin-left:216px;
	margin-top:0px;
	margin-bottom:0px;
	}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	color:#333333;
	font-weight:bold;
	}

.uyari {
	color:#ff0000;
	font-weight:bold;
	font-size:0.8em;
	}

#headline p, #featured p {
	margin:0;
	}


#paged-list {
	width:570px;
	padding:0px 10px;
	background:#fff;
	font-size:1.05em;
	line-height:1.75em;
	border-top:1px solid #ececec;
	}

#paged-list .clearfloat {
	background: url("images/dots_content.gif") repeat-x bottom;
    padding-bottom:1px;
	}

.onecolumn {
	line-height:1.5em;
	padding:10px 0px;
	margin:0;
	}

.onecolumn img {
	float:left;
	margin:8px 10px 7px 0px;
	border:1px solid #ccc;
	padding:2px;
	}

.tanbox {
	width:275px;
	line-height:1.5em;
	padding:10px 0px;
	margin:0;
	}

.archive .tanbox {
	width:570px;
	background: url("images/dots_content.gif") repeat-x bottom;
    padding-bottom:1px;
	}

.tanbox img {
	float:left;
	margin:8px 10px 7px 0px;
	border:1px solid #ccc;
	padding:2px;
	}

.tanbox span.title a, .onecolumn span.title a {
	font:1.2em Arial;
	font-weight:bold;
	}

.tanbox p, .onecolumn p {
	margin:5px 0px;
	}	

#navigation {
	padding:15px 10px;
	background:#fff;
	font-size:1.05em;
	text-align:center;
	width:550px;
	}


/* Content Page*/

#content {
	width:570px;
	background:#fff url("images/bubbles-1.jpg") repeat-y;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	border-top:1px solid #ececec;
	text-align: justify;
	}

.post {
	font-size:1.2em;
	line-height:1.75em;
	margin-bottom: 50px;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	border-bottom:1px solid #e2e2e2;
	}

.entry ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

#content h2.title {
	letter-spacing:-0.05em;
	border-bottom:1px solid #e2e2e2;
	border-top:3px solid #e2e2e2;
	margin-bottom:20px;
	padding:5px 0px;
	color:#000000;
	}

.entry ul li, #front-list ul li {	
	list-style:none;
	margin: 0px 15px 5px 15px;
	display: block;
	background: #ccc;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	}
.entry ul li a, #front-list ul li a {	
	list-style:none;
	display: block;
	background: #00aeef url("images/ul-li-back-1.jpg") repeat-x;
	padding: 5px 5px 5px 10px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	border:3px solid #ccc;
	}
.entry ul li a:hover, #front-list ul li a:hover {	
	list-style:none;
	display: block;
	background: #ec008c  url("images/ul-li-back-pink.jpg") repeat-x;
	padding: 5px 5px 5px 10px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	border:3px solid #ccc;
	}

.entry ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.entry ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.entry img, .post a img, #front-list img {
	border:3px solid #ccc;
	margin:0 10px 5px 0px;
	padding: 0px;
	}

.entry a:hover img, post a:hover img, #front-list a:hover img {
	border:3px solid #00aeef;
	margin:0 10px 5px 0px;
	padding: 0px;
	}
.entry a {
	text-decoration:underline;
	}

.post .ads {
	margin-top:10px;
	}

#stats {
	margin-bottom:15px;
	padding:8px 0px;
	font:0.9em Arial;
	display:block;
	border-bottom:1px solid #e2e2e2;
	font-weight:bold;
	}

span#map {
	font-size:0.9em;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

#bio {
    padding:10px;
    background:#efefef;
    margin:20px 0px;
}
#bio p {
    margin:0;
    padding:0;
}

#bio .avatar {
	border:1px solid #ccc;
	margin:0px 10px 5px 0;
	float:left;
	padding:2px;
	width:80px;
	height:80px;
	}	

/* Sidebar*/
#sidebar {
	width:320px;
	float:right;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	}

.spoiler { 	
	padding:0px 12px 12px 12px;
	background:#fff url("images/bubbles-1.jpg");
	border-top:1px solid #ececec;
	margin-bottom:12px; 	
	overflow:hidden;
}

.spoiler img {
	border:1px solid #ccc;
	padding:2px;
	margin-right:10px;
	margin-bottom:5px;
	}


.spoiler h3 {
	font:1.1em Arial, Helvetica, Verdana, Sans-Serif; 	
	font-weight:bold; 	
	color:#fff; 	
	margin:0px 0px 8px 0px; 	
	padding:3px 10px;
	border-bottom:1px solid #ececec; 	}

.spoiler h3 a {
	color:#fff;
	text-decoration:none;
	}

.spoiler p {
	margin:0;
	color:#6d6d6d;
	}

.spoiler h4 {
	font:1.05em Arial, Helvetica, Verdana, Sans-Serif; 	font-weight:bold;
	margin-bottom:5px;
	}

.spoiler h4 a {
	color:#333333;
	}

#sidebar h3 {
	font:1.1em Arial;
	font-weight:bold;
	background:#303030;
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	}
#sidebar h3 a {
	font:1.0em Arial;
	font-weight:bold;
	background:#303030;
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	text-indent: -10px;
	}

#sidebar-top, #sidebar-bottom {
	width:300px;
	float:right;
	padding:0px 10px 10px 10px;
	background:#fff url("images/bubbles-1.jpg");
	border-top:1px solid #ececec;
	}

#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-middle {
	width:320px;
	float:right;
	background:#fff url("images/bubbles-1.jpg");
	}

#sidebar-left {
	width:300px;
	float:right;
	padding:0px 10px 10px 10px;
	background:#fff url("images/bubbles-1.jpg");

	}

#sidebar-right {
	width:300px;
	float:right;
	padding:0px 10px 10px 10px;
	background:#fff url("images/bubbles-1.jpg");

	}


#sidebar li {
	border-bottom:1px dotted #bbbbbb;
	display:block;
	padding:2px 0px 2px 13px;
	background: url("images/sub.png") no-repeat 0 0px;
	}
	
#yazarlar li {
	border-bottom:1px dotted #bbbbbb;
	display:block;
	padding:2px 0px 2px 13px;
	height:70px;
	clear:both;
	background: url("images/sub.png") no-repeat 0 0px;
	}
	
#yazarlar img {
	border:1px solid #bbbbbb;
	}	
	
#yazarlar li .yazarmakale{
	margin-left:50px;
	height:39px;
	padding:2px 0px 2px 13px;
	}

#yazarlar li .yazarad{
	margin-left:60px;
	float:right;
	width:160px;
	padding:2px 0px 2px 13px;
	background:#CCFFFF;
	font-weight:bold;
	background: url("images/yazarbg.jpg");
	border-bottom:1px dotted #bbbbbb;
	}
 .ustalan{
	margin-left:5px;
	padding:2px 13px 2px 13px;
	background:#f5f5f5;
	}

#sidebar li ul li {
	border-bottom:0px;
	}

#sidebar-ads {
	width:300px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	}

#sidebar h3 img { margin-top:1px; }

/* Form Elements */

select {
	border:1px solid #333333;
	width:100%
	}
	
.submitbutton {
	padding: 1px;
	border:1px solid #aaa;
	background:#fff;
	font-size:0.9em;
	color:#aaa;
	cursor: pointer;
	}

.field {
	padding: 1px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	background:#fff;
	font-size:1.0em;
	}

#search .searchbutton {
	padding: 1px;
	border:1px solid #333333;
	background:#fff;
	font-size:1.0em;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 0px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	}



/* Comments*/

#comments {
	line-height:1.5em;
	}

.commentlist cite {
	font-style:normal;
	margin-bottom:0px;
	display:block;
	font-size:1.1em;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	color:#4d4d4d;
	padding: 10px 14px 10px 14px;
	background:#f2f2f2;
	border-bottom: 1px solid #dcdbd7;
	list-style:none;
	margin-bottom:3px;
	line-height:1.0em;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	width:482px;
	float:right;
	line-height:1.5em;
	}
	
li.my_comment {
	background: #fff;
	}

li cite strong {
	font-size: 1.1em;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:0.9em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.commentlist li .avatar {
	border:1px solid #ccc;
	margin:15px 8px 6px 0;
	float:left;
	padding:2px;
	width:45px;
	height:45px;
	}	

#comment {
	width:590px;
	background:#fff;
	}

/* Footer*/

#carousel {
	font-size:0.7em;
	color:#fff;
	width: 910px;
	background:#fff;
	margin: 0 auto;
	padding:15px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

.carousel-item {
    width:131px;
    float:left;
    padding:0px 20px;
    border-right:1px dotted #ccc;
}

.carousel-item img {
    border:1px solid #ccc;
    padding:2px;
    margin-bottom:5px;
}

.carousel-item .info {
    font-weight:bold;
}

#gallery {
	font-size:0.7em;
	color:#333;
	width: 925px;
	background:#dedede;
	margin: 0 auto;
	padding:15px 0px 15px 15px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#gallery #random {
    float:right;
    width:930px;
}

#gallery #random img {
    padding:2px;
    border:1px solid #ccc;
    margin-right:16px;
    margin-bottom:15px; 
    background:#fff;
}


#gallery h3 {
    display:block;
    padding-bottom:5px;
}
#front-popular {
	font-size:0.7em;
	color:#fff;
	width: 910px;
	background:#303030;
	margin: 0 auto;
	padding:15px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#recentpost {
	width:276px;
	float:left;
	padding:0px 20px 0px 0px;
	border-right:1px solid #808080;
	background: url("images/foot3.png") no-repeat top right;
	}
#mostcommented {
	width:276px;
	float:left;
	padding:0px 20px 0px 0px;
	border-right:1px solid #808080;
	background: url("images/foot2.png") no-repeat top right;
	}

#mostcommented {
	margin-left:20px;
	}

#recent_comments {
	width:276px;
	float:right;
	padding:0px 0px 0px 0px;
	background: url("images/foot1.png") no-repeat top right;
	}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost li, #mostcommented li, #recent_comments li {
	list-style:none;
	background: url("images/dots_footer.gif") repeat-x top;
    padding-top:1px;
	}

#recentpost ul li a, #mostcommented ul li a, #recent_comments ul li a {
	padding:5px;
	display:block;
	text-decoration:none;
	}

#recentpost ul li a:hover, #mostcommented ul li a:hover, #recent_comments ul li a:hover {
	background:#000000;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	background:none;
	}


#footer {
	margin: 0 auto;
	width: 920px;
	font-size:0.6em;
	background:none;
	color:#ccc;
	padding: 15px 15px 15px 15px;
	border-top: 5px solid #fff;
	}

#footer a {
	color: #ccc;
	text-decoration: underline;
	}
#footer a:hover {
	color:#fff;
	text-decoration: underline;
	}

/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloatalt {
	display: inline-block;
	}
.clearfloatalt:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}
* html .clearfloatalt {
	height:1%;
	}


*+html .clearfloat {
	height:1%;
	}
*+html .clearfloatalt {
	height:1%;
	}

.clearfloat {
	display:block;
	}
	
.clearfloatalt {
	display:block;
	}
/*/////////////////////////////////////////
///////////////// FEATURED ////////////////
/////////////////////////////////////////*/

#featuredj{width:590px;height:230px;margin-left:-25px;margin-top: 0px;padding:10px 10px 10px 10px;background:#222;}

.controls{padding:4px 2px 1px 2px;}

.controls a{background:#181818;border:1px solid #181818;display:block;float:left;height:55px;width: 75px;margin-left:4px;margin-right:10px;margin-top: 3px; padding:2px;}

.controls b{background:#000;display:block;height:55px;overflow:hidden;text-indent:-999em;width:75px;}

.controls a.on{border:1px solid #999;}

.controls a:focus{outline:none;border-color:#fff;}

.controls a:hover{outline:none;border-color:#00aeef;}
		
.boxIn{clear:both;border:0;padding:0 10px;}

.pi{padding:5px 0;width:580px; height:300px;}

.mi{color:#fff;background:#222;padding:7px;font:13px tahoma,arial;margin:125px 10px 10px;width:50%;}

.mi a{color:#00aeef;text-decoration:none;} 

.mi a:hover{color:#ddd;}



div.scroller{width:580px;height:190px;overflow:hidden;}

div.scroller div.section{width:580px;height:450px;overflow:hidden;float:left;}

div.scroller div.content{width:100%;}

.section{color:#fff;}


#wallpaperleft {
	width: 270px;
	float: left;
	margin-bottom: 20px;

	}

#wallpaperright {
	width: 270px;
	float: right;
	margin-top: 30px;

	}

#wallpaperinstruct {
	width: 570px;
	float: none;
	margin-top: 30px;
	}
#riderspage {
	width: 570px;
	}
#riderspage img {
	border: none;
	}

#profilesteve {
	font: 100% Arial, Helvetica;
	font-size: 14px;
	background: #000;
	}
#profilesteve ul li {
	display: inline;
	}
#profilesteve ul li a {
	display: inline;
	}
#profilesteve ul li a:hover {
	display: inline;
	}
#profilemore ul li a {	
	list-style:none;
	display: block;
	background: #00aeef url("images/ul-li-back-1.jpg") repeat-x;
	padding: 5px 5px 5px 10px;
	margin-bottom: 5px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	border:3px solid #ccc;
	}
#profilemore ul li a:hover {	
	list-style:none;
	display: block;
	background: #ec008c  url("images/ul-li-back-pink.jpg") repeat-x;
	padding: 5px 5px 5px 10px;
	margin-bottom: 5px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	border:3px solid #ccc;
	}
#video {
	background: #000;
	}
#intro {
	background: #fff;
	color: #fff;
	padding: 20px;
	}
#intro img {
	border: none;
	}
#rss {
	background: #fff url("images/rss-1.jpg") no-repeat;
	}
#gravatar {
	width: 180px;
	float: right;
	margin-top: -40px;
	background: #fff url("images/bubbles-1.jpg");
	color: #ec008c;
	font-weight: bold;
	border: 3px solid #ec008c;
	padding: 10px;
	}
	
/* ----------- Album Styles Extend -------------*/

.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-album {
    height: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #fff;
}

/* IE6 will ignore this , again I hate IE6 */
/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */
html>body .ngg-album {
    overflow:hidden;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
} 

.ngg-album {
	overflow: hidden;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}

.ngg-albumtitle {
	text-align: left;
 	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.ngg-thumbnail {
	float: left;
	margin-right: 12px;
}

.ngg-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-thumbnail img:hover {
	background-color: #A9A9A9;
}

.ngg-description {
	text-align: left;
}

/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float:left;
	height:180px;
	padding-right:6px !important;
	margin:0px !important; 
	text-align:left;
	width:120px;	
}

.ngg-album-compactbox {
	background:transparent url("images/albumset.gif") no-repeat scroll 0%;
	height:86px;
	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important;
	width:120px;
}


.ngg-album-compactbox .Thumb {
	border:1px solid #000000;
	margin:0px !important;
	padding:0px !important;
	width:91px; 
	height:68px;
}

.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	width:110px;
}

.ngg-album-compact p {
	font-size:11px;
	margin-top:2px;
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-galleryoverview .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}

.ngg-gallery-thumbnail-box {
	float: left;
}

.ngg-gallery-thumbnail {
	float: left;
	margin-right: 5px;
}

.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;  
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #A9A9A9;
} 

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	clear: both;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
	
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.ngg-navigation a.page-numbers, a.next, a.prev, 
				span.page-numbers, span.next, span.prev {
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-navigation a.page-numbers:hover, a.next:hover, a.prev:hover, 
				span.page-numbers:hover, span.next:hover, span.prev:hover {
	background-color: #0066CC;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

/* ----------- Image browser style -------------*/

.ngg-imagebrowser {
	
}

.ngg-imagebrowser h3 {
	text-align:center;
}

.ngg-imagebrowser img {
	border:1px solid #A9A9A9;
	margin-top: 10px; 
	margin-bottom: 10px; 
	width: 100%;
	display:block !important;
	padding:5px;
}

.ngg-imagebrowser-nav {
	padding:5px;
	margin-left:10px;	
}

.ngg-imagebrowser-nav .back {
	float:left;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .next {
	float:right;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:0.9em !important;
}

/* ----------- Slideshow -------------*/
.slideshow {
	margin-left: auto; 
	margin-right: auto;
	text-align:center;	
}

.slideshowlink {
	
}

/* ----------- Single picture -------------*/
.ngg-singlepic {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;  
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-left {
	float: left;
	padding-right:10px;
}

.ngg-right {
	float: right;
	padding-left:10px;
}

.ngg-center {
  	margin-left: auto !important;
    margin-right: auto !important;
}

/* ----------- Sidebar widget -------------*/
.ngg-widget,
.ngg-widget-slideshow {
	overflow: hidden;
	margin:0pt;
	padding:5px 0px 0px 0pt;
}

.ngg-widget img {
	border:2px solid #A9A9A9;
	margin:0pt 2px 2px 0px; 
	padding:1px; 
}

/* ----------- Related images -------------*/
.ngg-related-gallery {
	background:#F9F9F9;
	border:1px solid #E0E0E0;
	overflow:hidden;
	margin-bottom:1em;
	margin-top:1em;
	padding:5px;
}
.ngg-related-gallery img {
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0pt 3px;
	padding: 2px;
	height: 50px;
	width:  50px;
}

.ngg-related-gallery img:hover {
	border: 1px solid #000000;
}

/*default page orta alan bitti*/
.break6 {clear: both; display: block; height: 6px; overflow: hidden; margin: 0; padding: 0;}
.break16 {clear: both; display: block; height: 16px; overflow: hidden; margin: 0; padding: 0;}
.break26 {clear: both; display: block; height: 26px; overflow: hidden; margin: 0; padding: 0;}
.break36 {clear: both; display: block; height: 36px; overflow: hidden; margin: 0; padding: 0;}
.break46 {clear: both; display: block; height: 46px; overflow: hidden; margin: 0; padding: 0;}
.break56 {clear: both; display: block; height: 56px; overflow: hidden; margin: 0; padding: 0;}
.break66 {clear: both; display: block; height: 66px; overflow: hidden; margin: 0; padding: 0;}
.break76 {clear: both; display: block; height: 76px; overflow: hidden; margin: 0; padding: 0;}
.break86 {clear: both; display: block; height: 86px; overflow: hidden; margin: 0; padding: 0;}
.greyline { border-bottom:dotted 1px #999999;clear: both; display: block; margin: 5px 0 5px 0; padding: 0;}
.blueline { border-bottom:dotted 1px #77b0cf;clear: both; display: block; margin: 8px 0 5px 0; padding: 0;}
.greenline { border-bottom:dotted 1px #9fde11;clear: both; display: block; margin: 8px 0 5px 0; padding: 0;}
.whiteline { border-bottom:dotted 1px #ffffff;clear: both; display: block;margin: 8px 0 5px 0; padding: 0;}
.greylinesolid0 { border-bottom:solid 1px #999999;clear: both; display: block; margin: 0 0 0 0; padding: 0;}
.greylinesolid { border-bottom:solid 1px #999999;clear: both; display: block; margin: 5px 0 5px 0; padding: 0;}
.bluelinesolid { border-bottom:solid 1px #77b0cf;clear: both; display: block; margin: 8px 0 5px 0; padding: 0;}
.greenlinesolid { border-bottom:solid 1px #9fde11;clear: both; display: block; margin: 8px 0 5px 0; padding: 0;}
.whitelinesolid { border-bottom:solid 1px #ffffff;clear: both; display: block; margin: 8px 0 5px 0; padding: 0;}
.space_grey {clear:both;display: block; background-color:#fbfbfb;padding:5px;}
.space_blue {clear:both;display: block; background-color:#f7f9ff;padding:5px;}
.space_green {clear:both;display: block; background-color:#f9ffee;padding:5px;}
.space_green2 {clear:both;display: block; background-color:#e2faf1;padding:5px;}
.space_greybg {clear:both;display: block; background-color:#5c5c5c;padding:5px;color:#fff;}
.space_bluebg {clear:both;display: block; background-color:#0789db;padding:5px;color:#fff;}
.space_greenbg {clear:both;display: block; background-color:#89cf0f;padding:5px;color:#fff;}
.space_greybg a{color:#fff;}
.space_bluebg a{color:#fff;}
.space_greenbg a{color:#fff;}

/*genel isaretleme1*/
/*yorum alanları*/
#comment-form { background:#f5f5f5 url("images/bubbles-1.jpg"); padding: 10px; font-size: 11px; color: #555; border: solid 1px #CCCCCC; }
#comment-form textarea { width: 96%; height: 100px; margin-bottom: 7px; }
#comment-form label { font-weight: bold; }
#comment-form h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:140%;}
#comment-form input.text { width: 150px; margin-right: 10px; }

/*yükleniyor*/
#yukleniyor1 {z-index:20000; width:100%; height:100%; position:absolute; left:0; top:0; background:#FFF;}
#yukleniyor2 {z-index:20001; width:180px; position:absolute; left:45%; top:40%; border:#6593CF 1px solid; padding:2px; background:#C3DAF9; text-align:center;}
#yukleniyor2 .yukleniyor3 {border:1px solid #a3bad9; padding:10px; margin:0; font:bold 13px Arial, Helvetica, sans-serif; color:#003366; text-align:left; background:#FFF;}

#tarihtebugun {
background : transparent url("images/tarihtebugun.jpg") no-repeat center right; 
font-family:Arial, Helvetica, sans-serif;
width:288px;
height:40px;
background-color:#1d92ff;
border: solid 1px #2b587f;
padding:5px;
margin-bottom:10px;}

a.bugunyazi {
color:#ffff00;
float:left;
width:200px;
font-size:24px;
font-weight:bold;}

a.bugunaltyazi{
color:#FFFFFF;
float:left;
width:200px;
font-size:13px;
height:16px;
font-weight:bold;}

#yorumlar {
font-family:Arial, Helvetica, sans-serif;
border: solid 1px #79bfdc;
padding:4px;}

#yorumlar .res{
background:url(images/sonyorumlar.png) no-repeat left top;
height:60px;}
.redfont {
color:#FF0000;}

#sayfalama ul {
   list-style: none;
   color: #000000;
   line-height: 15px;
}
#sayfalama li {
   float: left;
   margin: 3px 0 0 3px;
   padding: 0 6px 0 6px;
   font-weight: bold;
   border: 1px solid #3eb3d6;
   font-size: 9px;
}
#sayfalama .active {
   background-color: #3eb3d6;
   font-weight: bold;
   color: #FFFFFF;
}

.sfont { font-size:60%;}
.sfont2 { font-size:80%;}

/*button*/
.submit-button span,.submit-button em{background:transparent url(images/bluebutton.png) no-repeat 0px 0px;}
.submit-button{background-color:transparent;border:0;cursor:pointer;float:left;margin:0 5px 0 0;overflow:visible;padding:0 0 5px 0;text-align:center;white-space:nowrap;}
.submit-button span{display:block;margin:0;padding:0 10px 0 0;}
.submit-button em{display:block;font-size:14px;font-style:normal;font-weight:bold;line-height:23px;margin:0 0 0 -3px;padding:0 0 0 10px;}
a.submit-button{display:block;text-decoration:none;}
.submit-button span{background-position:right 0;color:#000;}
/*button bitti*/

.uyetext {
font-size:80%;}