/*
Theme Name: park
Theme URI: http://csspark.com/
Description: Ccsspark.com
Version: 3.0
Author: Renatello
Author URI: http://csspark.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

@font-face {
    font-family: 'museo_sans_500';
    src: url('fonts/MuseoSans/museosans-500-webfont.eot');
    src: url('fonts/MuseoSans/museosans-500-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/MuseoSans/museosans-500-webfont.woff') format('woff'),
         url('fonts/MuseoSans/museosans-500-webfont.ttf') format('truetype'),
         url('fonts/MuseoSans/museosans-500-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'museo_sans_300regular';
    src: url('fonts/MuseoSans/museosans-300-webfont.eot');
    src: url('fonts/MuseoSans/museosans-300-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/MuseoSans/museosans-300-webfont.woff') format('woff'),
         url('fonts/MuseoSans/museosans-300-webfont.ttf') format('truetype'),
         url('fonts/MuseoSans/museosans-300-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	background: #B5CB61;
	font-family:'museo_sans_300regular',arial,sans-serif;
	padding-top: 0;
}

h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family:'museo_sans_500',arial,sans-serif;
}

.header, main {
	background: #deefff;
}

a {
	color: #000;
}

a:hover {
	text-transform: none;
	color: #666;
	text-decoration: none;
}

.container {
	width: 90%;
	max-width: 1350px;
}

.wilderness .header,
.wilderness main,
.single-format-aside .header,
.single-format-aside main {
	background: #D9E4C4;
}

.gallery .header,
.gallery main,
.single-format-gallery .header,
.single-format-gallery main {
	background: #BEE1D9;
}

.blog .header,
.blog main,
.single-format-standard .header,
.single-format-standard main {
	background: #bdd797;
}

.single-format-gallery .wp-post-image {
	width: 100%;
}

#main {
	min-height: 500px;
}

.navbar {
	border: none;
	margin-bottom: 0;
	padding-bottom: 30px;
}

.navbar-collapse {
	padding: 0;
}

.navbar-default {
	background: transparent;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav .current-post-ancestor a,
.navbar-default .navbar-nav .current-post-ancestor a:hover,
.navbar-default .navbar-nav .current-post-ancestor a:focus,
.navbar-default .navbar-nav .current-category-ancestor a,
.navbar-default .navbar-nav .current-category-ancestor a:hover,
.navbar-default .navbar-nav .current-category-ancestor a:focus {
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.navbar-default .navbar-nav > li > a {
	color: #000;
}

.navbar-form {
	padding: 20px 0 0 20px;
}

#menu-top {
	float: right;
	font-size: 18px;
	padding-top: 20px;
}

.page-header {
	margin: 0 0 10px;
}

.related img {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: -4px 0px 10px -4px #333;
	-moz-box-shadow: -4px 0px 10px -4px #333;
	box-shadow: -4px 0px 10px -4px #333;
	width: 100%;
}

.related-sites a {
	width: 25%;
}

strong {
	font-family:'museo_sans_500',arial,sans-serif;
}

pre {
	display: block;
	padding: 18px;
	margin: 0 0 28px 0;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	white-space: pre !important;
	word-wrap: normal !important;
	overflow: auto !important;
	background-color: #f6f6f6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-family: monospace,serif;
}

#disqus_thread {
	padding-top: 30px;
}

.trees {
	clear: both;
	width: 100%;
	margin: 0;
	margin-top: -125px;
	padding: 0;
	height: 142px;
	line-height: 0;
	background: url(images/trees.png) repeat-x;
}

.box {
	overflow: hidden;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
	z-index: 9;
	filter: alpha(opacity=90);
	opacity: 0.9;
	padding: 20px;
	margin-bottom: 20px;
}

.box-green {
	background: #a8c769;
	color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.box-green a {
	color: #fff;
}

.widget ul {
	list-style: none;
	padding: 0;
}

.login h1 a {
	height: 64px;
	width: 252px;
}

.post_content {
	font-size: 18px;
}

.post_content p {
	line-height: 1.5em;
	margin: 0 0 28px 0;
}

.postinn{
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	padding:15px;
	width:432px;
	height:242px;
	position:absolute;
	z-index:99;
	top:-1px;
	left:-1px;
	text-align: center;
}

.caption p {
	font-size: 16px;
	margin-bottom: 1.5em;
}
	
.postmeta {
	line-height: 21px;
	margin-bottom: 10px;
}

.postmeta .date {
	font-size: 14px;
	color: #999;
}

.thumbnail {
  position:relative;
  overflow:hidden;
}
 
.caption {
  position:absolute;
  top:0;
  right:0;
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
  width:100%;
  height:100%;
  padding:2%;
  text-align:center;
  z-index:2;
}

.thumb-image img {
	width: 100%;
	height: 100%;
}

.thumbnail .thumb-actions img {
	display: inline-block;
}

.pagination
{
	display:block;
	clear:both;
	padding: 0;
}

.pagination a,
.pagination a:link,
.pagination a:visited,
.pagination a:active,
.pagination span.current,
.pagination span.pages,
.pagination span.extend,
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	color: #000;
  text-decoration: none !important;
  padding: 12px 16px;
	line-height: 20px;
	text-decoration: none;
	background-color: #ffffff;
	border: none;
	font-size: 1.2em;
	margin: 0 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
	cursor: pointer;
}

.pagination .more-link {
	display: none;
}

.pagination a:hover {
  background-color: #d8e8f2;
}

.pagination .active a,
.pagination .active a:hover {
	background-color: #93cc76;
	color: #fff;
}

.pagination .last {
	float: none;
}

.share-box {
	background: #F3F2EF;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.share-box h5 {
	margin-top: 0;
}

.btn-fb {
	height: 38px;
}

div.multi-column-taxonomy-list{
	clear:both;
}
div.multi-column-taxonomy-list ul{
	list-style:none;
	float:left;
	padding:10px 20px 0 0;
	margin-left:0;
	width:25%;
}
ul.multi-column-3{
}
div.multi-column-taxonomy-list a{
	display:block;
	padding:8px 0 8px 2px;
	-webkit-transition: background .25s ease-out;
	-moz-transition: background .25s ease-out;
	-o-transition: background .25s ease-out;
	transition: background .25s ease-out;
	border-bottom: 1px dotted #fff;
}
div.multi-column-taxonomy-list a:hover{
	background-color: rgba(155, 183, 97, .9);
	text-decoration: none;
}
div.multi-column-taxonomy-list span.rss{
	float:right;
	margin:2px 2px 0 0;
	text-decoration:none;
}
div.multi-column-count {
	background: rgba(0, 0, 0, .1);
	text-transform: uppercase;
	margin: 0 0 0 2px;
	padding: 2px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

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

code ins { background:#cfc}
code del { background:#fcc}

pre {
	background: #2a2f3a;
	border-radius: 4px;
	line-height: 1.3;

	overflow: auto;
	color: #fff;
	-ms-word-break: normal;
	word-break: normal;
	position: relative;
	border: none;
	padding: 15px;
}

pre[class] {
	padding-top: 50px;
}

pre[class]:before {
	content: attr(class);
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #1c1f26;
	font-family: 'museo_sans_500',arial,sans-serif;
	font-weight: 500;
	font-style: normal;
	padding: 5px 0;
	text-indent: 15px;
	font-size: 20px;
}

pre[class]:after {
	content: "csspark.com";
	color: #65737e;
	position: absolute;
	bottom: 0;
	text-align: right;
	left: 0;
	width: 100%;
	font-family: 'museo_sans_500',arial,sans-serif;
	font-weight: 500;
	font-style: normal;
	padding: 5px 5px 5px 0;
	font-size: 14px;
}

pre::-moz-selection { color: white;  background: #5a686f; }
pre::selection      { color: white;  background: #5a686f; }

.pre-wrap {
	white-space: pre-wrap;
	word-break: break-all;
}
code {
	font: 14px/1.4 'Source Code Pro', sans-serif;
	color:#000;
	padding:2px;
	border-radius: 3px;
	background: #f5f4f1;
	padding-left: .35em;
	padding-right: .35em;
	box-shadow: inset 0 0 1px 0 #999; 
}

pre code {
	color: #f8f8f2;
	background: transparent;
	padding: 0;
	box-shadow: none; 
}

pre .comment { color: #65737e; font-style: normal; padding-left: 0}
.js .keyword { color: #bf5753; }
.js .string { color: #98be8c; }
.js .num { color: #fd971f;}
.js .punc { color: #a59f85; }
.js .regex { color: #fd971f; }
.js .obj { color: #b07459; }


.php .string { color:#98be8c; }
.php .keyword { color:#bf5753;  }

.html .attname { color: #b07459; }
.html .attvalue { color: #98be8c; }
.html .tag { color: #bf5753;}
.html .dtd { color: #fd971f; }


.css, .scss { color: #b07459; }
.css .property,
.scss .property { color: #fff; }
.css .value,
.scss .value { color: #96b5ab; }
.css .atblock,
.scss .atblock { color: #fd971f;}
.css .punc,
.css .punc { color: #a59f85;}
.css .color,
.scss .color { box-shadow: 0 0 0 1px rgba(0,0,0,.5) ; vertical-align:text-bottom; border-radius:2px; margin:.15em .3em .15em .5em; display: inline-block; padding:.4em}
.css .string,
.scss .string { color: rgb(230, 219, 116); }

.footer {
	color: #fff;
	padding: 100px 0;
}

.footer a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.footer a:hover {
	border-bottom: 0;
	color: #fff;
	text-decoration: none;
}

.footer-links a {
	font-size: 18px;
	margin-right: 10px;
}