/*
Theme Name: Melliun Theme
Theme URI: http://melliun.org/
Author: Good Guys
Author URI: http://NeverSearchForUs.org/
Description: This is a new voice, coded with passion for Melliun online Magazine
Version: 1.0.0
License: Business
Tags: Magazine, Persian, Farsi
*/


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; overflow-x: hidden; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; background:url(images/bgr_body.png) repeat #507b94; }

body { margin: 0; font-size: 11px; line-height:16px;  background:url(images/grad.png) repeat-y; background-position:50%; }  

body, button, input, select, textarea { font-family:Tahoma, Geneva, sans-serif; color: #3c3c3c; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #4f7b95; color: #fff; text-shadow: none; }
::selection { background: #4f7b95; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #3c83ab; text-decoration:none; }
a:focus { outline: 0; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }
a:hover { outline: 0; text-decoration:none; }


/* =============================================================================
   Typography
   ========================================================================== */
   


@font-face {
  font-family: "BMitraBold";
  src: url("fonts/BMitraBold.eot?#");
  src: local("☺"),
    url("fonts/BMitraBold.woff") format("woff"),
    url("fonts/BMitraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}




@font-face {
    font-family: 'OceaniaBold';
    src: url('fonts/oceania-bold-webfont.eot');
    src: url('fonts/oceania-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oceania-bold-webfont.woff') format('woff'),
         url('fonts/oceania-bold-webfont.ttf') format('truetype'),
         url('fonts/oceania-bold-webfont.svg#OceaniaBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OceaniaRegular';
    src: url('fonts/oceania-regular-webfont.eot');
    src: url('fonts/oceania-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oceania-regular-webfont.woff') format('woff'),
         url('fonts/oceania-regular-webfont.ttf') format('truetype'),
         url('fonts/oceania-regular-webfont.svg#OceaniaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BMitraRegular';
    src: url('fonts/bmitra-webfont.eot');
    src: url('fonts/bmitra-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bmitra-webfont.woff') format('woff'),
         url('fonts/bmitra-webfont.ttf') format('truetype'),
         url('fonts/bmitra-webfont.svg#BMitraRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
   
   
   

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

h1, h2, h3, h4, h5 {font-family: BMitraBold, serif;}
#header h3 {font-family: Helvetica, serif;}

/* =============================================================================
   Lists
   ========================================================================== */

dd { margin: 0; }
ul, ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */


/* General settings */
.wrapper{ margin:0 auto; width:942px; }
/*header*/
#header{
	width:100%;
	height:166px;
	overflow:hidden;
	background:url(images/bgr_header.png) no-repeat 50% 0;
}
#header .left{
    font-family: 'OceaniaRegular';
	color:#bdccd1;
	float:left;
	padding:90px 0 0;
}
#header .left h1{
	font-size:28px;
    font-family: 'OceaniaBold';
	color:#ffffff;
	font-weight:normal;
	letter-spacing:-2px;
	text-shadow:1px 1px 2px #333;
}
#header .left h3{
	font-size:13px;
	color:#bdccd1;
	font-weight:normal;
	margin:-11px 0 0;
}
#header .left h3 strong{
	color:#ebebeb;
	font-weight:normal;
}
#header .left h1 strong{
	font-weight:normal;
	color:#90afb9;
}
#header .right{
	direction:rtl;
	float:right;
}
.ie7 #header .right{
	direction:rtl;
	float:right;
	width:250px;
}
#header .right h3{
	font-size:16px;
    font-family: 'BMitraBold', Arial, Helvetica, serif;
    font-weight: bolder;
	color:#12313a;
	font-weight:normal;
	margin:111px 10px 0 0;
	float:right;
	width:160px;
}
#header .right h3 strong{
	color:#fff;
	font-weight:normal;
}
#logo{
	width:146px;
	height:128px;
	float:right;
	margin:20px -4px;
	display:block;
	cursor:pointer;
	text-indent:-9999em;
	background:url(images/logo.png) no-repeat;
}
/*main*/
#main{
}
#main .wrapper{
	width:882px;
	padding:20px 30px;
	background:#fff;
	overflow:hidden;
}
#main .top{
	background:url(images/bgr_wrapper.png) no-repeat;
	width:942px;
	height:9px;
	margin:0 auto;
}
/*menu*/
#menu{
	width:100%;
	height:33px;
	margin:0 0 20px;
	z-index:999;
	position:relative;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
}
.ie7 #menu{
	margin:0 0 25px;
}
#menu ul{
	float:right;
	direction:rtl;
	padding:10px 0 0;
}
#menu ul li{
	float:left;
	height:30px;
} 
#menu ul li a{
	height:11px;
	font-size:10px;
	padding:0 5px;
	border-right:1px solid #373737;
	color:#373737;
}
#menu ul li.last a{
	border-right:0
}
#menu ul .popup{
	position:absolute;
	top:31px;
	border:1px solid #e6e6e6;
	left:0;
	z-index:999;
	background:url(images/bgr_sub_menu.png) repeat;
	width:880px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0;
	display:none;
	padding:0 0 20px;
}
#menu ul li:hover .popup{
	display:block;
}
#menu ul .popup ul{
	margin:0;
	padding:20px 20px 0 20px;
	float:none;
	display:inline-block;
	direction:rtl;
	text-align:right;
}
.ie7 #menu ul .popup ul{
	float:right;
}
#menu ul .popup li{
	float:none;
	display:block;
	clear:both;
	padding:0;
	border:0;
	line-height:14px;
	height:auto;
}
#menu ul .popup li a{
	float:none;
	display:block;
	clear:both;
	padding:0;
	border:0;
	line-height:14px;
	height:auto;
}
#menu .social{
	float:left;
	padding:8px 0;
}
#menu .social .btn_facebook{
	float:left;
	background:url(images/bgr_elements.png) no-repeat -44px -32px;
	width:19px;
	height:19px;
}
#menu .social .btn_facebook:hover{
	background:url(images/bgr_elements.png) no-repeat -44px -51px;
}

