/*
Theme Name: Parament
Theme URI: http://theme.wordpress.com/themes/parament/
Description: Parament is a great all-purpose theme featuring a dark color scheme with bright orange highlights and a textured background. Add your own personal flair by uploading a custom header or background image. Parament's full-width image template allows your images to display as large as possible for maximum impact.
Version: 1.3
Author: Automattic
Author URI:  http://automattic.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, dark, orange, two-columns, fixed-width, custom-background, custom-header, custom-menu, microformats, rtl-language-support, sticky-post, translation-ready
*/


body {    
	background:white;
	color: black;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	margin: margin: 0 0 0 2%;
	padding: 15px 0 30px;
}
#center_win 
    {
        display:inline-block;
        position:relative;
        margin: 15px 5% 15px 5%;
        width: 90%;		
		border: 1px solid #cecece;
		border-radius: 5px;
		border-right: 2px solid #cecece;
		border-bottom: 2px solid #cecece;
		padding: 30px;
        font-family: "Times New Roman", Times, serif;
    }
#nrpagetitle {
	display: block;
	position: relative;
	margin: 0;
	color: black;
	font-size: 27px;
    text-align:center;
	font-weight: normal;
	letter-spacing: .025em;
	padding: 0px 10px 2px 10px;;
	border-bottom: 3px solid #cecece;
}
#nr_body {
		
        font-family: "Times New Roman", Times, serif;
        background:white;
	color: black;
    font-size: 1em;
		}
#nr_body left_win {
		display: inline;
		position: relative;
		float: left;
		width: 55%;
		margin: 15px 0 15px 15px;
		border-radius: 5px;
		border: 1px solid #cecece;
		border-right: 2px solid #cecece;
		border-bottom: 2px solid #cecece;
		padding: 20px;
		clear: both;
        font-family: "Times New Roman", Times, serif;
	}
#nr_body center_win 
    {
        display:inline-block;
        position:relative;
        margin: 15px 5% 15px 5%;
        width: 90%;		
		border: 1px solid #cecece;
		border-radius: 5px;
		border-right: 2px solid #cecece;
		border-bottom: 2px solid #cecece;
		padding: 30px;
        font-family: "Times New Roman", Times, serif;
    }
#nr_body right_win {
		display: inline;
		position: relative;
		width: 35%;
		margin: 15px 5% 0 15px;
		float: right;
		border: 1px solid #cecece;
		border-radius: 5px;
		border-right: 2px solid #cecece;
		border-bottom: 2px solid #cecece;
		padding: 20px;
        font-family: "Times New Roman", Times, serif;
	}

#nr_body center_win #nrtitle {
	display: block;
	position: relative;
	margin: 0;
	color: black;
	font-size: 27px;
    text-align:center;
	font-weight: normal;
	letter-spacing: .025em;
	padding: 0px 10px 2px 10px;;
	border-bottom: 3px solid #cecece;
}
#nr_body center_win #nrtitlemob {
	display: block;
	position: relative;
	margin: 0;
	color: black;
	font-size: 1.2em;
    text-align:center;
	font-weight: normal;
	letter-spacing: .025em;
	padding: 0px 5px 0px 5px;
	border-bottom: 3px solid #cecece;
}
#nrbody {
	display: block;
	position: relative;
	background: white;
	margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
#nr_space {
		clear: both;
		position: static;
		width: 100%;
		height: 15px;
	}
hr.nr2 {
	border: 5px solid #f2f2f2;
}

#page-wrap {
	margin: 0 auto;
	width: 100%;
}
#container {
	margin: 0 auto;
	width: 970px;
}
#main {
	display: inline;/* fix double margin */
	float: left;
	margin: 0 25px 30px 10px;
	width: 660px;
}
#nrmain {
	display: contents;
	margin: 0 25px 30px 10px;
	width:935px;
}

/* Image Template. */
#main.image-template {
	width: 950px;
}
.image-template #comments {
	margin: 0 auto;
	width: 660px;
}
.image-template .hentry img {
	height: auto;
	max-width: 917px;
}


/* =Fonts
-------------------------------------------------------------- */

