﻿
@font-face {
    font-family: 'novecento';
    src: url('fonts/novecentowide-bold-webfont.eot');
    src: url('fonts/novecentowide-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/novecentowide-bold-webfont.woff') format('woff'),
         url('fonts/novecentowide-bold-webfont.ttf') format('truetype'),
         url('fonts/novecentowide-bold-webfont.svg#NovecentowideBookBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Passion One';
  font-style: normal;
  font-weight: normal;
  src: local('Passion One Bold'), local('PassionOne-Bold'), url(http://themes.googleusercontent.com/static/fonts/passionone/v3/feOcYDy2R-f3Ysy72PYJ2jqR_3kx9_hJXbbyU8S6IN0.woff) format('woff');
}

/*-----------------------------------------------------------------------------------*/
/*	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background:; font-family:"B Yekan",Tahoma ;} body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */

/*-----------------------------------------------------------------------------------*/
/*	Document Setup (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/

body {
  color: #5c5c5c;
  font-family:'b yekan',Tahoma;;
  font-size: 15px;
  line-height: 23px;
  margin: 0;
  padding: 0;
  background:url('images/bg1.jpg')  repeat;
  font-weight: normal;
  
}
a {
    text-decoration: none;
    color:#444;
}
a:hover { 
	text-decoration: none; 
	transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-webkit-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
}
a img { border: none; }

.hidden { display: none; }

.alignleft { float: left; }

.alignright { float: left; }

.border-none {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: medium none !important;
}
.no_back{
	background:none !important
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}
.neutral{
	margin:0 !important;
}

p, pre, ul, ol, dl, dd, address, table, fieldset, form, .gallery-row, .carousel-container, #comments ol ul .details, #comments .details, #respond.contact h1, .footer .widget .widget-title {
    margin-bottom: 5px;
	text-align:right;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	padding: 0;
	font-family:'b yekan',Tahoma;
	direction:rtl;
	text-align:right;
}

h1 {
	font-size: 24px;
	line-height: 28px;
}

h2 {
	font-size: 20px;
	line-height: 22px;
	color:#118d2a;
}

h3 {
	font-size: 16px;
	line-height: 20px;
}

h4 {
	font-size: 14px;
	line-height: 18px;
}

h5 {
	font-size: 12px;
	line-height: 18px;
}

h6 {
	font-size: 10px;
	line-height: 16px;
}
.inner_wrap {
  background:#FFFFFF;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
  margin: 30px auto  !important;
}
.inner_wrap,.footer_inner{
  max-width: 1034px !important;
  position:relative;
  border-radius:3px 3px 3px 3px;
}
.sub-menu{float:left;
          position:absolute;
		  right:0px;
		  border-radius: 20px 0px 20px 20px;
		  }

/*-----------------------------------------------------------------------------------*/
/*	Header section
/*-----------------------------------------------------------------------------------*/
#header{
	margin-bottom:40px;
}
/*-----Header-top-section------*/
#header .header-top.main{
  background:#353535;
  padding: 0 30px;
}
#header-nav ul {
  float: right;
  margin-bottom: 0;
}
#header-nav ul li {
  float: right;
  font-size: 13px;
  padding: 10px 0;
}
#header-nav ul li a {
  color: #FFFFFF;
  text-transform:uppercase;
  margin:10px;
}
#header-nav ul li a:hover{
	color:#dddddd;
}
#header-nav ul li a span {
  margin: 0px 15px;
  margin-left:30px;
  margin-right:30px;
  
}
}
/*--Top-navigation------*/
#header .header-top.mobile{
	display:none;
}
.header-top.mobile #menu-icon {
  background: url("css/images/sprites.png") no-repeat right -396px #353535;
  color: #FFFFFF;
  cursor: pointer;
  padding: 10px;
}
.header-top.mobile #menu-icon.active {
  background-position: right -432px;
}
.header-top.mobile .mobile_cont ul {
  background:#444444;
  margin-bottom: 0;
}
.header-top.mobile .mobile_cont li {
  display: inline-block;
  padding: 10px;
}
.header-top.mobile .mobile_cont li a {
  color: #FFFFFF;
}
.header-top.mobile .mobile_cont li span {
  display: none;
}
.header-top.mobile .mobile_cont .searchform {
  float: none;
  right: auto !important;
}
.header-top.mobile .mobile_cont .searchform .s {
  width: 100% !important;
}