#featured_slider{
	overflow:hidden;
	padding:0 0 0;
	border-bottom:1px solid #e6e6e6;
	direction:rtl;
	margin:-8px 0 10px;
	width:100%;
}
.ie7 #featured_slider{
	margin:0 0 20px;
}
#featured_slider .featured{
	float:left;
	width:460px;
}
#featured_slider .featured h1{
    font-family: 'BMitraBold', Arial, Helvetica, serif;
    font-weight: bolder;
	font-size:15px;
	line-height:14px;
	padding:4px 0 20px;
}
.ie7 #featured_slider .featured h1{
	padding:14px 0 10px;
}
#featured_slider .featured p{
	line-height:14px;
	margin:0 0 20px;
	font-size:10px;
}
#featured_slider .featured .more span{
	float:right;
	background:url(images/bgr_elements.png) no-repeat -63px -53px;
	width:9px;
	height:9px;
	margin:5px 0 0 5px;
}
#featured_slider .featured h1 a{
	color:#333;
}
#featured_slider .featured .pic{
	float:right;
	padding:0 15px;
}
#featured_slider .social{
	float:left;
	width:60px;
	padding:14px 0 0;
	background:url(images/bgr_social.png) no-repeat 0 -10px;
	height:208px;
}
#featured_slider .social li{
	border-top:1px solid #e6e6e6;
	padding:6px 5px;
	overflow:hidden;
}
.ie7 #featured_slider .social li{
	padding:5px 5px;
}
#featured_slider .social li.blank{
	border-top:1px solid #e6e6e6;
	padding:6px 0;
	width:60px;
	height:22px;
}
#featured_slider .social li a{
	display:block;
	width:22px;
	margin:0 15px;
	float:left;
	height:22px;
}
#featured_slider .social li a.btn_rss{
	background:url(images/bgr_elements.png) no-repeat 0 -32px;
}
#featured_slider .social li a.btn_facebook{
	background:url(images/bgr_elements.png) no-repeat 0 -54px;
}
#featured_slider .social li a.btn_twitter{
	background:url(images/bgr_elements.png) no-repeat 0 -77px;
}
#featured_slider .social li a.btn_telegram{
   background:url(images/telegram.svg) no-repeat 0 0;
   background-size: 20px 20px;
}
#featured_slider .social li a.btn_rss:hover{
	background:url(images/bgr_elements.png) no-repeat -22px -32px;
}
#featured_slider .social li a.btn_facebook:hover{
	background:url(images/bgr_elements.png) no-repeat -22px -54px;
}
#featured_slider .social li a.btn_twitter:hover{
	background:url(images/bgr_elements.png) no-repeat -22px -77px;
}
#slider{
	float:left;
	width:300px;
	height:215px;
	padding:0 36px 0 20px;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
}
#slider h2{
    font-family: 'BMitraBold', Arial, Helvetica, serif;
    font-weight: bolder;
	font-size:16px;
	line-height:22px;
	padding:0 0 5px;
	color:#494949;
}
.ie7 #slider h2{
    font-family: 'BMitraBold', Arial, Helvetica, serif;
    font-weight: bolder;
	font-size:16px;
	line-height:22px;
	padding:15px 0 5px;
	color:#494949;
}
#slider h2 a{
	color:#494949;
}