body,
input,
textarea {
	font-family: "Times New Roman", Times, serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
#site-title,
.comment-author,
.nav-paged a {
	font-family: "Times New Roman", Times, serif;
}
code,
kbd,
pre,
samp,
tt,
var {
	font-family: "Times New Roman", Times, serif;
}


/* =Inline Elements
-------------------------------------------------------------- */

a {
	color: black;
	text-decoration: none;
}
a img {
	border-width: 0;
}
a.edit-term img {
	border-width: 0;
}
a:hover,
a:active,
a:focus {
	outline: 0;
	text-decoration: underline;
}
abbr,
acronym {
	border-bottom: 1px dashed black;
	cursor: help;
}
big {
	font-size: 2em;
	position: relative;
	top: .1em;
}
code,
var {
	background:white;
	border: .1em solid #444855;
	color: black;
	font-style: normal;
	padding: 0 .3em;
}
code abbr,
code acronym {
	border-width: 0;
}
code var {
	border-width: 0;
	padding: 0;
}
b code,
b var,
strong code,
strong var {
	border-width: .2em;
}
pre code {
	background: transparent;
	border-width: 0;
	padding: 0;
}
del,
s,
strike {
	text-decoration: line-through;
}
ins {
	background-color: black;
	color:white;
	padding-right: 3px;
	padding-left: 4px;
	text-decoration: none;
}
small {
	font-size: 0.9em;
	line-height: 1.5em;
}


/* =Block Level Elements
-------------------------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
address,
article,
aside,
blockquote,
dl,
fieldset,
footer,
form,
header,
nav,
ol,
p,
pre,
table,
ul,
.embed,
.entry-content div {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.5em 0;
	padding: 0;
}
.entry-content div div {
	margin: 0;
	padding: 0;
}
blockquote,
fieldset,
pre {
	border: .1em solid #444855;
	padding: .75em;
	text-align: left;
}
blockquote,
pre {
	background:white;
}
pre {
	white-space: pre-wrap;
}
blockquote {
	font-style: italic;
	line-height: 1.3;
	padding: 1em 2em;
}
blockquote blockquote {
	background: #111;
	margin-right: 0;
	margin-left: 0;
}
blockquote blockquote blockquote {
	background:white;
}
blockquote cite {
	color: black;
	font-size: .85em;
	font-weight: bold;
}
blockquote p {
	line-height: 1.3;
}
blockquote p:first-child,
blockquote p:only-child,
blockquote blockquote:first-child {
	margin-top: 0;
}
blockquote p:last-child,
blockquote p:only-child,
blockquote blockquote:last-child {
	margin-bottom: 0;
}
hr {
	border: 1px solid #444855;
}


/* =Headings
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: black;
	font-weight: bold;
	line-height: 1.2em;
	padding: 0;
}
h1 {
	font-size: 40px;
	font-weight: normal;
	margin: .83em 0;
}
h2 {
	font-size: 30px;
	font-weight: normal;
	margin: 1.05em 0;
}
h3 {
	font-size: 19px;
	font-weight: normal;
	margin: 1.23em 0;
}
h4 {
	font-size: 15px;
	margin: 1.35em 0;
}
h5,
h6 {
	font-size: 12px;
	margin: 1.5em 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: black;
	text-decoration: none;
}


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

ol,
ul {
	padding-left: 30px;
}
ol ol,
ol ul,
ul ol,
ul ul {
	list-style-position: inside;
	margin: 0;
}
ul {
	list-style-type: square;
}
dt {
	color: black;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}
dd {
	margin: 0 0 1.5em;
	padding-bottom: .3em;
}


/* =Tables
-------------------------------------------------------------- */
nrtab {
		display: block;
		width: 80%;
		margin-left: 30px;
	}
	th, td {
		padding: 5px;
		text-align: center;
	}
	table#nr1 {
		border-spacing: 5px;
		width: 70%;
		margin-left: 30px;
	}
	table#nr1, th, td {
		border: 1px solid black;
		border-collapse: collapse;
	}
	th {
		background-color: white;
		border-bottom: 3px solid black;
		border-top: none;
		border-left: none;
		border-right: none;
	}
	table#nr1 tr:nth-child(even) {
		background-color: #eee;
	}
	table#nr1 tr:nth-child(odd) {
		background-color: lightgray;
	}
caption {
	font-size: 16px;
	padding-bottom: 7px;
}


/* =Float Clearing
-------------------------------------------------------------- */

.contain:before,
.contain:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
.contain:after {
	clear: both;
}
.contain {
	zoom: 1;
}


/* =Header
-------------------------------------------------------------- */
#branding {
		width: 100%;
		height: 120px;
		display: block;
}
#branding b1 {
		position: rlative;
		display: inline;
		width: 80px;
		height: 120px;
		margin: 0 0 0 3%;
		float: left;
	}
