body, html  {
	
	padding:0;
	margin:0;
	height:100%;
	background:#494949;
	color:#333333;
	font-size:12px;
	font-family:Arial,Verdana,Tahoma,sans-serif;
margin-bottom:1em;

}

h1 {
	margin:0px;
	padding:0px;
}

h2 {
	margin-bottom:0px;
}

blockquote {

	border-color:#C5C4BC;
	background-color:#F8F7EF;
	border-width:1px 1px 1px 8px;
	border-style:dotted dotted dotted solid;
	padding:0em 1em;
	
}

pre {
	overflow:auto;
	width:80%;
	font-family: 'Bitstream Vera Sans Mono', 'Andale Mono', 'LucidaTypewriter', monospace;
	background: #e7e6de;
	border: solid 1px #aaa;
	padding: 0px 10px 15px 10px;
}

.comment-text pre {
	margin:0px 30px 15px 30px;
}

pre code, pre pre {
	border: 0;
}

code {
	font-family: 'Bitstream Vera Sans Mono', 'Andale Mono', 'LucidaTypewriter', monospace;
	font-size: 12px;
	background: #e7e6de;
	border: solid 1px #aaa;
}

a:link {
	color:#000066;
}

a:visited {
	color: #2E432E;
}

a:hover {
	text-decoration:none;
	color:#c00;
}

table,form,p { padding:0; margin:0;}
img {border:0;}

/* This is the container for the whole page */

 html .minwidth {
 border-left:400px solid #fff;
 position:relative;
 float:left;
 z-index:1;
 }
 html .container {
 margin-left:-400px; 
 position:relative;
 float:left;
 z-index:2;
 }



.page {
	max-width:none;
	min-width:600px;

		/* IE Hack  */
	width:expression( 
    document.body.clientWidth< 600 
    ?
        "600px":
        "99.2%" );
	position:relative;
	padding:5px;
	margin:0 auto;
	text-align:left;
}

/* Header */

.header {

	
	height: 124px; background:#d07113 url("images/head.bg.gif") repeat-x 0 0;margin:0 0 7px 0;
}

.div2 {float:right;height:124px;width:389px;background:url("images/head-right.jpg") no-repeat 100% 0;}
 .div1 {float: left; height:124px;width:494px;background:url("images/head-left.gif") no-repeat 0 0; position: absolute; }



.blog-description {
	color:#3A3B43;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:normal;
	margin:0px;
	padding-left:5px;
}


/* Menu Bar */


.menu-bar {
	height:25px;
	background:#565655 url(images/menu.bg.gif) repeat 0 0;
	margin:9px 138px 0px 138px;
	text-align:center;
}

.menu-bar[id] {min-height:25px;height:auto;}

.menu-bar ul {
 	margin:0;
	-moz-padding-start: 0px;
}

.menu-bar li {
	display: inline;
}

.menu-bar li a:link, .menu-bar li a:visited {
	font-family:Tahoma;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	padding:7px 10px;
	height:25px;
	line-height:25px;
	border-left:1px solid #494949;
}

.menu-bar li a.rus {
	background:url(images/menu.rus.gif) no-repeat 5px 2px;
	padding-left:30px
}

.menu-bar li a.hebrew {
	background:url(images/menu.herbew.gif) no-repeat 5px 2px;
	padding-left:30px;
	border-right:1px solid #494949;
}

.menu-bar li a:hover {
	color:#ff0;
}

/* Post */

a.post-title:link, .post-title:visited, .post-title:hover {
	height:auto;
	font-size:22px;
	color:#000000;
	padding:0.5em 0 1em 0;
	margin:0;
	text-decoration: none;
	
}

.post-content, .comment-content {

	/*font-size:13pt;
	font-family: Georgia;*/
	font-size:14px;
	text-align: justify;
	line-height: 150%;
	/*letter-spacing: 1px;*/
	color:#000033;
	/*font-weight: 500;*/
	word-spacing: 0.08em;	
	margin-bottom: 1em;
}

