﻿* {
	margin: 0;
	padding: 0;
}
html,body{
	direction:rtl;
}
body {
	margin: 20px 0;
	background: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	color: #000000;
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
	margin-right: 2em;
	padding-right: 1em;
	border-right: 1px solid #EEEEEE;
}

ul {
	margin-right: 3em;
}

ul li {
}

ol {
	margin-right: 3em;
}

ol li {
}

a {
	color: #0072BC;
}

a:hover {
	text-decoration: none;
	color: #59C700;
}

img {
	border: none;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	height: 23px;
	padding: 10px 19px 5px 0;
	background: #8CBEF5 url(images/img03.gif) repeat-x left bottom;
	border: 1px solid #4F9CEF;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .title a {
	color:white;
	text-decoration:none;
}

.boxed .title a:hover{
	text-decoration:underline;
}

.boxed .content {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #DCEBFC;
}

/* Post */

.post {
	padding: 20px 20px 0 20px;
}

.post .title {
	margin-bottom: 5px;
	padding: 3px 0 15px 0;
	background: url(images/img04.gif) repeat-x left bottom;
}

.post .title a{
	color:black;
	text-decoration:none;
}

.post .title a:hover{
	text-decoration:underline;
}

.post .story {
	text-align:justify;
	clear: both;
	padding:0 20px 0 20px;
	/*margin-bottom:-14px;*/
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 0.5em;
	line-height: 180%;
}

/* Header */

#header {
	width: 760px;
	height: 200px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: right;
	width: 240px;
	height: 200px;
	background: url(images/img01.jpg) no-repeat;
}

#logo h1 {
	padding: 130px 20px 0 0;
	font-size: 2em;
}

#logo h2 {
	padding: 0 20px 0 0;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Splash */

#splash {
	float: left;
	width: 520px;
	height: 200px;
}

/* Content */

#content {
	width: 760px;
	margin: 0 auto;
}

#extra {
}

/* Content > Main */

#main {
	float: right;
	width: 520px;
}

#main a {
}

/* Content > Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

#sidebar a {
}

/* Content > Sidebar > Login */

/* Content > Sidebar > Menu */

#menu {
	padding: 20px 0;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 10px 20px;
	border-top: 1px solid #EEEEEE;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

#menu a:hover {
	background: #DCEBFC;
	color: #000000;
}

#menu .active a {
	background: #D1F0A6;
	color: #000000;
}

#menu .first a {
	border: none;
}

/* Content > Sidebar > Updates */

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font-size: x-small;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Footer */

#footer {
	clear: both;
	width: 720px;
	margin: 0 auto;
	padding: 10px 20px;
	background: #E7F7D0 url(images/img05.gif) repeat-x;
}

#footer p {
	margin: 0;
	font-size: x-small;
	color: #999999;
}

#footer a {
	color: #86D613;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

.gallery{
	list-style:none;
	margin:0;
	padding:0;
	padding-top:5px;
}

.gallery li{
	padding:0;
	margin:0 0 5px 5px;
	list-style:none;
	float:right;
	text-align:center;
	line-height:14px;
}

.gallery li a{
	text-decoration:none;
}

.gallery li a img{
	border:2px solid transparent;
}

.gallery li a:hover img{
	border-color:#AAA;
}

.gallery li a:hover{
	text-decoration:underline;
}

.left,.right{
	margin:5px 0 0 10px;
	float:right;
	text-align:center;
}

.left{
	margin:5px 10px 0 0;
	float:left;
}

#topad, #header, #content, #footer{
	margin-right:108px;
}