/*
Theme Name: Greenage
Theme URI: none
Description: Greenage is clean and simple Wordpress theme with two columns, left sidebar and nice green colored style. It also has built-in slider and breadcrumbs.
Author: BestWebSoft
Author URI: bestwebsoft.com
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: green, light, two-columns, left-sidebar, fixed-width, threaded-comments, sticky-post, translation-ready, microformats, custom-menu
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* ------------------Font---------------------- */

@font-face {
	font-family: 'OpenSans';
	src: url('font/OpenSans-Regular-webfont.eot');
	src: url('font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
			 url('font/OpenSans-Regular-webfont.woff') format('woff'),
			 url('font/OpenSans-Regular-webfont.ttf') format('truetype'),
			 url('font/OpenSans-Regular-webfont.svg#OpenSans') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'OpenSansItalic';
    src: url('font/OpenSans-Italic-webfont.eot');
    src: url('font/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/OpenSans-Italic-webfont.woff') format('woff'),
         url('font/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('font/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'PT Sans';
	src: url('font/PTS55F-webfont.eot');
	src: url('font/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
			 url('font/PTS55F-webfont.woff') format('woff'),
			 url('font/PTS55F-webfont.ttf') format('truetype'),
			 url('font/PTS55F-webfont.svg#pt_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'PT SansItalic';
    src: url('font/PTS56F-webfont.eot');
    src: url('font/PTS56F-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/PTS56F-webfont.woff') format('woff'),
         url('font/PTS56F-webfont.ttf') format('truetype'),
         url('font/PTS56F-webfont.svg#PTSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* -------------------------------------------- */
/* ------------------Style---------------------- */
/* -------------------------------------------- */
/* Stick footer */
html,
body {
	height: 100%;
}
#wrapper {
    width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -77px;
}
.site-footer,
.push {
	height: 77px;
	clear: both;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: right;
	margin: 0 0 0 -300px;
	width: 100%;
}
#content {
	margin: 0 0 104px 320px;
}
#primary,
#secondary {
	float: left;
/* 	overflow: hidden; */
	width: 300px;
	margin-bottom: 104px;
}
#secondary {
	clear: left;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto 104px;
	width: 880px;
}
/*---------------Fonts---------------------*/
.tags,
.postmetadata {
	font-family: "PT Sans", sans-serif;
	font-weight: 100;
}
body,
.site-navigation ul a,
.widget-area .content,
#copyright,
#content article .entry-title,
textarea,
input[type="text"] {
	font-family: "PT Sans", sans-serif;
	font-weight: 300;
}
.widget-area .widget-title,
.widget-area .widgettitle,
table#wp-calendar caption {
	font-family: "PT Sans", sans-serif;
	font-weight: 500;
}
#content .entry-title,
input[type="submit"],
input[type="reset"] {
	font-family: "PT Sans", sans-serif;
	font-weight: 700;
}
#home,
#footer-home {
	font-family: "PT Sans", sans-serif;
	font-weight: 900;
}
code {
	font-family: "Courier New", sans-serif;
}
#search-text,
.ptsans-reg {
	font-family: "PT Sans", sans-serif;
}
.site-navigation ul li.dir li  a {
	font-family: OpenSans, sans-serif;
}
cite,
em,
i ,
#content article.format-link .header-link,
.comment-author .says,
#comments .pingback .url,
.wp-caption p.wp-caption-text,
.gallery .gallery-caption,
.wp-caption-dd {
	font-family: "PT SansItalic", sans-serif;
}

/* Main global 'theme' and typographic styles */