.post-content p{
	padding: 0 0 1.5em 0;
}

.post-time, .post-author {
	display:block;
	font-size:12px;
	font-weight:normal;
	color:#003366;
}

.post-author {
	margin-bottom:1.5em;
}


.post-metadata {
		text-align: right;
	font-size:8pt;
	color:#003366;
	background-color: #FFFFFF;
	padding-left:3em;
}

.post-metadata a, .post-metadata a:active{
	color:#c25a0d;
	font-size:12px;
	padding-right:5px;
	padding-left:5px;
	text-decoration:none;
}


/* Sidebars */



.left-sidebar {
	width:138px;
	left:5px;
	top:136px;
	position:absolute;
}

.right-sidebar {
	width:138px;
	right:5px;
	top:136px;
	position:absolute;
}

/* Left and right sidebars */
ul.left-sidebar, ul.right-sidebar {
	padding:0px;
	margin:0px;
}

/* Left widget title */
ul.left-sidebar li h2 {
	background-image:url("images/left-right-widget-title.png");
background-repeat:repeat-x;
	background-image:url("images/left-right-widget-title.png");
background-repeat:repeat-x;
	border-color:#293F5E;
	color:#FFFFFF;
	background-color:#293F5E;
}

/* Right widget title */
ul.right-sidebar li h2 {
	background-image:url("images/left-right-widget-title.png");
background-repeat:repeat-x;
	background-image:url("images/left-right-widget-title.png");
background-repeat:repeat-x;
	border-color:#293F5E;
	color:#FFFFFF;
	background-color:#293F5E;
}

/* Left and right widget title */
.widgettitle, ul.left-sidebar li h2, ul.right-sidebar li h2 {
	border-width:0px 0px 1px 0px;
	border-style:solid;
	font-size:9pt;
	font-weight: bold;
	padding:5px;
	margin:-10px -5px 5px;
}

/* Left widget */
.left-wp-widget {
	
	width:138px;
}

/* Right widget */
.right-wp-widget {
	
	width:160px;
}

/* Left and right widget */
.left-wp-widget, .right-wp-widget {
	padding:10px 5px;
	border-width:1px;
	border-style:solid;
	margin-bottom:5px;
	background-color:#FFFFFF;
	list-style-type:none;
}

/* Style of the block containing the widget contents */
.left-wp-widget ul, .right-wp-widget ul {
	list-style-type:none;
	padding-left:7px;
	margin-top:0px;
	margin-left:0px;
}

/* Style of each items in the widget contents */
.left-wp-widget li, .right-wp-widget li {
	margin-top:5px;
}

/* In case the widget content contains a form eg. the Search box */
.left-wp-widget form, .right-wp-widget form {
	margin:0px;
}

/* Correct the style if the widget title is a link */
h2.widgettitle a:link {
	color:#FFFFFF;
	text-decoration:none;
}

/* Correct the style if the widget title is a link */
h2.widgettitle a:visited {
	color:#FFFFFF;
}







/* Old Style Tiga Widgets */

/* Adds background image to the left widget title */
.left-widget-title div.rightcorner{background:url(images/box1.corner.gif) no-repeat 100% 0}
.left-widget-title-2 div.rightcorner{background:url(images/box2.corner.gif) no-repeat 100% 0}
.left-widget-title-3 div.rightcorner{background:url(images/box3.top.right.gif) no-repeat 100% 0;}
.categories {height: 25px;background:url(images/h2.categories.gif) no-repeat 50% 0}

/* Adds background image to the right widget title */

.recentposts {height: 25px; background:url(images/h2.recentposts.gif) no-repeat 50% 0}
.right-widget-title div.rightcorner{background:url(images/box2.corner.left.gif) no-repeat 0 0;height: 10px}
.search {height: 25px; background:url(images/h2.search.gif) no-repeat 50% 0}

.center-widget-title .postclass {
    text-align:right;
	color:#a0a0a0;
	margin-right: 143px;
	font-style:normal;
	padding:5px;
	font-weight: bold;	
	}