/*--------------Searchform-----------------*/
#header .searchform {
margin-top:10px;
  margin-bottom: 0;
  position: relative;
  left: -30px;
  float:left;
}
#header .searchform .s {
  background: #272727;
  border: 1px solid #000000;
  box-shadow: 0 0 3px #000000 inset;
  color: #FFFFFF;
  font-size: 15px;
  padding: 10px 60px 13px 15px;
  width: 250px;
  border-radius: 20px 20px 20px 20px;
  font-family:'b yekan',Tahoma;
  text-align:center;
}
#header .searchform .searchsubmit {
  background: url("css/images/sprites.png") no-repeat 0 -310px;
  border: medium none;
  cursor: pointer;
  height: 21px;
  outline: medium none;
  position: absolute;
  right: 30px;
  text-indent: -9999px;
  top: 10px;
  width: 20px;
}


/*-----Header-middle-section------*/
#header .header-middle {
  display: block;
  margin: 0px 0;
  padding: 0 0px;
}
#logo {
    float: right;
    min-width: 240px;
    position: relative;
}
#logo .title {
  color: #353535;
  font-family:'b yekan',Tahoma;
  font-size: 80px;
  line-height: 84px;
}
#logo .description {
  border-right: 1px dashed #ccc;
  color: #999;
  font-weight: normal;
  margin-right: 17px;
  padding: 20px 20 20px 17px;
  position: relative;
  top: -20px;
  width: 100%;
  padding:20px 20px;
  font-family:'b yekan',Tahoma;
}
/*-----Social sharing------*/
#social_sharing {
  margin-top: 20px;
}
#social_sharing li {
  float: right;
  margin-right: 16px;
}
#social_sharing li:first-child,#social_sharing ul{
	margin:0;
}
#social_sharing li a {
    background: url("css/images/sprites.png") no-repeat;
    display: inline-block;
    text-indent: -9999px;
}
#social_sharing li a.twitter {
  background-position: 0 -144px;
  height: 31px;
  width: 41px;
}
#social_sharing li a.twitter:hover {
  background-position: -45px -144px;
}
#social_sharing li a.facebook {
  background-position: 0 -102px;
}
#social_sharing li a.facebook:hover{
  background-position: -45px -102px;
}
#social_sharing li a.linked {
  background-position: 0 -220px;
}
#social_sharing li a.linked:hover{
  background-position: -45px -220px;
}
#social_sharing li a.pininterest {
  background-position: 0 -180px;
  height: 37px;
  width: 37px;
}
#social_sharing li a.pininterest:hover{
  background-position: -45px -180px;
}
#social_sharing li a.rss {
  background-position: 0 -260px;
}
#social_sharing li a.rss:hover{
  background-position: -45px -260px;
}
#social_sharing li a.facebook,#social_sharing li a.rss,#social_sharing li a.linked{
  height: 35px;
  width: 35px;
}
/*----------- Navigtaion Menu---------*/
#header .header-bottom {
  padding: 0 30px;
}
#primary-nav{
	float:left;
	width:100%;
}
#primary-nav ul {
  list-style: none outside none;
  margin: 0;
}
#primary-nav span {
  display: none;
}
#primary-nav ul a {
	display: block;
	position: relative;
}
#primary-nav ul li {
  float: right;
  position: relative;
  z-index: 40;
}
#primary-nav ul li:first-child{
  margin-left:0;
}
#primary-nav ul li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }
#primary-nav ul ul {
	position: absolute;
	top: -9999em;
	width: 170px; /* left offset of submenus need to match (see below) */
}
#primary-nav ul ul li { width: 100%; }

/*  Make sub menus appear */
#primary-nav ul li:hover ul,
#primary-nav ul li.sfHover ul {
	top: 44px; /* match top ul list item height */
	z-index: 99;
}
/* Hide all subs subs (4 levels deep) */
#primary-nav ul li:hover li ul,
#primary-nav ul li.sfHover li ul,
#primary-nav ul li li:hover li ul,
#primary-nav ul li li.sfHover li ul,
#primary-nav ul li li li:hover li ul,
#primary-nav ul li li li.sfHover li ul { top: -9999em; }

