/*
Theme Name: PHPR
Theme URI: http://www.phpr.org/
Description: Phpr.org 2012 Teması
Author: Musa AVCI
Version: 1.0
*/

body {
	padding: 30px 20px;
	padding-bottom: 0;
	background-image: url('img/fon.png');
	font-family: 'Ubuntu';
}

h1, h2, h3 {
	margin: 0;
}

.header {
	height: 60px;
	text-shadow: 1px 1px 2px #111;
	margin-bottom: 5px;
}

.header .logo {
	float: left;
}

.header .logo a {
	color: #FFF;
	font-size: 50px;
	font-weight: bold !important;
	letter-spacing: -3px;
}

.header span {
	font-size: 40px;
	letter-spacing: -2px;
	color: #BBB;
}

.header strong {
	display: block;
	color: #CCC;
	padding-left: 3px;
	letter-spacing: -1px;
	margin-top: 8px;
}

.header b {
	color: #fe5921
}

.header .categories {
	list-style: none;
	margin: 0;
	float: left;
	margin-top: 7px;
}

.header .categories li {
	float: left;
	margin-right: 20px;
	font-size: 25px;
	letter-spacing: -1px;
}

.header .categories li a {
	color: gray;
	text-decoration: none;
}

.header .categories li.here a {
	color: #CCC;
	text-decoration: underline;
}

.header .search {
	float: right;
	margin-right: 25px;
	margin-top: 8px;
}

.header .search .email {
	width: 185px;
}

.header .rss {
	float: right;
}

.content {
	background-color: #EEE;
	padding: 8px;
	border-radius: 5px;
	padding-bottom: 0;
}

.page-title {
	padding: 8px;
	font-size: 25px;
	letter-spacing: -2px;
	color: white;
	background: #777;
	border-radius: 5px;
	margin-bottom: 8px;
	padding-bottom: 12px;
	text-shadow: -1px -1px 0 #444;
}

.blog {
	width: 600px;
}

.blog .paging {
	padding: 2px 5px;
}

.blog .paging a {
	color: #555;
	font-weight: bold;
}

.not-found {
padding: 5px 10px;
background: url("img/important.png");
background-repeat: no-repeat;
background-position: 450px 15px;
background-color: #E0E0E0;
border-radius: 5px;
}

.blog .posts .post {
	background: white;
	padding: 5px 10px;
	margin-bottom: 8px;
	border-radius: 5px;
	position: relative;
}

.blog .posts .post h2 a, .blog .posts .post h1 a {
	font-size: 34px;
	letter-spacing: -2px;
	line-height: 45px;
	text-shadow: 2px 2px 0 #EEE;
	width: 530px;
	display: block;
}

.blog .posts .post h2 a, .blog .posts .post h1 a {
	color: #404040;
}

.blog .posts .post h2 a:hover, .blog .posts .post h1 a:hover {
	color: #C00;
	text-decoration: none
}

.blog .posts .single h2 {
	font-weight: normal;
	font-size: 28px;
	letter-spacing: -2px;
	border-bottom: 2px solid #CCC;
	padding-bottom: 5px;
	margin-bottom: 8px;
}

.blog .posts .post p {
	line-height: 20px;
	text-align: justify;
}

.blog .posts .post p a {
	text-decoration: underline;
}
.blog .posts .post p a:hover {
	color: #C00;
}

.blog .posts .post p img {
	border: 1px solid #EFEFEF;
	padding: 3px;
}

