
* {
	font-family: Helvetica, Arial, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	background: url(../images/main_bg.jpg) repeat left top;
	text-align: center;
}

a {
	color: #1194D5;
}

.clear {
	clear: both;
}

.body-container {
	background: url(../images/pop-bg.gif) no-repeat center top;
}

.body-container-inner {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
	padding-top: 107px;
}

.header {
	height: 120px;
	margin-left: 60px;
}

.header .logo {
	background: url(../images/logo.png) no-repeat left top;
	width: 781px;
	height: 120px;
}

.header .logo h1,
.header .logo span {
	display: none;
}

.content-container {
	width: 882px;
	margin-left: 70px;
	margin-top: 20px;
	background: url(../images/content-bg.gif) repeat-y left top;
	border-top: 1px solid #d2d0c9;
	border-bottom: 1px solid #d2d0c9;
}

.main-content {
	width: 550px;
	float: left;
	padding: 15px;
}

.right-sidebar {
	float: left;
	width: 270px;
	padding: 15px;
	padding-top: 30px;
}

.right-sidebar .box {
	margin-bottom: 25px;
}

.right-sidebar h3 {
	display: block;
	margin: 0;
	padding: 0;
	height: 28px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 10px;
}

.right-sidebar h3 b {
	display: none;
}

.right-sidebar .search h3 {
	background-image: url(../images/title-search.gif);
}

.right-sidebar .latest h3 {
	background-image: url(../images/title-latest.gif);
}

.right-sidebar .categories h3 {
	background-image: url(../images/title-categories.gif);
}

.right-sidebar .flickr h3 {
	background-image: url(../images/title-flickr.gif);
}

.right-sidebar .search .search_input {
	font-size: 13px;
	border: 0;
	background: transparent url(../images/search_bg.gif) no-repeat left top;
	width: 205px;
	height: 15px;
	padding: 10px 10px;
}

.right-sidebar .latest ul {
	background: url(../images/sidebar-hr.gif) no-repeat left top;
	margin: 0;
	padding: 2px 0;
	list-style: none;
}