body {
	background: #f3f3f3;
}
body,
input,
textarea {
	color: #555;
	font-size: 14px;
	line-height: 21px;
}
hr {
	clear: both;
	height: 1px;
	margin-bottom: 18px;
	color: #f3f3f3;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 21px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 11px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	margin-bottom: 22px;
}
/* Text elements */
p {
	margin: 10px 0;
}
ul {
	list-style: disc;
	margin: 0 0 18px 50px;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 50px;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 30px;
}
dt {
	font-size: 16px;
	color: #333;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #f3f3f3;
	text-decoration: none;
}
blockquote {
	background: #f3f3f3;
	color: #999898;
	padding: 0 3em;
	border-left: 9px solid #69a03d;
	margin: 30px 202px 30px 0;
	padding: 10px;
}
blockquote cite {
	display: block;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f3f3f3;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
	overflow: auto;
}
code,
kbd,
tt {
	color: #aaa;
	font-size: 13px;
	line-height: 21px;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
a:link {
	text-decoration: none;
	color: #69a03d;
}
a:visited {
	color: #263c14;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #555555;
}
/* -------------- */

html,
body,
header,
footer {
	width: 100%; 
	padding: 0;
	margin: 0 auto;
}
body {
	margin: 0 auto;
	background: #f3f3f3;
	color: #555;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: normal;
	word-spacing: normal;
}
a {
	text-decoration: none;
	color: #69a03d;
}
a:hover {
	text-decoration: underline;
}
.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}

/*-------------header------------*/

header { 
	/* height: 58px; */
	width: 100%;
	background: #37561d;
	margin: 0 auto;
}
#masthead {
	width: 940px;
	margin: 0 auto;
}
#site-title {
	float: left;
	max-width: 666px;
}
#site-title h1 {
	font-weight: normal;
	margin: 0;
	font-size: inherit;
}
#home {
	font-size: 18px;
	line-height: 58px;
	color: #69a03d;
	text-decoration: none;
	text-transform: uppercase;
}
#site-title img {
	margin: 0px 4px 0 0;
	vertical-align: middle;
}

/*--------nav---------*/

.site-navigation {
	float: right;
	display: block;
	max-width: 502px;
	margin: 0 34px 0 0px;
}
.site-navigation ul {
	position: relative;
	z-index: 597;
	float: right;
	list-style: none;
	margin: 0;
}
.site-navigation ul.menu > li,
.site-navigation .menu > ul > li {
	float: right;
	min-height: 1px;
	line-height: 58px;
	height: 58px; 
	position: relative;
	display: inline-block;
}
.site-navigation ul li.hover,
.site-navigation ul li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}
.site-navigation ul ul {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 598;
	width: 220px;
	list-style: none;
	margin: 0;
}
.site-navigation ul.menu > li > ul,
.site-navigation .menu > ul > li > ul {
	padding-top: 4px;
}
.site-navigation ul ul li {
	float: none;
	height: 42px;
}
.site-navigation ul ul ul {
	top: 55%;
	left: 100%;
}
.site-navigation ul li:hover > ul {
	display: block;
}
/* -- Base style extension -- */
.site-navigation ul a {
	display: block;
	font-size: 13px;
	line-height: 21px;
	color: #fff;
	text-decoration: none;
	padding: 0 16px;
	height: 100%;
	line-height: 58px;
	text-transform: uppercase;
	margin: 0;
}
.site-navigation ul a:hover {
	color: rgba(255, 255, 255, 0.4);
}
.site-navigation .menu > ul > li.current-menu-item > a,
.site-navigation .menu > ul > li.current-menu-parent > a,
.site-navigation .menu > ul > li.current-page-item > a,
.site-navigation .menu > ul > li.current_page_item > a,
.site-navigation .menu > ul > li.current_page_parent > a,
.site-navigation .menu > ul > li.current_page_ancestor > a,
.site-navigation ul.menu > li.current-menu-item > a,
.site-navigation ul.menu > li.current-menu-parent > a,
.site-navigation ul.menu > li.current-page-item > a,
.site-navigation ul.menu > li.current_page_item > a,
.site-navigation ul.menu > li.current_page_parent > a,
.site-navigation ul.menu > li.current_page_ancestor > a {
	border-bottom: 3px solid #69a03d;
	height: 55px;
}
.site-navigation .menu > ul > li.current-menu-item > a:hover,
.site-navigation .menu > ul > li.current-menu-parent > a:hover,
.site-navigation .menu > ul > li.current-page-item > a:hover,
.site-navigation .menu > ul > li.current_page_item > a:hover,
.site-navigation .menu > ul > li.current_page_parent > a:hover,
.site-navigation .menu > ul > li.current_page_ancestor > a:hover,
.site-navigation ul.menu > li.current-menu-item > a:hover,
.site-navigation ul.menu > li.current-menu-parent > a:hover,
.site-navigation ul.menu > li.current-page-item > a:hover,
.site-navigation ul.menu > li.current_page_item > a:hover,
.site-navigation ul.menu > li.current_page_parent > a:hover,
.site-navigation ul.menu > li.current_page_ancestor > a:hover {
	border: none;
	height: 58px;
}
.site-navigation ul.children li.current-menu-item > a,
.site-navigation ul.children li.current-page-item > a,
.site-navigation ul.children li.current_page_item > a,
.site-navigation ul.children li.current_page_parent > a {
	border: none;
}
/* -- Base style override -- */
.site-navigation ul ul a,
.site-navigation ul ul span {
	padding: 0 19px;
}
/* -- Base style reinitiate: post-override activities -- */