#branding b2 {
		position: relative;
		display: inline;
		width: 500px;
		height: 120px;
		float: left;
		margin: 0 0 0 15px;
}
nr_h1 {
		font-size: 70px;
		margin: 10px 0 0 0;
		font-family: "Times New Roman", Times, serif;
}
nr_h11 {
		font-size: 40px;
		margin: 10px 0 0 0;
		font-family: "Times New Roman", Times, serif;
}
nr_h2 {
		font-size: 16px;
		line-height: 1.5;
		margin: 0 0 20px 15px;
}
nr_h3 {
		font-size: 18px;
		line-height: 2;
		float: right;
}

h1#site-title {
	font-size: 40px;
	font-weight: normal;
	line-height: 47px;
	margin: 20px 0 0 15px;
}
h2#site-description {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 20px 15px;
}
h1#site-title a,
h2#site-description a {
	color: black;
	display: block;
	text-decoration: none;
}
#nrlogo {
	margin: 2px 10px;
	width: 100px;
}

/* =Menu
-------------------------------------------------------------- */
	#nrmenu {
		display: block;
		position: static;
		width: 100%;
		height: 40px;
		margin: 1px 0 1px 0;
		clear: both;
		border-bottom: 3px solid #cecece;		
	}
	#nrmenu ul {
		margin-top: 1px;
		margin-left: 0;
		list-style-type: none;
		}
	#nrmenu li {
		display: inline;
		text-align: left;
		
	}

#nrmenu a, #nrmenu .aaa {
		display: inline-block;
		position: relative;
		width: 12%;
		margin-left: 3%;
		text-decoration: none;
		text-align: center;
		text-transform: uppercase;
		font-size: 12px;
		padding: 5px 0 2px 0;
		color: black;
		
		background-color: white;
		font-family: inherit;
	}
	
/* Dropdown content (hidden by default) */
#nrmenu .dropmenu {
	display: none;
	position: absolute;
	width: 240px;
	height: 200px;
	background-color: #f9f9f9;
	color: black;
	box-shadow: 4px 16px 32px 4px rgba(0,0,0,0.2);
  	z-index: 1;
	margin-top: 0px;
	margin-left: -12%;
	padding:5px 20px;
	border: 1px solid black;
}

/* Links inside the dropdown */
#nrmenu  .dropmenu a, #nrmenu .dropmenu aa {
   	display: inline-block;
	position: static;
	width: 180px;
	height: 25px;
	margin-left:7px;
	color: black;
	text-decoration: none;
    text-align: left;
	text-transform: none;
	font-size: 12px;
  	border-bottom: 1px solid #ddd;
}
#nrmenu a:hover {
		border-bottom: 1px solid black;
		opacity: 1;
		}
#nrmenu .aaa:hover {
		padding-bottom: 10px;
		border-bottom: 3px solid black;
		opacity: 1;
		}
#nrmenu .dropmenu a:hover {
  background-color: #ddd;
}
#nrmenu .aaa:hover #nrmenu.dropmenu {
	display: block; 
	}
#nrmenu .aaa:hover {
		padding-bottom: 10px;
		border-bottom: 3px solid black;
		opacity: 1;
		}
#nrmenu .dropmenu a:hover {
  background-color: #ddd;
}
#nrmenu .aaa:hover #nrmenu.dropmenu {
	display: block; 
	}
/* NR menu for mobile phone */

#nrmenumob {
		display: block;
		position: static;
		width: 100%;
		height: 80px;
		margin: 1px 0 1px 0;
		clear: both;
	}
#nrmenumob ul {
		margin-top: 2px;
		margin-left: 0%;
		list-style-type: none;
		}
#nrmenumob li {
		display: inline;
		text-align: left;
		
	}

#nrmenumob a, #nrmenumob .aaa {
		display: inline-block;
		position: relative;
		width: 27%;
        height: 60px;
		margin-left: 1%;
		text-decoration: none;
		text-align: center;
		text-transform: uppercase;
		font-size: 0.6em;
		padding: 4% 0;
		color: black;
		border: 1px solid black;
		background-color: lightgray;
		font-family: inherit;
	}
	
/* Dropdown content (hidden by default) */
#nrmenumob .dropmenu {
	display: none;
	position: absolute;
	width: 180px;
	height: 220px;
	background-color: #f9f9f9;
	color: black;
	box-shadow: 4px 16px 32px 4px rgba(0,0,0,0.2);
  	z-index: 1;
	margin-top: 100px;
	margin-left: -1px;
	border-bottom: 5px solid #ddd;
	border-left: 5px solid #ddd;
	border-right: 5px solid #ddd;
	border-radius: 20px;
}

