@charset "utf-8";
/*
Theme Name:   Twenty Eleven child
Template:     twentyeleven
Author:       TWN
Version:      1.0.0
Description:  Twenty Eleven child theme for libreoffice
License:      GNU General Public License v3
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
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.
*/

/* Put your custom CSS styles below... */

@import url("extra.css");

@font-face {
	font-family: 'DroidSans-Bold';
	src: url('fonts/DroidSans-Bold.eot');
	src: url('fonts/DroidSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/DroidSans-Bold.woff') format('woff'),
		url('fonts/DroidSans-Bold.ttf') format('truetype'),
		url('fonts/DroidSans-Bold.svg#PersonalRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}


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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	line-height: 1;
}
legend {
	display: none;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

.clear {
	display:block;
}

.clear:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	line-height:0;
	visibility:hidden
}

* html .clear {
	height:1px;
}

.fake {
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	text-indent: -1000px;
	height: 0;
	width: 0;
}


/* =Structure
----------------------------------------------- */

body {
	padding: 0;
}
.container {
	margin: 0 auto;
	width: 960px;
}

#page {
	/*margin: 0 auto;
	max-width: 960px;
	box-shadow: 0px 100px 9px #c1c1c1;
	position: relative;
	zoom: 1;
	behavior: url("js/PIE.php");*/
}
#branding hgroup {
	padding: 40px 0 0;
	position: relative;
}
#branding hgroup h1, #branding hgroup h2 {
	margin-top: 15px;
}
#branding .widget {
	clear: none;
	float: right;
	margin-left: 15px;
	width: auto;
}
/*#access div {
	margin: 0 7.6%;
}*/
#primary {
	float: left;
	margin: 0 -28% 0 0;
	width: 100%;
	padding: 36px 0 0;
}
#content {
	margin: 0 30% 0 2%;
}
.bbPress #content, .page-template-default #content {
	margin: 0 2%;
}
#secondary {
	float: right;
	width: 28%;
	position: relative;
	top: -18px;
}

/* Singular */
.bbp-user-page .entry-content, .bbp-user-page .entry-header {
	width: 100%;
}

/* Showcase */
.page-template-showcase-php #primary,
.left-sidebar.page-template-showcase-php #primary {
	margin: 0;
}
.page-template-showcase-php #content,
.left-sidebar.page-template-showcase-php #content {
	margin: 0 7.6%;
	width: auto;
}
.page-template-showcase-php section.recent-posts {
	float: right;
	margin: 0 0 0 31%;
	width: 69%;
}
.page-template-showcase-php #main .widget-area {
	float: left;
	margin: 0 -22.15% 0 0;
	width: 22.15%;
}

/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0 7.6%;
	width: auto;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Right Content */
.left-sidebar #primary {
	float: right;
	margin: 0 0 0 -26.4%;
	width: 100%;
}
.left-sidebar #content {
	margin: 0 7.6% 0 34%;
	width: 58.4%;
}
.left-sidebar #secondary {
	float: left;
	margin-left: 7.6%;
	margin-right: 0;
	width: 18.8%;
}

/* One column */
.one-column #page {
	max-width: 690px;
}
.one-column #content {
	margin: 0 7.6%;
	width: auto;
}
.one-column #nav-below {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.625em;
}
.one-column #secondary {
	float: none;
	margin: 0 7.6%;
	width: auto;
}
/* Simplify the showcase template */
.one-column .page-template-showcase-php section.recent-posts {
	float: none;
	margin: 0;
	width: 100%;
}
.one-column .page-template-showcase-php #main .widget-area {
	float: none;
	margin: 0;
	width: auto;
}
.one-column .page-template-showcase-php .other-recent-posts {
	border-bottom: 1px solid #ddd;
}
/* Simplify the showcase template when small feature */
.one-column section.featured-post .attachment-small-feature {
	border: none;
	display: block;
	height: auto;
	max-width: 60%;
	position: static;
}
.one-column article.feature-image.small {
	margin: 0 0 1.625em;
	padding: 0;
}
.one-column article.feature-image.small .entry-title {
	font-size: 20px;
	line-height: 1.3em;
}
.one-column article.feature-image.small .entry-summary {
	height: 150px;
	overflow: hidden;
	padding: 0;
	/*text-overflow: ellipsis;*/
}
.one-column article.feature-image.small .entry-summary a {
	left: -9%;
}


/* Make sure we have room for our comment avatars */
.one-column .commentlist > li.comment {
	margin-left: 102px;
	width: auto;
}
/* Make sure the logo and search form don't collide */
.one-column #branding #searchform {
	right: 40px;
	top: 4em;
}
/* Talking avatars take up too much room at this size */
.one-column .commentlist > li.comment {
	margin-left: 0;
}
.one-column .commentlist > li.comment .comment-meta,
.one-column .commentlist > li.comment .comment-content {
	margin-right: 85px;
}
.one-column .commentlist .avatar {
	background: transparent;
	display: block;
	padding: 0;
	top: 1.625em;
	left: auto;
	right: 1.625em;
}
.one-column .commentlist .children .avatar {
	background: none;
	padding: 0;
	position: absolute;
	top: 2.2em;
	left: 2.2em;
}
.one-column #respond {
	width: auto;
}


/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #373737;
	font: normal 15px/1.5 Arial, Helvetica, sans-serif;
}
body {
	background: #fff;
}
#page {
	background: #fff;
}

/* Headings */
/*h1,h2,h3,h4,h5,h6 {
	clear: both;
}*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin: 1em 0;
}

ul, ol {
	margin: 0;
	list-style: none;
}

#primary ul, #primary ol {
	margin: 0 0 1.625em 2em;
}

#primary ul {
	margin: 0 0 1.625em 1em;
}
#primary ol {
	list-style-type: decimal;
}
#primary ol ol {
	list-style: upper-alpha;
}
#primary ol ol ol {
	list-style: lower-roman;
}
#primary ol ol ol ol {
	list-style: lower-alpha;
}
#primary ul {
	list-style: none;
}
#primary .entry-content ul li {
	background: url("images/bg-list.jpg") no-repeat 0 9px;
	padding: 0 0 0 12px;
}
#primary ul ul, #primary ol ol, #primary ul ol, #primary ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=email],
input[type=password],
textarea {
	background: #f1f1f1;
	color: #444;
	border: 1px solid #acacac;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	-webkit-box-shadow: 0px 0px 4px 2px rgb(10 160 209);	
	-moz-box-shadow: 0px 0px 4px 2px rgb(10 160 209);	
	box-shadow: 0px 0px 4px 2px rgb(10 160 209);
}


input[type=text]:focus,
textarea:focus {
	color: #000;
}
textarea {
	padding-left: 3px;
	width: 98%;
	resize: vertical;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px;
}

/* Links */
a {
	color: #1982d1;
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
}
#fastLinks a.assistive-text:active,
#fastLinks a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}


