/*
Theme Name: Nasha Ziamlia
Theme URI: http://wordpress.org/
Version: 2.0

*/

html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	line-height: 100%;
	font-family: Arial, Helvetica, sans-serif;	
}

a:link, a:active {
	color: #0072bc;
	text-decoration: underline;
}
a:hover {
	color: #0094F2;
	text-decoration: none;
}
a:visited {
	color: #7e4545;
}



.n-container {
	max-width: 1400px;
	margin: 0 auto;
}
.n-columns {
	overflow: hidden;
	width: 100%;
}
.n-column-left {
	float: left;
	width: 21%;
}
.n-column-right {
	float: right;
	width: 76%;
}
.n-header, .n-body, .n-footer {
	padding: 0 3%;	
}



.n-header {
	height: 116px;
	background-color: #cdd7e3;	
	margin-bottom: 20px;
	overflow: hidden;
}
.n-header h1 a {
	display: block;
	background-image: url(images/logo.gif);
	width: 208px;
	height: 116px;
	text-indent: -9999px;
	overflow: hidden;
}
.n-header .n-column-right {
	padding: 18px 0;
}
.n-header-wrapper {
	border-left: 3px solid #8aa1ba;
	padding-left: 16px;
}
.n-sitetitle {
	color: #023672;
	font-weight: bold;
	font-size: 1.6em;
	padding: .6em 0 1em;
}
.n-tagline {
	color: #596f85;
	font-size: 1.6em;
	line-height: 130%;
	padding-bottom: .3em;
}



.n-body {
	padding-top: 2em;	
	padding-bottom: 2em;
}


.n-footer-wrapper {
	border-top: 3px solid #bdc5ce;
	font-size: 1.1em;
	line-height: 130%;
	padding: .3em 0 .6em 0;
	margin-top: 3em;
	color: #596f85;
}
.n-footer p {
	margin: .6em;
}
.n-rss {
	float: right;
}



h2.pagetitle {
	font-size: 1.8em;
	font-weight: bold;
	line-height: 130%;
	margin-bottom: 1em;
}
h3.post-title {
	color: #003471;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 110%;
	margin-bottom: .6em;
	text-decoration: none;
}
h3.post-title a {
	text-decoration: none;
	color: #003471;
}
h3.post-title a:active {
	color: #0072bc;
}
h3.post-title a:hover {
	color: #0094F2;
}
h3.post-title a:visited {
	color: #7e4545;
}










.post {
	background-color: #f4f5f7;
	margin: 2em 0 4em 0;
	padding: 2% 3% 3% 3%;
}
.n-date {
	color: #7693B5;
	font-size: 1.2em;
	margin-bottom: 1em;
	display: block;
}
.n-date span {
	padding: 0 .4em;
	color: #c5d1e0;
}
.entry p.postmetadata {
	color: #7693b5;
	font-size: 1em;
	margin-top: 2em;
	line-height: 120%;
}
.entry p.post-tags {
	margin-top: 2em;
}

.n-content-listing .entry p.post-tags {
	margin-bottom: 0;
	margin-top: 1em;
}
.n-content-listing .post {
	padding-bottom: 1em;
}
.n-content-listing p.postmetadata {
	margin-top: 1em;	
}


.sociable_tagline {
	margin-top: 2em;
	margin-bottom: .5em;
}


.entry {
	line-height: 140%;
	font-size: 14px;
	overflow: hidden;
}
.entry p {
	margin: 16px 0;
}
.entry b, .entry strong {
	font-weight: bold;
}
.entry i, .entry em {
       font-style: italic;
}

.entry ul {
	margin: 16px 0 20px 26px;
	list-style: disc;
}
.entry li {
	margin: 10px 0;
	list-style: disc;
}
.n-entry {
	overflow: hidden;
}

.no-display {
	display: none;
}





.widget {
	margin-bottom: 40px;
}
.widgettitle {
	font-weight: bold;
	padding-bottom: .5em;
	font-size: 14px;
}
.widget_categories, .widget_pages {
	line-height: 130%;
	font-size: 13px;	
}



#searchform {
	font-size: 14px;
	margin-top: 5px;
}
#searchform #s {
	padding: 2px;
}
.widget_archive select {
	font-size: 13px;
	padding: 3px;
	margin-top: 4px;
}
.widget_links {
	font-size: 13px;
	line-height: 130%;
	overflow: hidden;
}
.widget_links li {
	margin: 0 0 12px 6px;
}
.widget_links li img {
	display: block;
	margin-bottom: 3px;
}

.widget {
	line-height: 130%;
	overflow: hidden;
	font-size: 13px;
}
.widget li {
	margin: 0 0 12px 10px;
}