#slider h2 a:hover{
	color:black;
}

#slider p{
	line-height:14px;
	font-size:10px;
}
#slider .nav{
	padding:7px 0 0;
	float:left;
	position: absolute;
}
#slider  .nav a{
	float:left;
	background:url(images/bgr_elements.png) no-repeat -63px -62px;
	width:8px;
	margin:0 3px;
	height:8px;
	text-indent:-99em;
}
#slider  .nav a.activeSlide{
	background:url(images/bgr_elements.png) no-repeat -78px -62px;
}
#slider .slides .article{
	width:300px;
	height:175px;
	display:none;
}
#slider .more{
	float:right;
	padding:5px 0 0;
	font-size:10px;
}
#slider .more span{
	float:right;
	background:url(images/bgr_elements.png) no-repeat -63px -53px;
	width:9px;
	height:9px;
	margin:5px 0 0 5px;
}

#post_details{
	float:left;
	width:630px;
	padding:12px 0 0;
	direction:rtl;
}
#post_details .breadcrumb{
	border-top:1px solid #e6e6e6;
	font-size:10px;
	color:#585858;
	text-shadow:1px 1px 1px #fff;
	padding:3px 0;
	margin:5px 0 15px 25px;
	border-bottom:1px solid #e6e6e6;
}
#post_details .breadcrumb a{
	background:#dadada;
	color:#585858;
	-webkit-border-radius: 4px;
	padding:0 5px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#post_details .breadcrumb .current{
	background:#dadada;
	color:#585858;
	-webkit-border-radius: 4px;
	padding:0 5px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#post_details .breadcrumb .sep{
	padding:0 3px;
}
#post_details header{
	padding:0 0 10px;
}
#post_details header h2{
    font-family: 'BMitraBold', Arial, Helvetica, serif;
	font-size:22px;
	color:#4c4c4c;
	font-weight:bolder;
	line-height:30px;
	padding:8px 0 35px 100px;
	margin:0;
}
#post_details header h2 a{
	color:#4c4c4c;
}
#post_details header .author{
	font-weight:bold;
	overflow:hidden;
	font-size:10px;
	padding:5px;
}
#post_details header .author span{
	float:right;
	width:6px;
	height:10px;
	margin:5px 0 0 6px;
	background:url(images/bgr_elements.png) no-repeat -63px -70px;
}
#post_details header .date{
	overflow:hidden;
	font-size:10px;
	padding:5px;
}
#post_details header .date span{
	float:right;
	width:8px;
	height:10px;
	margin:5px 0 0 6px;
	background:url(images/bgr_elements.png) no-repeat -63px -80px;
}
#post_details header .font_size{
	overflow:hidden;
	font-size:10px;
	direction:ltr;
	text-align:right;
	padding:5px;
}
#post_details header .font_size span{
	display:inline-block;
}
#post_details header .font_size .btn_minus{
	display:inline-block;
	width:17px;
	height:17px;
	margin:5px 0 -5px 6px;
	background:url(images/bgr_elements.png) no-repeat -63px -89px;
}
#post_details header .font_size .btn_plus{
	display:inline-block;
	width:17px;
	height:17px;
	margin:5px 0 -5px 6px;
	background:url(images/bgr_elements.png) no-repeat -85px -89px;
}