/* =Header
----------------------------------------------- */

#branding {
	position: relative;
	z-index: 2;
	/*background: url("images/bg-nav-shadow.png") no-repeat 50% 100%;*/
}
#site-title {
	float: left;
	margin-top: 16px;
}
#site-title a {
	background: url("images/logo.png") no-repeat 0 0;
	display: block;
	text-indent: -1000em;
	height: 50px;
	width: 260px;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
	position: relative;
}
#site-title a:focus {
	border-radius: 4px;
	background:#f2f2f2 url("images/logo.png") no-repeat 0 0;
}
#site-title a:focus:after {
	content:"";
	position: absolute;
	-webkit-box-shadow: 0px 0px 4px 2px rgb(10 160 209);
	-moz-box-shadow: 0px 0px 4px 2px rgb(10 160 209);
	box-shadow: 0px 0px 4px 2px rgb(10 160 209);
	border-radius: 4px;
	left: -2px;
	top: -2px;
	bottom: -2px;
	right: -2px;
}

#site-description {	
	/*color: #7a7a7a;	
	font-size: 14px;	
	margin: 0 270px 3.65625em 0;*/	
    display: block;	
    float: right;	
    font-family: 'Droid Sans', sans-serif;	
    font-size: 21px;	
    letter-spacing: 0.01em;	
    line-height: 23px;	
    position: relative;	
    text-align: right;	
    top: 8px;	
	width: 199px;	
	margin-top: 16px;	
}	
#site-description span {	
    font-size: 24px;	
    font-weight: 700;	
    letter-spacing: 0;	
}
#branding img {
	height: auto;
	margin-bottom: -7px;
	width: 100%;
}


/* =Menu
-------------------------------------------------------------- */

.menu-main-container {
	float: left;
}

#access {
	background: #232323;
	clear: both;
	display: block;
	margin: 0;
	width: 100%;
	font-weight: 700;
	margin: 0 0 10px;
}
#access ul {
	font-size: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: 'DroidSans-Bold';
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #fefefe;
	display: block;
	font-weight: normal;
	line-height: 72px;
	padding: 0 9px;
	text-decoration: none;
	/*text-shadow: 1px 1px #333;*/
}
#access ul ul {
	/*-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);*/
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 72px;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}

#access ul ul a {	
	background: #148703;	
	border-bottom: 1px solid #F7F7F7;	
	font-family: 'Droid Sans', sans-serif;	
	font-size: 13px;	
	font-weight: normal;	
	height: auto;	
	line-height: 1.4em;	
	padding: 10px 1em;	
	width: 130px;	
	text-shadow: none;	
}	
#access li:hover > a,	
#access ul ul :hover > a,	
#access a:focus {	
	background: #148703;	
}	
#main a {	
	word-break: break-all;	
}	
#access ul ul :hover > a,	
#access ul ul :focus {	
	background: #0C6F01;	
}	
#access li:hover > a,	
#access a:focus, #access .current_page_item a, .current-menu-item a {	
	background: #148703;	
	color: #fefefe;	
}	
#access .current_page_item a, .current-menu-item a, .current-page-ancestor a {	
	background: #148703;	
	color: #fefefe;	
}	
#access ul li:hover > ul {	
	display: block;	
}	
#access ul li a.active {	
	background: #148703;	
}	
#access ul li a.active + ul {	
	display: block;	
}	
#access #menu-item-60.current-menu-item a,	
#access #menu-item-60 a:hover,	
#access #menu-item-60 a:focus {	
	background: #148703 url(images/home.png) center center no-repeat !important;	
}	
#access #menu-item-60 a {	
	background: #232323 url(images/home.png) center center no-repeat !important;	
	padding-left: 20px;	
	padding-right: 20px;	
	text-indent: -9999px;	
}

/*#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}*/

/* Search Form */
#branding #searchform {
	float: right;
	margin-top: 21px;
	/*position: absolute;
	top: 3.8em;
	right: 7.6%;*/
	text-align: right;
	position: relative;
	width: 269px;
	/*display: none;*/
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: left;
	font-family: 'Droid Sans', sans-serif;
	/*-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;*/
	height: 18px;
	line-height: 18px;
	width: 200px;
}

#branding #s:focus {	
	width: 200px;	
	background:#f1f1f1;	
	outline:3px solid #148703;	
}
@media screen and (-webkit-min-device-pixel-ratio:0) {

	#branding #searchsubmit {
		margin-left: 0;
		padding: 0 21px 0 5px;
	}

	#site-description {
		letter-spacing: 0.03em;
	}

}

#branding #searchsubmit {
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	height: 30px;
	letter-spacing: 0.01em;
	line-height: 30px;
	/*display: none;*/
	position: absolute;
	right: 0;
}

#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}


/* =Content
----------------------------------------------- */

#main {
	clear: both;
	padding: 0 0 30px;
	background: url("images/bg-main.png") repeat-y 100% 0;
	position:relative;
}

.home #secondary {
	top: 0;
}

.error404 #main, .bbPress #main, .page-template-default #main {
	background: none;
}
.page-title {
	color: #148703;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	padding: 0 0 30px;
}
.page-title a {
	text-transform: none;
}
.hentry,
.no-results {
	/*	border-bottom: 1px solid #ddd;*/
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}

.search-results .hentry {
	padding: 0 0 0 2em;
}
.archive .hentry, .archive .no-results {
	border-bottom: 1px solid #d2d2d2;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	position: absolute !important;
}
.entry-title,
.entry-header .entry-meta {
	padding-right: 76px;
}

.home .entry-header, .home .breadcrumbs  {
	display: none !important;
}

.home #primary  {
	padding-top: 0;
}

.home .entry-content  {
	padding-top: 5px;
}

.entry-title, .archive.bbPress .entry-title {
	clear: both;
	color: #222;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	font-family: 'DroidSans-Bold';
}
.entry-title,
.entry-title a, .archive.bbPress .entry-title {
	color: #148703;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #1982d1;
}

.archive .entry-title {
	color: #CC4E00;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5em;
	padding-bottom: .3em;
}
.archive .entry-title,
.archive .entry-title a {
	color: #148703;
}

