pre {
	margin:1em 0;
	font-size: 15px;
}
code, kbd, pre, samp {
	font-family:monospace, serif;
	_font-family:'courier new', monospace;
	font-size:1em
}
code {
	line-height: 1.7;
	padding: 10px 20px;
	background-color: #f8f8f8;
	border-radius: 3px;
	display: block;
}
pre {
	white-space:pre;
	white-space:pre-wrap;
	word-wrap:break-word;
	font-size: 13px;
}
fieldset {
	border:1px solid #c0c0c0;
	margin:0 2px;
	padding:0.35em 0.625em 0.75em
}
legend {
	border:0;
	padding:0;
	white-space:normal;
*margin-left:-7px
}
button, input, select, textarea {
	font-size:100%;
	moz-border-radius: 5px;
	border-radius: 5px;
	border:2px solid #ccc;
	padding:6px 10px;
	vertical-align:baseline;
	*vertical-align:middle;
	margin-right:10px;
	margin-bottom: 5px;
	max-width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
button, input {
	line-height:normal
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance:button;
	cursor:pointer;
	*overflow:visible
}
button[disabled], input[disabled] {
	cursor:default
}
input[type="checkbox"], input[type="radio"] {
	box-sizing:border-box;
	padding:0;
*height:13px;
*width:13px
}
input[type="search"] {
	-webkit-appearance:textfield;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
textarea {
	overflow:auto;
	vertical-align:top
}
table {
	border-collapse:collapse;
	border-spacing:0
}
b, strong, .strong {
	font-weight:bold;
}
dfn, em, .em {
	font-style:italic
	
}
small, .small {
	font-size:75%;
}
ul, ol {
	padding:0;
	list-style-type:none
}
dd {
	margin:0
}
.text-left {
	text-align:left
}
.text-center {
	text-align:center
}
.text-right {
	text-align:right
}
.alert-help, .alert-info, .alert-error, .alert-success {
	margin:10px;
	padding:5px 18px;
	border:1px solid
}
.alert-help {
	border-color:#e8dc59;
	background:#ebe16f
}
.alert-info {
	border-color:#bfe4f4;
	background:#d5edf8
}
.alert-error {
	border-color:#f8cdce;
	background:#fbe3e4
}
.alert-success {
	border-color:#deeaae;
	background:#e6efc2
}
.button, .button:visited {
	font-family: 'OpenSans','Arial';
	font-weight: 300;
	padding:7px 30px;
	color:#fff;
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	margin-bottom:20px;
	line-height:21px;

	text-align:center;
	border-radius: 4px;
	background: #95b624;
	background: url(../images/btn.png) top right no-repeat, -moz-linear-gradient(top,  #9dbf27 0%, #95b624 100%);
	background: url(../images/btn.png) top right no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dbf27), color-stop(100%,#95b624));
	background: url(../images/btn.png) top right no-repeat, -webkit-linear-gradient(top,  #9dbf27 0%,#95b624 100%);
	background: url(../images/btn.png) top right no-repeat, -o-linear-gradient(top,  #9dbf27 0%,#95b624 100%);
	background: url(../images/btn.png) top right no-repeat, -ms-linear-gradient(top,  #9dbf27 0%,#95b624 100%);
	background: url(../images/btn.png) top right no-repeat, linear-gradient(to bottom,  #9dbf27 0%,#95b624 100%);
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dbf27', endColorstr='#95b624',GradientType=0 );
	
	text-shadow: 0px 1px 2px rgba(5, 5, 5, 0.3);
	border: 1px solid #819e20;
	border-bottom: 5px solid #819e20;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	transition: background 0.5s, background-color 0.5s;
	-webkit-transition: background 0.5s, background-color 0.5s;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
	color:#fff;
	
	background: #b3d738;
	background: url(../images/btn.png) top right no-repeat, -moz-linear-gradient(top,  #b3d738 0%, #a9cc32 38%, #a9cc32 100%);
	background: url(../images/btn.png) top right no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3d738), color-stop(38%,#a9cc32), color-stop(100%,#a9cc32));
	background: url(../images/btn.png) top right no-repeat, -webkit-linear-gradient(top,  #b3d738 0%,#a9cc32 38%,#a9cc32 100%);
	background: url(../images/btn.png) top right no-repeat, -o-linear-gradient(top,  #b3d738 0%,#a9cc32 38%,#a9cc32 100%);
	background: url(../images/btn.png) top right no-repeat, -ms-linear-gradient(top,  #b3d738 0%,#a9cc32 38%,#a9cc32 100%);
	background: url(../images/btn.png) top right no-repeat, linear-gradient(to bottom,  #b3d738 0%,#a9cc32 38%,#a9cc32 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3d738', endColorstr='#a9cc32',GradientType=0 );
	transition: background 0.5s, background-color 0.5s;
	-webkit-transition: background 0.5s, background-color 0.5s;

}
.button:active, .button:visited:active {
	position: relative;
	top: 1px;
	background-color:#8fae23;

}
.blue-button, .blue-button:visited {
	border-color:#1472ad;
	text-shadow:0 1px 1px #1472ad;
	background-color:#1681c4;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
	background-image:-webkit-linear-gradient(top, #1990db, #1681c4);
	background-image:-moz-linear-gradient(top, #1990db, #1681c4);
	background-image:-o-linear-gradient(top, #1990db, #1681c4);
	background-image:linear-gradient(to bottom, #1990db, #1681c4);
	box-shadow:inset 0 0 3px #59b3ec
}
.blue-button:hover, .blue-button:focus, .blue-button:visited:hover, .blue-button:visited:focus {
	border-color:#116396;
	background-color:#1472ad;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
	background-image:-webkit-linear-gradient(top, #1784c9, #1472ad);
	background-image:-moz-linear-gradient(top, #1784c9, #1472ad);
	background-image:-o-linear-gradient(top, #1784c9, #1472ad);
	background-image:linear-gradient(to bottom, #1784c9, #1472ad)
}
.blue-button:active, .blue-button:visited:active {
	background-color:#1990db;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
	background-image:-webkit-linear-gradient(top, #1681c4, #1990db);
	background-image:-moz-linear-gradient(top, #1681c4, #1990db);
	background-image:-o-linear-gradient(top, #1681c4, #1990db);
	background-image:linear-gradient(to bottom, #1681c4, #1990db)
}
#content {
	margin-top:2.2em
}
.byline {
	color:#999
}
.entry-content dd {
	margin-left:0;
	font-size:0.9em;
	color:#787878;
	margin-bottom:1.5em
}
.entry-content img {
	margin:0 0 1.5em 0;
	max-width:100%;
	height:auto
}
.entry-content video, .entry-content object {
	max-width:100%;
	height:auto
}
.entry-content pre {
	background:#eee;
	border:1px solid #cecece;
	padding:10px
}
.wp-caption {
	max-width:100%;
	background:#eee;
	padding:5px
}
.wp-caption img {
	max-width:100%;
	margin-bottom:0;
	width:100%
}
.wp-caption p.wp-caption-text {
	font-size:0.85em;
	margin:4px 0 7px;
	text-align:center
}
.pagination, .wp-prev-next {
	margin:1.1em 0 2.2em
}
.pagination {
	text-align:center
}
.pagination ul {
	display:inline-block;
	white-space:nowrap;
	padding:0;
	clear:both;
	margin:1px
}
.pagination ul li {
	padding:0;
	margin:0;
	float:left;
	display:inline;
	overflow:hidden
}
.pagination ul li a, .pagination ul li span {
	margin:0;
	text-decoration:none;
	padding:0;
	line-height:1em;
	font-size:1em;
	font-weight:normal;
	padding:.5em;
	min-width:1em;
	display:block
}
.pagination ul li span.current {
	font-weight:bold
}
.wp-prev-next .prev-link {
	float:left
}
.wp-prev-next .next-link {
	float:right
}
.commentlist li {
	position:relative;
	clear:both;
	overflow:hidden;
	list-style-type:none;
	margin-bottom:1.5em;
	padding:0.7335em 10px
}
.commentlist li:last-child {
	margin-bottom:0
}
.commentlist li ul.children {
	margin:0
}
.commentlist li[class*=depth-] {
margin-top:1.1em
}
.commentlist li.depth-1 {
	margin-left:0;
	margin-top:0
}
.commentlist li:not(.depth-1) {
margin-right:-10px;
margin-left:-10px;
margin-top:0;
padding-bottom:0
}
.commentlist .odd {
	background:#eee
}
.commentlist .even {
	background:#fefefe
}
.commentlist .vcard {
	margin-left:50px
}
.commentlist .vcard cite.fn {
	font-weight:700;
	font-style:normal
}
.commentlist .vcard time {
	float:right
}
.commentlist .vcard time a {
	color:#999;
	text-decoration:none
}
.commentlist .vcard time a:hover {
	text-decoration:underline
}
.commentlist .vcard img.avatar {
	position:absolute;
	left:10px;
	padding:2px;
	border:1px solid #cecece;
	background:#fff
}
.commentlist .comment_content {
	margin-left:50px
}
.commentlist .comment_content p {
	margin:0.7335em 0 1.5em;
	font-size:1em;
	line-height:1.5em
}
.commentlist .comment-reply-link {
	text-decoration:none;
	float:right;
	background:#4598bb;
	padding:3px 5px;
	color:#fff;
	opacity:0.65;
	margin-bottom:10px;
	font-weight:700;
	font-size:0.9em
}
.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
	opacity:1
}
.respond-form {
	margin:1.5em 10px;
	padding-bottom:2.2em
}
.respond-form form {
	margin:0.75em 0
}
.respond-form form li {
	list-style-type:none;
	clear:both;
	margin-bottom:0.7335em
}
.respond-form form li label, .respond-form form li small {
	display:none
}
.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url], .respond-form form textarea {
	padding:3px 6px;
	background:#efefef;
	border:2px solid #cecece;
	line-height:1.5em
}
.respond-form form input[type=text]:focus, .respond-form form input[type=email]:focus, .respond-form form input[type=url]:focus, .respond-form form textarea:focus {
	background:#fff
}
.respond-form form input[type=text]:invalid, .respond-form form input[type=email]:invalid, .respond-form form input[type=url]:invalid, .respond-form form textarea:invalid {
outline:none;
border-color:#fbc2c4;
background-color:#f6e7eb;
-webkit-box-shadow:none;
-moz-box-shadow:none;
-ms-box-shadow:none;
box-shadow:none
}
.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url] {
	max-width:400px;
	min-width:250px
}
.respond-form form textarea {
	resize:none;
	width:97.3%;
	height:150px
}
#comment-form-title {
	margin:0 0 1.1em
}
#allowed_tags {
	margin:1.5em 10px 0.7335em 0
}
.nocomments {
	margin:0 20px 1.1em
}
.text-content h2 {
	padding-top: 5px;
}
.text-content ul {
	margin-bottom: 20px;
	display: block;
	padding-left: 20px;
	list-style-type: circle;
	
}
.text-content ul li {
	margin-bottom: 15px;
	margin-left: 20px;
}