#post_details .tags{
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	margin:40px 0 30px;
	overflow:hidden;
	padding:3px 0;
}
#post_details .tags span{
	float:right;
	width:9px;
	height:9px;
	margin:5px 0 0 6px;
	background:url(images/bgr_elements.png) no-repeat -73px -37px;
}

aside{
	float:left;
	width:210px;
}

#main_content{
	float:left;
	width:424px;
	padding:12px 20px 0;
	direction:rtl;
}
.ie7 #main_content{
	padding:0 20px 0;
}
#main_content .main_posts article{
	padding:0 0 15px;
}
#main_content .main_posts header{
	overflow:hidden;
	padding:0 0 4px;
}
#main_content .main_posts header a{
	background:url(images/bgr_elements.png) no-repeat 0 -16px;
	display:block;
	height:16px;
	line-height:16px;
    font-family: 'BMitraBold', Arial, Helvetica, serif;
	direction:rtl;
	color:#10527f;
	font-weight:bolder;
	width:108px;
	float:right;
	font-size:13px;
	padding:0 10px;
	/* text-shadow:1px 1px 1px #EFF1F2; */
}
#main_content .main_posts header a:hover{
	background:url(images/bgr_elements.png) no-repeat 0 0;
	text-decoration:none;
}
#main_content .main_posts .title h2{
    font-family: 'BMitraBold', Arial, Helvetica, serif;
    font-weight: bolder;
	font-size:16px;
	color:#4c4c4c;
	line-height:14px;
	padding:8px 0 9px;
}
#main_content .main_posts .title h2 a{
	color:#4c4c4c;
}
#main_content .main_posts .entry{
	overflow:hidden;
	padding:0 0 8px;
}
#main_content .main_posts .entry p{
	color:#767676;
	padding:0;
	margin:0;
}
#main_content .main_posts .tags{
	overflow:hidden;
	padding:0 0 20px;
	font-size:10px;
}
#main_content .main_posts footer{
	overflow:hidden;
	padding:5px 0 10px;
	color:#4c4c4c;
	font-size:12px;
}
#main_content .main_posts footer li{
	border-top:1px solid #e6e6e6;
	overflow:hidden;
	font-size:12px;
	color:#4c4c4c;
	margin:0 0 5px;
	padding:0 0 2px;
    font-family: 'BMitraBold', Arial, Helvetica, serif;
    font-weight: bolder;
	line-height:14px;
	border-bottom:1px solid #e6e6e6;
}
#main_content .main_posts footer li a{
	color:#4c4c4c;
}
#main_content .main_posts footer li span{
	float:right;
	width:5px;
	height:5px;
	margin:5px 0 0 6px;
	background:url(images/bgr_elements.png) no-repeat -63px -32px;
}
#main_content .main_posts .tags span{
	float:right;
	width:9px;
	height:9px;
	margin:5px 0 0 6px;
	background:url(images/bgr_elements.png) no-repeat -63px -37px;
}
#main_content .main_posts .tags a.grey{
	color:#858585;
}