.entry-meta {
	color: #4c4c4c;
	clear: both;
	font-size: 11px;
	line-height: 1.4;
}
.entry-header .entry-meta a {
	color: #4c4c4c;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 0;
}
.archive .entry-content, .archive .entry-summary {
	padding: .4em 0 0;
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #148703;
	font-weight: bold;
	margin: 0 0 .8125em;
}
.entry-content h3,
.comment-content h3 {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	/*color: #666;*/
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
	height: auto;
}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.banner-widget img {
	max-width: 100%;
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	/*background: #eee;*/
	margin-bottom: 1.625em;
	max-width: 96%;
	/*padding: 9px;*/
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-size: 12px;
	font-style: italic;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 5px 0 5px 5px;
	position: relative;
}
/*.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}*/
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img, .wp-caption img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: none;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}

.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/* Comments link */
.entry-header .comments-link a {
	background: #eee url(images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #1982d1;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}

/* Singular content styles for Posts and Pages */
.bbp-user-page .hentry{
	padding: 0;
}

blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}

.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
	width: 33%;
}

.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
	width: 33%;
}

/* =Aside
----------------------------------------------- */

.format-aside .entry-title,
.format-aside .entry-header .comments-link {
	display: none;
}

.format-aside .entry-content {
	padding: 0;
}

/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}

.format-link .entry-content {
	padding: 0;
}

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

.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
}


/* =Status
----------------------------------------------- */

.format-status .entry-title,
.format-status .entry-header .comments-link {
	display: none;
}

.format-status .entry-content {
	padding: 0;
}

.format-status img.avatar {
	border-radius: 3px;
	box-shadow: 0px 1px 2px #ccc;
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}


/* =Quote
----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}


/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
	padding-top: 0.5em;
}
.indexed.format-image p,
.indexed.format-image p img {
	margin-bottom: 0;
}
.indexed.format-image footer.entry-meta {
	background: #ddd;
	margin-top: -7px;
	padding: 20px 30px;
	overflow: hidden;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;
	max-width: 96%;
	padding: 11px;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}


/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}


/* =Showcase
----------------------------------------------- */

h1.showcase-heading {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

/* Intro */
article.intro {
	background: #f9f9f9;
	border-bottom: none;
	margin: -1.855em -8.9% 1.625em;
	padding: 0 8.9%;
}
article.intro .entry-title {
	display: none;
}
article.intro .entry-content {
	color: #111;
	font-size: 16px;
	padding: 1.625em 0 0.625em;
}
article.intro .edit-link a {
	background: #aaa;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	padding: 0 8px;
	position: absolute;
	top: 30px;
	right: 20px;
	text-decoration: none;
}
article.intro .edit-link a:hover,
article.intro .edit-link a:focus,
article.intro .edit-link a:active {
	background: #777;
}

/* Featured post */
section.featured-post {
	float: left;
	margin: -1.625em -8.9% 1.625em;
	padding: 1.625em 8.9% 0;
	position: relative;
	width: 100%;
}
section.featured-post .hentry {
	border: none;
	color: #666;
	margin: 0;
}
section.featured-post .entry-meta {
	position: absolute !important;
}

/* Small featured post */
section.featured-post .attachment-small-feature {
	float: right;
	height: auto;
	margin: 0 -8.9% 1.625em 0;
	max-width: 59%;
	position: relative;
	right: -15px;
}
section.featured-post.small {
	padding-top: 0;
}
section.featured-post .attachment-small-feature:hover,
section.featured-post .attachment-small-feature:focus,
section.featured-post .attachment-small-feature:active {
	opacity: .8;
}
article.feature-image.small {
	float: left;
	margin: 0 0 1.625em;
	width: 45%;
}
article.feature-image.small .entry-title {
	line-height: 1.2em;
}
article.feature-image.small .entry-summary {
	color: #555;
	font-size: 13px;
}
article.feature-image.small .entry-summary p a {
	background: #222;
	color: #eee;
	display: block;
	left: -23.8%;
	padding: 9px 26px 9px 85px;
	position: relative;
	text-decoration: none;
	top: 20px;
	width: 180px;
	z-index: 1;
}
article.feature-image.small .entry-summary p a:hover {
	background: #1982d1;
	color: #eee;
	color: rgba(255,255,255,0.8);
}

/* Large featured post */
section.feature-image.large {
	border: none;
	max-height: 288px;
	padding: 0;
	width: 100%;
}
section.feature-image.large .showcase-heading {
	display: none;
}
section.feature-image.large .hentry {
	border-bottom: none;
	left: 9%;
	margin: 1.625em 9% 0 0;
	position: absolute;
	top: 0;
}
article.feature-image.large .entry-title a {
	background: #222;
	background: rgba(0,0,0,0.8);
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	padding: .2em 20px;
}
section.feature-image.large:hover .entry-title a,
section.feature-image.large .entry-title:hover a {
	background: #eee;
	background: rgba(255,255,255,0.8);
	color: #222;
}
article.feature-image.large .entry-summary {
	display: none;
}
section.feature-image.large img {
	display: block;
	height: auto;
	max-width: 117.9%;
	padding: 0 0 6px;
}

/* Featured Slider */
.featured-posts {
	border-bottom: 1px solid #ddd;
	display: block;
	height: 328px;
	margin: 1.625em -8.9% 20px;
	max-width: 1000px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.featured-posts .showcase-heading {
	padding-left: 8.9%;
}
.featured-posts section.featured-post {
	background: #fff;
	height: 288px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 30px;
	width: auto;
}
.featured-posts section.featured-post.large {
	max-width: 100%;
	overflow: hidden;
}
.featured-posts section.featured-post {
	/*-webkit-transition-duration: 200ms;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 200ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-timing-function: ease;*/
}
.featured-posts section.featured-post {
	opacity: 0;
	visibility: hidden;
}
.featured-posts #featured-post-1 {
	opacity: 1;
	visibility: visible;
}
.featured-post .feature-text:after,
.featured-post .feature-image.small:after {

	width: 100%;
	height: 45px;
	position: absolute;
	top: 230px;
}
.featured-post .feature-image.small:after {
	top: 253px;
}
#content .feature-slider {
	top: 5px;
	right: 8.9%;
	overflow: visible;
	position: absolute;
}
.feature-slider ul {
	list-style-type: none;
	margin: 0;
}
.feature-slider li {
	float: left;
	margin: 0 6px;
}
.feature-slider a {
	background: #3c3c3c;
	background: rgba(60,60,60,0.9);
	border-radius: 12px;
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	display: block;
	width: 14px;
	height: 14px;
}
.feature-slider a.active {
	background: #1982d1;
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	cursor: default;
	opacity: 0.5;
}

/* Recent Posts */
section.recent-posts {
	padding: 0 0 1.625em;
}
section.recent-posts .hentry {
	border: none;
	margin: 0;
}
section.recent-posts .other-recent-posts {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
}
section.recent-posts .other-recent-posts li {
	padding: 0.3125em 0;
	position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
	border-top: 1px solid #ddd;
	font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
	color: #373737;
	float: left;
	max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
	content: '-';
	color: transparent;
	font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}