.center-widget-title .postclass a{	
	color:#e9993f;text-decoration:none;
}	








/* Adds background image to the center widget title */


/*
.left-widget, .right-widget {
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}
*/

.left-widget-title {
	background:#fff url(images/box1.top.bg.gif) repeat-x 0 0;
}

.left-widget-title-2 {
	background:#fff url(images/box2.top.bg.gif) repeat-x 0 0;
}



.right-widget-title {
	background:#fff url(images/box2.top.bg.gif) repeat-x 0 0;
}





.center-widget {
	
	margin-left:143px;
	margin-right:143px;
	color:#000000;
    background-color: #ffffff;
	padding:12px;
	font-size:10pt;
	margin-bottom:10px;
}

*html .center-widget {
	padding: 12px;
}

.center-widget div.left-top-corner{
	height:11px;
	width: 8px;
	background-image:url(images/box3.top.left.gif);
	background-repeat: no-repeat;
	background-position:0 0;
	margin-left:-12px; 
	margin-top:-12px; 
	float: left;
}

.center-widget-title .dateclass{
	color:#a0a0a0;
	font-size:11px;
	
	font-weight: bold;
	float:left;
	
}


.center-widget-title {
	padding-top: 10px;
	margin-left:150px;
}








*html .center-widget {
	padding: 12px;
}

.center-widget div.left-top-corner{
	height:11px;
	width: 8px;
	background-image:url(images/box3.top.left.gif);
	background-repeat: no-repeat;
	background-position:0 0;
	margin-left:-12px; 
	margin-top:-12px; 
	float: left;
}

*html .center-widget div.left-top-corner{
   margin-left:-6px;
	margin-top:-12px; 
}

.center-widget div.left-top-corner-2{
	height:11px;
	width: 8px;
	background-image:url(images/box3.top.left.gif);
	background-repeat: no-repeat;
	background-position:0 0;
	margin-left:-12px; 
	margin-top:-12px; 
	float: left;
}

*html .center-widget div.left-top-corner-2{
   margin-left:-8px;
	margin-top:-12px; 
}

.center-widget div.right-top-corner{
	height:13px;
	width: 11px;
	background-image:url(images/box3.top.right.gif);
	background-repeat: no-repeat;
	background-position:0 0;
   margin-right:-12px;
	margin-top:-12px; 
	float: right;
}

*html .center-widget div.right-top-corner{
   margin-right:-6px;
	margin-top:-12px; 
}

.center-widget div.right-top-corner-2{
	height:13px;
	width: 11px;
	background-image:url(images/box3.top.right.gif);
	background-repeat: no-repeat;
	background-position:0 0;
   margin-right:-12px;
	margin-top:-12px; 
	float: right;
}

*html .center-widget div.right-top-corner-2{
   margin-right:-10px;
	margin-top:-12px; 
}

.center-widget div.left-bottom-corner{
	height:11px;
	width: 8px;
	background-image:url(images/box3.bottom.left.gif);
	background-repeat: no-repeat;
	background-position:0 0;
	margin-top: 1px;
	margin-left:-12px; 
	margin-bottom: 12px;
	float: left;
}

*html .center-widget div.left-bottom-corner{
   margin-left:-6px;
	margin-bottom:12px; 
	margin-top: 1px;
}

.center-widget div.right-bottom-corner{
	height:11px;
	width: 10px;
	background-image:url(images/box3.bottom.right.gif);
	background-repeat: no-repeat;
	background-position:0 0;
	margin-top: 1px;
   margin-right:-12px;
	margin-bottom: 12px;
	float: right;
}

*html .center-widget div.right-bottom-corner{
   margin-right:-6px;
	margin-bottom:12px; 
	margin-top: 1px;
}

.center-widget div.left-bottom-corner-2{
	height:11px;
	width: 8px;
	background-image:url(images/box3.bottom.left.gif);
	background-repeat: no-repeat;
	background-position:0 0;
	margin-top: 1px;
	margin-left:-12px; 
	margin-bottom: 12px;
	float: left;
}

