/* 
ALL RIGHTS RESERVED TO hanaton.co.il 
DO NOT COPY!
*/

/* General */
* {
	margin: 0;
	padding: 0;
}

html
{
  /*direction: rtl;*/
}

body  {
	background: #c6cdce url("/images/background.jpg") no-repeat fixed;
	background-size: 100%;
	color: #000000;
	text-align: right;
	font: 12px Tahoma, Geneva, sans-serif;
}

img {
	border: 0;
}

a {
	color: #489cd9;
	text-decoration: none;
}

a:hover {
	color: #489cd9;
	text-decoration: underline;
}

/* Layout */
.wrapper {
	margin: 15px auto 15px;
	width: 880px;
	direction: rtl;
}

.layout {
	width: 880px;
	background: #ffffff;
	border-radius:8px 8px 8px 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	border: 1px solid #666666;
	padding-top: 0px;
}
.ad-title {
    float: right;
  	background:#EEEEEE;
    color: #666666;
    font-size: 10px;
    font-weight: bold;
    height: 9px;
    line-height: 0.9em;
    padding: 0 13px 2px 13px;
  	-moz-border-radius: 6px 6px 0 0;
  	border-radius: 6px 6px 0 0;
	}
/* Header */
.header {
	position: relative;
	margin: 0 auto;
	padding: 10px 0 0;
	width: 819px;
	
}

.header .flags
{
  position: absolute;
  top: 0;
  left: 0;
}

.header .flags img
{
  border: 1px solid #C1CCD1;
  width: 32px;
  height: 19px;
/*  float: right;*/
}

.logo {
	text-align:right;
	border-bottom: 1px solid #c6cdce;
	line-height: 24px;
	
}
.logo a {
	color: #886434;
	text-decoration: none;
	font-size: 40px;
}
.logo a span {
	color: #489cd9;
}

.menu {
	overflow: hidden;
	padding: 10px 0 0;
	list-style: none;
	text-align: center;
}
.menu li {
	float: right;
	margin-left:5px;
	background: #36B0C0;
	

}
.menu li a {
	display: block;
	width: auto;
	height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 28px;
	font-size: 12px;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;


}
.menu li.active a {
	background: #36B0C0;
  	color: #FFFFFF;
}
.menu li a:hover {
	background: #876433;
	color: #FFFFFF;
}

.author {
	position: absolute;
	top: 25px;
	left: 1px;
}

/* Holder */
.holder {
	margin: 0 auto;
	padding: 33px 0 0;
	width: 820px;
	
}

.content {
	float: left;
	width: 600px;
}

h1 {
   color:#299DAE;
   font-size: 25px;
   text-align:right;
   padding-bottom:10px;
}

h4 {
   color:#333;
   font-size: 20px;
}

.post {
	margin: 0 0 25px;
	padding: 0 0 18px;
	border-bottom: 1px solid #c6cdce;
}

.post h2 {
	margin: 0 0 18px;
	color: #333;
	font-size: 14px;
}
.post p {
	margin: 0 0 18px;
	color:#000000;
}

.post {
	margin: 0 0 25px;
	padding: 0 0 48px;
	border-bottom: 1px solid #c6cdce;
}

.post h2 {
	margin: 0 0 18px;
	color: #876433;
	font-size: 15px;
}

.post strong {
	margin: 0 0 18px;
	color: #2277E4;
	font-size: 15px;
}



.post p {
	margin: 0 0 18px;
	color:#000000;
}

.previews {
	margin: 0 -80px 0 0;
	display: inline-block;
}
.preview {
	float: right;
	margin: 0 0px 20px 0;
	width: 230px;
	border: 0;
}
.preview h2 {
	margin: 0 0 10px;
}

.button {
	display: block;
	width: 112px;
	height: 35px;
	background: url("pics/button.png") no-repeat 0 0;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	line-height: 32px;
	font-size: 18px;
}
.button:hover {
	color: #ffffff;
	text-decoration: underline;
}
/* Content lists */


/* Sidebar */
.sidebar {
	float: right;
	margin: 0 0 10px 0;
	width: 200px;
}
.sidebar  a{
    color: #886434;
}

.sidebar  legend{
    color: #886434;
	font-weight:bold;
}


.sidebar h3 {

	color: #576769;
	font-size: 14px;
	background:#DDDDDD;
	padding-top:10px;
	padding-right:5px;
	height:25px;
	-moz-box-shadow: 5px 5px 5px #ccc;
    -webkit-box-shadow: 5px 5px 5px #ccc;
    box-shadow: 5px 5px 5px #ccc;
    text-shadow: 0.1em 0.1em 0.2em white;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	padding-right:10px;


}
.sidebar ul {
    -moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	list-style: none;
	-moz-box-shadow: 5px 5px 5px #CCCCCC;
	-webkit-box-shadow: 5px 5px 5px #ccc;
    box-shadow: 5px 5px 5px #ccc;
	padding-top: 10px;
	background:#EEEEEE;
	padding-bottom:3px;
	padding-right:7px;
	
}
.sidebar ul li {
	display: block;
	margin: 0 0 6px 0;
	padding-right:7px;
}
.sidebar ul li a {
	color: #333;
	text-decoration: none;
}
.sidebar ul li a:hover {
	text-decoration: underline;
}

td {
  font-size: 12px;
  font-weight:bold;
}


/* Footer */
.footer {
	position: relative;
	/*top: 11px;*/
	z-index: 2;
	clear: both;
	margin: 0 auto 0;
	/*width: 800px;*/
	height: 35px;
	border-radius: 0 0 5px 5px;
	background: #A5AEAE;
}

.footer a {
color: #003C66;

}
.footer .inner {
	padding-top:10px;
	padding-left:15px;
	padding-bottom:0;
	padding-right:20px;
}
.footer .inner p {
	color: #d8dfe0;
}
.footer .inner p a {
	color: #003C66;
	text-decoration: underline;
}
.footer .inner .terms {
	float: right;
	color: #003C66;
}
.footer .inner p a:hover {
	text-decoration: none;
}
.footer .inner ul {
	list-style: none;
  margin-right: -10px;
}
.footer .inner ul li {
	float: right;
  padding: 0 10px;
  border-right: 1px solid;
}
.footer .inner ul li.first {
  border: none;
}
.footer .inner ul li a {
}

.sharebox {
clear:both;
float: left;
margin-top: 30px;
}

.hidden
{
  display: none;
}

.clear
{
  clear: both;
}
.rectangle {
  width: 150px;
  background: DeepSkyBlue;
  font-color: white;
  color: white;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  border: 3px solid DeepSkyBlue;
}