section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
	border-bottom: 2px solid #999;
	bottom: -2px;
	color: #444;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	padding: 0.3125em 0 0.3125em 1em;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	z-index: 1;
}
section.recent-posts .other-recent-posts .comments-link > span {
	border-color: #bbb;
	color: #888;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
	color: #1982d1;
	border-color: #1982d1;
}
section.recent-posts .other-recent-posts li:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}


/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}


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

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	width: 100%;
	z-index: 1;
	display: none;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}


/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;
}
.widget {
	clear: both;
	margin: 0 0 4px;
}
.widget a {
	color: #148703;
	text-decoration: underline !important;
}
.widget a:hover,
.widget a:focus {
	text-decoration: none !important;
}

.widget-title {
	color: #148703;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 10px 0;
	font-family: 'DroidSans-Bold';
}
.widget ul {
	/*font-size: 15px;*/
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #666;
	font-size: 14px;
}
.widget a {
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}

/* Search Widget */
.widget_search form {
}
.widget_search #s {
	background: #fff;
	height: 29px;
	line-height: 29px;
	padding: 0 5px;
	width: 165px;
	float: left;
}
.widget_search #searchsubmit {
	float: right;
}
.widget_search #searchsubmit, input.submit, .wpcf7-submit, .wp-polls .Buttons, .forum-login .submit input  {
	background: #148703 url("images/bg-search-submit.png") repeat-x 100% 50%;
	color: #fff;
	font-weight: 700;
	border: none;
	line-height: 1.5;
	height: 27px;
	padding: 0 19px 0 5px;
	cursor: pointer;
	overflow: visible;
	vertical-align: middle;
}



input.submit:focus, .wpcf7-submit:focus, .wp-polls .Buttons:focus, .forum-login .submit input:focus,
input.submit:hover, .wpcf7-submit:hover, .wp-polls .Buttons:hover, .forum-login .submit input:hover
{
	outline: solid 2px black!important;
	color: black;
}

.post.no-results.not-found #searchform fieldset {
	display: flex;
	align-items: center;
	max-width: 280px;
}

.post.no-results.not-found #searchform input#s {
	border: 1px solid #000000;
}

.post.no-results.not-found #searchform input#searchsubmit {
	height: 34px;
}

.wp-polls .Buttons  {
	background: 148703 url("images/bg-search-submit.png") repeat-x 100% 0 !important;
	border-bottom: 2px solid #c7c7c7 !important;
	border-right: 2px solid #c7c7c7 !important;
	border-top: 2px solid #fff !important;
	border-left: 2px solid #fff !important;
}

/* Ephemera Widget */
section.ephemera ol,
.widget_twentyeleven_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_twentyeleven_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.widget_twentyeleven_ephemera .comments-link a,
.widget_twentyeleven_ephemera .comments-link > span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}

/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* =Comments
----------------------------------------------- */

#comments {
	display: none;
}

#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	border-radius: 3px;
	box-shadow: 0px 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	border-radius: 5px;
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	/*-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);*/
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	border-radius: 3px;
	/*-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);*/
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	/*text-shadow: 0 -1px 0 rgba(0,0,0,0.3);*/
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}


/* =Footer
----------------------------------------------- */

#colophon {
	clear: both;
	background: #000000;
	color: #dadada;
	padding: 20px 0;
	font-size: 11px;
	line-height: 15px;
}
#colophon a {
	color: #148703;
	text-decoration: underline;
}
#colophon a:hover,
#colophon a:focus {
	text-decoration: none;
}
#supplementary {
	border-top: 1px solid #ddd;
	padding: 1.625em 7.6%;
	overflow: hidden;
}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}

/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}

/*feedback*/

.wpcf7-form p {
	margin: 4px 0;
	clear: both;
}

.wpcf7-form label {
	display: block;
	float: none;
	width: auto;
	text-align: left;
	padding: 0 10px 0 0;
}


.wpcf7-form input,
.wpcf7-form textarea {
	padding: 3px!important;
	box-sizing: border-box;
}

.wpcf7-form label,
.wpcf7-form input,
.wpcf7-form textarea {
	width: 400px!important;
	max-width: 400px;
}

.wpcf7-form input[type="submit"].button {
	width: 100px!important;
	margin-left: 0;

}

.wpcf7-form .wpcf7-form-control-wrap {
	float: left;
	display: block;
}

.wpcf7-form .required {
	color: #CC4E00;
	font-weight: 700;
}

.wpcf7-form textarea {
	width: 500px;
	height: 150px;
}

.wpcf7-form input[type="submit"] {
	margin: 20px 0 0 120px;
}

/* Site Generator Line */
#site-generator {
	border-top: 1px solid #848484;
	padding: 12px 14px 60px;
	width: 932px;
	margin: 0 auto;
}
#site-generator a {
	color: #555;
	font-weight: bold;
}
#site-generator .sep {
	background: url(images/wordpress.png) center left no-repeat;
	color: transparent;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin: 0 7px;
	width: 16px;
}

.footer-inner {
	width: 932px;
	margin: 0 auto;
	padding: 0 14px;
}

.footer-inner .left {
	width: 770px;
	float: left;
}

.footer-inner .right {
	width: 140px;
	float: right;
	text-align: right;
}

.footer-inner .right .cc {
	width: 88px;
	height: 30px;
	text-indent: -1000em;
	overflow: hidden;
	display: inline-block;
	line-height: 0;
	text-align: left;
	background: url("images/bg-cc.png") no-repeat 100% 0;
	margin: 0 0 12px 0;
	float: right;
}

.footer-inner .right .fb {
	padding: 0 35px 0 0;
	text-align: right;
	background: url("images/bg-fb.png") no-repeat 100% 0;
	text-decoration: none;
	color: #4791ab;
	line-height: 30px;
	display: inline-block;
	font-size: 12px;
}

.footer-inner .right .fb:hover, .footer-inner .right .fb:focus {
	text-decoration: underline;
}

.download a {
	color: #818181!important;
}

a:hover .download,
a:focus .download {
	color: #000
}

.hide-desk {
	display:none!important;
}


/*New content*/

.chevron {
	display: none;
}

.navbar-toggler {
	display: none;
	background: none;
	border: 0;
	margin-left: auto;
	height: 63px;
	padding: 0 12px;
	position: relative;
}

.navbar-toggler:hover {
	cursor: pointer;
}

/* .navbar-toggler:focus:after {
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 9;
        background: transparent;
        height: inherit;
        -webkit-box-shadow: 0px 0px 4px 2px rgb(10 160 209);
        -moz-box-shadow: 0px 0px 4px 2px rgb(10 160 209);
        box-shadow: 0px 0px 4px 2px rgb(10 160 209);
}
 */