/* -- Custom -- */

.site-navigation ul li a:hover {
	background: transparent;
	opacity: 0.3;
}
.site-navigation ul li li  a {
	width: 182px;
	height: 42px;
	font-size: 13px;
	line-height: 42px !important;
	border: none;
	background: #37561d;
	text-transform: none;
	margin: 0;
}
.site-navigation ul li li  > a:hover {
	height: 42px;
	line-height: 42px !important;
	background: #263c14;
	color: #69a03d;
	opacity: 1;
}
/* -- Drop-down open -- */
.site-navigation ul li:hover > *.dir {
	background-color: #3d3d3d;
}
.site-navigation ul li:hover > a.dir:hover {
	background-color: #4698ca;
	color: #fff;
}

/*--------end nav---------*/

/*---------Search-form---------*/

#search-box {
	float: right;
  margin-top: 11px;
  width: 240px;
}
#search-form {
	position: relative;
	height: 35px;
	width: 240px;
}
#search-form input[type="submit"] {
	padding: 0;
}
aside #search-form {
	margin: 25px auto;
}
#search-text {
	width: 220px;
	height: 33px;
	padding: 0 9px;
	margin: 0;
	border: 1px solid black;
	border-color: rgba(0, 0, 0, 0.1);
	font-size: 14px;
	line-height: 33px;
	background: #fff;
	color: #aaa;
 	border-radius: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
#search-button {
	background: url(images/search.png) no-repeat;
	float: right;
	display: block;
	margin: 0;
	position: absolute;
	top: 35%;
	right: 6%;
	width: 11px;
	height: 12px;
	border: none;
	cursor: pointer;
	font-size: 0;
}
/*---------End Search-form---------*/

/*-------------Slider------------*/