aside.right_content{
	float:right;
	margin:0 0 0 -10px;
	width:205px;
}
aside.right_content h2{
	overflow:hidden;
	padding:0 0 4px;
	font-weight: bolder;
}
aside.right_content .search_box{
	border-top:1px solid #e6e6e6;
	padding:20px 0 0;
}
aside.right_content .search_box form{
	background:url(images/bgr_form_elements.png) no-repeat 100% 0;
	height:202px;
	height:37px;
}
aside.right_content .search_box form input{
	float:left;
	padding:0;
	margin:0;
	border:0;
	background:none;
}
aside.right_content .search_box form input[type=text]{
	float:left;
	padding:5px;
	margin:4px 0 0 38px;
	border:0;
	font-size:10px;
	direction:rtl;
	outline:none;
	line-height:16px;
	width:125px;
	text-align:left;
	color:#7aa9a4;
	font-family:Tahoma, Geneva, sans-serif;
	background:none;
}
aside.right_content .search_box form input[type=submit]{
	float:right;
	width:30px;
	height:37px;
	text-indent:-999em;
	line-height:0;
	cursor:pointer;
}
aside.right_content article{
	border-bottom:1px solid #e6e6e6;
	margin:0 0 18px;
}
aside.right_content ul{
	padding:0 0 10px 10px;
}
aside.right_content .blue_link{
	background:url(images/bgr_side_title.png) no-repeat 0 -229px;
	height:70px;
	line-height:70px;
	font-size:18px;
	color:#fff;
	text-shadow:1px 1px 2px #333;
	text-align:center;
	margin:0 0 10px;
	direction:rtl;
	display:block;
    font-family: 'BMitraBold', Arial, Helvetica, serif;
    font-weight: bolder;
	width:209px;
}
aside.right_content li{
	overflow:hidden;
	direction:rtl;
	position:relative;
	line-height:14px;
	padding:10px 19px 4px 0;
	text-align: right;
}
aside.right_content li a{
	color:#767676;
}
aside.right_content li span{
	float:right;
	width:10px;
	position:absolute;
	right:0;
	top:10px;
	height:7px;
	margin:5px 0 0 6px;
	background:url(images/bgr_elements.png) no-repeat -63px -46px;
}
.ie8 aside.right_content li span{
	right:-19px;
}
aside.right_content h2 a{
	background:url(images/bgr_elements.png) no-repeat 0 -16px;
	display:block;
	height:16px;
	line-height:16px;
    font-family: 'BMitraBold';
	direction:rtl;
	color:#10527f;
	font-weight:normal;
	width:108px;
	float:right;
	font-size:13px;
	font-weight: bolder;
	padding:0 10px;
	text-shadow:1px 1px 1px #CCC;
}
aside.right_content h2 a:hover{
	background:url(images/bgr_elements.png) no-repeat 0 0;
	text-decoration:none;
}
aside .category_name{
	overflow:hidden;
	padding:0 0 4px;
	font-weight: bolder;
}
aside .category_name a{
	background:url(images/bgr_elements.png) no-repeat 0 -16px;
	display:block;
	height:16px;
	line-height:16px;
    font-family: 'BMitraBold';
	direction:rtl;
	color:#10527f;
	font-weight:normal;
	width:108px;
	float:right;
	font-size:13px;
	padding:0 10px;
	text-shadow:1px 1px 1px #CCC;
	font-weight: bold;
}
aside .category_name a:hover{
	background:url(images/bgr_elements.png) no-repeat 0 0;
	text-decoration:none;
}
aside .posts_section article{
	/* border-top:1px solid #e6e6e6; */
	border-bottom:1px solid #e6e6e6;
	padding:10px 0 10px;
	margin:0 0 0px;
	direction:rtl;
	overflow:hidden;
}
aside .posts_section article .pic{
	float:right;
	padding:10px 0 0 15px;
}
aside .posts_section article h2{
    font-family: 'BMitraBold';
	font-size:12px;
	color:#4c4c4c;
	font-weight:normal;
	line-height:14px;
	padding:1px 0 20px;
}
aside .posts_section article h4{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#3b81ae;
	font-weight:normal;
	line-height:14px;
}
aside .posts_section article p{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#767676;
	font-weight:normal;
	line-height:16px;
	margin:0;
}
aside .posts_section article h2 a{
	color:#4c4c4c;
	font-size: 15px;
}

