﻿
body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

.site {
	width:900px;
	height:100%;
	margin:auto;
	direction:rtl;
	text-align:right;
}

.header {
	background:white;
	height:40px;
	font-size:12px;
	vertical-align:middle;
	width:100%;
}

.header p {
	margin:0;
	text-align:left;
}

.header .menu {
	padding-top:10px;
	vertical-align:top;
}

.header .menu a {
	color:black;
}

.header .menu a:hover {
	text-decoration:underline;
	color:gray;
}

.header img {
	margin:0;
	margin-right:5px;
	text-decoration:none;
	border:0;
}

.header a {
	text-decoration:none;
	border:0;
}

.header .social {
}

.header #search {
}

.header .search {
	display:block;
	margin-top:10px;
	margin-right:50px;
}

.header #search input {
	font-family:Arial, Helvetica, sans-serif;
}

.header .newsletter {
	margin-top:10px;
}

.header .newsletter-submit {
	background:transparent url('../images/newsletter.png') no-repeat;
	border:0;
	width:22px;
	height:22px;
}

.topbar {
	background:#4d6941;
	margin:0px;
}

ul {
	list-style-type: none;	
}

li {
	list-style-type: none;	
}

.topbar ul {
	list-style-type: none;
	padding:2px;
	margin:0px;
}

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

.topbar li {
	background-image:url('../images/top-menu.png');
	width:95px;
	height:50px;
	margin:2px;
	padding:0;
	float:right;
}

.topbar .li-selected {
	background-image:url('../images/top-menu-c.png');
}

.topbar a {
	margin:0;
	padding:0;
	color:white;
	font-size:15px;
	text-decoration:none;
	font-weight:bolder;
	width:70px;
	height:40px;
	padding:0px;
	text-align:center;
	position:absolute;
	margin-top:5px;
	margin-right:10px;
}

.topbar img {
	display:inline;
	margin:2px;
}

.mainarea {
}

.rightbar {
	background:#dee1dd;
	width:200px;
	height:100%;
}


.rightbar ul {
	margin:0px;
	padding:0px;
}

.rightbar_title {
	height:28px;
	margin:0;
}

.rightbar li {
	background:#90c5d0;
	min-height:28px;
	border-top:1px white solid;
	border-right:7px #90c5d0 solid;
	padding-right:7px;
}

.rightbar .li-selected {
	background:#3c899a;
	border-right:7px #284f58 solid;
}

.rightbar .li-included {
	border-right:7px #284f58 solid;
}

.rightbar .li-selected a {
	color:white;
}

.rightbar a {
	text-decoration:none;
	color:black;
	font-size:12px;
}

.rightbar_post {
	padding:5px;
}

.rightbar_post h3 {
	font-weight:bold;
	font-size:14px;
	margin:0;
}

.rightbar_post h4 {
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:bold;
}

.rightbar_post .postdata a {
	margin:0;
	padding:0;
}

.rightbar_post .postdata a:hover {
	margin:0;
	padding:0;
	color:#284F58;
}

.rightbar_post p {
	font-size:12px;
}

.rightbar_post .date {
	text-align:left;
	font-size:11px;
}

.content {
	background:#F3F3EE;
	width:100%;
	border-right-width:15px;
	min-height:445px;
	font-size:12px;
}

.content h1 {
	font-size:18px;
}

.content h2 {
	font-size:16px;
}

.content h3 {
	font-size:14px;
}

.content img {
	border:0;
	text-decoration:none;
}

.content ul li {
	list-style-type:disc;
	list-style-position:inside;
}

.content ul li a{
	color:black;
}

.content ul li h4, .content ul li h3, .content ul li h2, .content ul li p {
	display:inline-block;
}

.content_top {
	min-height:28px;
	margin:0;
}

.content_title {
	font-size:16px;
	color:#666666;
	background:#E9F2F4;
	border-bottom:1px #86B773 solid;
}

.content_text {
	padding:20px;
}

.post {
	margin-bottom:20px;
	margin-left:20px;
	margin-right:20px;
	padding:5px;
}

.post .date {
	font-size:12px;
	color:gray;
	margin:0;
	float:left;
}

.post .date cite {
	border:0;
	margin:0;
	padding:0;
}

.post_header {
	border-top:1px #86B773 solid;	
	background:#E9F2F4;
	font-size:20px;
	font-weight:normal;
}