#menu-main li.active {
	background: #148703;
}

#menu-main li.active .sub-menu {
	display: block!important;
	width: 100%;
}

#menu-main li.current_page_item {
	background: #148703;
}


.qafp-faq-anchor {
	cursor: pointer;
}

.h1obj_open, .h1obj_closed{
	font-size:16px;
	color:#767676;
	font-weight:bold;
	height:40px;
	width:652px;
	padding:7px 0px 0px 19px;
	border-top:1px solid #CCCCCC;
	margin-bottom: 8px;
}

.h1obj_open{
	background:url('/lib01/tab_open.jpg') bottom left no-repeat #F1F1F1;
}
.h1obj_closed{
	background:url('/lib01/tab_closed.jpg') bottom left no-repeat #F1F1F1;
}
.h2obj{
font-size:12px;
color:#767676;
}

#lib01_presenter {
	margin: 0 auto;
	top: 20px!important;
}



/* =Responsive Structure
----------------------------------------------- */


@media (max-width: 1024px) {

#lib01_content {
	height: auto!important;
}

#lib01_presenter {
	top: 0!important;
	margin: 10px 20px auto 20px!important;
	width: auto!important;
	max-width: none!important;
}

#lib01_presenter > table {
	overflow-x: auto!important;
}

#lib01_presenter > table td {
	padding: 6px 20px 6px 0;
}

	#subscription-toggle {
		float: none;
		text-align: right;
		width: 100%;
	}

	#bbpress-forums div.bbp-search-form, .bbp-pagination, .bbp-template-notice, #subscription-toggle {
		position: sticky;
		left: 0;
	}

	#bbpress-forums {
		overflow-x: scroll!important;
	}

	#forums-list-0, .bbp-topics {
		min-width: 500px;
	}

	.h1obj_open, .h1obj_closed{
		color:#767676;
		height: auto;
		border-top:1px solid #CCCCCC;
	}
	
	.h1obj_open{
		background:#F1F1F1!important;
	}
	.h1obj_closed{
		background:#F1F1F1!important;
	}
	.h2obj{
	font-size:12px;
	color:#767676;
	}


	.hide-desk {
		display:block!important;
	}

	#site-title a:focus {
		background-size: 166px 32px;
	}

	body.navbar-open #access {
		display: block;
	}

	#branding #searchform {
		width: calc(100% - 32px);
		margin: 12px 16px 16px 16px;
	}

	#access .menu-item-close a {
		background: #232323 url("images/home.png") center center no-repeat;
	}

	#branding #s,
	#branding #s:focus {
		width: 100%;
	}

	#branding #s:focus {
		background:#f1f1f1;
		outline: 3px solid #148703;
	}

	#access {
		display: none;
	}

	#access a {
		line-height: 40px;

	}

	.chevron {
		display: inline-block;
		background: url("images/dropdown.svg") center center no-repeat;
		background-size: 16px 9px;
		height: 40px;
		width: 16px;
		border: 0;
		padding-left: 16px;
		padding-right: 16px;overflow: hidden;
	}

	#menu-main li button.chevron:focus {
		background: #148703 url("images/dropdown.svg") center center no-repeat;
	}


	.chevron:hover {
		cursor: pointer;
	}


	#lib01place {
		width: auto!important;
	}

	#lib01place div {
		width: auto!important;
	}

	.navbar-toggler {
		display: block;

	}

	#access ul li:hover {
		background: #148703;
	}

	#access ul li .sub-menu a {
		width: auto;
		padding: 10px 16px;
	}


	#access ul ul {
		top: 0px;
		position: relative;
	}


	.bar1,
	.bar2,
	.bar3 {
		width: 22px;
		background-color: #000000;
		height: 3px;
		margin: 4px 0;
		transition: 0.4s;
		display: block; }

	.change .bar1 {
		transform: rotate(-45deg) translate(-4px, 4px); }

	.change .bar2 {
		opacity: 0; }

	.change .bar3 {
		transform: rotate(45deg) translate(-6px, -6px); }



	#searchform {
		overflow: hidden;
	}

	#text-5, #fontResizer, #text-3, #site-description{
		display: none;
	}

	.menu-main-container {
		float: none;
	}

	#menu-main {
		display: flex;
		flex-direction: column;
	}

	#menu-main li.active .sub-menu {
		display: block!important;
		width: 100%;
	}


	#menu-main li.active button.chevron {
		transform: rotate( 180deg );

	}


	#menu-main li {
		display: block;
		position: relative;
		float: none!important;
	}

	#menu-main li .chevron {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
		transform: rotate( 0deg );
	}

	#menu-main li:hover > ul.sub-menu {
		display: none;
		top: 0;

	}

	#menu-main li a{
		display: flex;
		justify-content: space-between;
		padding-left: 16px;
		padding-right: 16px;
	}

	header hgroup {
		padding: 0!important;
	}
	#site-title {
		margin: 16px;
	}

	#site-title a {
		width: 166px;
		height: 32px;
		background-size: 166px 32px;
	}

	.wpcf7-form p.clear {
		display: flex;
		flex-direction: column;
	}


	header .container {
		width: auto;
	}

	#main.container {
		margin: 0 auto;
		width: auto;
		background: none!important;
		display: flex;
		flex-direction: column;
		padding-bottom: 0;
	}

	.breadcrumbs {
		width: auto;
		margin: 0 16px;
		font-size: 16px!important;
		width: 80%!important;
	}

	.breadcrumbs a {
		font-size: 16px;
		word-break: break-word;
	}

	#content {
		margin: 0 0 0 0;
		padding: 0 16px;
	}

	#secondary {
		float: none;
		width: auto!important;
		background: url("images/bg-main.png") 0 0 no-repeat;
		background-size: cover;
		padding: 0 16px;
		padding-bottom: 32px;
		top: 0;
	}
	#secondary .fb-like-box > span {
		width: auto!important;
	}

	#secondary iframe {
		margin: 0 auto;
		display: block;
		position: relative!important;
		width: auto!important;
	}

	#secondary #text-6 {
		display: flex;
		justify-content: center;
	}

	#text-4 ul.modules.clear {
		margin: 0!important;
	}

	aside.widget.widget_display_topics,
	aside.widget.widget_recent_entries,
	aside.widget.widget_text h3 {
		padding-left: 0;
	}


	iframe {
		width: 100%;
		height: auto;
	}

	footer .footer-inner {
		width: auto!important;
		padding: 0 16px;
	}

	footer .footer-inner p {
		width: auto!important
	}

	#site-generator {
		width: auto;
	}

	.modules li a {
		margin: 0 auto;
	}

	.wpcf7-form textarea {
		width: auto;
		max-width: 500px;
	}


	.entry-content ul.intro.clear li {
		width: auto;
		padding: 16px;
		margin: 0 0 24px 0;
		float: none;
		min-height: 98px;
	}

	.entry-content ul.intro li img {
		height: 100px;
	}

	.intro .desc {
		width: 100%!important;
		float: none!important;
	}



	.wpcf7-form label,
	.wpcf7-form input,
	.wpcf7-form textarea {
		width: 100%!important;
		max-width: 400px;
	}

}