*html .center-widget div.left-bottom-corner-2{
   margin-left:-6px;
	margin-bottom:12px; 
	margin-top: 1px;
}



*html .center-widget div.right-bottom-corner-2{
   margin-right:-6px;
	margin-bottom:12px; 
	margin-top: 1px;
}


.center-widget div.right-bottom-corner-2{
	height:11px;
	width: 10px;
	background-image:url(images/box3.bottom.right.gif);
	background-repeat: no-repeat;
	background-position:0 0;
	margin-top: 1px;
   margin-right:-12px;
	margin-bottom: 12px;
	float: right;
}













.footer {
	
	
	margin-left:138px;
	margin-right:138px;
/*
	border-color:#C5C4BC;
	font-size:10px;
	text-align:center;
	position: relative;
	color:#000000;
	background-color:#FFFFFF;
	border-width: 1px;
	border-style:solid;
	*/
	text-align:center;
	color:#999;
	
}




img {
	border-width:0px;
}

h3#respond, h3#comments {
	color:#000000;
}

.single-post-metadata {
	color:#003366;
	background-color: #F8F7EF;
	
}

.even-comment {
}

.odd-comment, .even-comment{
	/*background-color:#f8f7ef;*/
}

.left-widget ul, .right-widget ul {

	list-style-type:none;
	padding-left:10px;
	padding-right:1px;
	margin-top:0px;
	margin-left:0px;
	margin-bottom: -5px;

}

.left-widget li,  .right-widget li {
	margin-top:5px;
}

h3#respond, h3#comments {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-bottom:0px
}

/* Comments Styles */
.comment-header {
	border:0px;
	padding:5px 10px;
	border-style:solid;
	background-color:#e7e6de;
}

.comment-num:link, .comment-num:visited, .comment-num:hover{
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:34px;
	font-style:italic;
	color:#aaaaaa;
	background-color:transparent;
	text-decoration:none;
	position:relative;
}

.comment-text {
	padding:0px 10px;
	border-color:#e7e6de;
	border-width:1px;
	border-style:solid;
	background-color:#f8f7ef;
}

.comment-list .odd-comment,
.comment-list .even-comment {
	font-size:12px;
	margin-bottom:15px;
}

.comment-list {
	font-size:12px;
	padding:0px;
	margin:0px;
}

.comment-date{
	color:#999999;
	font-size:7pt;
}

.comment-edit-link {
	color:#999999;
	font-size:7pt;
}

.comment .content P {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

/* Single post */
.single-post-metadata {
	font-size:8pt;
	/*font-style:italic;*/
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	padding:1em;
	clear:both;
}

/* Dum, dum dum dum, Don't touch this! */
/* IE Hack  */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Search input */
input.text{
	width:85px;
	margin:0px 5px 0px 5px;
	border:1px solid #969696;
}

/* Page nav */
.bottom-page-nav, .top-page-nav {
	color:#003366;
	text-align:center;
	background-color:#FFFFFF;
}

.bottom-page-nav a, .top-page-nav a{
	color:#c25a0d;
	font-size:12px;
	padding-right:5px;
	padding-left:5px;
	text-decoration:none;
}

.permitted-tags {
	font-size:7pt;
	color:#999999;
	background-color:#FFFFFF;
	width:300px;
}

textarea#comment {
	width:400px;
}
.text_area_comment
{
	width:400px;
}
}
.google-ads {
	text-align:center;
}

.gravatar {
	float:left;
	border:1px solid #888888;
	padding:2px;
	background-color:#ffffff;
	margin-right:5px;
}