aside .links_section article{
	border-top:1px solid #e6e6e6;
	padding:10px 0 15px;
	margin:0 0 10px;
	border-bottom:1px solid #e6e6e6;
	direction:rtl;
	overflow:hidden;
}
aside .links_section article.first{
	border-top:0;
}
aside .links_section article h2{
    font-family: 'BMitraBold';
	font-size:12px;
	color:#4c4c4c;
	font-weight:normal;
	line-height:14px;
	padding:1px 0 0;
}
aside .links_section article .title{
	background:url(images/bgr_side_title.png) no-repeat;
	height:60px;
	line-height:60px;
	font-size:12px;
	color:#fff;
	margin:0 0 10px;
	text-align:center;
	padding:0 0 0 0;
	direction:rtl;
	display:block;
    font-family: 'BMitraBold';
	width:209px;
}
aside .links_section article .title_2{
	background:url(images/bgr_side_title.png) no-repeat 0 -60px;
}
aside .links_section article .title_3{
	height:110px;
	line-height:110px;
	background:url(images/bgr_side_title.png) no-repeat 0 -120px;
}
aside .links_section article h2 a{
	color:#4c4c4c;
}
aside .links_section article p{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#767676;
	font-weight:normal;
	line-height:16px;
	margin:0;
}

/*footer*/
#footer .wrapper{
	overflow:hidden;
	direction:rtl;
	height:115px;
	background:url(images/bgr_footer.png) no-repeat;
}
#footer .wrapper ul{
	overflow:hidden;
	padding:24px 40px 0;
	font-family:Tahoma, Geneva, sans-serif;
	color:#96a9b5;
	float:right;
	font-size:10px;
}
#footer .wrapper p{
	overflow:hidden;
	padding:10px 40px 0;
	font-family:Tahoma, Geneva, sans-serif;
	color:#96a9b5;
	clear:both;
	margin:0;
	font-size:10px;
}
#footer .wrapper p.copy{
	text-shadow:1px 1px 2px #000;
}
#footer .wrapper ul li{
	float:left;
}
#footer .wrapper ul li a{
	height:11px;
	font-size:10px;
	padding:0 5px;
	border-right:1px solid #96a9b5;
	color:#96a9b5;
}
#footer .wrapper ul li.last a{
	border:0;
}

/* Hyperlinks */

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited{ text-decoration: none; font-weight: bolder; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{text-decoration: none; color:#000000; font-weight: bolder;}

/* Main post content */
#post_details .entry{
	font-size:100.0%;
	font-size:1.0em;
	line-height:1.8em;
}
#post_details .entry p{
}
.entry p{
	margin:0 0 18px 0;
}
.entry h1{}  .entry h2{}  .entry h3{}  .entry h4{}  .entry h5{}  .entry h6{}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{line-height:1.5em; margin: 0 0 15px 0; }


.entry ul{ margin: 0 0 20px 0; padding: 0 0 0 30px; }
.entry ul ul{ margin: 0; }
.entry ul li{	list-style-type: disc;  line-height: 1.5em;}
.entry ul ul li{ list-style-type: circle; }
.entry  ul li ol li{ list-style-type: decimal; }

.entry ol{ margin: 0 0 20px 0; padding: 0 0 0 30px; }
.entry ol ol{ margin: 0; }
.entry  ol li{ list-style-type: decimal;  line-height: 1.5em;}
.entry  ol li ol li{ list-style-type: lower-alpha; }
.entry  ol li ul li{ list-style-type: disc; }

.entry .list_bookmarks{
	padding: 0;
}
.entry .list_bookmarks li.linkcat{
	list-style: none;
}
.entry .list_bookmarks li.linkcat li{
	list-style:disc;
}

img.wp-smiley{ padding: 0; border: none; }

