/* 
	Theme Name: Playground Blues
	Theme URI: http://www.makemoneyonline.co.il
	Description: A clean and simple white theme for WordPress
	Author: Bruno Miguel
	Author URI: http://conversasdobruno.webtuga.net
	Version: 0.2

	This theme, including rhe CSS, XHTML and design, is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/
body {
	direction: rtl;
	background: url('images/bg.png') right top repeat-y;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	font: normal 14px/140% 'Arial (Hebrew)', Arial, sans-serif;
	color: #666;
}
a { color: #48d; text-decoration: underline; }
a:hover { color: #69f; text-decoration: none; }
a img, img { border: 0; }
p { margin: 20px 0; }

#wrapper {
	background: url('images/bg_colors.png') top right repeat-y;
	background-attachment: fixed;
	width: 850px;
	margin: 0;
	padding: 15px 100px 10px 0;
}
#wide {
	width: 540px;
	float: right;
}
#sidebar {
	width: 230px;
	float: right;
	margin: 2px 60px 0 0;
	font: normal 12px/140% 'Arial (Hebrew)', Arial, sans-serif;
	color: #999;
	background: url('images/me.jpg') top right no-repeat;
	/* padding-top: 98px; */
}
p#me {
	width: 110px;
	height: 80px;
	overflow: hidden;
	text-align: left;
	margin: 0 0 37px;
}
p#me a {
	width: 110px;
	height: 80px;
	display: block;
	background: url('images/me2.jpg') 0 -83px no-repeat;
}
p#me a:hover {
	background: url('images/me2.jpg') 0 0px no-repeat;
}
p#me a img {
	display: none;
}
#sidebar h3 {
	font: normal 16px/140% 'Arial (Hebrew)', Arial, sans-serif;
	color: #666;
	margin: 30px 0 10px 0;
}
#sidebar ul {
	font: normal 12px/140% 'Arial (Hebrew)', Arial, sans-serif;
	color: #666;
	margin: 0 2px;
	padding: 0;
	list-style: none;
}
#sidebar ul li {
	margin: 2px 0;
	padding: 0;
}
#sidebar ul li a {
	color: #999;
	text-decoration: none;
}
#sidebar ul li a:hover {
	color: #69f;
	text-decoration: underline;
}
#sidebar form {
	border-bottom: 2px solid #ddd;
	padding: 0 0 10px 0;
	*padding: 0 0 9px 0;
	margin: 0 0 -1px 0;
	*margin: 0;
}
#sidebar form h3, #sidebar form p {
	margin: 6px 0;
}
#sidebar form input.submit {
	margin: 0 0 -8px 0;
	*margin: 0 0 -3px 0;
	padding: 0;
}
#sidebar form .input {
	margin: 1px;
	border: 1px solid #ccc;
	font: normal 12px/12px 'Arial (Hebrew)', Arial, sans-serif;
	color: #666;
	padding: 4px 4px 3px;
	width: 98px;
}
div#logo {
	padding: 0 0 30px 0;
}
div#logo a {
	display: block;
	font: normal 26px/32px 'Arial (Hebrew)', Arial, sans-serif;
	color: #666;
	text-decoration: none;
}
div#logo a h1 {
	letter-spacing: -2px;
	display: block;
	font: normal 58px/55px 'Arial (Hebrew)', Arial, sans-serif;
	color: #ccc;
	margin: 0;
}
div#logo a:hover { color: #555; }
div#logo a:hover h1 { color: #999; }

#about {
	font: normal 18px/130% 'Arial (Hebrew)', Arial, sans-serif;
	color: #666;
	padding-bottom: 25px;
	border-bottom: 2px solid #ddd;
	margin-bottom: 15px;
}
#about a { text-decoration: none; }
#about a:hover { text-decoration: underline; }

