
body
{
	margin-top: 10px;
	padding: 0;
	background: #787878;
	text-align: justify;
	font-family: "Arial" , "Arial (Hebrew)" , "David (Hebrew)" , "Courier New (Hebrew)";
	font-size: 13px;
	color: #616161;
}

h1, h2, h3
{
	margin-top: 0;
	color: #8C0209;
}

h1
{
	font-size: 1.6em;
	font-weight: normal;
}

h2
{
	font-size: 1.6em;
}

h3
{
	font-size: 1em;
}

a
{
	text-decoration: none;
	color: #8C0209;
}

a:hover
{
	border-bottom: none;
}

a img
{
	border: none;
}

#header
{
	width: 1000px;
	margin: 0 auto;
	height: 120px;
	background: url(images/img02.jpg) repeat-x left top;
}

/* Header */

#logo
{
	width: 1000px;
	height: 70px;
	margin: 0 auto;
	background: url(images/img01.jpg) no-repeat left top;
}

#logo h1, #logo p
{
	float: left;
	margin: 0;
	color: #8C0209;
}

#logo span
{
	color: #000000;
}

#logo h1
{
	padding: 25px 0 0 0;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p
{
	text-transform: uppercase;
	padding: 47px 0 0 3px;
	font-size: 10px;
	color: #110E0F;
}

#logo a
{
	border: none;
	text-decoration: none;
	color: #8C0209;
}

/* Menu */

#menu
{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	background: url(images/img02.jpg) no-repeat right top;
}

#menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li
{
	display: inline;
}

#menu a
{
	display: block;
	float: right;
	height: 32px;
	margin: 0;
	padding: 18px 30px 0 30px;
	text-decoration: none;
	text-transform: capitalize;
	background: url(images/img03.jpg) no-repeat left top;
	font-family: "Arial" , "Arial (Hebrew)" , "David (Hebrew)" , "Courier New (Hebrew)";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover
{
	color: #FFFFFF;
}

#menu .current_page_item a
{
	color: #FFFFFF;
}

/* Page */

#page
{
	width: 990px;
	margin: 0 auto;
	padding: 20px 5px;
	background: #FFFFFF;
}

/* Content */

#content
{
	float: left;
	width: 550px;
}

.post
{
	padding: 0px 20px 15px 20px;
	line-height: 200%;
}

.post h1
{
	font-weight: normal;
}

.title
{
	text-align: right;
	margin: 0;
	padding: 10px 5px 4px 20px;
	font-weight: normal;
	border-bottom: 1px #BBBBBB dashed;
}

.title a
{
	border-bottom: none;
	color: #8C0209;
	color: DodgerBlue;
}

.byline
{
	text-align: right;
}

.tag
{
	padding: 0 15px;
}

.entry
{
	direction: rtl;
	line-height: 16px;
	text-align: right;
	margin: -7px 0px 0px 0px;
}

.endentry
{
	font-size: 16px;
	text-align: center;
	letter-spacing: 10px;
	margin: -15px 0px 15px 0px;
}

.links
{
	text-align: left;
	vertical-align: text-bottom;
	font-weight: bold;
}

.links2
{
	text-align: right;
}


/* Sidebars */

#sidebar1
{
	float: left;
}

#sidebar2
{
	float: right;
}

.sidebar
{
	float: left;
	width: 220px;
	padding: 0;
	font-size: 12px;
}

.sidebar ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li
{
	text-align: right;
	padding: 0 0 15px 0;
}

.sidebar li li
{
	margin: 0 20px 0 15px;
	padding: 3px 0px;
	border-bottom: 1px #BBBBBB dashed;
}


.sidebar li h2
{
	text-align: right;
	height: 30px;
	margin: 0 0 5px 0;
	padding: 10px 15px 0px 15px;
	background: #890208 url(images/img05.jpg) no-repeat left top;
	font-size: 16px;
	color: #FFFFFF;
}

.sidebar a
{
	color: DodgerBlue;
}

.sidebar div
{
	border-left: 1px #BBBBBB dashed;
	border-top: 1px #BBBBBB dashed;
	border-right: 1px #BBBBBB dashed;
	border-bottom: 1px #BBBBBB dashed;
	margin: 0 20px 15px 15px;
	padding: 8px 5px 8px 5px;
	direction: rtl;
}

.sidebar div a
{
	font-weight: bold;
	font-size: 14px;
	color: #890208;
	margin: 0px 0px 0px 0px;
}

/* Footer */

#footer
{
	width: 960px;
	height: 70px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(images/img04.jpg) no-repeat left top;
}

#footer p
{
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: smaller;
}

#footer .link
{
	float: right;
}

#footer .copyright
{
	float: left;
}

.flower
{
	width: 510px;
	height: 250px;
	padding-left: 20px;
}

.tableArticle
{
	direction: rtl;
	border: 1px solid #c4c4c4;
	width: 255px;
	cursor: pointer;
}

.tdArticleHeader
{
	height: 30px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	background-color: #8c8c8c;
}

.tdArticleSummary
{
	vertical-align: text-top;
	height: 180px;
	padding: 8px;
}