.blog .posts .post p img.alignleft {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.blog .posts .post p img.alignright {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.blog .posts .post .more-link {
	color: #FE5921;
	font-weight: bold;
}

.blog .posts .post .info {
	font-size: 12px;
	margin-bottom: 5px;
	color: #777;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
}

.blog .posts .post .info a {
	color: #999;
	text-decoration: underline;
}

.blog .posts .post .info a:hover {
	color: #666;
	text-decoration: underline;
}

.blog .posts .post .info .comment {
	background-image: url("img/comment.png");
	width: 48px;
	height: 48px;
	display: block;
	float: right;
	top: 5px;
	right: 10px;
	color: #666;
	text-decoration: none;
	position: absolute;
}

.blog .posts .post .info .comment:hover {
	text-decoration: none;
}

.blog .posts .post .info .comment b {
	display: block;
	padding-top: 13px;
	text-align: center;
	font-size: 20px;
}

.blog .posts .post .tags {
	font-size: 10px;
}

.blog .posts .post .tags a {
	background: #EEE;
	color: #444;
	padding: 0 3px;
	display: inline-block;
	margin: 2px;
	text-shadow: 1px 1px 0 white;
	box-shadow: 1px 1px 0 #CCC;
	line-height: 16px;
	text-decoration: none;
}

.blog .posts .post .tags a:hover {
	text-decoration: none;
	background: #444;
	text-shadow: 1px 1px 0 black;
	color: #eee;
}

.blog .posts .post .share {
	padding-top: 8px;
}

.blog .comments {
	background-color: #888;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 8px;
}

.blog .comments .commentlist {
	list-style: none;
	margin: 0;
}

.blog .comments .commentlist p {
	color: #444;
}

.blog .comments .commentlist .avatar {
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}

.blog .comments .commentlist .comment-meta {
	padding-bottom: 5px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 5px;
}

.blog .comments .commentlist  {

}

.clear {
	clear:both;
}

.blog .comments .commentlist .comment, .blog .comments .commentlist .pingback {
	margin-top: 8px;
	background-color: white;
	border-radius: 5px;
	padding: 5px 10px;
	position: relative;
}

.blog .comments h3 {
	font-size: 25px;
	font-weight: normal;
	letter-spacing: -1px;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	color: white;
	text-shadow: 1px 1px 1px #666;
}


.blog .comments .form h3 {
	font-size: 25px;
	font-weight: normal;
	letter-spacing: -1px;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	color: #404040;
	text-shadow : none;
}

.blog .comments textarea {
	width: 400px;
	height: 80px;
}

.blog .comments .input {
	margin-left: 90px;
}

.blog .comments label {
	width: 100px;
	margin-right: 20px;
}

.blog .comments .required {
	display: none;
}

.blog .comments .form-submit {
	background: whiteSmoke;
	margin-top: 18px;
	margin-bottom: 18px;
	padding: 17px 20px 18px 150px;
	border-top: 1px solid #DDD;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

.blog .comments #submit {
	color: white;
	background-color: #0064CD;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
	background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
	background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
	background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
	background-image: -o-linear-gradient(top, #049cdb, #0064cd);
	background-image: linear-gradient(top, #049cdb, #0064cd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #0064CD #0064CD #003F81;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

	display: inline-block;
	padding: 5px 14px 6px;
	font-size: 13px;
	line-height: normal;
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
}

.blog .comments .form {
	background-color: white;
	padding: 5px 10px;
	border-radius: 5px;
	margin-top: 8px;
}

.blog .comment .children {
	list-style: none;
	background-color: #CCC;
	margin: 0;
	padding: 7px;
	padding-top: 1px;
	border-radius: 5px;
}

.blog .comment .comment-reply-link {
position: absolute;
top: 10px;
right: 10px;
color: #444;
}

.sidebar {
	width: 316px;
	margin-left: 8px !important;
	background-color: #444;
	border-radius: 5px;
	margin-bottom: 8px;
}

.sidebar .sponsors {
	background-color: #222;
	padding: 8px;
	margin-bottom: 8px;
	border-radius: 5px;
	line-height: 0;
	overflow: hidden;
	padding-left: 0;
}

.sidebar .sponsors img {
	float: left;
	margin-left: 10px;
	background-color: white;
	padding: 5px;
	border-radius: 5px;
}

.sidebar .social {
	background-color: white;
	line-height: 12px;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 8px;
}

.sidebar .subscribe {
	background-color: #0798AB;
	padding: 5px;
	border-radius: 5px;
}

.sidebar .subscribe #email {
	width: 190px;
}

.sidebar .ads {
	display: block;
	text-align: center;
	color: #AAA;
	border-radius: 5px 5px 0 0;
	font-size: 11px;
	background-color: #222;
}

.sidebar .subscribe form {
	margin: 0;
}

.sidebar .subscribe p {
	color: white;
	font-size: 12px;
	line-height: 16px;
}

.sidebar .subscribe p img {
	float: right;
	padding-right: 5px;
}

.sidebar .social strong {
	margin-top: 10px;
	display: inline-block;
	float: left;
}

.sidebar .social img {
	padding-left: 9px;
}

.sidebar .side-content {
	padding: 8px;
}

.sidebar .widget {
background-color: white;
border-radius: 5px;
margin-top: 8px;
padding: 5px 10px;
list-style: none;
}

.sidebar .widget h2 {
line-height: normal;
margin: 5px 7px;
font-size: 20px;
letter-spacing: -1px;
border-bottom: 1px solid #CCC;
padding-bottom: 3px;
}

.sidebar .widget li a {
	color: #333;
}

.sidebar .widget li {
	color: #888
}

.sidebar .widget_recent_entries {
	background-image: url("img/kahve.png");
	background-repeat: no-repeat;
	background-position: 252px 3px;
}

.sidebar .widget_recent_comments {
	background-image: url("img/yorumlar.png");
	background-repeat: no-repeat;
	background-position: 258px 9px;
}

.sidebar .widget_tag_cloud {
	background-image: url("img/tags.png");
	background-repeat: no-repeat;
	background-position: 262px 11px;
}

.sidebar ul li {
	color: #CCC;
}

.footer {
	height: 60px;
	margin-top: 10px;
	float: right;
	text-shadow: 1px 1px 2px #111
}

.footer span {
	font-size: 40px;
	letter-spacing: -2px;
	color: #BBB;
	float: right;
	margin-top: 11px;
	margin-left: 2px;
}

.footer p {
	float: left;
	color: white;
	font-size: 12px;
	line-height: 23px;
	text-align: right;
}

.footer p a {
	color: #CCC;
	border-bottom: 1px solid #444;
}

.footer p a:hover {
	color: #666;
	text-decoration: none;
}

.footer-share {
	position: absolute;
	padding-top: 24px;
}

.twitter-share-button {
	width: 100px !important;
}

#___plusone_0, #___plusone_1, #___plusone_2, #___plusone_3, #___plusone_4 {
	width: 70px !important;
}

.copyleft {
font-weight: normal;
-webkit-transform: rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
display: inline-block;
}

.sub-post {
float: left;
padding: 5px;
margin-right: 8px;
margin-bottom: 8px;
width: 286px;
height: 135px;
border-top: 3px solid #CCC;
background: #DDD;
border-radius: 5px;
}

.sub-posts {
width: 620px;
}

.sub-post h3 {
line-height: 15px;
margin-top: 5px;
border-bottom: 1px solid #CCC;
padding-bottom: 8px;
margin-bottom: 5px;
}


.sub-post h3 a {
color: #444;
letter-spacing: -1px;
}

.sub-post .sub-info {
font-size: 11px;
}

/* pagenavi */
.wp-pagenavi {
	clear: both;
background: white;
padding: 13px 10px;
border-radius: 5px;
margin-bottom: 8px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}