/* Displays all subs subs (4 levels deep) */
#primary-nav ul li li:hover ul,
#primary-nav ul li li.sfHover ul,
#primary-nav ul li li li:hover ul,
#primary-nav ul li li li.sfHover ul,
#primary-nav ul li li li li:hover ul,
#primary-nav ul li li li li.sfHover ul {
	left: 180px; /* match .nav ul width */
	top: -1px;
}
	
/* top level skin */
#primary-nav ul a {
  color: #FFFFFF;
  font-size: 15px;
  padding: 12px 15px;
  text-decoration: none;
  font-family:'b yekan',Tahoma;
}
#primary-nav ul a:hover,#primary-nav ul li.sfHover a:first-child{
    text-decoration: none;
	background:#282828;
}
#primary-nav ul li a:focus {
	border-bottom:0 !important;
}
/* 2nd level skin */
#primary-nav ul ul {
  background:#282828;
  
  padding: 6px 19px;
  text-align: right;
}

#primary-nav ul ul li {
  border-top: 1px solid #444;
  float: none;
  margin: 0;
}
#primary-nav ul ul li:first-child {
	border-top: 0 !important;
}
#primary-nav ul ul li a {
  background: none !important;
  border-bottom:none;
  padding: 7px 0 9px;
  width: 100%;
}
#primary-nav ul li.sfHover ul a:hover{  
    text-decoration: none;
	color: #ddd;
}
#primary-nav a.sf-with-ul {
  min-width: 1px;
  padding-right: 2.25em;
}
.sf-sub-indicator {
  background: url("css/images/sprites.png") no-repeat -10px -7px;
  display: block;
  height: 13px;
  overflow: hidden;
  position: absolute;
  right: 0.7em;
  text-indent: -9999em;
  width: 14px;
}
a > .sf-sub-indicator {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;

  top: 0.85em;
}
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator,.single-post .hentry #author .meta span.icon a:hover{
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.sf-menu ul .sf-sub-indicator {
    background-position: -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
    background-position: 0 0;
}
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0;
}
/*-----Primary Mobile Navigation-------*/
#mobile-nav {
    color: #FFFFFF;
    display: none;
    font-size: 16px;
}
#mobile-nav ul {
    margin-bottom: 0;
}
#mobile-nav #menu-icon {
    background: url("css/images/sprites.png") no-repeat right 15px;
    cursor: pointer;
    margin: 0 15px;
    padding: 10px 0;
}
#mobile-nav li {
    background:#AF3939;
    border-top: 1px solid #8C2E2F;
    padding: 0 15px;
}
#mobile-nav li a {
    color: #FFFFFF;
    display: block;
    padding: 10px 0;
}
#mobile-nav li ul li {
  padding: 0 20px;
}
/*-----------------------------------------------------------------------------------*/
/*	Home Main container section
/*-----------------------------------------------------------------------------------*/
#main_container .post-content {
  background: url("images/ver_dash.png") repeat-y right 0;
  float: left;
  padding-right: 32px;
  width: 710px;
}
blockquote {
  border-left: 4px solid #118d2a;
  color: #118d2a;
  font-size: 20px;
  line-height: 22px;
  margin: 20px 0;
  padding: 5px 10px 1px;
}
blockquote p{
  margin-bottom:10px;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-family: novecento;
  margin: 10px 0;
}
.entry-content a{
	font-weight:normal;
}
.single .entry-content ul {
  list-style: disc inside none;
}
.single .entry-content ol {
  list-style: decimal inside none;
}
.single .entry-content ul li, .single .entry-content ol li {
  padding: 5px 0;
}
.entry-content ul li:first-child, .entry-content ol li:first-child {
  padding-top: 0;
}

.item {
	direction:rtl;
}