@media (max-width: 420px) {

	ul.intro-menu li a {
		line-height: 0;
		font-size: 0!important;
		color: transparent!important;
		height: 0!important;
	}

}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}

	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}

	.entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}

	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}

}

/*search*/

.widget_search {
	background: #adacac;
	padding: 18px 12px;
}

/*download*/

.widget_text .download-widget {
	color: #fff;
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
	line-height: 1.3;
}

.widget_text .download-widget a {
	background: #148703 url("images/bg-download.png") no-repeat right 10% bottom 50%;
	display: block;
	padding: 10px 75px 0 24px;
	color: #fff;
	text-decoration: none !important;
	font-weight: 400;
	height: 85px;
	margin-bottom: 13px;
}

.widget_text .download-widget a:hover, .widget_text .download-widget a:focus {
	text-decoration: none !important;
	background-color: #18ac02;
}

.widget_text .download-widget a span {
	display: block;
	clear: both;
	font-size: 40px;
	font-weight: 400;
	margin-left: -2px;
}

/*modules*/

.modules {
	padding: 1px 0 0;
	width: 100%;
	margin: 0 0 0 14px !important;
}

.modules li {
	float: left;
	width: 33%;
	display: block;
	margin: 0 0 8px;
}
.modules li a {
	display: block;
	font-weight: 700;
	font-size: 14px;
	background: url("images/bg-modules.png") no-repeat 0 0;
	width: 60px;
	text-align: center;
	padding: 74px 0 0;
}
.modules li a:hover,
.modules li a:focus {
	text-decoration: none !important;
}
.modules li .item-1 {
	background-position: 0 0;
	color: #8A6A00;
}
.modules li .item-2 {
	background-position: -87px 0;
	color: #8d03a1;
}
.modules li .item-3 {
	background-position: -173px 0;
	color: #646464;
}
.modules li .item-4 {
	background-position: -0 -102px;
	color: #03659d;
}
.modules li .item-5 {
	background-position: -87px -102px;
	color: #148703;
}
.modules li .item-6 {
	background-position: -173px -102px;
	color: #9c3b03;
}


.breadcrumbs {
	display: flex;
	padding: 5px 2% 0;
	color: #757575;
	font-size: 11px;
	line-height: 1.2;
	width: 66%;
}

nav {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page-template-sidebar-page2-php .breadcrumbs {
	top: 0px;
	z-index: 1;
	width: 60%;
}

.page-template-sidebar-page2-php #secondary .print {
	top: 170px;
}

.page-template-sidebar-page2-php .hentry, .no-results {
	padding-top: 0px;
}

.breadcrumbs a {
	color: #148703;
	text-decoration: none;
}

.breadcrumbs span {
	padding: 0 3px;
}

.breadcrumbs a:hover, .breadcrumbs a:focus {
	text-decoration: underline;
}

.search-results .page-header h2 {
	padding: 10px 0 25px 2%;
}

.search-results .page-title {
	padding: 0;
}

.search-results .entry-title{
	line-height: 1.3;
	font-weight: normal;
	font-size: 14px;
}

.search-results .entry-title a {
	color: #CC4E00;
}

.widget_recent_entries, .widget_polls-widget, .widget_display_topics {
	padding: 0 14px;
}

.widget_text h2 {
	padding-left: 14px;
	padding-right: 14px;
}

.wp-polls-ans {
	opacity: 100 !important;
	float: none;
}

.wp-polls .Buttons {

}

/*polls*/
.wp-polls {
	color: #666;
	font-size: 14px;
}

.wp-polls p {
	margin: 0;
}

.wp-polls small {
	float: right;
	font-size: 11px;
}

.wp-polls li {
	clear: both;
	display: block;
}

.wp-polls .pollbar {
	margin-bottom: 5px !important;
}

.wp-polls-ul {
	padding: 10px 0 20px !important;
}

/**/

#primary .intro-menu {
	clear: both;
	display: block;
	width: 106%;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	left: -3%;
	top: 0px;
}

#primary .entry-content .intro-menu li {
	float: left;
	width: 25%;
	display: block;
	padding: 0 0 27px 0;
	background: url("images/bg-intro-menu-bg.jpg") repeat-x 0 100%;
}

#primary .intro-menu li.active {
	background: url("images/bg-intro-menu-bg-active.jpg") repeat-x 50% 100%;
}

#primary .intro-menu li a {
	display: block;
	background: url("images/bg-intro-menu.jpg") no-repeat 50% 0;
	color: #646363;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	padding: 105px 0 0;
	text-align: center;
	height: 37px;
	display: block;
}

#primary .intro-menu li a:hover, #primary .intro-menu li a:focus {
	color: #33ad21;
}

#primary .intro-menu li.item-1 a {
	background-position: 50% -142px;
}

#primary .intro-menu li.item-2 a {
	background-position: 50% -426px;
}

#primary .intro-menu li.item-3 a {
	background-position: 50% -710px;
}

#primary .intro-menu li.item-4 a {
	background-position: 50% -994px;
}

#primary .intro-menu li.item-1 a:hover, #primary .intro-menu li.item-1 a:focus, #primary .intro-menu li.item-1.active a {
	background-position: 50% 0;
}

#primary .intro-menu li.item-2 a:hover, #primary .intro-menu li.item-2 a:focus, #primary .intro-menu li.item-2.active a {
	background-position: 50% -284px;
}

#primary .intro-menu li.item-3 a:hover, #primary .intro-menu li.item-3 a:focus, #primary .intro-menu li.item-3.active a {
	background-position: 50% -568px;
}

#primary .intro-menu li.item-4 a:hover, #primary .intro-menu li.item-4 a:focus, #primary .intro-menu li.item-4.active a {
	background-position: 50% -852px;
}



/*avaleht*/

#primary .intro {
	padding: 0;
	margin: 0;
	list-style: none;
}

.intro li {
	border: 1px solid #d6d6d6;
	padding: 12px !important;
	min-height: 148px;
	width: 294px;
	float: left;
	margin-bottom: 12px;
	background: none !important;
}