/* Links inside the dropdown */
#nrmenumob  .dropmenu a, #nrmenumob .dropmenu aa {
   	display: inline-block;
	position: static;
	width: 140px;
	height: 40px;
	margin-left:7px;
	color: black;
	text-decoration: none;
    text-align: left;
	text-transform: none;
	font-size: 20px;
  	border-bottom: 1px solid #ddd;
}
#nrmenumob a:hover {
		border-bottom: 3px solid black;
		opacity: 1;
		}
#nrmenumob .aaa:hover {
		padding-bottom: 10px;
		border-bottom: 3px solid black;
		opacity: 1;
		}
#nrmenumob .dropmenu a:hover {
  background-color: #ddd;
}
#nrmenumob .aaa:hover #nrmenu.dropmenu {
	display: block; 
	}

/* =Intro (For archive views)
-------------------------------------------------------------- */

#introduction {
	background:white;
	border: 1px solid #444855;
	border-top-width: 0;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	clear: both;
	color: black;
	margin: 0;
	padding: 10px 20px 10px;
	position: relative;
}
#introduction hgroup {
	float: left;
}
#page-title {
	color: black;
	font-weight: normal;
	line-height: 1.3;
	margin: 0;
}
#page-tagline {
	color:black;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	margin-top: 0;
	padding-top: 7px;
}
.search-results #page-title,
.search-results #page-tagline {
	float: left;
	width: 55%;
}
#introduction #searchform {
	position: absolute;
	top: 0;
	right: 15px;
}


/* =Entry
-------------------------------------------------------------- */

.hentry {
	background: white;
	border: 1px solid #444855;
	border-radius: 7px;
	margin: 40px 0 30px;
	position: relative;
}
.hentry p:first-child,
.hentry p:only-child {
	margin-top: 0;
}
.hentry p:last-child,
.hentry p:only-child {
	margin-bottom: 0;
}
.hentry img {
	max-width: 627px;
	width: auto;
	height: auto;
}
.title {
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-bottom: 1px dotted #444855;
	background:white;
	color: #fff;
	padding: 17px 15px 15px;
}
.has-byline .title {
	padding-top: 25px;
}
h2.entry-title {
	color: black;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: .025em;
	line-height: 30px;
	margin: 10;
	padding: 0;
}
h2.entry-title a {
	color: #bfc3cf;
}
h2.entry-title a:hover {
	color: #bfc3cf;
	text-decoration: none;
}
.entry-byline {
	background: #d24d04;
	border: 1px solid #ff5a00;
	color: #fff;
	display: block;
	font-size: 12px;
	line-height: 1;
	position: absolute;
	top: -10px;
	left: -10px;
	text-shadow: #000 1px 1px 2px;
}
.entry-byline a {
	color: #fff;
	font-style: italic;
}
.entry-byline span,
.entry-byline .post-edit-link {
	display:block;
	float: left;
	padding: 4px 6px;
}
.entry-byline .post-edit-link {
	background: #ff5a00;
	font-style: normal;
}
.entry-content {
	overflow: hidden;
	padding: 15px;
}
.entry-content a {
	text-decoration: underline;
}
.entry-content a:hover,
.entry-content a:active,
.entry-content a:focus {
	color: #d24d04;
}
.entry-meta {
	color: black;
	font-size: 12px;
}
.entry-meta a {
	color: black;
	text-decoration: none;
}
.entry-meta a:hover {
	border-bottom: 1px solid #ff5a00;
	color: #ff5a00;
	text-decoration: none;
}
div.entry-navigation {
	clear: both;
	float: left;
	margin: 15px 0 0;
	width: 100%;
}
.entry-navigation span {
	background: #2f323c;
	border: 1px solid #33353d;
	border-radius: 3px;
	color: #bfc3cf;
	float: left;
	font-size: 13px;
	line-height: 25px;
	margin: 0 5px 5px 0;
	min-width: 27px;
	padding: 0;
	text-align: center;
}
.entry-navigation a:link,
.entry-navigation a:visited {
	color: #fff;
	text-decoration: none;
}
.entry-navigation a:active,
.entry-navigation a:focus,
.entry-navigation a:hover {
	color: #5588bb;
	text-decoration: underline;
}
.sticky .title {
	background-color: #ff5a00;
	border-bottom: 1px solid #d24d04;
	padding: 8px 15px;
}
.sticky .entry-byline {
	border-width: 0;
	top: -14px;
}
.sticky .entry-byline span {
	display: none;
}
.sticky h2.entry-title {
	text-shadow: #000 1px 1px 2px;
}
.sticky h2.entry-title,
.sticky h2.entry-title a {
	color: #fff;
}
.sticky .entry-meta {
	display:none;
}
.sticky .entry-meta,
.sticky .entry-meta a {
	color: #fff;
}
.post-password-required form {
	margin: 0;
}
.post-password-required form p:first-child {
	margin-top: 0;
}
.more-link {
	color: #d24d04;
}
#attachment-image {
	text-align: center;
}

