﻿/*YUI 2.7.0*/body{margin:0px;}h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold;}optgroup{font-weight:normal;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}del{text-decoration:line-through;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}sup{vertical-align:super;}sub{vertical-align:sub;}p,fieldset,table,pre{margin-bottom:1em;}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px;}html{   font-size:62.5%; /*makes 1em=10px*/   font-family:calibri,tahoma,helvetica,verdana,arial;   line-height:120%;}img{border:none;}

body{
	background:#7399ae url('images/bg-header.gif') repeat-x left top;;
	direction:rtl;
	text-align:right;
	font-size:1.4em;
	font-family:Candara,verdana,arial;
	color:#444444;
	margin-top:250px;
}
a{
	color:#3a8cb8;
}

img.alignright{
	margin: 0px 0 5px 10px;
	display: inline;
}

img.alignleft{
	margin: 0px 10px 5px 0;
	display: inline;
}
.alignleft{
	float: left;
}

.alignright{
	float: right;
}
#content{
	width:620px;
	-background:white url('images/bg-paper.gif') repeat-y left top;
	margin:20px 370px 50px 0px;
}
/*============================= POST ===============================*/

.post{
	padding:35px;
	margin-bottom:35px;
	line-height:170%;
	background:white;
	border-right:2px solid #395868;
	border-bottom:2px solid #395868;
}
.post strong, .post b{
	color:black;
}
.post .meta{
	text-align:left;
}
.post .meta div{
	display:inline;
}
.post .meta .tags{
	float:right;
}
.post .meta .tags a{
	color:#999;
}
.post .meta .commentscount{
	amargin-right:10px;	padding:3px 25px;	width:47px;	height:28px;	background:url('images/icon-comments2.gif') no-repeat left top;	font-size:18px;	font-weight:bold;	text-decoration:none;	color:black;

}
.post .more-link{
	font-weight:bold;
	padding-left:23px;
	height:22px;
	background:url('images/icon-continue.gif') no-repeat left 1px;
}
.post .more-link:hover{
	background-position:left -19px;
}
.post li{
        margin-top:15px;
}
.post p{
	margin-bottom:20px;
}
.post h2{
	
	font-size:1.6em;
	font-family:arial;
	font-weight:normal;
	letter-spacing:-1px;
	text-decoration:none;
}
/*============================= SIMILAR POSTS ===============================*/
#similar-posts{
	margin:0;
	padding:5px;
	list-style-type:none;
	background:#fff3d6;
	border:1px solid #f1e6ca;
}
#similar-posts h2{
	margin:0;
}
/*============================= NEXT/BACK ===============================*/

#nextback a{
	color:white;
	text-decoration:none;
	font-size:40px;
}
#nextback .postsnext{
	float:left;
	padding: 7px 40px 3px 0px;
	aabackground:url('images/arrow-next.gif') no-repeat left top;
}
#nextback .postsback{
	float:right;
	padding: 7px 0px 3px 40px;
	aabackground:url('images/arrow-back.gif') no-repeat right top;
}
#nextback .postsnext:hover{
	aabackground-position:left -35px;
}
#nextback .postsback :hover{
	aabackground-position:right -35px;
}
/*============================= COMMENTS ===============================*/

#comments{
	font-size:24px;
	font-weight:normal;
}
#comments strong{
	font-size:50px;
	letter-spacing:-2px;
	font-weight:normal;
}
#commentlist .comment{
	position:relative;
	border-top:1px solid #ddd;
	aabackground:#FFF3D6 url('images/bubble-comment.gif') no-repeat right top;
	aaborder:1px solid lime;
	padding:10px;
}
#commentlist .comment-author{
	font-size:20px;
}
#commentlist .comment .comment-date{
	font-size:12px;
	color:#999;
}
#commentlist .comment .avatar{
	aaposition:absolute;
	aatop:10px;
	aaleft:10px;
	float:left;
}
#commentlist .comment.highlight{
	background-color:#f0f0f0;
}

#commentlist .comment em{
	color:red;
}
/*
#commentlist .comment{ 
	margin:30px 0;
	position:relative;
	aaa background:#FFF3D6 url('images/bubble-comment.gif') no-repeat right top;
	padding-top:20px;
	border-top:1px solid #666;
	background:red;
}

#commentlist .comment p{ 
	margin:0px 50px 0px 0px;
}
#commentlist .comment-reply-link{
	margin:20px;
}
#commentlist .comment.depth-1{ 
	aaaborder-top:4px solid black;
}
#commentlist .comment.depth-2{ 
	aaaborder-top:1px solid black;
	margin-right:50px;
}
#commentlist .comment-author{
	font-size:0px;
	background:pink;
}
#commentlist .comment-author .fn{
	position:absolute;
	top:10px;
	right:50px;
	font-size:18px;
}
#commentlist .avatar{
	vertical-align:top;
}
#commentlist .commentmetadata{
	position:absolute;
	top:40px;
	right:50px;
	aamargin-right:50px;
	aamargin-top:-20px;
}
#commentlist .commentmetadata a{
	color:#999;
	text-decoration:none;
}
*/
/*============================= COMMENT FORM ===============================*/

