/*
Theme Name: Pat Hartl Nature
Theme URI: http://pathartl.me
Description: The nature theme for PatHartl.me
Version: 1.0
Author: Pat Hartl
Author URI: http://pathartl.me
Tags: pathartl, pat hartl, nature
*/

@import "c/reset.css";
@import "c/typography.css";
@import "c/layout.css";
@import "c/social.css";

img {border:none}

body {
	background: #11caf2;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#11caf2), to(#006a92));
	font-family: Century gothic, Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

a.post-edit-link {
	background: #000;
	border-radius: 5px;
	padding: 3px;
	color: #fff;
}

#wrap {
	margin: 50px auto;
	width: 998px;
}

#content-wrap {
	background: #fff;
	border-left: solid 15px #000;
	border-right: solid 15px #000;
	width: 750px;
	margin: 0 auto;
	padding: 20px 10px 20px 10px;
	overflow: hidden;
}

#header {
	height: 250px;
	background: url(i/banner.png) no-repeat bottom;
}

#portrait {
	display: block;
	background: url(i/pathartl.png);
	width: 118px;
	height: 194px;
	position: relative;
	top: -67px;
	left: 186px;
	-webkit-transition: all 0.4s ease;
}

#portrait:hover {opacity: 0}

#twitter {
	width: 300px;
	float: right;
	position: relative;
	top:-97px;
	right:340px;
	text-align: right;
}

#twitter-arrow {
	background: url(i/twitter-arrow.png) no-repeat center center;
	width: 16px;
	height: 16px;
	position: relative;
	top: 0px;
	display: table-cell;
}

#tweet {
	width: 300px;
	padding: 10px;
	background: #086276;
    zoom: 1;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-radius: 7px;
	position: relative;
	top: 10px;
	right: 0px;
	height: 40px;
	-webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0);
	box-shadow: 0px 0px 20px rgba(255,255,255,0);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#tweet:hover {
	-webkit-box-shadow: 0px 0px 20px rgba(255,255,255,1);
	box-shadow: 0px 0px 20px rgba(255,255,255,1);
}

#tweet ul {
	list-style: none;
}

.tweet-text a {
	color: #fff;
	text-decoration: none;
}

.tweet-text a:hover {
	text-decoration: none;
}

#header-name {height: 68px;}

#header-name a, #header-name a:active, #header-name a:visited {
	float: left;
	width: 187px;
	display: block;
	position: relative;
	top: 211px;
	left: 450px;
	height: 48px;
	padding-top: 0px;
	font: normal 48px Harabara, Helvetica, Arial, sans-serif;
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

#header-name a:hover {
	height: 68px;
	top: 191px;
	text-shadow: 0 0 20px #FFF;
}

#header-name a div {
	width: 154px;
	margin-bottom: 0;
	padding-bottom: 0;
	position: relative;
	bottom: 0;
}

#rss {
	width: 64px;
	height: 52px;
	background: url(i/rss.png);
	position: relative;
	left: -36px;
	top: 256px;
	float: right;
	z-index: -10;
}

#top-spacer {
	background: url(i/cave-top.gif) bottom no-repeat #000;
	height: 30px;
	margin: 0 auto;
	padding-top: 10px;
	width: 800px;
}

#fourohfour {
	height: 277px;
	background: url(i/404.png) top center no-repeat;
	margin: 40px auto;
}

.page-content p {
	text-indent: 32px;
	margin-top: 10px;
}

.post-title-container {
	display: inline-block;
	margin-bottom: 20px;
}

.post-title, .post-title:visited, h1 {
	background: #000;
	border-radius: 10px;
	font: bold 32px Harabara, Helvetica, Arial, sans-serif;
	margin-left: -20px;
	padding: 5px 10px 5px 20px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.1s ease;
}

.post-title:hover {
	padding-left: 30px;
}

.post-title-container h1 {
	border-radius: 0px 10px 0px 0px;
}

.entry-date {
	float: right;
	margin-right: 4px;
	border-radius: 0px 0px 4px 4px;
	background: #000;
	text-decoration: none;
	padding: 2px;
	color: #fff;
}

.content-wrap {
	margin-top: 10px;
	text-align: justify;
}

#home-left a, .post-content p a, #fourohfour-text a {
	background: #000;
	border-radius: 4px;
	padding: 2px;
	color: #fff;
	display: inline-block;
	margin: 1px;
	text-decoration: none;
	text-indent: 0;
}

#home-left a:hover, .post-content p a:hover, #fourohfour-text a:hover {
	padding: 3px;
	margin: 0px;
}



#content-wrap p {
	margin-bottom: 10px;
}

.post-organization {
	display: inline-block;
	background: #000;
	border: 5px;
	border-radius: 5px;
	color: #fff;
	padding: 5px 5px 5px 20px;
	margin-left: -20px;
	margin-top: 10px;
}

