* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 13px arial;
	color: #191819;
	background: #DDDDDD url(../images/background.gif) repeat-x 0 0;
	direction: rtl;
}
a {
	text-decoration: none;
	color: #7F3F98;
}
a:hover {
	text-decoration: underline;
	color: #781C7D;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignright {
	float: right;
	margin: 4px 10px 5px 0;
}
.alignleft {
	float: left;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/* BEGIN wrapper  */
#wrapper {
	background-color: #FFFFFF;
	width: 800px;
	margin: auto auto;
	text-align: right;
}
/* END wrapper */

/* BEGIN header */
#header {
	height: 100px;
	margin: 5px 15px;
}
#header .logo {
	margin: 0 5px;
	background:url(../images/logo.png) no-repeat;
}
#header .logo h1 {
	float: right;
	padding: 5px 0 0 0;
	text-transform: none;
	font-size: 2.2em;
	font-family: david;
}
#header .logo h1 a {
	text-decoration: none;
	color: #000000;
}
#header .logo p {
	color: #781C7D;
	clear: both;
	font-size: 1.4em;
}

#header ul {
	list-style-type: none;
	font-family: arial;
}
#header ul li {
	float: right;
	font-size: 1em;
	border-left: 1px solid #781C7D;
	padding: 0 3px;
	font-weight: bold;
	margin-right: 3px;
	text-align:center;
}
#header ul li a {
	text-align: center;
	color: #191819;
	text-decoration: none;
	padding: 0px 3px;
}
#header ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	padding: 0px 3px;
	background: url(../images/hover.gif) repeat-x 0 0;
	text-align:center;
}
#header ul .f {
	border-right: 1px solid #781C7D;
	padding: 0px 3px;
}
/* END header */

/* BEGIN BODY */
#body {
	padding-bottom: 10px;
}
/* END BODY */

/* END content */
#content {
	float: right;
	clear: both;
	padding: 0 15px 0 15px;
	width: 765px;
}

#featured {
	padding: 5px;
	background-color: #F2EFEF;
	border: 2px solid #781C7D;

}
#content .featured img {
	width: 765px;
}
#content .featured {
	overflow: hidden;
	position: relative;
	width: auto; height: 406px;
	margin: auto auto;
	overflow: hidden;
}

#content .featured-img .text h2 {
	font-size: 1.5em;
	background-image: none;
	margin-bottom: 4px;
	padding: 5px;
}
#content .featured-img .text h2 a {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
}
#content .featured-img .text p {
	line-height: 1.4em;
	font-size: 1em;
	color: #FFFFFF;
	padding-bottom: 5px;

}
#content .featured-img .text .next {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
	text-transform: none;
}
#content .featured-img .text .continue:hover {
	text-decoration: none;
}
#content .featured .photo {
	list-style-type: none;
}
#content .photo li {
	position: absolute;
	top: 0; right: 0;
	z-index: 0;
}
#content .photo li.first {
	z-index: 2;
}
#content .featured .text {
	list-style-type: none;
}
#content .featured .text li {
	width: 230px; height: 406px;
	position: absolute;
	top: 0; right: -280px;
	padding: 15px;
	color: #ffffff;
	font-family: arial;
	background: url(../images/shade.png) repeat 0 0;
	z-index: 4;
}
#content .featured .text li.first {
	right: 0;
}
#content .post {
	border: 1px solid #DDDDDD;
/*	height: 230px;	*/
	margin-top: 5px;
	padding: 5px;
}
#content .post .thumb {
	background-color: #F2EFEF;
	border: 1px solid #DDDDDD;
	width: 200px; height: 100px

	overflow: hidden;
}
#content .post .thumb a {
	width: 200px; height: 100px;
	overflow: hidden;
	display: inline;
}
#content .post .thumb a img {
	width: 200px;
}
#content .post .detail h2 {
	font-family: arial;
	font-size: 1.2em;

	font-weight: bold;
}
#content .post .detail h2 a {
	color: #7F3F98;
	text-decoration: none;
	display: inline;
}