.slider-wrap { /* slider wrapper */
	width: 100%;
	height: 350px;
	margin: 0 auto;
	position: relative;
	background: #69a03d;
	color: #fff;
	text-align: center;
	clear: both;
}
.slider-wrap .caption {
	position: absolute;
	top: 0;
	left: 50%;
}
.slider-wrap .caption .centered {
	margin-left: -100%;
}
.slide-1 .slider { /* slider wrapper */
	width: 910px;
	height: 347px; /*change for image height, it always be centered and proportional*/
	overflow: hidden;
	position:relative;
	margin: 0 auto;
	padding: 0 15px;
}
.slide-1 .slide { /* slide */
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 2px 0 0;
}
.slide-1 .slide .slide-head {
	font: 40px/21px 'PT Sans', sans-serif;
	font-weight: 100;
	padding: 20px 0;
	margin-top: 60px;
}
.slide-1 .slide p {
	font: 15px/23px 'PT Sans', sans-serif;
	font-weight: 300;
	padding: 15px 152px;
	margin: 0 auto;
}
.slide-1 .slide a {
	font: 15px/21px 'PT Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
.slide-1 .slide img {
	width: auto;
	height: 100%;
}
.sli-links { /* bullets */
	text-align: center;
	position: absolute;
	top: 305px;
	left: 50%;
	margin-left: -25px;
	float: left;
	z-index: 500;
}
.sli-links .control-slide {
	margin: 0 10px 0 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	overflow: hidden;
	font-size: 0;
	background: url(images/bullet2.png) no-repeat;
}
.sli-links .control-slide:hover {
	cursor: pointer;
}
.sli-links .control-slide.active {
	background: url(images/bullet1.png) no-repeat;
}
.prewbutton, .nextbutton { /* next-prew arrow */
	display: block;
	width: 15px;
	height: 100%;
	position: absolute;
	top: 0;
	overflow: hidden;
	text-indent: -999px;
	background: url(images/arrowBg.png) left center no-repeat;
	opacity: 0.8;
	z-index: 3;
	outline: none !important;
}
.prewbutton {
	left: 10px;
}
.nextbutton {
	right: 10px;
	background: url(images/arrowBg.png) right center no-repeat;
}
.slide-1 .prewbutton:hover, .nextbutton:hover {
	opacity: 1;
}

/*-------------End Slider------------*/

/*-------------sidebar------------*/

.widget-area {
	background: #fff;
}
.widget-area li.widget {
	margin: 0 0 30px;
	list-style: none;
}
ul.widgets {
	margin: 0;
	list-style: none;
}
.widget-area .widgettitle {
	background: #69a03d;
	color: #fff;
	font-size: 16px;
	line-height: 21px;
	padding: 7px 20px 8px;
	margin: 0;
	font-weight: normal;
}
.widget-area li.widget ul,
.widget-area li.widget ol,
.widget-area li.widget .textwidget {
	font-size: 14px;
	line-height: 21px;
	padding: 25px 20px;
	margin: 0;
	list-style: none;
}
.widget-area li.widget ul ul,
.widget-area li.widget ul ul ul,
.widget-area li.widget ol ol,
.widget-area li.widget ol ol ol {
	padding: 0;
}
.widget-area li.widget ul li,
.widget-area li.widget ol li{
	margin: 0 0 5px;
}
.widget-area li.widget .textwidget ul,
.widget-area li.widget .textwidget ol,
.widget-area li.widget_categories .jq-selectbox {
	padding: 0;
}
.widget-area li.widget .tagcloud {
	font-size: 14px;
	line-height: 21px;
	padding: 25px 20px;
	margin: 0;
}
.widget-area li.widget ul.menu ul,
.widget-area li.widget_pages ul.children,
.widget-area li.widget_categories ul.children {
	margin-left: 20px;
}
.widget-area li.widget .jq-file {
	width: auto;
}
.widget-area li.widget_categories .jq-selectbox {
	padding: 0;
	margin: 25px 20px;
}
.widget-area li.widget_categories .jq-selectbox__dropdown ul {
	padding: 0;
	margin: 0;
}
.widget-area li.widget .jq-selectbox__dropdown ul li {
	margin: 0;
}
.widget-area .jq-selectbox li {
	color: #aaa;
	padding: 3px 10px 6px;
}
.widget-area .jq-selectbox li.level-0,
.widget-area .jq-selectbox li.level-1,
.widget-area .jq-selectbox li.level-2,
.widget-area .jq-selectbox li.level-3 {
	color: #555;
	padding: 5px 0 5px 15px;
	width: 100%;
	margin: 0;
}
.widget-area .jq-selectbox li.level-0:hover,
.widget-area .jq-selectbox li.level-1:hover,
.widget-area .jq-selectbox li.level-2:hover,
.widget-area .jq-selectbox li.level-3:hover {
	cursor: pointer;
	color: #fff;
	background-color: #69a03d;
	list-style-position: inside;
	overflow: hidden;
}
.widget-area .jq-selectbox li.level-1 {
	padding: 5px 0 5px 20px;
}
.widget-area .jq-selectbox li.level-2 {
	padding: 5px 0 5px 25px;
}
.widget-area .jq-selectbox li.level-3 {
	padding: 5px 0 5px 30px;
}

/*-------------end sidebar------------*/

/*-------------content------------*/

#main {
	width: 940px;
	margin: 0 auto;
	padding: 40px 0 0;
}
#content {
	background: #fff;
	padding: 30px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
