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

/* Elements */

body {
	background: #FADBEA;
	font-family: tahoma, sans-serif, Helvetica ;
	font-size:12px ;
	color: white;
}
img	{
	border: 0px;
}
h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
	color: #FFF;
}

a {
	color: #7A2B39;
}

a:hover {
	text-decoration: none;
}
/* Backgrounds */

.bg1 { 
	background: url(images/img1.gif) no-repeat;
	height: 150px;
 }
.bg2 { background: url(images/img2.gif) repeat-y center top; }
.bg3 { background: url(images/img3.gif) no-repeat center top; }

/* Header */

#header {
	width: 480px;
	height: 60px;
	margin: 0px auto;
}
#header2 {
	width: 130px;
	text-align: right;
	padding-top: 59px;
	float: left;
}

#header2 embed {float: right;}
#header2 a img {float: left}

#header h1 {
	float: right;
	margin: 0px;
	padding-top: 20px;
	font-size: 40px;
	font-family: Arial, sans-serif, Tahoma;
}

#header h2 {
	float: right;
	margin: 0px;
	padding-top: 36px;
	font-size: 15px;

}

#header a {
	text-decoration: none;
	color: #823C49;
}

/* Menu */

#menu {
	width: 600px;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 70px 0px 0px 150px;
	list-style: none;
	font-size: 17px;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 10px 10px 10px 10px;
	text-align: center;
	text-decoration: none;
	color: #FADBEA;
}

#menu a:hover {
	color: #D95E70;
}

#wrapper {
	width: 700px;
	height: 150px;
	margin: 0px auto;
	background: url(images/img1.gif) no-repeat;
}

/* Post */

.latest-post {
	padding: 0px 2em 1em 3em;
	direction: rtl;
	text-align: justify;
}

.latest-post h2 {
	font-size: 1.6em;
	color: #FADBEA;
	text-align: right;
	direction: rtl;
	font-family: Arial, sans-serif, Tahoma;
}
.latest-post h2 a {
	color: #FADBEA;
	text-decoration: none;
}
.post {
	padding: 2em 2em 1em 3em;
	border-top: 1px dashed #823D47;
	direction: rtl;
	text-align: justify;
}

.post h2 {
	font-size: 1.6em;
	color: #FADBEA;
	text-align: right;
	direction: rtl;
	font-family: Arial, sans-serif, Tahoma;
}
.post h2 a{
	color: #FADBEA;
	text-decoration: none;
}
.file * {
	color: #FADBEA;
}

/* Content */

#content {
	width: 440px;
	margin: 0px auto;
	padding: 20px 0px 0px 20px;
}

/* Footer */

#footer {
	width: 700px;
	background: url(images/img3.gif) no-repeat;
	height: 71px;
	margin: 0px auto;
	padding: 3px 0px;
}

#footer p {
	margin: 0px;
	padding-top: 40px;
	font-size: 10px;
	text-align: center;
}

#footer a {
	color: #990000;
}

.reader-publisher-module ul li a {color: #fff; text-decoration: none;}