.item .details .post-meta, .hentry .post-meta{
  color: #999999;
  font-size: 11px;
  font-weight: normal;
  line-height: 20px;
}
.hentry .post-meta{
	font-size:12px !important;
	margin-bottom:5px;
}
.item .details .post-meta a:hover,#sidebar .item .details .post-meta a:hover, .hentry .post-meta a:hover,.entry-content strong,.entry-content b{
	color:#353535;
}
.item .details .post-meta .date, .item .details .post-meta .author , .hentry .post-meta .author, .hentry .post-meta .date{
  text-transform: uppercase;
}
.item .details .title{
  line-height: 28px;
  margin-bottom: 5px;
}
.item .details .more_link {
    display: block;
    width: 100%;
}
.item .details .more_link a {
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  padding: 4px 10px;
}
.item .details .more_link a:hover{
	background:#353535;
}
.item .excerpt{
	line-height:22px;
}

/*-------Column styles--------*/
.cat-container,#related-posts{
	position:relative;
}
.cat-title,#related-posts .main-title{
  background: url("images/hor_dash.png") repeat-x;
  display: block;
  margin-bottom: 30px;
  padding-top: 17px;
  width: 100%;
}
.cat-title h2,#related-posts .main-title h2{
  background: url("images/hor_dash.png") repeat-x 0 bottom;
  padding-bottom: 17px;
  text-align:right;
}
.cat-content .flex-direction-nav {
  position: absolute;
  left: 0;
  top: -78px;
}
.cat-content .flex-direction-nav li {
  float: left;
  margin-left: 5px;
}
.cat-content .flex-direction-nav a {
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  text-indent: 9999px;
  width: 40px;
}
.cat-content .flex-direction-nav .flex-next {
  background:url("css/images/sprites.png") no-repeat 0 -61px #444444;
}
.cat-content .flex-direction-nav .flex-prev {
  background:url("css/images/sprites.png") no-repeat -1px -20px #444444;
}
.cat-container.two-columns .item, .two_columns.item {
  float: left;
  margin-right: 20px;
  padding-bottom: 30px;
  width: 48.46%;
}
.two_columns.item{
	 margin-bottom:40px;
}
.cat-container.single-column .item,.single_column.item {
  margin-bottom: 30px;
}
.cat-container.single-column .image ,.single_column.item .image img{
  float: left;
  margin-bottom: 0;
  margin-right: 20px;
  width:140px;
}
.cat-container.single-column .details,.single_column.item .details{
  float: left;
  width: 490px;
}
.cat-container .item p{
	margin-bottom:15px;
}
#page-top h2#page-title,.hentry .post_title {
  background: url("images/hor_dash.png") repeat-x bottom;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  color:#353535;
}

/*------------ Page Navigation--------*/
.pagination {
  background: url("images/hor_dash.png") repeat-x;
  margin-bottom: 30px;
  margin-top: 20px;
  padding-top: 30px;
  text-align: right;
}
.wp-pagenavi .pages {
    display: none;
}
.wp-pagenavi a.page{
	float:left;
}
.wp-pagenavi a, .wp-pagenavi span {
    background: #353535;
    border: medium none !important;
    border-radius:3px;
    color: #FFFFFF !important;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    margin: 0 10px 0 0 !important;
    padding: 8px 15px !important;
}
.wp-pagenavi span.current {
    float: left;
}
.wp-pagenavi .nextpostslink{
	margin-right:0 !important;
}
/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR AND ITS WIDGETS
/*-----------------------------------------------------------------------------------*/
#sidebar {
  float: left;
  padding-left: 32px;
  padding-bottom:30px;
  width: 200px;
}
#sidebar .widget {
  background: url("images/hor_dash.png") repeat-x 0 top;
  margin-top: 20px;
  padding: 20px 0 0px;
}
#sidebar .widget:first-child{
	background:none;
	padding-top:0;
	margin-top:0;
}
#sidebar .widget .widget-title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
  text-align:right;
}
#sidebar .widget ul{
	margin-bottom:0;
}
#sidebar a{
	color:#353535;
}
#sidebar .widget_archive {
  font-family: novecento;
  font-size: 15px;
}

/*--------------Searchform-----------------*/
#sidebar #searchform {
  position: relative;
}
#sidebar #searchsubmit {
  background: url("css/images/sprites.png") no-repeat 8px -305px #353535;
  border: medium none;
  cursor: pointer;
  height: 34px;
  left: 5px;
  position: relative;
  text-indent: -9999px;
  top: 1px;
  width: 35px;
}