.mejs-container {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.5em 0;
	padding: 0;
}

/* =Asides
-------------------------------------------------------------- */

.format-aside .title {
	padding: 0;
}
.format-aside .entry-title {
	display: none;
}
.format-aside .entry-meta {
	display: none;
}


/* =Images
-------------------------------------------------------------- */

.format-image .wp-caption {
	margin: 0 0 5px;
	max-width: 600px;
}
.format-image .wp-caption img {
	max-width: 590px;
}


/* =Gallery
-------------------------------------------------------------- */

#main .gallery img {
	border: 10px solid #33353d;
}
#main .gallery img:hover {
	border-color: #444855;
}
#main .gallery .gallery-caption {
	color: black;
	font-size: 14px;
	line-height: 1.35;
	margin: 0 20px;
}


/* =Shadows
-------------------------------------------------------------- */

#branding.has-image,
#menu,
#introduction,
#respond,
.bypostauthor .comment-meta img,
.commentlist article,
.commentlist .pingback,
.entry-byline,
.hentry,
.widget {
	-webkit-box-shadow: .2em .2em .3em rgba( 0, 0, 0, 0.45 );
	-moz-box-shadow: .2em .2em .3em rgba( 0, 0, 0, 0.45 );
	box-shadow: .2em .2em .3em rgba( 0, 0, 0, 0.45 );
}


/* =Paged Navigation
-------------------------------------------------------------- */

.paged-navigation {
	display: block;
	font-weight: bold;
	padding: 0 15px;
}
.paged-navigation a {
	color: black;
}
.paged-navigation a:hover,
.paged-navigation a:active,
.paged-navigation a:focus {
	color: black
}
.nav-older,
.nav-newer {
	width: 48%;
}
.nav-older {
	float: left;
	text-align: left;
}
.nav-newer {
	float: right;
	text-align: right;
}
/* Single Post Template. */
#post-nav {
	/*border-top: 1px dotted #444855;*/
	color: black;
	font-size: 14px;
	margin-bottom: 0;
}
#post-nav a {
	color: black;
}
#post-nav a:hover,
#post-nav a:active,
#post-nav a:focus {
	color: black;
}
#post-nav .nav-older,
#post-nav .nav-newer {
	padding: 7px 10px;
	width: 250px;
}


/* =Sidebar
-------------------------------------------------------------- */

#sidebar {
	float: right;
	font-size: 20px;
	margin: 40px 0 30px;
	padding: 0;
	position: relative;
	right: 10px;
	width: 260px;
}
#sidebar img {
	height: auto;
	max-width: 228px;
}
#sidebar li {
	list-style-type: none;
}
#sidebar .widget li {
	list-style-type: square;
}
.widget {
	background-color: white;
	border: 1px solid #444855;
	border-radius: 7px;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 0 15px 15px;
}
.widget a {
	color: black;
}
.widget a:hover,
.widget a:active,
.widget a:focus {
	color: #d24d04;
}
.widget ol {
	list-style: decimal inside;
}
.widget-title {
	background:white;
	border-bottom: 1px dotted #444855;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
	padding: 5px 10px;
	position: relative;
	left: -15px;
	width: 238px;
}
.widget-title,
.widget .widget-title a {
	color: black;
}
.widget div,
.widget iframe,
.widget table,
.widget ul,
.widget ol {
	padding: 15px 0 0;
}
.widget div div {
	padding: 0;
}
.widget ul ul,
.widget ul ol,
.widget ol ul,
.widget ol ol {
	padding: 0 0 0 15px;
}
/* Calendar Widget. */
.widget_calendar table {
	margin: 0;
	width: 100%;
}
.widget_calendar td a {
	color: black;
	font-weight: bold;
}
#prev {
	padding-top: 5px;
	text-align: left;
}
#next {
	padding-top: 5px;
	text-align: right;
}
#prev,
#next,
.widget_calendar th,
.widget_calendar .pad {
	background-color: transparent;
}
.widget_calendar td,
.widget_calendar th {
	text-align: center;
}
#today {
	background-color: Black;
	color: #fff;
}
/* RSS Widget. */
#sidebar .widget_rss ul {
	padding-bottom: 0;
}
#sidebar .widget_rss li {
	list-style-type: none;
	padding-bottom: 15px;
}
#sidebar .widget_rss li .rsswidget {
	color: black;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 0;
}
.widget_rss cite,
.rss-date {
	color: Black;
	font-size: 12px;
	font-style: italic;
	white-space: nowrap;
}
.widget .rssSummary {
	padding: 0;
}
/* Search Widget */
.widget_search form {
	margin: 15px 0 0;
}


