/*  
Theme Name: Mer3de
Description: Designed by <a href="http://aliha.ir/">Aliha</a> :)
Version: 1.0 beta
Author: Aliha
Author URI: http://aliha.ir/
*/

* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

.right {float: right;}
.left {float: left;}

ul, li {
	list-style: none;
}

body {
	background-color: #f2eedf;
	color: #666;
	font: 12px Tahoma;
}

a {
	text-decoration: none;
	color: #9a1010;
}

a:hover {
	color: #000;
}

img {
	border: none;
}

#wrapper {
	width: 700px;
	margin: 0 auto;
	direction: rtl;
}

/* Menu */

#right-column {
	direction: rtl;
	float: right;
	width: 100px;
}

#menu {
	width: 100px;
	background-color: #ebe7d8;
	padding: 5px 8px;
	margin-top: 200px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#menu ul li {
	margin-bottom: 5px;
}

#menu ul li a {
	font: bold 15px Arial;
	color: #815330;
	display: block;
}

#menu ul li a:hover {
	color: #b97b4b;
}

.btn-archive {
	background: url(images/archive+.png) no-repeat;
	display: block;
	width: 44px;
	height: 14px;
	margin: 20px 10px 5px 0;
	cursor: pointer;
}

.active {
	background: url(images/archive-.png) no-repeat;
}

#archive {
	width: 100px;
	background-color: #ebe7d8;
	padding: 5px 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: none;
}

#archive ul li {
	margin-bottom: 10px;
	list-style: circle;
	color: #9a1010;
	margin-right: 10px;
}

#archive ul li:hover {
	color: #000;
}

#widgets {
	margin-top: 25px;
}

.widgettitle {
	font: bold 15px Arial;
}

.widget ul li {
	margin-top: 5px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #9a1010;
}

.widget ul li:hover {
	border-bottom: 1px dotted #000;
}

#header {
	background: url(images/header.jpg) no-repeat center bottom;
	height: 182px;
	width: 700px;
}

#logo {
	width: 125px;
	height: 182px;
	display: block;
	position: relative;
	background: url(images/logo.png) no-repeat;
}

#content {
	width: 447px;
	padding-left: 1px;
	margin: 0 auto;
}

#content-top {
	background: url(images/content-top-bg.jpg) no-repeat;
	width: 447px;
	height: 24px;
}

#content-medial {
	background: url(images/content-medial-bg.png);
	width: 447px;
}

#cat-title h1 {
	font: bold 23px Arial;
	color: #818181;
	text-align: center;
}

#posts {
	padding: 10px;
}

.post {
	margin-bottom: 10px;
}

.post-header {
	background: url(images/post-title-right-bg.png) no-repeat right;
	height: 57px;
	margin-right: 5px;
}

.post-title {
	padding: 22px 50px 0 15px;
}

.post-title a {
	font: bold 17px Arial;
}

.post-content {
	font-size: 12px;
	line-height: 176%;
	color: #4f4832;
	padding: 5px 10px;
	text-align: justify;
}

.post-content p {
	margin: 5px;
}

.post-content img {
	margin: 5px;
	padding: 1px;
	max-width: 380px;
	border: 3px solid #c5bfaa;
	-moz-box-shadow: 1px 1px 10px #aaa;
	-webkit-box-shadow: 1px 1px 10px #aaa;
	box-shadow: 1px 1px 10px #aaa;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 1px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 1px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}

.post-meta-data {
	color: #989898;
	text-align: center;
	font-size: 11px;
	background-color: #dfdac9;
	padding: 5px;
	width: 380px;
	margin: 10px auto 5px auto;
	line-height: 165%;
}

.post-meta-data a {
	color: #888;
}

.post-meta-data a:hover {
	color: #000;
}

.next-previous-page {padding: 10px 20px;}

#comments {
	padding: 10px 25px;
}

#comments h3 {
	font: bold 15px Arial;
	color: #a3a094;
	margin-bottom: 20px;
}

.comment {
	background-color: #efead9;
	border: 1px solid #ddd8c8;
	margin-bottom: 15px;
	overflow: hidden;
}

.comment-meta-data {
	background-color: #e9e4d3;
	border: 1px solid #efead9;
	padding: 5px;
	font-size: 11px;
}

.avatar img {
	float: left;
	width: 50px;
	height: 50px;
	margin: 5px 10px 5px 5px;
	border: 1px solid #fff;
	padding: 2px;
}

.avatar-r img {
	float: left;
	width: 30px;
	height: 30px;
	margin: 5px 10px 5px 5px;
	border: 1px solid #fff;
	padding: 2px;
}

.comment p {
	text-align: justify;
	padding-right: 10px;
	font-size: 12px;
	line-height: 120%;
	margin-bottom: 5px;
}

/* Commenting */

#cmtform {
}

#textlogout {
	font-size: 10px;
	margin-bottom: 10px;
}

#cmtform input#author, #cmtform input#email, #cmtform input#url {
	background-color: #e2ddcc;
	border: 1px solid #dad5c5;
	margin-bottom: 8px;
	font: 11px Tahoma;
	color: #333;
	width: 150px;
	padding: 3px;
}

#cmtform input#author:focus, #cmtform input#email:focus, #cmtform input#url:focus {
	background-color: #f8f3e1;
	border: 1px solid #fffdf8;
}

#cmtform input#email, #cmtform input#url {
	direction: ltr;
}

#cmtform textarea#comment {
	background-color: #e2ddcc;
	border: 1px solid #dad5c5;
	margin-bottom: 8px;
	font: 11px Tahoma;
	color: #333;
	width: 250px;
	padding: 3px;
}

#cmtform textarea#comment:focus {
	background-color: #f8f3e1;
	border: 1px solid #fffdf8;
}

#cmtform input#submit {
	background-color: #c41616;
	border: 1px solid #951010;
	font: 11px Tahoma;
	color: #fff;
	padding: 5px;
	cursor: pointer;
}

#cmtform label {
	cursor: pointer;
}

#content-bottom {
	background: url(images/content-bottom-bg.jpg) bottom;
	height: 24px;
}

#footer {
	background: url(images/footer-bg.jpg) no-repeat left top;
	width: 259px;
	height: 125px;
	margin: 0 auto;
}

#designed-by {
	font-size: 11px;
	width: auto;
	text-align: center;
	margin: 10px auto;
}

/* Options */

#cancel_reply a {
	color: #9a1010 !important;
	margin: 5px !important;
}