#content article {
	border-bottom: 5px dashed #e5e5e5;
	padding: 0;
	margin-bottom: 30px;
}
#content .last-article {
	border: none;/* delete this rule for visible last article border */
}
#content article img {
	max-width: 100%;
	height: auto;
}
#content article.tag-sticky-2,
#content article.sticky {
	border-top: 3px solid #69a03d;
	background: #fcfcfc;
	padding: 10px;
}
#content article .entry-content {
	padding: 0 0 27px;
	overflow: hidden;
}
#content .codebox {
	border: 1px solid #ddd;
	padding: 13px 20px;
	margin: 25px 20px 25px 0;
}
#content .entry-title {
	font-size: 21px;
	line-height: 21px;
	margin: 0 0 11px;
}
#content .entry-title h2{
	margin-bottom: 0;
}
#content .entry-title a {
	color: #555;
	font-weight: normal;
	text-decoration: none;
}
#content article:first-child .entry-title:first-child {
	padding-top: 0;
	margin-top: 0;
}
#content .entry-meta {
	clear: both;
	padding: 0 0 27px;
}
#content .ptsans-reg {
	font-size: 14px;
	line-height: 21px;
	color: #525252;
}
#content .tags {
	color: #aaa;
}
#content .postmetadata {
	color: #aaa;
}
#content .top {
	margin-top: 20px;
	display: block;
}
#content .top a {
	text-decoration: none;
}
#content .first-top {
	display: none;/* change to "block" for visible first [Top] link */
}
#content #breadcrumb,
#content #breadcrumb a {
	margin-bottom: 20px;
	color: #fff;
	background: #69a03d;
	padding: 2px 4px;
}
#content #breadcrumb a:hover {
	color: #37561d;
	text-decoration: none;
}
table {
	border: 1px solid #ddd;
	margin: 0 0 24px 0;
	text-align: left;
	width: 100%;
	background: #f3f3f3;
}
table th {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 5px 7px;
	background: #69a03d;
	color: #fff;
}
table td {
	border: 1px solid #ddd;
	padding: 5px 7px;
}
table#wp-calendar  {
	border: 1px solid #ddd;
	margin: 0;
	text-align: left;
	width: 100%;
	font-size: 16px;
	line-height: 21px;
}
table#wp-calendar th{
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 5px 7px;
	background: #69a03d;
	color: #fff;
}
table#wp-calendar tbody td{
	border: 1px solid #ddd;
	padding: 5px 7px;
}
table#wp-calendar caption{
	background: #fff;
	padding: 7px 20px 8px;
}
table#wp-calendar tfoot a {
	color: #69a03d;
}
table#wp-calendar tfoot td {
	border: none;
}
table#wp-calendar #next {
	text-align: right;
}
#calendar_wrap {
	padding: 25px 20px;
}
#content .navigation {
	margin: 15px 0;
}
.nav-next {
	float: right;
}
.nav-previous {
	float: left;
}
.nav-next a,
.nav-previous a{
	color: #fff;
	background: #69a03d;
	padding: 5px;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
}
.nav-next a:hover,
.nav-previous a:hover{
	background: #37561d;
}
.page-link {
	clear: both;
	font-weight: bold;
	line-height: 48px;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f3f3f3;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	background: #69a03d;
	color: #fff;
}
/* =Aside post format
-------------------------------------------------------------- */
#content article.format-aside .aside {
	padding: 30px;
	background: #cfebb8;
	border-left: 25px solid #69a03d;
}
#content article.format-aside .aside .entry-title {
	margin-top: 0;
}
#content article.format-aside .entry-utility {
	margin-top: 27px;
}

/* =Image post format
-------------------------------------------------------------- */
#content article.format-image .entry-content {
	padding: 0 0 18px;
}
#content article.format-image .entry-content dl {
	margin-bottom: 0;
}

#content article.format-image .entry-meta .postmetadata h1,
#content article.format-image .entry-meta .postmetadata h2 {
	font-size: 19px;
}
#content article.format-image .postmetadata a:link,
#content article.format-image .postmetadata a:visited,
#content article.format-image .edit-link a:link,
#content article.format-image .edit-link a:visited,
#content article.format-image .tags a:link,
#content article.format-image .tags a:visited {
	color: #555;
	font-weight: normal;
}
#content article.format-image .postmetadata a:hover,
#content article.format-image .edit-link a:hover,
#content article.format-image .tags a:hover {
	color: #69a03d
}