/* =Comment List
-------------------------------------------------------------- */

.commentlist {
	padding: 0;
}
#comments-title,
.comments-closed,
.nocomments,
.nopassword {
	color: black;
	font-weight: normal;
	text-align: center;
	text-shadow: #000 1px 1px 2px;
}
#comments-title {
	margin: 60px 0 0 15px;
}
.commentlist .pingback {
	padding: 7px 15px;
}
.commentlist .pingback p {
	margin: 0;
}
.commentlist .comment,
.commentlist .pingback {
	list-style-type: none;
}
.commentlist .pingback,
.commentlist .depth-1 article {
	background: #111;
	border: 1px solid #444855;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	margin: 0;
}
.commentlist .comment {
	margin: 15px 0;
}
/* Individual Comments. */
.comment footer {
	background:white;
	border-top-left-radius: 6px;
	border-bottom: 1px solid #444855;
	margin: 0;
	padding: 10px;
}
.comment-meta {
	display: block;
	font-size: 14px;
}
.comment-meta,
.comment-meta a {
	color: black;
}
.comment-meta .avatar {
	border: 5px solid #444855;
	float: left;
}
.comment-author {
	padding-top: 5px;
}
.comment-author,
.comment-awaiting-moderation {
	margin-left: 60px;
}
.comment-author .fn,
.comment-author .fn a {
	color: black;
}
.comment-author .fn {
	display: block;
	font-size: 24px;
	padding-bottom: 4px;
}
.comment-content {
	padding: 0 15px;
}
.comment-content p {
	margin: 15px 0;
}
.bypostauthor > article .comment-meta {
	background: white;
	border-top-left-radius: 5px;
}
.bypostauthor > article .comment-meta,
.bypostauthor > article .comment-meta a {
	color: black;
}
.bypostauthor > article .comment-meta img {
	border-color: black;
}
.comment-awaiting-moderation {
	color: black;
}
.comment .reply {
	display: block;
	margin: 0;
}
.comment .reply a {
	background: white;
	border-top: 1px solid #33353d;
	border-left: 1px solid #33353d;
	border-top-left-radius: 7px;
	color: black;
	display: block;
	float: right;
	font-size: 14px;
	padding: 5px 10px;
}
.comment .reply a:hover,
.comment .reply a:focus,
.comment .reply a:active {
	background-color:white;
	border-color: #444855;
	color: black;
}


/* =Comment Form
-------------------------------------------------------------- */

#respond {
	background: white;
	border: 1px solid #444855;
	border-radius: 7px;
	margin: 15px 0;
	padding: 15px;
}
#respond form {
	margin: 0;
}
#respond p {
	margin: 0 0 15px;
}
#respond p.form-submit {
	margin-bottom: 0;
}
#reply-title {
	font-size: 22px;
	font-weight: normal;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 7px;
}
.comment-notes,
.comment-notes a,
.logged-in-as,
.logged-in-as a {
	color: black;
	font-size: 14px;
	font-style: italic;
}
#respond .form-allowed-tags {
	background:white;
	border: 1px solid #444855;
	font-size: 12px;
	margin: 15px 0;
	padding: 7px;
}
.form-allowed-tags code {
	background: transparent;
	border-width: 0;
}
.required {
	color: #d24d04;
}
#respond input,
#respond textarea {
	background: white;
	border: 1px solid #444855;
	font-size:14px;
	padding: 3px 7px;
}
#respond input:focus,
#respond textarea:focus {
	background: white;
}
#respond #submit {
	background: white;
	border: 1px solid #ff5a00;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 3px 5px;
	text-shadow: #000 1px 1px 2px;
}
.comment-form-author,
.comment-form-url,
.comment-form-email {
	clear: both;
	padding-bottom: 3px;
}
.comment-form-author label,
.comment-form-url label,
.comment-form-email label {
	float: left;
	min-width: 6em;
}
.comment-form-author .required,
.comment-form-url .required,
.comment-form-email .required {
	float: left;
	width: 15px;
}
.comment-form-url input {
	position: relative;
	left: 15px;
}
.comment-form-comment label {
	display: none;
}
.comment-form-comment textarea {
	width: 97.5%;
	height: 16em;
}
#cancel-comment-reply-link {
	background: white;
	border: 1px solid #ff5a00;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	text-shadow: #000 1px 1px 2px;
	font-size: 14px;
	font-weight: normal;
	padding: 2px 5px;
}


