

/* Floats */
.left {float: left;}
.right {float: right;}

.post {
	margin-bottom: 5px;
	color: #444;
}


.post_title {
	background: #E8E8E8  no-repeat left top;
	padding: 6px 12px 5px;
}
.post_title h1 {font: bold 0.9em Verdana,sans-serif;}
.post_title h1 a {color: #444;}
.post_title h1 a:hover {
	color: #469;
	text-decoration: underline;
}
.post_title h1.left {width: 380px}
.post_date {
	color: #999;
	padding-top: 1px;
	font-size: 0.85em;
}
.post_metadata {
	margin-top: 5px;
	padding: 0 5px;
	background: #F5F5F5;
}
.post_metadata .content {
	border-top: 1px solid #E5E5E5;
	padding: 8px 5px 6px;
	font-size: 0.8em;
	color: #666;
}
.post_metadata .content a {color: #567;}
.post_metadata .content a:hover {color: #002;}

.post_body {
	background: #F5F5F5 url('/yorumlar/body.gif') repeat-x left top;
	padding: 10px 10px 1px;
}
.post_body img {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 3px;
}
.post_bottom {
	background: url('/yorumlar/bottom.gif') no-repeat left top;
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
}
.post_search_text {
	font-size: 0.85em;
	padding: 2px 0;
}

ul,ol {margin: 0 0 1em 1.6em;}
ul ul, ol ol {margin: 0.3em 0 0.3em 1em;}

img {border: none;}
img.bordered {background: #FFF; padding: 5px; border: 1px solid #DDD;}
img.left {margin-right: 1em;}
img.right {margin-left: 1em;}

.comment_gravatar {width: 48px;}
.comment_gravatar img {padding: 2px;}
.comment_author {padding-top: 2px;}

.nicelist {
	padding: 1px 0 0;
}
.nicelist ol {margin: 0;}
.nicelist ol li {
	list-style: none;
	padding: 8px 10px 1px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
}
.nicelist li.alt {background: #EEE;}
.nicelist .body {padding-top: 5px;}
.nicelist .date {
	color: #888;
	padding-top: 4px;
	font-size: 0.85em;
}
.nicelist .date a {
	color: #567;
	text-decoration: none;
}
.nicelist .date a:hover {
	color: #002;
	text-decoration: underline;
}

/* Icons */
span.comment {
	background: url('/yorumlar/icon_comment.gif') no-repeat left center;
	padding-left: 18px;
}

.rightside {
                  position: absolute;
                  right: 0px;
                  padding-right: 15px;
                  width: 98px;
                  vertical-align: top;
                  text-align: right;
                  padding-bottom: 0px;
           
}


#paging{
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}

#paging a{
	padding:2px 5px 2px 5px;
	margin:0px 2px 0px 2px;
	border:1px solid #0066CC;
	background:#FFFFFF;
	color:#0066CC;
	text-decoration:none;
}


#paging a:hover{
	border:1px solid #0066CC;
	background:#0066CC;
	color:#FFFFFF;
	text-decoration:none;
}

legend
{
color: #008FBF;
text-decoration: none;
background: #95E4FF;
border:1px solid #008FBF;
padding: 2px 2px;
font-weight: bold;
} 