/* =Link post format
-------------------------------------------------------------- */
#content article.format-link .header-link {
	padding: 4px 10px;
	float: right;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #fff;
	background: #69a03d;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
}
#content article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
#content article.format-link .link-content a {
	font-size: 22px;
	text-decoration: none;
}
#content article.format-link .link-content a:hover {
	color: #37561d;
}
#content article.format-link .entry-utility {
	margin-top: 27px;
}

/* =Status post format
-------------------------------------------------------------- */
#content .format-status .entry-title {
	margin-bottom: 20px;
}
#content .format-status .entry-title .header-status {
	display: inline-block;
}
#content .format-status .entry-title .postmetadata {
	font-size: 14px;
	line-height: 21px;
}
#content .format-status .entry-title h1,
#content .format-status .entry-title h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 21px;
	margin: 0;
}
#content .format-status .entry-title .header-status a {
	color: #69a03d
}
#content .format-status .entry-title .header-status a:hover {
	color: #37561d;
	text-decoration: underline;
}
#content .format-status .entry-title img {
	float: left;
	margin-right: 21px;
}

/* =Quote post format
-------------------------------------------------------------- */
#content .format-quote blockquote {
	margin: 10px 25px 5px 0;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #555;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 5px dashed #e5e5e5;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child,
.commentlist li.last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child,
#comments .comment-body p.last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child,
#comments .comment-body blockquote p.last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #555;
	font-style: normal;
	font-weight: bold;
}
.comment-author cite a {
	color: #69a03d;
}
.comment-author cite a:hover {
	color: #37561d;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #69a03d;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #37561d;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
a.comment-edit-link {
	color: #888;
}
.reply a,
.read_more a { /* read_more for excerpt */
	background: #69a03d;
	color: #fff;
	padding: 2px 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
}
.reply a:hover,
.read_more a:hover { /* read_more for excerpt */
	background: #37561d;
	text-decoration: none;
}
.read_more { /* read_more for excerpt */
	margin-bottom: 10px;
}
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 5px dashed #e5e5e5;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
#content #commentform label {
	display: block;
}

/* Comments form */

#respond {
	border-top: 5px dashed #e5e5e5;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#respond .codebox {
	margin: 10px 20px 32px 0;
}
#respond .comment-form-comment textarea#comment {
	margin: 10px 0 32px;
}
.attachment #respond .comment-form-comment textarea#comment {
	width: 95%;
}

/*-------------footer------------*/

footer {
	background: #69a03d;
	overflow: hidden;
}
#colophon {
	width: 940px;
	margin: 0 auto;
}
#site-info {
	float: left;
	max-width: 670px;
	padding-top: 24px;
}
#copyright {
	float: right;
	width: 268px;
	font-size: 13px;
	line-height: 24px;
	color: #fff;
	text-align: right;
	padding: 15px 2px 0 0;
}
#copyright a {
	color: #436627;
}
#footer-home {
	font-size: 18px;
	line-height: 34px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
/*-------------end footer------------*/

/*----------Forms-----------*/

