 
body {
	background: #000000 url('images/background.gif') center ;
	font-family:Tahoma;
	font-size:40%; /* Sets default font size to 10px */
	background-repeat: repeat   ;





	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0px none;
	}

p {
	margin-bottom:1.5em;
	direction :rtl;
	}

a {
	text-decoration:none;
	color:#2E3192;
	}
a:hover {
	text-decoration:none;
	color:#0000FF;
	}
	
#wrapper {
	margin:5px auto;
	width:776px;
	background:#ffffff;
	font-size:1.20em;
	}
#header {
	height:151px;
	background:url('images/header.png') no-repeat;
	}
#menu {
	height: auto;
	background: #A8ADE0;	
	text-align: center;
	}
#sidebar {
	float:right;
	width:180px;
	height :100%;
	background:#ffffff;
	
	margin-right:10px;
	direction : rtl;
	 
	font-size:12;
	text-align :right;
	margin-left:0px;
	 
	}
	 
#content {
	float:right;
	width:70%;
	margin-left:10px;
	margin-right:10px;
	text-align :right;
	height: auto;
    border-right:1px dotted #A8ADE0    ;
	
	}
	
		 
#footer {
	clear:both;
	vertical-align :baseline ;
	background:url('images/livebarBG_24_default.png')  repeat ;
	padding: 3px 5px 8px;
	text-align: center;
	color: black;
	height :auto;
	
	font-size:90%;
	}
#footer a {
	color: #FFF;
	border-bottom: 1px dashed #FFF;
	}
#footer a:hover {
	color: #FFF;
	border-bottom: 1px solid #FFF;
	}

.entry {
	padding:10px 20px;
	text-align:justify;
	direction : rtl;
	line-height:1.75em;
	}
.entry-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	text-align:right;
	direction : rtl;

	}
.entry-title h2{
	font-size: 1.0em;
	padding: 10px 0;
	}
.date {
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
	}

#sidebar ul {
	list-style-type:none;
	margin-top:1px;
	}
#sidebar li {
	margin-top: 1px;
	}
#sidebar li a {
	display:block;
	height:20px;
	
	padding: 2px 5px;
	border-bottom:1px dotted #A8ADE0;
	color: #336699;	
   font-family :Tahoma ;
   font-size:95% ;
	}
#sidebar li a:hover {
	color:Maroon ;	
   font-family :Tahoma ;
   font-size:95% ;

   text-decoration:underline;
	}
	
#sidebar li h3 {
	color:#A8ADE0;
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
	}
	
#footer-valid {
	float:center;
	padding-top:55px;
	padding-left:20px;
	cursor:default;
	color:#ffffff;
	}
#footer-valid a {
	color:#ffffff;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
	}


h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	letter-spacing:1px;
	color:#222222;
	font-style:italic;
	text-align: right;
	padding: 10px;
	}
	
div#credit {
	color: #7A7ACC;
	margin:0 auto;
	width:770px;
	font-size: 10px;
	text-align: center;
	direction :rtl;

}
div#credit a {
	color: #7A7ACC;
}