/*------- Spnsors widget---------*/
ul.ad_spots {
    list-style:none;
}
ul.ad_spots li {
    float: left;
    margin: 0 5px 0 0;
}
/*--------Posts widget with thumbnail---------*/
#sidebar .post-thumb li,#footer .post-thumb li{
  margin-top: 18px;
}
#sidebar .post-thumb li:first-child,#footer .post-thumb li:first-child{
	margin-top:0;
}
#sidebar .post-thumb .thumbnail {
  float: left;
  margin-right: 10px;
}
#sidebar .post-thumb .details{
  float: left;
  width: 170px;
}
#sidebar .post-thumb .details.no_thumb{
  width: 100%;
}
#sidebar .post-thumb .details h4 a {
  display: inline-block;
  font-size: 14px;
}

/*--------Recent Widgets(Comment and entries)---------*/

#sidebar .widget_recent_entries ul li:first-child,#sidebar #recentcomments li:first-child{
    border: medium none;
    padding-top: 0;
}
#sidebar .widget_recent_entries ul li:last-child,#sidebar #recentcomments li:last-child{
    padding-bottom: 0;
}
.recentcomments a {
  margin: 0 0 0 3px !important;
}
#sidebar .widget_recent_entries ul li a, #sidebar #recentcomments li a {
  font-family: 'b yekan',Tahoma;
  font-style: normal;
  display:inline-block;
}
#sidebar .widget_recent_entries ul li, #sidebar #recentcomments li {
  border-top: 1px solid #EEEEEE;
  font-family: 'b yekan',Tahoma;
  font-style: italic;
  padding: 10px 0 12px;
}
#sidebar #flickr_badge_wrapper .flickr_badge_image img {
  float: left;
  height: 40px;
  margin: 0 8px 5px 0;
  width: 40px;
}
#sidebar #flickr_badge_wrapper a.flickr_link {
  margin-top: 5px;
}
#sidebar #searchform,#sidebar #searchform fieldset,.tweet_widget ul{
	margin-bottom:0;
}
#sidebar #searchform #s {
  -moz-box-shadow: 0 2px 0 #F1F1F1 inset;
	-webkit-box-shadow: 0 2px 0 #F1F1F1 inset;
	box-shadow: 0 2px 0 #F1F1F1 inset;

  border: 1px solid #D9D9D9;
  padding: 8px 10px;
  width: 180px;
  color:#aaa;
}
#sidebar #tweets li a ,#footer #tweets li a{
  font-weight: normal;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: .9;
  display: inline !important;
}
#sidebar #tweets li {
  background: url("images/hor_dash.png") repeat-x 0 bottom;
  padding: 15px 0 !important;
}
#sidebar #tweets li span,#footer #tweets li span{
	margin-left:5px;
	font-size:11px;
	font-family:'b yekan',Tahoma;
	font-style:italic;
}
#sidebar #tweets li:first-child ,#footer #tweets li:first-child{
    padding-top: 0 !important;
}
#sidebar #tweets_cont .follow_text,#footer #tweets_cont .follow_text{
	margin-top:10px;
}
#sidebar #tweets li:last-child,#footer #tweets li:last-child {
  padding-bottom: 0 !important;
  background:none !important;
}
#sidebar .widget_categories a {
  display: inline-block;
  margin-bottom: 2px;
  text-transform: capitalize;
}
/*-----------------Tag widget-------------------*/
.tag_list li {
  float: left;
  margin: 0 7px 7px 0;
  position: relative;
  white-space: nowrap;
}
.tag_list li a {
  background:#353535;
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF !important;
  display: inline-block;
  font-size: 11px !important;
  font-weight: normal;
  padding: 5px 10px;
  text-transform: capitalize;
}

