/*
Theme Name:  dzstandard
Theme URI: http://dariushzamani.ir/wordpress/dzstandard
Author: dariush zamani
Author URI: http://dariushzamani.ir/
Description: Theme dzstandard from web bartar 
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, rtl-language-support
Text Domain:  dzstandard
Domain Path: /languages
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
	background:#eaeaea ;
	}

	
.wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #fff;
	border-top: 3px solid #77CC6D;
	border-bottom: 3px solid #77CC6D;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}	
.wrapper-inner {
    padding: 40px;
}

img ,pre{
	max-width:100% !important;
}

.site-title a:hover {
	text-decoration:none;
}

/*
#site-header {
	
    border-bottom: 1px solid #eee;	
}

*/
 
.navbar , navbar-default {
background-color:#fff;
-webkit-box-shadow: 2px 12px 18px -15px rgba(0,0,0,0.40);
-moz-box-shadow: 2px 12px 18px -15px rgba(0,0,0,0.40);
box-shadow: 2px 12px 18px -15px rgba(0,0,0,0.40);
border-bottom: 1px solid #eee;
	
	
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.navbar .navbar-nav>li>a {

	color: #777;
    border-right: 1px solid #eee;
    min-width: 112px;
    text-align: center
}
.navbar .navbar-nav>li:hover  {
background:#77CC6D;	
	
}	

.navbar .navbar-nav>li:hover >a   {
color:#fff;
	
}	

main {
	min-height:600px;
	
}

.top-footer {
border-top: 1px solid #4f4f4f;
background-color:#27313D;
padding-top:20px;
padding-bottom:20px;
color:#c4c4c4
	
}
.top-footer a {color:#dddddd}
.top-footer a:hover ,.top-footer h4  {color:#fff;}
	
	
.bottom-footer {
border-top: 1px solid #4f4f4f;
padding-top:20px;
padding-bottom:20px;		
background-color:#F8F8F8;	
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

.sticky {
	background: #f5f5f5 none repeat scroll 0 0;
	border-radius: 3px;
	box-shadow: 0 0 2px 1px #ccc;
	padding: 2rem;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.gallery-caption {
	display: block;
}


.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img {
	max-width:100%;
	height:auto;
	
}

