/* Havruta: print.css */

* { margin:0;padding:0;direction:rtl }
	
body
	{
	font: normal 14px  arial;
	line-height: 16px;
	color: #000;
	text-align:center;
	height:100%;
	}

/*General Styles*/	
div.clear {clear:both; float: none; width: auto;}	
a img {border:0;}
hr {display:block; height:1px; border:0; border-bottom: 1px solid #dbdbdb;clear:both; float: none; width: auto;}

a:link, a:visited {color:#3790e3; text-decoration:none;}
a:hover {text-decoration:underline;}

h1 {color:#114b80; font-size:22px; line-height: 1em; }
h2, h3 {color:#114b80; font-size:14px; }
h4 {color:#114b80; font-size:12px; }


ul.hb {list-style:none; font-size:11px; color:#a7a7a7; margin-bottom:5px;}
ul.hb li {display:inline;}

ul.with-icons li {display:block; float:right; margin-left:5px; margin-bottom:5px;}
ul.with-icons li a:link, ul.with-icons li a:visited { float:right;}


/*~~~~~~~~~~~~~~Layout~~~~~~~~~~~~~~~~*/

#wrapper {width: 100%; text-align:right; margin:0 auto;}
#maincolumn {width:100%; }
#sidecolumn {display:none; }

/*header*/
#header {padding: 20px;}
#header div {float:left;}

#header div ul.nav, #header form, #header div.readibility, #nav, #footer, #bottom, #breadcrumbs, #related-articles {display:none;}


#article div.excerpt {font-weight:bold; margin-bottom:1em;}
div.entry p {margin-bottom:1em;}
div.entry img {float:right; margin: 0 0 10px 15px;}