#content .post .detail p {
	color: #555555;
	padding-bottom: 5px;
	font-size: 1em;
	font-family: arial;
	display: inline;
}
#content .post .comments {
	background-color: #F2EFEF;
	font-size: 0.8em;
	padding: 13px 0 10px 5px;
	border-top: 1px solid #DDDDDD;
}
#content .post .comments a {
	color: #781D7D;
	text-transform: none;
	padding: 0 5px;
}
#content .post .comments a:hover {
	color: #781D7D;
	text-decoration: none;
}
#content .post .tag {
	background-color: #F2EFEF;
	border-top: 1px solid #781D7D;
	font-size: 0.8em;
	padding: 13px 50px 10px 8px;
	line-height: 2.2em;
	color: #555555;
}
#content .post .tag a {
	color: #781D7D;
}
#content .post .tag a:hover {
	text-decoration: none;
}
#content .postnav {
	padding: 20px 0;
}
/* END content */

/* begin footer */
#footer {
	clear: both;
	border: 1px solid #DDDDDD;
	color: #DDDDDD;
	font-family: arial;
	font-size: 0.8em;
	margin:5px 15px;
	padding: 5px 5px;
}
#footer a {
	color: #DDDDDD;
	text-decoration: underline;
}
#footer a:hover {
	color: #DDDDDD;
}
/* END footer */

/* begin pages submenu */
#header li ul {
	clear: both;
	position: absolute;
	list-style-type: none;
	display: none;
	z-index: 200;
	height: auto !important;
	padding-top: 1px;
	padding-right: 0 !important;
	margin-right: -1px;
	background-image: none !important;
	border-width: 0 0 1px !important;
	border-color: #ffffff;
	border-style: solid;
}
#header li ul li {
	clear: both;
	margin: 0 !important;
	background-image: none !important;
	border-width: 1px 1px 0;
	border-style: solid;
	border-color: #ffffff;
	padding: 0 !important;
}
#header li ul li a {
	padding: 4px 15px !important;
	line-height: 1.5em;
	width: 170px;
	background-color: #015A77;
}
#header li ul li a:hover {
	background-color: #000033 !important;
	background-image: none !important;
}
/* end pages submenu */

/* BEGIN miscellaneous */
#content .single {
	background-color: #F9F9F9;
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
	padding: 20px;
	min-height: 380px;
}
#content .single p {
	line-height: 1.5em;
	margin-bottom: 10px;
}
#content .single ul, #content .single ol {
	list-style-position: inside;
	margin-bottom: 10px;
}
#content .single li {
	line-height: 1.5em;
	padding: 2px 0;
}
#content .single blockquote {
	padding: 5px 10px 0 0;
	height: 380px;
	margin-bottom: 10px;
	background-color: #eeeeee;
	border-width: 1px 0;
	border-style: solid;
	border-color: #bbbbbb;
}
#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
	font-size: 1.2em;
}

h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
.notfound h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}
#comments {
	background-color: #F9F9F9;
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
	padding: 25px;
}
#comments a {
	text-decoration: none;
}
#comments h2 {
	font-size: 1.2em;
	margin: 10px 0;
}
#comments p {
	margin-bottom: 10px;
	line-height: 1.6em;
}
#comments form {

}
#comments form p {
	margin-bottom: 5px;
}
#comments form input {
	margin-right: 5px;
}
#comments form input, textarea {
	border: 1px solid #bbbbbb;
	font-size: 0.9em;
	font-family: arial;
	padding: 4px;
	background-position: 4px 4px;
	background-repeat: no-repeat;
}
#comments form input {
	width: 240px;
	border: 1px solid #bbbbbb;
}
#comments form textarea {
	width: 350px;
	padding: 4px 4px !important;
	border: 1px solid #bbbbbb;
}
#comments form button {
	border: 1px solid #a0a0a0;
	font-size: 1em;
	font-family: arial;
	padding: 2px 6px;
}
.commentdetails {
	margin-top: 25px;
}
.commentauthor {
	margin-bottom: 5px !important;
	font-weight: bold;
}
.commentdate {
	font-size: 0.8em;
	margin-bottom: 5px;
	color: #909090;
}
.required {
	color: #781D7D;
}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
.notfound h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}
/* END miscellaneous */