#commentform table{
	width:100%;
}
#commentform td{
	padding:0 5px;
	margin:0;
	border:none;
}
#commentform #comment{
	width:100%;
	height:150px;
	margin-top:15px;
}

/*============================= ABOUT ME BOX===============================*/
#eyals{
	position:absolute;
	top:10px;
	left:0px;
	width:180px;
	height:81px;
	background: url('images/bubble-eyals.gif') no-repeat right top;
	padding:25px;
	font-weight:bold;
}
#eyals a{
	text-decoration:none;
	color:white;
}
#eyals a:hover{
	color:#333333;
}
#eyals a h2{
	margin:0;
	font-size:20px;
	margin-bottom:5px;
	color:#333333;
}
#eyals a:hover h2{
	color:white;
}


/*============================= SOCIAL (TWITTER STATUS)===============================*/
/*
#social{
	position:absolute;
	top:10px;
	left:0px;
	width:286px;
	height:81px;
	background: url('images/bubble-facebook.gif') no-repeat left top;
	text-align:left;
	padding:8px 3px;
}
#social #follow-icons{
	margin-left:65px;
}


#social #follow-icons img{
	width:34px;
	height:34px;
	margin-left:3px;
	margin-top:0px;
}
#social #twitter-status{
	margin:10px 10px 15px 70px;
	font-size:14px;
	line-height:120%;
	height:62px;
	overflow:hidden;
}
#social #twitter-status small{
	display:block;	line-height:80%;
}
#social #about-link{
	font-size:13px;
	font-weight:bold;
	color:black;
	text-decoration:none;
	position:absolute;
	top:62px;
	left:0px;
}
*/
#rss-link{
	position:absolute;
	top:194px;
	right:490px;
}

h1{
	text-indent:-250px;	position:absolute; 	top:120px; 	right:370px;	background:url('images/designer.gif') right top no-repeat;	width:270px;	height:100px;	font-size:0px;}
h2 a{
	font-size:1.6em;
	font-weight:normal;
	letter-spacing:-1px;
	text-decoration:none;
}
h2 a:hover{
	text-decoration:underline;
}
#sidebar{
	position:absolute;
	top:500px;
	right:110px;
	width: 220px;
	color:white;
}
#sidebar a, #footer a{
	color:#FFF3D6;
}

/*============================= SEARCH===============================*/#searchform{	position:absolute;	top:155px;	right: 775px;	width: 220px;	height:70px;	background:url('images/search.gif') no-repeat;}#searchform #search{	position:absolute;	top:20px;	right:10px;	width: 130px;	font-size:16px;	font-weight:bold;	color:#666;	background:none;	border:none;}#searchform #submitsearch{	position:absolute;	top:0;	left:0;	height:70px;	width:67px;	background:url('images/search.gif') no-repeat;	border:none;	cursor:pointer;}#searchform a{	position:absolute;	right:5px;	top:50px;	font-size:12px;}/*============================= SUBSCRIBE===============================*/#subscribeform{	position:absolute;		top:450px;		right: 200px;		width: 170px;		height:120px;		background:url('images/subscribe-mail.gif') left bottom no-repeat;	}#subscribeform #subscribeEmailField{	position:absolute;		top:95px;		left:50px;		width: 110px;		font-size:12px;		color:white;		background:none;		border:none;		direction:ltr;		text-align:left;	}#subscribeform #submitsubscribe{	position:absolute;		left:0;		bottom:0;		height:40px;		width:40px;		background:url('images/subscribe-mail.gif') left bottom no-repeat;		border:none;		cursor:pointer;	}
/*============================= FOOTER ===============================*/

#footer{
	height:400px;
	background:#294f63 url('images/bg-footer.gif') repeat-x left top;
	color:white;
	padding:30px 370px 30px 0;
	margin-top:30px;
}

#tagcloud{
	margin-right:60px;
	width:500px;
	line-height:160%;
	text-align:center;
}
#tagcloud a{
	text-decoration:none;
	color:#ADD1E8;
	margin-left:10px;
}
#tagcloud a:hover{
	text-decoration:underline;
}

.totop{
	display:block;
	margin:30px 0;
}

#printheader{
	display:none;
	position:absolute;
	top:0;
	left:0;
}