.entry .wp-caption{ padding:10px 0 18px; }
.entry .wp-caption img{ margin:0; display:block; background:none; border:0; }
.entry .wp-caption-text{ margin:0; padding:2px 10px 2px; font-size:0.8em; color:#464646; display:block; text-align:right; direction:rtl; background:#dedede; }

.entry table{
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0 0 15px 0;
}
.entry table td, .entry table th{
	border: 1px solid #ccc;
	padding: 5px;
}
.entry table th{
	background: #eee;
}
.entry fieldset{
	border: 1px solid #eee;
	padding: 0 20px 20px 20px;
	margin: 0 0 20px 0;
}
.entry fieldset p{
	margin: 15px 0 5px 0;
}
.entry-list li {
	list-style: none !important;
}
.entry-list li span {
	float:right;
	width:10px;
	height:7px;
	margin:5px 0 0 6px;
	background:url(images/bgr_elements.png) no-repeat -63px -46px;
}


/* Sidebar Widgets */
.sidebar_widgets{
	width:100%;
	overflow:hidden;
	font-size:13px;
	line-height:1.5em;
}
.sidebar_widgets .widgettitle{
	font-size:15px;
	line-height:1.3em;
	border-bottom: 1px solid #e5e0d0;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
.sidebar_widgets .widget{
	margin: 0 0 20px 0;
}
.sidebar_widgets .widget ul{
}
.sidebar_widgets .widget ul li{
	border-bottom: 1px solid #e9e5d5;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
.sidebar_widgets .widget ul ul{
	margin: 5px 0 0 15px;
}
.sidebar_widgets .widget ul li ul li{
	border-bottom: 0;
	margin: 0;
}
.widget_am_flickr .wrap{
	width: 100%;
	overflow: hidden;
	padding: 5px 0 0 0;
}
.widget_am_flickr .flickr_badge_image{
	float: left;
	width: 49.9%;
	text-align: center;
	padding: 0 0 10px 0;
}
.widget_am_flickr .flickr_badge_image img{
	border: 1px solid #fff;
}
.textwidget{ padding: 0; }
.textwidget p{ padding: 0 0 10px 0; }
.widget_tag_cloud .tagcloud, .widget_calendar div{}

/* Respond */
#respond{
	margin:20px 0 25px 0;
	overflow:hidden;
}
.commentlist #respond{
	margin:0 0 20px 0;
}
#respond h3{
	margin: 0 0 5px 0;
}
.cancel-comment-reply{
	padding: 5px 0 0 0;
}
.cancel-comment-reply a{
	text-decoration:underline;
}
.cancel-comment-reply a:hover{
	text-decoration:none;
}
#commentform p{
	width:100%;
	overflow:hidden;
	padding: 0;
	margin: 0;
}
#commentform p a, #commentform p a{
	text-decoration:underline;
}
#commentform p a:hover{
	text-decoration:none;
}
#commentform p input{
	float:left;
}
#commentform p label{
	float:left;
	padding:10px 0 0 5px;
}
#commentform input[type=text]{
	background:url(images/bgr_form_elements.png) no-repeat 0 -40px;
	width:149px;
	padding:10px 20px;
	border:0;
	height:22px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#959595;
	float:right;
	margin:0 0 14px;
	outline:none;
}
.ie8 #commentform input[type=text],
.ie7 #commentform input[type=text]{
	line-height:22px;
}
#commentform input[type=submit]{
	background:url(images/bgr_form_elements.png) no-repeat 0 0;
	width:100px;
	padding:0;
	border:0;
	height:40px;
	line-height:40px;
	text-align:center;
	cursor:pointer;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#0a2839;
	text-shadow:1px 1px 1px #CCC;
	float:left;
	outline:none;
	clear:both;
}
#commentform{
	margin: 5px 0 0 0;
}
#commentform textarea{
	background:url(images/bgr_form_elements.png) no-repeat 0 -81px;
	width:379px;
	padding:20px;
	overflow:auto;
	border:0;
	resize:none;
	outline:none;
	margin:0 0 15px;
	height:112px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#959595;
	float:left;
}
#commentform #submit{
	margin:5px 0 0 0;
	cursor:pointer;
}

/* Comments*/
#comments{
	margin: 0 0 5px 0;
}
.commentlist{
	padding: 0;
}
.commentlist li{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 15px 0 25px;
	padding: 15px;
	list-style: none;
	background:#eaeced;
}
.commentlist li .head{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow:hidden;
	padding: 15px;
	margin:-15px -15px 15px;
	text-align:right;
	background:#d1dbe0;
}
.commentlist li .head .vcard{
	float:right;
	margin:-15px;
	width:300px;
	direction:ltr;
	padding:0 0 0 10px;
}
.commentlist li .head img{
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	direction:ltr;
	border-top-right-radius: 5px;
	float:right;
	padding:0 0 0 10px;
}
.commentlist li .head .fn{
	color:#3c3c3c;
	display:block;
	direction:rtr;
	text-align:right;
	padding:5px 0 0;
}
.commentlist li .head .commentmetadata{
	color:#b0adad;
	display:block;
	font-size:12px;
}
.commentlist li .head .commentmetadata a{
	color:#b0adad;
}
.commentlist .alt{
	margin: 10px 0 0 0;
	background:#fff;
}
.commentlist li ul li{ 
	margin-right: 15px;
	margin-left: 10px;
}
.commentlist .entry p{
	margin: 10px 5px 10px 0;
}
.commentlist .children{ padding: 0; }