.post-organization a {color: #fff}

.post-navigation { margin-bottom: 10px; }

.navigation { float: none; padding-bottom: 10px; }

.post-previous, .left-link, .more-link {
	float: left;
	margin-left: -10px;
	color: #fff;
}

.post-previous a, .left-link a {
	color: #fff;
	text-decoration: none;
	background: #000;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 3px 5px 3px 20px;
	-webkit-transition: all 0.1s ease;
}

.post-previous a:hover, .left-link a:hover {padding-left: 25px}

.post-next, .right-link {
	float: right;
	color: #fff;
	margin-right: -10px;
}

.post-next a:hover, .right-link a:hover {padding-right: 25px}

.post-next a, .right-link a {
	color: #fff;
	text-decoration: none;
	background: #000;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 3px 20px 3px 5px;
	-webkit-transition: all 0.1s ease;
}

.syntaxhighlighter a {background: none; padding: 0; margin: 0}

.edit-link {padding-bottom: 10px}

.arrow {
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid black;
	margin-top: 10px;
}

.comment {
	background: #000;
	color: #fff;
	padding: 20px;
	border-radius: 10px;
	border-top-left-radius: 0px;
}

.comment a {
	background: #fff;
	border-radius: 4px;
	padding: 2px;
	color: #000;
	display: inline-block;
	margin: 1px;
	text-decoration: none;
}

input#author, input#email, input#url {
	background: #fff;
	border: none;
	margin: 2px;
	padding: 5px;
	border-radius: 5px;
	border-bottom-left-radius: 0px;
}

.comment .avatar {
	-webkit-box-shadow: 0px 0px 10px #fff;
}

.comment-author, .comment-author a {
	font: normal 40px Harabara, Helvetica, Arial, sans-serif;
	color: #fff;
	background: #000;
	border: none;
}

.comment-meta {float: left}

.comment .reply {float: right}

.comment .meta-reply {margin-top: 10px;margin-left: 0px}

.comment-form-arrow {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 0px solid transparent;
	border-top: 10px solid #fff;
	margin-top: -2px;
	margin-left: 3px;
	margin-bottom: 2px;
}

.pingback {
	display: none;
}

#respond {
	background: #000;
	padding: 20px;
	border-radius: 20px;
	color: #fff;
}

.respond-arrow {
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 30px solid black;
	margin: 0 auto;
	margin-top: 10px;
}

#reply-title {
	font: normal 48px Harabara, Helvetica, Arial, sans-serif;
	color: #fff;
	background: #000;
	border: none;
}

.logged-in-as a {
	background: #fff;
	border-radius: 4px;
	padding: 2px;
	color: #000;
	display: inline-block;
	margin: 1px;
	text-decoration: none;
}

.logged-in-as {
	margin-bottom: 5px;
}

.comment {
	list-style: none;
}

.comment-form-comment label{
	display: none;
}

textarea#comment {
	width: 100%;
	border: none;
	border-radius: 5px;
	border-bottom-left-radius: 0px;
	resize: none;
	padding: 5px;
}

#respond input#submit {
	background: #fff;
	color: #000;
	border: none;
	padding: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	position: relative;
	top: -4px;
	cursor: pointer;
}

#rounded-footer {
	display: none;
	background: #000;
	border-left: solid 15px #000;
	border-right: solid 15px #000;
	width: 770px;
	margin: 0 auto;
}

#rounded-footer div {
	height: 16px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	background: #fff;
	margin: 0 auto;
	width: 770px;
}

#prefooter {
	margin: 0 auto;
	background: #000;
	width: 770px;
	padding: 15px;
	padding-top: 30px;
}

#prefooter p {
	color: #fff;
}

#prefooter p img {
	float: left;
	margin-right: 15px;
}

#prefooter p a, #prefooter p a:hover, #prefooter p a:active, #prefooter p a:visited {
	color: #fff;
	text-decoration: underline;
}

#footer {
	background: url(i/footer.png) bottom no-repeat;
	height: 299px;
}

#footer-links, #footer-links a {
	text-align: center;
	font: normal 12px Helvetica, Arial, sans-serif;
	color: #c0c0c0;
}

#footer-links a, #footer-links a:hover, #footer-links a:active, #footer-links a:visited {
	text-decoration: underline;
}

#follow {
	background: rgba(0,0,0,0.5);
	position: fixed;
	right: 5px;
	top: 15px;
	padding: 5px;
	border-radius: 3px;
	border-top-right-radius: 0px;
	font-size: 11px;
	color: #fff;
}

#follow a {
	color: #fff;
	text-decoration: none;
}

#follow-arrow {
	position: fixed;
	right: 5px;
	top: -5px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 10px solid rgba(0,0,0,0.5);
	margin: 0 auto;
	margin-top: 10px;
}

#follow-collapse {
	float: right;
	padding-top: 3px;
	padding-right: 2px;
}

#follow-collapse, #follow-button {
	cursor: pointer;
}

.follow-title {
	background: rgba(0,0,0,0.25);
	margin-left: -5px;
	text-indent: 5px;
	margin-right: -5px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#follow .follow-social .follow-icon {
	padding: 0;
	margin: 0;
}

#follow .follow-social {
	font-size: 0px;
	margin-bottom: 5px;
}

#follow .follow-im div img {
	vertical-align: top;
}

input[type=text]:focus,
input[type=password]:focus,
textarea {
  outline: 0 none;
}