.intro li.item-1, .intro li.item-3, .intro li.item-5 {
	margin-right: 12px;
}

.intro p {
	margin: 0;
	word-wrap: break-word;
}

.intro h3,
.intro h2 {
	font-size: 25px;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.2;
	margin-bottom: 0;
}

.intro img {
	float: left;
	margin: 0 12px 0 0;
}

.intro .desc .readmore {
	color: #148703;
	font-weight: 700;
	background: url("images/bg-arrow-green.png") no-repeat 100% 5px;
	padding: 0 11px 0 0;
	text-decoration: underline;
}

.intro .readmore:hover,
.intro .readmore:focus {
	text-decoration: none;
}

.intro .desc {
	float: left;
	width: 50%;
}

.intro li h3,
.intro li h3 {
	font-family: 'DroidSans-Bold';
}

.intro li.item-1 h3,
.intro li.item-1 h2 {
	color: #03659D;
}

.intro li.item-2 h3,
.intro li.item-2 h2 {
	color: #148703;
}

.intro li.item-3 h3,
.intro li.item-3 h2 {
	color: #9C3B03;
}

.intro li.item-4 h3,
.intro li.item-4 h2 {
	color: #8A6A00;
}

.intro li.item-5 h3,
.intro li.item-5 h2 {
	color: #8D03A1;
}

.intro li.item-6 h3,
.intro li.item-6 h2 {
	color: #646464;
}

.entry-content .download {
	color: #fff;
	font-weight: 700;
	background: url("images/bg-download.jpg") no-repeat 100% 0;
	padding: 0 45px 0 10px;
	line-height: 42px;
	height: 42px;
	display: inline-block;
	font-size: 24px;
	text-decoration: none;
	border: 2px solid #e1e0de;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}

#primary .quotes {
	border-top: 1px solid #d2d2d2;
	padding: 20px 0 0 0;
	margin: 40px 0 0 0;
}

#primary .quotes h2 {
	color: #33ad21;
	background: url("images/bg-quotes.jpg") no-repeat 0 50%;
	padding: 0 0 0 45px;
	font-size: 20px;
	line-height: 1.4;
	display: block;
}

#primary .entry-content .quotes ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#primary .entry-content .quotes li {
	border-bottom: 1px solid #d2d2d2;
	clear: both;
	display: block;
	padding: 1em 0 0 !important;
	background: none !important;
}

#primary .entry-content .quotes img {
	border: 0;
	margin: 0 1em 0 0;
}

/**/

.page-tools {
	padding: 6px 0 25px 10px;
}

#text-5 {
	position: absolute;
	right: -110px;
	top: 4px;
}

#fontResizer {
	position: absolute;
	right: 80px;
	top: 10px;
	z-index: 10;
}

#text-5 {
	width: auto!important;
	right: 0!important;
}

.ct-font-resizer {
	display: flex;
}

#fontResizer a, .page-tools a {
	background: url("images/bg-buttons.jpg") no-repeat 0 0;
	height: 19px;
	width: 19px;
	text-indent: -1000em;
	overflow: hidden;
	font-size: 19px;
	line-height: 19px;
	text-align: left;
	display: block;
	margin: 0 3px;
	float: left;
}

#fontResizer a:focus, .page-tools a:focus {
	outline: 3px solid #148703;
}

.page-tools li {
	display: inline;
}

#fontResizer .fontResizer_minus {
	background-position: -38px 0;
}

#fontResizer .fontResizer_reset {
	background-position: -95px 0;
}

#fontResizer .fontResizer_add {
	background-position: -19px 0;
}

.page-tools .sitemap {
	background-position: -76px 0;
}

#secondary .print {
	position: absolute;
	right: 280px;
	top: 0px;
}

.home .print {
	display: none;
}

#secondary .print a {
	background: url("images/bg-print.png") no-repeat 0 0;
	display: block;
	height: 25px;
	width: 25px;
	text-indent: -1000em;
	overflow: hidden;
	line-height: 25px;
	float: right;
}

#secondary .print a:hover, #secondary .print a:focus {
	background-position: 0 -25px;
}

.page-tools .feed {
	background-position: -57px 0;
}


#fontResizer .fontResizer_minus:hover, #fontResizer .fontResizer_minus:focus {
	background-position: -38px -19px;
}

#fontResizer .fontResizer_reset:hover, #fontResizer .fontResizer_reset:focus {
	background-position: -95px -19px;
}

#fontResizer .fontResizer_add:hover, #fontResizer .fontResizer_add:focus {
	background-position: -19px -19px;
}

.page-tools .sitemap:hover, .page-tools .sitemap:focus {
	background-position: -76px -19px;
}

.page-tools .print:hover, .page-tools .print:focus {
	background-position: 0 -19px;
}

.page-tools .feed:hover, .page-tools .feed:focus {
	background-position: -57px -19px;
}

/**/

.lof-container {
	margin: 0 0 25px;
}

ul.lof-navigator li {
	background: none !important;
	height: 8px !important;
	width: 8px !important;
	margin: 0 3px !important;
	line-height: 8px !important;
	display: inline !important;
	clear: none !important;
	float: none !important;
	font-size: 8px;
	padding: 0 !important;
}


ul.lof-navigator li span {
	background: url("images/bg-slider.png") no-repeat 0 0 !important;
	height: 8px !important;
	width: 8px !important;
	margin: 0 !important;
	line-height: 8px !important;
	display: inline-block !important;
	clear: none !important;
	float: none !important;
	font-size: 8px;
	text-align: left;
	text-indent: -100px;
	overflow: hidden;
}

ul.lof-navigator li span:hover, ul.lof-navigator li:focus, ul.lof-navigator li.active span {
	background-position: 0 -8px !important;
}


.lof-navigator-outer, .lof-navigator {
	width: 600px !important;
	margin: 0 auto !important;
	padding: 0 !important;
	line-height: 0 !important;
	text-align: center !important;
}

.lof-navigator-outer {
	line-height: 8px;
	height: 10px !important;
}

ul.lof-main-wapper li a img {
	height: 232px;
}

.lof-navigator-wapper {
	float: none !important;
	left: 0 !Important;
	right: 0 !important;
	width: 100%;
	text-align: center;
	padding: 0 !important;
	margin: 0 !important;
	height: 8px !important;
}

#text-4, .widget_polls-widget {
	padding-bottom: 15px;
}

#text-6 {
	padding-bottom: 40px;
}

#recent-posts-3 {
	margin-bottom: 30px;
}

.fb-like-box {
	margin-top: 20px;
}

.widget_recent_entries {
	padding-top: 20px;
}

#text-2 {
	margin-bottom: 10px;
}

