﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

* {
	margin: 0;
	padding: 0;
}

body {
	/* background: #FFFFFF url(images/img1.jpg);*/
	background-color: #D5E3F0;
	font: normal small Arial, Helvetica, sans-serif;
	color: #295570; /* #457600;*/
	text-align:right;
	direction: rtl;
	font-size: medium;
}

h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

ul {
	margin-bottom: 1em;
	line-height: 180%;
	text-align:right;
	direction: rtl;
	vertical-align: text-top;
}

ol {
	margin-bottom: 1em;
	line-height: 180%;
	text-align:right;
	direction: rtl; 
}

blockquote {
	margin-bottom: 1em;
	line-height: 180%;
	text-align:right;
	direction: rtl; 
}

p {
	margin-bottom: 1em;
	line-height: 150%;
	text-align:right;
	direction: rtl;
}

a {
	color: #051D2C; /*#457600;*/
}

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

/* Post */

.latest-post {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 100px;
}

.latest-post h2 {
	margin-bottom: .5em;
	font-size: 1.6em;
	color: #16354E; /* #FF5302; */
}

.post {
	/* border-top: 1px solid #C9DEAB; */
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 4px;

}

.post h3 {
	margin-bottom: .5em;
	font-size: 1.2em;
}

.file * {
	color: #95B668;
}

/* Wrapper */

#wrapper {
	width: 780px;
	margin: 0 auto;
	/* background: url(images/img2p.jpg) no-repeat; */
}

/* Header */

#header {
	height: 45px;
	/* padding: 10px 270px 0 50px;  30px 50px 0 0; */
	padding: 10px 30px 16px 10px;	
	color: #E5F5D0;
}

#header * {
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	color: #3172A6; /* #FFFFFF; */
}

/* #header h1 {
	font-size: 3em;
	letter-spacing: -2px;
}*/

#header h1 {
	font-size: 1em;
}
.hline {
	float:right;
	font-family:"Guttman Yad-Brush";
	font-size: xx-large;
	font-weight:bold;
}
/* Content */

#content {
	background: url(images/img3p.jpg) repeat-y ;
	/* background-position: 0px 0px;  */
	text-align:right;
	direction: rtl; 
}

#colOne {
	float: right;
	width: 520px; /* 460px; */
	/* padding-right: 20px; */
	background: url(images/img4p.jpg) no-repeat;
}

#colTwo {
	float: left;
	width: 180px;
	padding: 150px 40px 0 40px;
	background: url(images/img5.jpg) no-repeat;
}

#colTwo h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

#colTwo ul {
	padding-right: .5em;
	list-style: none;
}

/* Menu */

#menu {
	height: 35px;
	text-align:right;
	direction: rtl; 
}

#menu ul {
	float: right;
	padding: 10px 20px 0 10px;
	/* padding: 10px 0 0 0; */
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
	text-align:right;
	direction: rtl; 
}

#menu a {
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #E5F5D0;
	font-weight:bold;
}

#menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* Footer */

#footer {
	background: url(images/img6p.jpg) no-repeat;
}

#footer * {
	color: #3172A6; /* #FFFFFF; */
}

#footer p {
	padding: 2em 0;
	text-align: center;
	font-size:  small;
}#wrapper #content #colOne .post li {
	list-style-position: inside;
	list-style-image: url(images/bullet_ball_glass_blue.png); /* bullet_ball_glass_blue.png */
	right: 15px;
	vertical-align: text-top;
}
#wrapper #content #colOne .post hr {
width: 95%;
color: #C9DEAB;
height:1px;

	/* border: 1px solid #C9DEAB;  */
}
#wrapper #content #colOne .post img {
	text-align: center;
}

.siteb {
	text-align: left;
	font-size:  small;
}