h2 {
	font: normal 26px/32px 'Arial (Hebrew)', Arial, sans-serif;
	margin: 30px 0 20px;
}
h2 a { color: #666; text-decoration: none; }
p.byline { color: #999; font-size:12px; margin: -15px 0 -5px;}
p.byline a { color: #69f; text-decoration: none; }
p.byline a:hover { color: #666; text-decoration: none; }



#thumblog div { 
	border-bottom: 1px solid #eee;
	padding-right: 2px;
	padding: 10px 0;
	width: 540px;
	margin: 10px 0px;
}
#thumblog div h2 { 
	margin: 5px 0 15px;
}
div .plink {
	width: 45px;
	text-align: center;
	margin: 8px 0 0 0px;
	float: left;
}
div .plink a {
	color: #808080;
	text-decoration: none;
	height: 45px;
	display: block;
	font-size: 1px;
	line-height: 1px;
	color: #fff;
}
div.post    .plink a { background: url('images/icon_post.gif') no-repeat; }
div.video   .plink a { background: url('images/icon_video.gif') no-repeat; }
div.image   .plink a { background: url('images/icon_image.gif') no-repeat; }
div.audio   .plink a { background: url('images/icon_audio.gif') no-repeat; }
div.twitter .plink a { background: url('images/icon_twitter.gif') no-repeat; }

div .plink a:hover {
	background-position: 0 -46px;
}

p.comments_counter { 
	margin: 40px 0 0 -45px;
	float: left;
}
p.total_0 { display: none; }
.comments_counter a {
	background: #ff0052;
	text-decoration: none;
	color: #fff;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	padding: 2px 5px;
}
.comments_counter a:hover {
	background: #528200;
}
#footer {
	border-top: 1px solid #ddd;
	margin: 25px 0 5px;
	font-size: 12px;
	padding-top: 15px;
	color: #999;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #666;
	text-decoration: underline;
}

#comments {
	background: url('images/comments_div.png') top no-repeat;
	margin: 40px 0 20px 0;
	padding-top: 5px;
}
#comments .commentcount {
	font: bold 16px/140% 'Arial (Hebrew)', Arial, sans-serif;
	color: #666;
	text-align: center;
	margin: 0 11px 15px 0;
	color: #999;
}
ol.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
ol.commentlist li {
	background: #fcfcfc url('images/avatar.png') top right no-repeat;
	padding: 15px 70px 10px 10px;
	margin: 2px 0;
	font-size: 12px;
	line-height: 140%;
	border-bottom: 1px solid #eee;
}
ol.commentlist li.admin_comment {
	background: #fcfcfc url('images/avatar1.jpg') top right no-repeat;
}
ol.commentlist li.alt {
	background-color: #fcfcfc;
}
ol.commentlist li p {
	margin: 5px 0 10px;
}
ol.commentlist li cite {
	font: normal 16px/140% 'Arial (Hebrew)', Arial, sans-serif;
	color: #666;
}
ol.commentlist li cite a {
	color: #666;
	text-decoration: none;
}
ol.commentlist li cite a:hover {
	color: #69f;
	text-decoration: underline;
}
ol.commentlist li span.commentdata {
	margin-top: 3px;
	float: left;
	font: normal 12px/140% 'Arial (Hebrew)', Arial, sans-serif;
	color: #aaa;
}
ol.commentlist li span.commentdata a {
	text-decoration: none;
	color: #aaa;
}
ol.commentlist li em {
	color: #d00;
	font: normal 11px/140% Arial, sans-serif;
	padding-right: 10px;
}
#comments form {
	margin: 40px 0;
	background: #e9e9e9;
	padding: 5px 10px;
	font: bold 12px/140% 'Arial (Hebrew)', Arial, sans-serif;
}
#comments form p {
	margin: 10px 0;
}
#comments form textarea {
	border: 1px solid #fff;
	width: 514px;
	padding: 3px;
	font: normal 12px/140% 'Arial (Hebrew)', Arial, sans-serif;
	height: 90px;
	color: #666;
}
#comments form input {
	border: 1px solid #fff;
	width: 156px;
	padding: 5px;
	font: normal 12px/140% 'Arial (Hebrew)', Arial, sans-serif;
	color: #666;
}
#comments form .commenter p {
	width: 172px;
	float: right;
}
#comments form input.submit {
	font: bold 12px/140% 'Arial (Hebrew)', Arial, sans-serif;
	border: 1px solid #666;
	background: #999;
	width: auto;
	padding: 4px 20px;
	color: #fff;
	cursor: pointer;
}
.navigation {
	text-align: center;
}

form#searchform {
	border-bottom: 0px solid #ddd;
	border-top: 2px solid #ddd;
	margin: 30px 0 10px 0;
	padding: 20px 1px 10px 1px;
}
form#searchform input {
	margin: 1px;
	border: 1px solid #ccc;
	font: normal 12px/12px 'Arial (Hebrew)', Arial, sans-serif;
	color: #666;
	padding: 4px 4px 3px;
	width: 150px;
}
form#searchform input#searchsubmit {
	background: #aaa;
	width: 50px;
	height: 23px;
	margin: 2px 1px;
	border: 0;
	padding: 0 0 2px;
	font-weight: bold;
	color: #fff;
}

#sidebar ul#twitter_update_list {
	background: #e7e7e7 url('images/twitter.gif') right -150px no-repeat;
	margin: 30px 0 0px;
	padding: 6px 45px 4px 10px;
	direction: ltr;
	text-align: left;
	cursor: pointer;
}
#sidebar ul#twitter_update_list:hover {
	background: #eee url('images/twitter.gif') top right no-repeat;
}

#sidebar div#youtube_subsc {
	background: #e7e7e7 url('images/youtube.png') right 0 no-repeat;
	margin: 15px 0 -5px;
	padding: 0;
}
#sidebar div#youtube_subsc:hover {
	background: #eee url('images/youtube.png') right -42px no-repeat;
}
#sidebar div#youtube_subsc a img {
	width: 100%;
	height: 42px;
}

div.piccaption {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	text-align: center;
	font-size: 12px;
	color: #808080;
}
div.piccaption img {
	display: block;
	margin-bottom: 5px;
}