.widget_recent_entries li {
	margin: 0 0  1em;
	line-height: 1.3;
}

/**/

.odd-faq-question {
	font-weight: 700;
	color: #CC4E00;
	cursor: pointer;
	margin: 0 0 1em 0;
}

.odd-faq-question:hover, .odd-faq-question:focus {
	text-decoration: underline;
}

.odd-faq-answer {
	padding: 0 0 2em;
	margin: -1em 0 0;
}

/**/

.ngg-galleryoverview {
	overflow: visible !important;
}

.ngg-gallery-thumbnail img {
	padding: 0 !important;
	margin: 4px 6px !important;
	border: 1px solid #9d9d9d !important;
}
.ngg-gallery-thumbnail img:hover, .ngg-gallery-thumbnail img:focus {
	border: 1px solid #565656 !important;
}
.ngg-navigation a.page-numbers, .ngg-navigation a.next, .ngg-navigation a.prev, .ngg-navigation span.page-numbers, .ngg-navigation span.next, .ngg-navigation span.prev, .ngg-navigation span {
	border: none !important;
	margin: 0 5px !important;
	padding: 0 !Important;
	line-height: 15px;
	display: inline-block;
	vertical-align: middle;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover,
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	background-color: #fff !important;
	color: #413c2d !important;
	text-decoration: none !important;
}

.ngg-navigation a.next, .ngg-navigation a.prev {
	background: url("images/bg-nex-prev.png") no-repeat 0 0;
	width: 15px;
	text-indent: -1000em;
	overflow: hidden;
}

.ngg-navigation a.prev {
	background-position: 0 -15px;
}

.ngg-gallery-thumbnail-box {
	margin: 0 0 7px;
}

#TB_closeWindow {
	position: absolute; right: 13px; top: 14px;
	float: none !Important;
	height: auto !Important;
	padding: 0 !Important;
}

#TB_closeWindowButton {
	background: #fff url("images/bg-close.png") no-repeat 50% 50%;
	display: block;
	height: 29px;
	width: 29px;
	padding: 5px;
}

#TB_closeWindowButton img {
	display: none;
}

#TB_caption {
	float: none !important;
	height: auto !important;
	padding: 10px 15px !important;
	background: #484848;
	color: #fff;
	margin: 15px 14px 15px 15px;
}

#TB_secondLine {
	text-align: right;
}

#TB_secondLine, #TB_window a {
	color: #fff !important;
	font: 10px "Lucida Grande",Verdana,Arial,sans-serif;
}

/*Forum*/

#content fieldset.bbp-form label, #container fieldset.bbp-form label, #wrapper fieldset.bbp-form label {
	width: auto !important;
}
#content #bbp_topic_subscription {
	margin: 0 !important;
}

.forum-login {
	background: none repeat scroll 0 0 #FBFBFB;
	border: 1px solid #DDDDDD;
	margin: -15px 0 25px;
	padding: 10px;
}

#primary .forum-login .pagenav, #primary .forum-login .sidebarlogin_otherlinks {
	font-size: 12px;
	list-style: none;
	padding: 0;
	margin: 0;
}

#primary .forum-login form, #primary .forum-login input[type="text"], #primary .forum-login input[type="password"] {
	font-size: 12px;
}

#primary .forum-login h2 {
	font-weight: 700;
}

#primary .forum-login .pagenav li, .forum-login .sidebarlogin_otherlinks li {
	display: inline;
	margin: 0 10px 0 0;
}

#primary .forum-login form, .forum-login .sidebarlogin_otherlinks {
	clear: both;
}

#primary .forum-login form p {
	
	margin: 10px 10px 10px 0;
}
#primary .forum-login form p.submit {
	/*float: none;
	clear: both;*/
	margin: 5px 0 0;
}

#primary .forum-login form p.submit input {
	background-position: 0 0;
	padding: 0 5px;
}

.addtoany_share_save_container {
	text-align: right;
}

.share-page {
	text-align: right;
	margin-bottom: 32px;
}

a.addtoany_share_save {
	background: url("images/bg-share.png") no-repeat 100% 50%;
	padding: 0 45px 0 0 !important;
	display: inline-block;
}

.home .share-page {
	display: none;
}

.bbp-forum-title, .bbp-author-name, .bbp-forums th, .bbp-replies th {
	font-weight: 700;
}

.bbp-forum-info {	
	padding-left: 1em !important;	
}	
.bbp-topic-title { 	
	padding-left: 1em !important;	
}	
#bbp-search-form {	
	padding-top: 4px;	
	padding-bottom: 4px;	
	display: flex;	
	align-items: center;	
	margin-bottom: 8px;
}	
#bbp-search-form > div {	
display: flex;	
}	
#bbpress-forums div.bbp-search-form {	
	float: none!important;	
	display: flex;	
	justify-content: flex-end;	
	align-items: center;	
}

table.bbp-forums th, table.bbp-topics th, table.bbp-topic th, table.bbp-replies th {
	background: #8ade7d !important;
}

#content table tbody tr.odd td {
	background: #f2f9f1 !important;
}

#primary .entry-content #bbpress-forums li {
	background: none;
	padding: 0;
}

#bbp_search_submit, #bbp_reply_submit {	
	color: white;	
	font-weight: 700;	
	background: #148703;	
	height: 26px;	
	margin-left: 4px;	
	box-sizing: border-box;	
	border: 2px solid #148703;	
}	
#bbp_search_submit:hover, #bbp_search_submit:focus,	
#bbp_reply_submit:hover, #bbp_reply_submit:focus {	
	border: 2px solid black;	
	color: black;	
	box-sizing: border-box;	
	cursor: pointer;	
}	


.widget_display_topics .bbp-forum-title {
	font-weight: normal;
}

input:focus {
	box-shadow: 0px 0px 4px 2px rgb(10 160 209);
}

.bbp-admin-links a:focus {
	text-decoration: underline;
}

#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log a:hover,
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log a:focus,
#bbpress-forums .bbp-topic-description a:hover,
#bbpress-forums .bbp-topic-description a:focus {
	text-decoration: underline;
}

#bbpress-forums .bbp-reply-content a:hover,
#bbpress-forums .bbp-reply-content a:focus {
	text-decoration: none;
}  

#bbpress-forums .bbp-pagination-links a:focus {
	border: 1px solid #148703;
}

.qafp-faq-title h2 {
	margin-bottom: .5em;
}

#lib01place > div:focus span {
	color: #148703!important;
}

#lib01_presenter a:focus {
	border: 2px solid #148703;
}

body #lib01_presenter a {
	word-break: normal;
}

#lib01place table {
	width: 100%!important;
}

.bbp-breadcrumb {
	display: none;
}



/* No newline at end of file */