.nocomments{
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata{
	margin: 0;
	display: block;
}
.commentlist .reply{
	float:left;
}
.commentlist .reply a{
	color:#414547;
	text-decoration:underline;
	font-size:10px;
	padding:2px 6px 2px 6px;
}
.commentlist .reply a:hover{
	text-decoration:none;
}
.commentlist li .entry{
	padding:2px 15px 30px 10px;
}
.commentlist li .entry li{
	padding: 0;
	margin: 0;
	background: none;
	border: 0;
}
.commentlist li .entry ul{
	padding: 0;
	margin: 0 0 15px 30px;
	background: none;
	border: 0;
}
.commentlist li .entry ul ul{
	margin: 0 0 5px 30px;
}
.commentlist li .entry ol ul{
	margin: 0 0 5px 30px;
}
.commentlist li .entry ol{
	padding: 0;
	margin: 0 0 15px 35px;
	background: none;
	border: 0;
}
.commentlist li .entry ol ol{
	margin: 0 0 5px 35px;
}
.commentlist li .entry ul ol{
	margin: 0 0 5px 35px;
}

/* Calendar */
#wp-calendar{width:95%;margin-bottom:15px;clear:both;padding:0;}
#wp-calendar caption{padding:10px;}
#wp-calendar th,#wp-calendar td{text-align:center;padding:3px 0;}
#wp-calendar td{background:transparent;}

/* Begin Images */
p img{
	padding: 0;
	max-width: 100%;
}
img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright, img.alignright, a img.alignright {
	float:right;
	margin:0 0px 0 16px;
}
.alignleft, img.alignleft, a img.alignleft {
	float:left;
	margin:10px 16px 10px 0;
}
.aligncenter, img.aligncenter, a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

/* Various Tags & Classes */
.entry acronym, .entry abbr, .entry span.caps{
	cursor: help;
}
.entry acronym, .entry abbr{
	border-bottom: 1px dashed #dfcfba;
}
.entry blockquote{
	margin: 15px 0 20px 0;
	padding:0 15px 0 40px;
	background: url(images/bgr_blockquote.png) no-repeat;
}
.entry blockquote cite{
	margin: 5px 0 0;
	display: block;
}
.center{
	text-align: center;
}
.hidden{
	display: none;
}
.nopost, .nocomments{
	text-align:center;
	padding: 20px 0 20px 0;
}
.entry pre, .entry code{
	font-family:mono-space,monospace;
	border: 1px solid #eee;
	padding: 20px;
	display: block;
	margin: 0 0 20px 0;
	overflow: auto;
	white-space: pre;
	font-size: 12px;
	line-height:20px;
}
.entry code{
	padding:1px 20px 0 20px;
	background:#f6f6f6 url(images/bgr_code.gif) repeat scroll 0 0;
	border-top: 0;
	border-bottom: 0;
}
sup{
	position: relative;
	top: -5px;
}
sub{
	position: relative;
	top: 5px;
}
code br{
	display: none;
}
.last{
	margin-right:0 !important;
/*	clear:right; */
 }
.clear{
	clear: both;
	line-height: 0;
}
.al{
	float: left;
}
.ar{
	float: right;
}

/*
.agahi img{
width: 209px;
} */

/* pagination */
.pagination{
	width:100%;
	overflow:hidden;
	padding: 10px 0 20px 0;
}
.single .pagination{
}
.pagination a{
}




/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


/* =============================================================================
   How We change and destroy a good code! Mar 2012 / Iranian New year
   ========================================================================== */


.featured .more {
display: none;
}

.author {
width: 100%;
margin: 21px 0 0 0 !important;
height: 19px;
clear: both;


}