.post h2 a {
	color:black;
	text-decoration:none;
}

.post h2 a:hover {
	text-decoration:underline;
	color:#3C899A;
}

.post .footer {
	border:0;
	border-right:1px #86B773 solid;	
	padding:0;
	padding-right:10px;
	text-align:right;
	font-size:12px;
}

.post .footer p a {
	color:black;
	font-size:12px;
}

.post_button {
	background-color:#E9F2F4;
	padding-right:5px;
	width:70px;
	border:1px silver solid;	
}

.post_button a {
	color:black;
	font-size:13px;
	text-decoration:none;
}

#comment {
	width:100%;
	height:100px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.commentgroup {
	width:250px;
}

.commentgroup input {
	float:left;
}

/*----*/
ol {
	margin:0;
	padding:0;
}

.comment_text {
	background:#a4a4a4 url('../images/comment_quote.png') no-repeat;
	background-position:right 10px;
	color:black;
	padding:10px;
	min-height:50px;
	margin-bottom:30px;
}

li cite {
	border-top:1px #86B773 solid;
}

li cite a {
	color:gray;
}

.comment_text p {
	margin:0;
	margin-top:15px;
	margin-right:50px;
}
/*----*/

.leftbar {
	background:#dee1dd;
	width:180px;
}

.leftbar_send {
	background:#90c5d0;
	border-bottom:1px #509fb0 solid;
	border-top:1px #509fb0 solid;
	padding:0px;	
	font-size:12px;
	padding:5px;
}

.leftbar_send h4 {
	text-align:center;
	font-size:18px;
	font-weight:bolder;
	margin:10;
}

.leftbar_send table {
	font-size:12px;
	width:100%;
	border-bottom:1px #509fb0 solid;
	padding-bottom:10px;
	
}

.leftbar_send table input {
	border:1px gray solid;
	width:120px;
	margin-right:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	height:20px;
	display:inline;
	float:left;
}

.leftbar_send .button {
	height:auto;
	width:60px;
	float:none;
	margin:5px;
}

.sideheader {
	font-size:14px;
	border-top:1px #86b773 solid;
	background-color:#e9f2f4;
	height:20px;
}

.sidebox {
	border-bottom:1px #86b773 solid;	
}

.leftbar_links {
	margin:5px;
	margin-top:20px;
}

.leftbar_links h2 {
	font-size:12px;
	margin:0;
}

.leftbar_links ul li {
	list-style-type:disc;
	list-style-position:inside;
}
.leftbar_links ul {
	margin:5px;
	padding:0px;
}

.leftbar_links a {
	font-size:12px;
	text-decoration:none;
	color:black;
}

.leftbar_links a:hover {
	text-decoration:underline;
	color:#3C899A ;
}

.footer {
	border-bottom:1px #3C899A solid;	
	border-top:1px #86B773 solid;
	font-size:12px;
	color:#666666;
	text-align:center;
	padding-bottom:10px;
}

.footer .menu {
	margin:0;
	padding:0;
	text-align:right;
}

.footer a {
	font-size:12px;
	color:#666666;
	text-decoration:none;	
	margin:5px;
}

.footer a:hover {
	color:black;
}

.footer_bottom {
	font-size:11px;
	color:#666666;
	text-align:center;
	padding-top:5px;
	padding-bottom:20px;
	margin:0;
}

.footer .pages {
	margin:0;
}

.footer .tags {
	margin:0;
	text-align:center;
	float:none;
}

.sitemap .page {
	color:#284F58;
	font-weight:bold;
}

.sitemap .page a {
	color:#284F58;
}

.sitemap li {
	list-style:disc inside none;
	margin-top:5px;
}

.sitemap a {
	color:black;
	text-decoration:none;
}

.sitemap a:hover {
	color:gray;
}

.contact_page textarea, .contact_page input {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
}

.contact_page .mail {
	width:150px;
}

.contact_page textarea {
	height:150px;
	overflow:auto;
}

.contact_page {
	margin-right:20px;
	margin-left:20px;
}

.contact_page .button {
	width:60px;
}

.contact_page table{
	font-size:12px;	
	width:100%;
}

.contact_page td {
	vertical-align:top;
}


.allrights {

}

.goola {
	float:left;
	text-align:center;
	text-decoration:none;
	padding:5px;
}

.goola img {
	border:0;
}

.goola:hover {
	color:black;
}