/* =General
-------------------------------------------------------------- */

.aligncenter,
div.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignleft,
div.alignleft {
	float: left;
	margin: 5px 15px 15px 0;
}
.alignright,
div.alignright {
	float: right;
	margin: 5px 0 15px 15px;
}
/* Captions */
#main div.wp-caption {
	background-color:white;
	border: 0px solid #444855;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	padding: 15px 10px 10px;
	max-width: 96.5%;
	text-align: center;
}
#main div.wp-caption img {
	max-width: 100%;
}
#main .wp-caption-text {
	color: black;
	display: block;
	font-size: 20px;
	line-height: 1.4;
}
.assistive-text,
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
/* Search form */
#s {
	background: white url( images/search.gif ) 100% -3px no-repeat;
	border-width: 0;
	color: black;
	font-size: 14px;
	padding: 3px 22px 3px 3px;
	width: 200px;
}
#searchsubmit {
	display: none;
}
.clear {
	clear: both;
}


/* =IE 7 and IE 8
-------------------------------------------------------------- */

#ie7 #menu {
	padding-bottom: 1px;
}
#ie7 #menu li:hover,
#ie8 #menu li:hover {
	display: block;
	z-index: 10;
}
#ie7 #menu ul ul a,
#ie8 #menu ul ul a {
	background:white;
	border-bottom-style: solid;
}


/* =WordPress.com
-------------------------------------------------------------- */

#flickr table,
#flickr th,
#flickr td {
	background-color: transparent;
	margin: 0;
	padding: 0;
}
#flickr #flickr_badge_uber_wrapper {
	margin-top: 15px;
}
#flickr #flickr_badge_wrapper a {
	color: #d24d04;
}
#flickr #flickr_badge_wrapper img {
	max-width: 223px;
}
#vodpod_recent_videos {
	margin: 15px auto 0;
}
.widget_authors img {
	vertical-align: middle;
}
#sidebar #authors li {
	list-style: none;
}
#socialvibe_badge img {
	background: #ccc;
	border-radius: 5px;
	padding: 0 0 7px;
}
#sidebar #authors li li {
	list-style: square;
}
#authors .avatar {
	margin-right: 5px;
}
#subscribe-blog input[type="submit"] {
	background: white;
	border: 1px solid #ff5a00;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	text-shadow: #000 1px 1px 2px;
	font-size: 14px;
	font-weight: normal;
	padding: 2px 5px;
}
/* Comment Form. */
.highlander-comment {
	background-color: transparent !important;
}
#respond.js {
	background-color:white;
	border: 1px solid #444855;
}
#respond.js h3#reply-title {
	padding-left: 15px;
	margin-top: 0;
}
#respond.js #cancel-comment-reply-link {
	position: relative;
	right: 15px;
	bottom: 5px;
}
.commentlist #respond.js {
	margin-top: 15px;
}
#main .sharedaddy .sd-block {
	border-color: #444855;
}
#sidebar #recent-comments td {
	background: transparent;
}
.geo-map {
	margin-top: 15px;
}


/* =Jetpack: Infinite Scroll
-------------------------------------------------------------- */
.infinite-scroll .infinite-wrap {
	border-top: none;
	padding: 0;
}
/**
* Elements to hide:
* (footer widgets, post navigation, regular footer)
*/
.infinite-scroll #posts-nav,
.infinite-scroll.neverending #colophon {
	display: none;
}
/* Adjust the footer container and handle for the dark color scheme */
.infinite-scroll .infinite-loader {
	color: #fff;
}
.infinite-scroll #infinite-footer .container {
	background: rgba(32,34,40, 0.9);
	border-color: #444855;
}
.infinite-scroll #infinite-footer .blog-credits {
	color: black;
}
.infinite-scroll #infinite-footer .container a {
	color:  black;
}
.infinite-scroll #infinite-footer .container a:hover {
	color:  #fff;
}
.infinite-scroll #infinite-handle span {
	-webkit-box-shadow: .2em .2em .3em rgba( 0, 0, 0, 0.45 );
	-moz-box-shadow: .2em .2em .3em rgba( 0, 0, 0, 0.45 );
	background: white;
	border: 1px solid #444855;
	border-radius: 7px;
	box-shadow: .2em .2em .3em rgba( 0, 0, 0, 0.45 );
	display: inline-block;
	padding: 1em 1.5em;
}
.infinite-scroll #infinite-handle span,
.infinite-scroll #infinite-handle span:before {
	color: black;
}
.infinite-scroll #infinite-handle span:hover,
.infinite-scroll #infinite-handle span:hover:before {
	color: #fff;
}
/**
* Hooks to infinity-end body class to restore footer
*/
.infinity-end.neverending #colophon {
	display: block;
}
/* page welcome */