.right-sidebar .latest ul li {
	background: url(../images/sidebar-hr.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
	padding: 5px 0;
}

.right-sidebar .latest ul li a {
	display: block;
	padding: 5px;
	color: #666;
	text-decoration: none;
	font-size: 12px;
}

.right-sidebar .latest ul li a:hover {
	color: black;
}

.right-sidebar .latest ul li a span.date {
	font-weight: bold;
	padding-right: 10px;
}

.right-sidebar .categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.right-sidebar .categories ul li {
	float: left;
	width: 132px;
	background: url(../images/sidebar-hr.gif) no-repeat left top;
	list-style: none;
	margin: 0;
	padding: 5px 0;
}

.right-sidebar .categories .endline {
	clear: both;
	background: url(../images/sidebar-hr.gif) no-repeat left top;
	margin: 0;
	padding: 5px 0;
}

.right-sidebar .categories ul li a {
	display: block;
	padding: 5px;
	padding-left: 15px;
	color: #666;
	text-decoration: none;
	font-size: 12px;
	background: url(../images/bullet.gif) no-repeat 2px center;
	height: 20px;
	line-height: 20px;
}

.right-sidebar .categories ul li a:hover {
	color: black;
}

.footer {
	clear: both;
	margin-left: 60px;
	margin-top: 10px;
}

.footer .w {
	height: 110px;
	background: url(../images/footer_w.png) no-repeat left 27px;
	font-size: 12px;
	color: #666;
}

.w .left {
	float: left;
	padding-left: 70px;
}

.w .left .info {
	height: 25px;
	line-height: 25px;
	font-weight: bold;
}

.w .left .rss {
	margin-top: 10px;
	height: 25px;
	line-height: 25px;
}

.w a {
	color: #666;
	text-decoration: none;
}

.w .rss a {
	text-decoration: underline;
}

.w .right {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}


/* Entry styles */

.entry {
	margin-bottom: 30px;
}

.entry .title {
	position: relative;
	left: -74px;
	height: 47px;
	background: url(../images/entry_title_start.png) no-repeat left top;
	padding-left: 11px;
}

.entry .title .title-inner {
	height: 47px;
	float: left;
	background: url(../images/entry_title_end.png) no-repeat right top;
	padding-right: 21px;
}

.entry .title h2 {
	float: left;
	margin: 0;
	padding: 0;
}

.entry .title h2 a {
	display: block;
	float: left;
	margin: 0;
	padding: 0 20px 0 5px;
}

.entry .title h2,
.entry .title h2 a {
	height: 47px;
	line-height: 50px;
	background-color: #262626;
	color: #fde100;
	text-decoration: none;
}

.entry .date {
	margin-left: -74px;
	position: absolute;
	background: url(../images/entry_date.png) no-repeat left top;
	width: 60px;
	height: 54px;
	padding-top: 10px;
	color: white;
	text-align: center;
}

.entry .date .day {
	font-size: 30px;
	font-weight: bold;
}

.entry .date .other {
	font-size: 11px;
}

.entry-content {
	font-size: 15px;
	margin-top: 10px;
	color: #424242;
	width: 550px;
	overflow-x: hidden;
}

.entry-content img {
	max-width: 535px;
	border: 5px solid #1194D5;
	margin-right: 3px;
	margin-bottom: 3px;
}

.entry-info {
	margin-top: 20px;
	font-size: 13px;
	color: #a9a9a9;
}

.entry-info .author {
	color: #339900;
}

.entry-info .tags,
.entry-info .tags a,
.entry-info .comment,
.entry-info .comment a {
	color: #1194d5;
	text-decoration: none;
}

.entry-buttons {
	margin-top: 10px;
	margin-bottom: 20px;
	height: 45px;
	background-color: #e4e1d7;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #cbc6c0;
}

.entry-buttons ul {
	margin: 0;
	padding: 0;
}

.entry-buttons ul li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

.entry-buttons ul li a {
	display: block;
	float: left;
	padding: 5px 15px 5px 50px;
	margin-right: 10px;
	margin-left: 5px;
	height: 35px;
	line-height: 38px;
	color: #666;
	font-size: 14px;
	text-decoration: none;
}

.entry-buttons ul li a:hover {
	text-decoration: underline;
	color: black;
}

.entry-buttons ul li.like a {
	background: url(../images/icon_like.png) no-repeat 20px center;
}

.entry-buttons ul li.share a {
	background: url(../images/icon_share.png) no-repeat 20px center;
}

.entry-buttons ul li.rss a {
	background: url(../images/icon_rss.png) no-repeat 20px center;
}




/* Yorum sahasi stilleri */

.comment_area {
	clear: both;
	padding-top: 10px;
}

.comments .title {
	background-color: #e4e1d7;
	height: 40px;
	border-top: 1px solid #c7c2bc;
	border-bottom: 1px solid white;
}

.comments .title h3 {
	position: relative;
	top: -35px;
	left: 20px;
	width: 166px;
	height: 46px;
	background: url(../images/inline_title_comments.png) no-repeat left top;
}

.comments .title h3 b {
	display: none;
}

.comments .comment {
	background-color: #f2f2f2;
	padding: 20px;
	margin-bottom: 5px;
}

.comment .info {
	float: left;
	width: 90px;
	text-align: right;
	font-size: 12px;
	color: #666;
	padding-top: 8px;
	padding-right: 10px;
	line-height: 15px;
}

.comment .info .author {
	font-weight: bold;
}

.comment .info .date {
	display: block;
	font-size: 9px;
	color: #999;
}

.comment .text {
	float: left;
	width: 390px;
	font-size: 12px;
	background: url(../images/comment_border.gif) no-repeat left top;
	padding-left: 20px;
}

.comment .text p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}


.add_comment {
	margin-top: 30px;
}

.add_comment .title {
	background-color: #e4e1d7;
	height: 40px;
	border-top: 1px solid #c7c2bc;
	border-bottom: 1px solid white;
}

.add_comment .title h3 {
	position: relative;
	top: -29px;
	left: 20px;
	width: 210px;
	height: 40px;
	background: url(../images/inline_title_addcomments.png) no-repeat left top;
}

.add_comment .title h3 b {
	display: none;
}

.comment_form ul,
.comment_form ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.comment_form {
	padding-top: 20px;
	padding-bottom: 50px;
}

.comment_form li {
	height: 30px;
}

.comment_form li .left {
	clear: both;
	float: left;
	width: 120px;
	padding: 5px;
	padding-left: 20px;
	font-size: 14px;
	color: #666;
}

.comment_form li .right {
	float: left;
}

.comment_form .input {
	width: 370px;
	border: 0;
	padding: 3px;
	border-left: 2px solid #008cd2;
	border-top: 1px solid #ccc;
	font-size: 15px;
}

.comment_form .buttons {
	clear: both;
	padding-top: 15px;
}

.comment_form textarea.input {
	height: 200px;
}

.comment_form .comment_textarea {
	height: 250px;
}

.flickr_badge_image {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.flickr_badge_image a {
	display: block;
	float: left;
	border: 4px solid #009ddb;
	width: 75px;
	height: 75px;
}

.flickr_badge_image a:hover {
	border: 4px solid #ff0084;
}

.flickr_badge_image img {
	border: 0;
}

.errorizma {
	padding-top: 10px;
	text-align: center;
}

.errorizma .text {
	margin-top: 40px;
	margin-bottom: 40px;
}

.errorizma .text h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	font-size: 2em;
}