/*------Post page Styling------*/
.single-post .hentry {
  background: url("images/hor_dash.png") repeat-x 0 bottom;
  padding-bottom: 30px;
}
/*-----------------------------------------------------------------------------------*/
/*	Footer section
/*-----------------------------------------------------------------------------------*/
#footer {
  background:#353535;
  color:#adadad;
  margin:0;
  padding:0;
  width:100%;
}
#footer a{
	color:#fff;
}
#footer a:hover{
	color:#aaaaaa;
}
#footer .grid_four {
  float: right;
  margin-right: 10px;
  padding: 0 10px 0 10px;
  width: 300px;
}
#footer .widget {
  padding-bottom: 15px;
  padding-top: 30px;
  text-align:right;
}
#footer .widget .widget-title {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#footer_bottom{
  background: #2A2A2A;
  display: block;
}
.footer_inner.attribution {
  padding-top:5px;
  padding-bottom:5px;
}
.footer_inner .copyright {
  color: #939191;
  float: right;
  font-size: 11px;
  padding: 2px 10px;
  text-transform: uppercase;
}
.footer_inner .copyright span {
  color: #FFFFFF;
  margin-left: 5px;
  text-transform: lowercase;
}
.footer_inner #footer-nav {
  float: left;
  margin-top: 3px;
}
.footer_inner #footer-nav ul,.footer_inner .copyright {
	margin:0;
}
.footer_inner #footer-nav li {
  float: left;
  margin-right: 20px;
}
.footer_inner #footer-nav li a {
  color: #939191;
  text-transform: uppercase;
}
.footer_inner #footer-nav li a:hover{
	color:#fff;
}
#footer_bottom .top_scroll {
  bottom: 30px;
  position: fixed;
  right: 30px;
}
#footer_bottom .top_scroll a {
  background-image: url("images/top.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color:#353535;
  display:none;
  padding: 5px 15px;
  text-indent: -9999px;
  float:right;
}

/*--------Posts widget with thumbnail---------*/
#footer .post-thumb .thumbnail {
  float: left;
  margin-right: 10px;
}
#footer .post-thumb .thumbnail img {
  width: 50px;
}
#footer .post-thumb .details{
  float: left;
  width: 161px;
}
#footer .post-thumb .details h4 a {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
}

/*--------------Categories Widget-----------*/

#footer .widget_categories li {
    border-bottom: 1px dashed #666666;
    float: right;
    margin-bottom: 0px;
    margin-left: 20px;
    padding-bottom: 0px;
    width: 45%;
    font-size:8pt;
    font-weight:normal ;
    vertical-align:middle;
}
/*--------------Flickr Widget-----------*/
#flickr_badge_wrapper .flickr_badge_image img {
  float: right;
  height: 58px;
  margin: 0 14px 5px 0;
  width: 58px;
}
#flickr_badge_wrapper a.flickr_link {
  display: inline-block;
  float:right;
}
/*--------------Twitter Widget-----------*/
#footer #tweets li {
  padding: 10px 0 !important;
}

.footer #recentcomments li, .footer .widget_recent_entries ul li {
  line-height: 20px;
  padding: 0 0 10px;
}
.widget_recent_entries li{
	margin-bottom:7px;
}

/*-----------------------------------------------------------------------------------*
/* = WordPress Styles
/*-----------------------------------------------------------------------------------*/

/*sticky*/
.sticky{}

/*gallery captio*/
.gallery-caption

/*by post author*/
.bypostauthor{}
.wp-caption {
  background: #EEEEEE;
  padding-top: 5px;
  text-align: center;
}
.wp-caption-text {
  line-height: 22px;
}

#header-nav ul li,.header-top.mobile #menu-icon,.header-top.mobile .mobile_cont li,#primary-nav ul li,#mobile-nav,.item .details .title,.cat-title h2,#related-posts .main-title h2,#page-top h2#page-title,.hentry .post_title,#sidebar .widget .widget-title,#sidebar .post-thumb .details h4 a,#footer .post-thumb .details h4 a,.single-post .hentry #author h4.heading,#comments h3, #respond h3,.page-template-template-contact-php h3,#comments .comment-header .author,#respond label, #contactForm label,.contact_details h2,#footer .widget .widget-title,.footer_inner #footer-nav li a{
	font-family:'b yekan',Tahoma;
}

.toplogo {
	 width:100%;
	 border:0;
	 vertical-align:middle;
}

.ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	background: #118d2a url(../../images/noise.png);
	box-shadow: inset 0 0 0 5px rgba(0,0,0,0.05);
	text-align:center;
}