input[type="text"],
input[type="password"] {
	background: #f3f3f3;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 35px;
	width: 200px;
	position: relative;
	padding: 1px 10px;
	outline: none;
	margin: 10px 0 32px;
}
textarea, textarea#comment {
	margin: 9px 0 18px;
	background: #f3f3f3;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
	padding: 5px 10px;
	z-index: 2;
	outline: none;
}
textarea {
	height: 97px;
	width: 200px;
}
form.form #textarea {
	padding: 5px 10px;
	height: 20px;
	background: #5e6624;
	position:relative;
	z-index: 2;
	font-size: 16px;
}
.jq-selectbox {
	margin: 5px 0;
	padding: 0;
	list-style-position:inside;
}
.jq-selectbox ul {
	margin: 0;
}
.jq-selectbox__select {
	display: block;
	padding: 5px 10px;
	width: 200px;
	height: 27px;
	background: #fcfcfc url(images/select_arrow.png) 95% center no-repeat;
	border: 1px solid rgba(0, 0, 0, 0.15);
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	list-style-position: inside;
	position: relative;
}
.jq-selectbox__dropdown {
	top: auto !important;
	bottom: auto !important;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	width: 220px;    
	padding: 10px 0 0;
	margin: 2px 0;
	list-style-position:inside;
}
.jq-selectbox__dropdown * {
	background-image: none;
	list-style-position:inside;
	margin-left: 0px;
}
.jq-selectbox__dropdown ul {
	background-image: none;
	list-style-position:inside;
	margin: 0;
}
.jq-selectbox li.optgroup {
	color: #aaa;
	padding: 3px 10px 6px;
}
.jq-selectbox li.option {
	color: #555;
	padding: 5px 0 5px 30px;
	width: 100%;
	margin: 0;
}
.jq-selectbox li.option:hover,
.jq-selectbox li.selected {
	cursor: pointer;
	color: #fff;
	background-color: #69a03d;
	list-style-position: inside;
	overflow: hidden;
}
.jq-checkbox {
	position: relative;
	top: 12px;
	height: 18px;
	width: 18px;
	background: url(images/forms.png) -18px 0 no-repeat;
	cursor: pointer;
	margin: 0 10px 11px 29px;
}
.jq-checkbox.checked {
	background: url(images/forms.png) -18px -18px no-repeat;
}
.jq-checkbox.checked:hover, 
label:hover > .jq-checkbox.checked,
.jq-checkbox.disabled.checked {
	background: url(images/forms.png) -18px -36px no-repeat;
}
.jq-checkbox.disabled {
	cursor: default;
}
.jq-radio {
	position: relative;
	top: 12px;
	height: 18px;
	width: 18px;
	background: url(images/forms.png) 0 0 no-repeat;
	cursor: pointer;
	margin: 0px 5px 11px 29px;
}
.jq-radio.checked {
	background: url(images/forms.png) 0 -18px no-repeat;
}
.jq-radio.checked:hover, 
label:hover > .jq-radio.checked, 
.jq-radio.disabled.checked {
	background: url(images/forms.png) 0 -36px no-repeat;
}
.jq-radio.disabled {
	cursor: default;
}
.inp_background {
	background: #181e21;
	width: 500px;
}
.jq-file {
	display: block;
	background: #f1f1f1;
	width: 460px;
	height: 70px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 4px;
	position: relative;
} 
.jq-file__name {
	margin: 0;
	padding: 0px 41px;
	line-height: 14px;
	position: absolute;
	top: 31px;
	left: 209px;
}
.jq-file__browse {
	margin: 11px 9px;
	background: #fcfcfc url(images/file_arrow.png) 93% center no-repeat;
	border: 1px solid rgba(0, 0, 0, 0.15);
	width: 210px;
	height: 47px;
	line-height: 47px;
	padding: 0 0 0 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
}
.jq-file__flag {
	margin: 22px 0 0 15px;
}
input[type="file"] {
	cursor: pointer;
}
input[type="submit"] {
	width:  auto;
	height: 47px;
	margin: 0 7px 0 0;
	padding: 0 16px;
	border: 0; 
	background: #69a03d;
	cursor: pointer;
	color: #fff;
	font-size: 15px;
	line-height: 21px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
}
input[type="submit"]:hover {
	color: #fff;
	background-color: #37561d;
}
input[type="reset"] {
	width:  auto;
	height: 47px;
	margin: 0 7px 0 0;
	padding: 0 18px;
	border: 0; 
	background: #444444;
	cursor: pointer;
	color: #fff;
	font-size: 15px;
	line-height: 21px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
}
input[type="reset"]:hover {
	color: #fff;
	background: #5e5e5e;
}
/*----------End Forms-----------*/

/* =Images
-------------------------------------------------------------- */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #fff;
	max-width: 560px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: left;
}
.wp-caption img {
	margin: 0;
}
.wp-caption p.wp-caption-text {
	color: #aaa;
	font-style: italic;
	font-size: 14px;
	margin: 5px 0;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption,
.wp-caption-dd {
	color: #aaa;
	font-size: 12px;
	font-style: italic;
	margin: 0 0 12px;
}
.gallery .gallery-caption {
	padding: 0 7px;
}
.wp-caption-dd {
	font-size: 14px;
	margin: 0;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery .gallery-icon img {
	height: auto !important;
	max-width: 80% !important;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
