* {
	font: 12px Tahoma, Arial;
	padding: 0px;
	margin: 0px auto;
}

body {
	margin: 0px auto;	
}

a {
	text-decoration:none;
	color: #999;
}

a:hover{
	color: #C0C0C0;
}

#wrapper {
	margin: 0 auto; 
	padding: 0;
	width: 760px;
	direction: rtl;
}

.header {
	height: 31px;
	background: url('images/logo.gif') #999999 no-repeat top left;
	margin: 0px auto;
	padding: 0px;
}

.header h1 {
	text-indent: -9999px;
	background: url('logo.gif') no-repeat left top;
	float: left;
	height: 31px;
	width: 232px;
	margin-left: 10px;
}

.header ul {
	list-style: none;
	float: right;
}

.header ul li {
	float: right;
}

.header a {
	display: inline-block;
	color: #fff;
	height: 32px;
	line-height: 31px;
	padding: 0 10px;
}

.header a:hover {
	color: #000;
	background: #fff;
}

#searchBox { 
	margin: 20px 0px 0px 0px;
	padding-top: 25px;
	height: 60px;
	text-align: center;
	background: url('search-box.gif') no-repeat center top;
	clear:both;
}

#favBox {
	margin-top: 8px;
	padding:3px;
	float:right;
	width:200px;
	text-align:right;
}

.right {
	float: right;
}

.left {
	float: left;
}

.middleBox {
	width: 370px;
	background: url('box-middle.gif') repeat-y center top;
}

.middleBox-top {
	height: 9px;
	background: url('box-top.gif') no-repeat center top;
}

.middleBox-bottom {
	height: 9px;
	background: url('box-bottom.gif') no-repeat center top;
	_margin-bottom: -5px;
}

.middleBox h2 {
	padding: 10px 10px 5px 10px;
	font-weight: bold;
	color: #0C8ECF;
}

.middleBox ul{
	padding: 10px;
	list-style: none;
	min-height: 270px;
	_height: 270px;
}

.middleBox ul li a {
	border-right: 3px solid;
	color: #0C8ECF;
	display: inline-block;
	margin: 0 0 3px;
	padding: 5px;
}

.middleBox ul li  span{
	vertical-align: top
}

.middleBox ul li a:hover {
	color: #00557F;
}

input, button {
	background: #fff;
	border: 1px solid #0080BF;
	color: #0080BF;
	vertical-align: middle;
	padding: 4px;
}

input {
	padding: 5px;
}

#searchform #s {
	width: 320px;
}

.searchItem {
	margin-bottom: 10px;
	padding: 7px;
}

.searchItem h3 a {
	color: #777;
	font: bold 16px georgia;
	letter-spacing: 1px;
}

.searchItem img {
	float: right;
	width: 100px;
	margin: 5px;
}

.searchItem .footItem {
	text-align: left;
	color: #777;
}

.searchItem .footItem a {
	color: green;
}

.odd {
	border: 1px solid #e0e0e0;
}

.even {
	border: 1px solid #bfbfbf;
}

ul.tag-cloud {
	margin-bottom: 20px;
	clear:both;
	border-color:#CFEFFF #CFEFFF #A0A0A0;
	border-style:solid;
	border-width:7px;
	width: 170px;
	float: right;
	margin-left:10px;
	height: 330px;
	padding: 10px;
	text-align: justify;
	-moz-border-radius:10px;
}

ul.tag-cloud a {
	font-family: georgia;
	color: #8FAF0A;
	font-weight: bold;
}

ul.tag-cloud a:hover {
	color: #717171;
}

.footer {
	margin-top: 20px;
	padding: 5px;
	border-top: 1px solid #999;
	text-align: center;
	color: #fff;
	background: #ccc;
	direction: rtl;
}

.footer a {
	color: #717171;
}

.footer a:hover {
	text-decoration: underline;
}

.post h1, .post h2, .post h3{
	font-weight: bold;
	font-family: Georgia, Arial, Tahoma;
	font-size: 17pt;
	background-color: #dcdcdc;
	padding: 8px;
	margin-bottom:5px;
}
input.button{
	padding: 1px;
}
.navigation{
	padding: 20px;
	text-align:left;
}

#content{
	width: 650px;
	margin: 0pt auto; 
	padding: 0pt;
	direction: rtl;
	clear: both;
}

#content .entry{
	text-align: justify;
}

#content .post{
	-moz-border-radius: 5px;
	border: 1px solid #ddd;
	margin-bottom:15px;
	padding-bottom:8px;
}

#content .post small{
	color: #999;
	float: right;
	padding: 0 5px;
}

#content .post .tags, #content .post .cats{
	padding: 2px 8px;
	color:#999;
	font-size:10px;
	font-weight:bold;
}

#content .post .tags a, #content .post .cats a {
	color:#00AA00;
	font-size:10px;
	font-weight:bold;
}

#content .post .entry  {
	padding: 5px;
}

.clear{
	clear: both;
}