.left-widget,.right-widget {background-color:#fff;background-repeat:no-repeat;padding:0;margin:0 0 20px 0}

.sep {height:20px}

.left-widget li.in {
	background:url(images/box3.bottom.right.gif) no-repeat 100% 100%;
	margin-right:-1px;
	}
	
.right-widget li.in {
	background:url(images/box3.bottom.left.gif) no-repeat 0 100%;
	margin-left: -10px;
}

.left-widget h3{
	padding:5px 0 0 5px;
	margin:0;
	color:#c57924;
	font-size:12px;
	font-family:Tahoma;
}

.left-widget-title-3{background-color:#FFFFFF;}

.left-widget-title div.rightcorner{background:url(images/box1.corner.gif) no-repeat 100% 0}
.left-widget-title-2 div.rightcorner{background:url(images/box2.corner.gif) no-repeat 100% 0}
.left-widget-title-3 div.rightcorner{background:url(images/box3.top.right.gif) no-repeat 100% 0}

.right-widget-title div.rightcorner{background:url(images/box2.corner.left.gif) no-repeat 0 0;height: 10px}

br.fix {height:0;font-size:0;line-height:0;}
br.fix[class] {display:none;}
*:first-child+html br.fix {display:block}

#core h3 {padding:5px 0 0 5px;margin:0;color:#c57924;font-size:12px;font-family:Tahoma;}
#core h2 {height:25px;padding:0;margin:0;}
#core h2 div {height:25px;}

.categories {height: 25px;background:url(images/h2.categories.gif) no-repeat 50% 0}

.type1 {background:#fff url(images/box2.top.bg.gif) repeat-x 0 0;}
.type1 h2 {background:url(images/box2.corner.gif) no-repeat 100% 0}

.archives {height: 25px; background:url(images/h2.archives.gif) no-repeat 50% 0;}

.blogroll {height: 25px; background:url(images/h2.blogroll.gif) no-repeat 50% 100%;}

.type4 {background:#fff url(images/box2.top.bg.gif) repeat-x 0 0;}
.type4 h2 {background:url(images/box2.corner.left.gif) no-repeat 0 0}
.search {height: 25px; background:url(images/h2.search.gif) no-repeat 50% 0}
.recentposts{height: 25px; background:url(images/h2.recentposts.gif) no-repeat 50% 0}


#core tr #data {padding:0 7px;}
#data h4 {color:#a0a0a0;font-size:11px;padding:5px;margin:0;}
#data h4 em {float:right;font-style:normal;}
#data h4 em a {color:#e9993f;text-decoration:none;}


#data .item {background-image:url(images/box3.top.left.gif);background-position:0 0;position:relative;}
#data .item div {background:url(images/box3.top.right.gif) no-repeat 100% 0;}
#data .item div div {background:url(images/box3.bottom.left.gif) no-repeat 0 100%;}
#data .item div div div.in {background:url(images/box3.bottom.right.gif) no-repeat 100% 100%;}
#data .item div div div.in div {background:none;}
#data div.in {padding:10px 10px 10px 15px;}


#data .item p {padding: 0 0 1em 0;font-size:14px;}
#data .item h2 {height:auto;font-size:22px;color:#000;padding:0.5em 0 1em 0;margin:0;}
#data .item h2 small {display:block;font-size:12px;font-weight:normal;color:#003366;}

#data .item .actions {text-align:right;}

#data .item .actions a {color:#c25a0d;font-size:12px;padding-right:10px;text-decoration:none;}
#data .item .actions a:hover {color:#c00}

#data .item .actions a.ext {padding-left:13px;background:url(images/ext.gif) no-repeat 0 4px;}

.subm {margin-bottom: -5px; background-color:#FFFFFF;}
#searchform{
	padding-top: 5px;
}
#footer {text-align:center;
color:#999;}
.clearer{
	clear: both;
}

html>body .little{
	height: 1px;
	background-color:#FFFFFF;
}


.my-admin{background-color:#FFFFFF;}



.title-text{color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
vertical-align:bottom;
font-size:16px;
font-weight:bold;
padding-top:10px;
text-transform:uppercase;
text-align:center;

}





.rightcorner-text{background:url(images/box1.corner.gif) no-repeat 100%;
margin-top:-29px;
float:right;}
.title
{
	background-color:#e7e6de;
}
.meta
{
	background-color:#e7e6de;
}
.content
{
	background-color:#F8F7EF;

}