.b_flowers {	
	display: inline-block;
	position: relative;
	float: left;
	width: 155px;
	height:388px;
	margin-top:-30px;
	}
.b_horses {
	display: inline-block;
	position: relative;
	float: left;
	width: 170px;
	height: 425px;
	margin-top: 0;
	margin-left: -15px;
	}
.b_rockies {
	display: inline-block;
	position: relative;
	float:left;
	width: 180px;
	height: 225px;
	margin-top: -115px;
	clear: right;
	}
.b_birds {
	display: inline-block;
	position: absolute;
	width: 340px;
	height: 170px;
	margin-top: 40px;
	margin-left: -180px;
	clear:both;
}
.b_badlands {
	display: inline-block;
	position: absolute;
	float:left;
	width: 200px;
	height: 250px;
	margin-top: -20px;
	margin-left: 330px;
	}
.b_landscapes {
	display: inline-block;
	position: absolute;
	float:left;
	width: 400px;
	height: 200px;
	margin-top: -270px;
	margin-left: 170px;
	}

img:hover {
	opacity:0.5;
}
.scrollmenu {
  background-color: white;
  overflow: auto;
  white-space: nowrap;
}

.scrollmenu a {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

/** This addition is for image viewing routine for pc -------NR-------- */

b0 {
	display: inline-block;
	position: relative;
	margin: auto;
	width: 790px;
	border: 1px solid #f1f1f1;
	border-radius: 20px;
	}
b0 b1 {
	display: inline;
	position: relative;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	width: 740px;
	height: 640px;
	border: 10px solid #f1f1f1;
}
b0 b2 {
	display: block;
	position: relative;
	float: left;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 3px;
	width: 740px;
	height: 30px;
	font-size: 20px;
}
b0 b3 {
	display:inline-block;
	position: static;
	width: 737px;
	height: 20px;
	margin-left: 20px;
	}	

.nralign {
	
	padding: 5px;
	border: 5px solid #ffffff;
}
.button {
  background-color: f5f5f5;
  border: 1px solid gray;
  color: black;
  width: 140px;
  height: 30px;
  margin-left: 50px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.nr_a_left {
	display: inline;
	position: absolute;
  color: gray;
  margin-left: -600px;
  margin-top: 300px;
  font-size: 40px;
  cursor: pointer;
  }
.nr_a_right {
	display: inline;
	position: absolute;
  color: gray;
  margin-right:10px;
  margin-top: 300px;
  font-size: 40px;
  cursor: pointer;
}
b0 a {
  background-color: bebebd;
  border: 1px solid gray;
  color: black;
  padding: 3px 14px 3px 14px;
  margin-left: 30px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
}
b0 a:hover {
	background-color: #dcdcdc;
}

.nr_a_left, .nr_a_right, .button:hover {
  background-color: #dcdcdc;
}

* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
b0 a.text, .text {
  color: black;
  font-size: 15px;
  padding: 0 3px;
  position: relative;
  display: inline;
  margin-left: 0;
  text-align: left;
  
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
nrtab {
		display: block;
		width: 80%;
		margin-left: 30px;
	}
	th, td {
		padding: 5px;
		text-align: center;
	}
	table#nr1 {
		border-spacing: 5px;
		width: 70%;
		margin-left: 30px;
	}
	table#nr1, th, td {
		border: 1px solid black;
		border-collapse: collapse;
	}
	th {
		background-color: white;
		border-bottom: 3px solid black;
		border-top: none;
		border-left: none;
		border-right: none;
	}
	table#nr1 tr:nth-child(even) {
		background-color: #eee;
	}
	table#nr1 tr:nth-child(odd) {
		background-color: lightgray;
	}
/** End of addition for image viewing routine for pc -------NR-------- */