.widget_categories select {
	font-size: 13px;
	padding: 3px;
	margin-top: 4px;
	width: 100%;
}



.widget_categories ul ul {
	margin-left: 26px;
}
.widget_categories li, .widget_pages li {
	margin: 0;	
}
.widget_categories a, .widget_categories a:visited, .widget_categories .current-cat .children a, .widget_pages a {
	text-decoration: none;
	display: block;
	padding: 6px 10px;
	color: #0072bc;
	background-color: white;
	font-weight: normal;
}
.widget_categories a:hover, .widget_categories .current-cat .children a:hover, .widget_pages a:hover {
	background-color: #f4f5f7;
	color: black;
}
.widget_categories .current-cat a, .widget_categories .current-cat-parent a+ul, .current_page_item a {
	color: black;
	font-weight: bold;
	background-color: #e6ebf1;
}

.widget_categories ul ul {
	display: none;
}
.widget_categories .current-cat ul, .widget_categories .current-cat-parent ul {
	display: block;
}




/*
, .widget_categories .current-cat-parent a



/*
.widget_categories li {
	border-top: 1px solid #cfd9e4;
}
.widget_categories a {
	text-decoration: none;
	display: block;
	padding: 6px 10px;
}
.widget_categories a:hover {
	background-color: #f4f5f7;
}
.widget_categories ul ul {
	display: none;
	margin-left: 26px;
}
.widget_categories .current-cat ul, .widget_categories .current-cat-parent ul {
	display: block;
}
.widget_categories .current-cat-parent .children a {
	text-decoration: none;
	display: block;
	padding: 6px 10px;
}

.widget_categories ul ul li:first-child {
	border: none;
}

.widget_categories .current-cat a, .widget_categories .current-cat-parent a {
	color: black;
	font-weight: bold;
}
*/


/* ------------------------------------------------------------------------------------------------------- */
/* comments */


h3#comments {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 110%;
	text-decoration: none;
}
ol.commentlist {
	padding-top: 5px;
}
ol.commentlist li {
	font-size: 1em;
	padding: 25px;
	margin-bottom: 10px;
	margin-top: 5px;
	background-color: #f4f5f7;
	border: 1px solid #f4f5f7;
}
ol.commentlist ul {
	margin-top: 2em;
}
ol.commentlist ul li {
	border: 1px solid #dde0e6;
}
ol.commentlist ul li.odd .odd {
	background-color: #f6f7f9;
}

ol.commentlist li.even {
	background-color: white;
	border: 1px solid #dde0e6;
}
ol.commentlist .avatar {
	float: right;
	border: 1px solid #cfd3dc;
	padding: 4px;
	margin: 0 0 10px 15px;
	background-color: white;
}
ol.commentlist p {
	margin: 1em 0;
	line-height: 135%;
	font-size: 1.3em;
}
ol.commentlist .comment-author {
	font-size: 1.3em;
	margin-bottom: .6em;
}
ol.commentlist .comment-author .fn {
	font-weight: bold;
}
ol.commentlist .comment-meta {
	font-size: 1.1em;
	margin-bottom: .6em;
}
ol.commentlist .reply {
	font-size: 1.2em;
}


#respond {
	margin-top: 20px;
	background-color: white;
	border: 1px solid #dde0e6;	
	padding: 25px;
	padding-bottom: 15px;
}
#respond h3 {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 110%;
	text-decoration: none;
	margin-bottom: 20px;
}
#commentform p, #captchaImgDiv {
	font-size: 1.3em;
	margin-bottom: 1.5em;
}
#commentform p label {
	display: block;
	margin-bottom: .5em;
}
#commentform p input, #commentform p textarea, #captcha_code {
	padding: 4px;
}
#commentform p input {
	width: 50%;
}
#commentform textarea {
	width: 90%;
}

#captchaImgDiv small {
	font-size: inherit;
}
#captcha_code {
	margin-right: 6px;
}
#commentform #submit {
	margin-top: 1em;
	width: auto;
}


/* pages */

.wp-pagenavi {
	padding: .5em 0;
	font-size: 1.3em;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 5px;
	margin: 4px;
	text-decoration: none;
}
.wp-pagenavi a:visited {
	padding: 2px 5px;
	margin: 4px;
}
.wp-pagenavi a:hover {	
	background-color: #dde0e6;
	color: #003471;
}
.wp-pagenavi a:active {
	padding: 2px 5px;
	margin: 4px;
	text-decoration: none;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 5px;
	margin: 4px;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 5px;
	margin: 4px;
	font-weight: bold;
	color: white;
	background-color: #596f85;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px;
	margin: 2px;	
	color: #000000;
	background-color: #FFFFFF;
}





/* wp */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 8px 15px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 15px 8px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}



