/*
Theme Name: The Peev
Theme URI: http://thepeev.com/
Description: The Peev site theme
Author: Kyle Schaeffer
Version: 1.0
Tags: the peev
*/


/* Page-specific style */
body.home {
	background: #f3f2ed url('images/bg-rolling.png') top repeat-x;
}


/* General document style */
body {
	background: #f3f2ed;
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	margin: 0;
}
#wrapper {
	width: 960px;
	margin: auto;
	font-size: 1.4em;
}
input, textarea {
	color: #666;
	font-size: 1em;
	line-height: 1em;
}
hr {
	background-color: #d7d3cd;
	border: 0;
	height: 1px;
	margin: 1.5em 0;
}
p {
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
}
ul {
	list-style: square;
	margin: 0 0 1.5em 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 1.5em 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
strong {
	font-weight: bold;
	color: #333;
}
cite, em, i {
	font-style: italic;
}
input[type="text"],
textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #666;
	background: #fff;
	border: 1px solid #d7d3cd;
	padding: 0.5em;
	width: 90%;
}
label {
	color: #a69e8e;
	font-size: 0.85em;
	display: block;
}
a:link {
	color: #3d7696;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #265f7f;
	text-decoration: none;
	outline: none;
}
a:active, a:hover {
	color: #3d7696;
	text-decoration: underline;
	outline: none;
}
img {
	border: 0;
}
.screen-reader-text {
	position: absolute;
	left: -9999px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.3em 0;
}
h1, h2 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3.5em;
	color: #000;
}
h3 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.9em;
	color: #645643;
}
h4 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.1em;
	color: #3d7696;
}
h5, h6 {
	font-weight: bold;
	font-size: 1.4em;
	color: #333;
}
.clear {
	clear: both;
}


/* Header style */
#branding {
	position: relative;
	height: 200px;
	z-index: 2;
}
#header-image {
	position: absolute;
	top: 20px;
	left: 20px;
}
#site-title {
	position: absolute;
	bottom: 10px;
	right: 0;
	margin: 0;
}
#site-title a {
	display: block;
	width: 221px;
	height: 60px;
	background: url('images/the-peev.png') no-repeat;
	text-indent: -9999px;
}

/* Content style */
#main {
	position: relative;
	background: #fff;
	padding: 20px 0;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	z-index: 1;
}
#container {
	width: 600px;
	padding: 0 20px;
	float: left;
}
#primary {
	width: 300px;
	padding: 0 20px 0 0;
	float: left;
}
body.home #primary {
	margin-top: 238px;
}
h2.art-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	padding: 0 20% 0.1em 0;
	margin: 0;
	border-bottom: 20px solid #f3f2ed;
	text-align: right;
	font-size: 80px;
	line-height: 1.5em;
	height: 105px;
}
h2.art-title span.the {
	font-size: 0.4em;
	color: #aaa;
	text-transform: lowercase;
}
h2.art-title span.submitted-by {
	font-size: 0.15em;
	color: #ccc;
	font-family: Helvetica, Arial, sans-serif;
	margin-left: 2em;
}
.question {
	background: #f2ecd1 url('images/bullet-question.png') 2em 2em no-repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2em 2em 1em 7em;
	margin: 0 0 2em 0;
}
.question p {
	color: #887f6b;
}
.bullet {
	background: url('images/bullet-point.png') 2em 0 no-repeat;
	padding: 0 2em 0 7em;
	margin: 0 0 2em 0;
}
.post.thumb {
	float: left;
	margin: 0 0 20px 0;
}
.post.thumb.odd {
	clear: both;
	margin-right: 20px;
}
body.home .post.thumb.odd {
	clear: none;
	margin-right: 0;
}
body.home .post.thumb.even {
	clear: both;
	margin-right: 20px;
}

/* Comments style */
#comments-title {
	background: #fff8ed;
	border: 3px solid #f7b880;
	font-size: 1.8em;
	color: #999;
	padding: 0.6em;
	text-align: center;
	margin: 0;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}
#comments-title span.title {
	color: #645643;
}
#comments-arrow {
	width: 75px;
	height: 55px;
	background: url('images/comment-arrow.png') no-repeat;
	position: relative;
	top: -3px;
	left: 70%;
}
ol.commentlist {
	padding: 0;
	margin: 0;
}
ol.commentlist li.comment {
	list-style: none;
	margin: 0;
	float: left;
	position: relative;
}
li.comment img.avatar {
	cursor: pointer;
	border: 5px solid #fff;
}
.comment-pop {
	position: absolute;
	bottom: 71px;
	left: -20px;
	background: #fff;
	border: 2px solid #ccc;
	padding: 1em;
	font-size: 0.85em;
	width: 220px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0 30px #ccc;
	-moz-box-shadow: 0 0 30px #ccc;
	-webkit-box-shadow: 0 0 30px #ccc;
	display: none;
	z-index: 10;
}
.comment-pop-chat {
	width: 220px;
	height: 20px;
	position: absolute;
	bottom: 53px;
	left: -20px;
	z-index: 11;
	background: url('images/chat.png') 40px 0 no-repeat;
	display: none;
}
li.comment:hover .comment-pop, li.comment:hover .comment-pop-chat {
	display: block;
}
li.comment:hover img.avatar {
	border-color: #3d7696;
}
.comment-meta {
	color: #999;
}
.comment-pop p {
	margin: 0 0 0.75em 0;
	line-height: 1.3em;
}
li.comment cite {
	font-style: normal;
	font-weight: bold;
	color: #333;
}
#respond {
	clear: both;
	padding: 2em 0 0 0;
	background: url('images/shadow.png') center 2em no-repeat;
	min-height: 350px;
}
#respond p {
	margin: 0 0 0.75em 0;
	line-height: 1.3em;
	color: #999;
}
a.respond-toggle {
	display: block;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	padding: 1em 0 0 0;
}
a.respond-toggle .icon {
	display: inline-block;
	width: 11px;
	height: 6px;
	background: url('images/icon-drop.png') no-repeat;
	vertical-align: middle;
}
#respond form {
	width: 70%;
	margin: auto;
	padding: 1em 0 0 0;
}
#respond .comment-form-author {
	width: 45%;
	float: left;
	margin: 0 4% 0 0;
}
#respond .comment-form-email {
	width: 45%;
	float: left;
}
#respond .comment-form-comment {
	clear: both;
}
#respond label {
	display: inline;
}
#respond .comment-notes, #respond .form-allowed-tags, #reply-title {
	display: none;
}

/* Sidebar style */
ul.xoxo {
	padding: 0;
	margin: 0;
}
ul.xoxo li {
	list-style: none;
	margin: 0 0 1.5em 0;
}
.widget-container {
	background: #e4e0d8;
	padding: 1em;
	border: 1px solid #d7d3cd;
	color: #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.widget-title {
	font-size: 1.5em;
	color: #e58825;
}
span.human-check-text {
	color: #a69e8e;
	font-size: 0.85em;
	display: block;
}
img#my-captcha-image {
	border: 1px solid #d7d3cd;
}
.my-captcha input[type="text"] {
	width: 5em;
	position: relative;
	top: -3px;
}
.human-check-image, .human-check-input {
	float: left;
	width: 45%;
	color: #b91313;
}
.human-check-image img {
	vertical-align: middle;
}
.human-check-text {
	clear: both;
}
span.required {
	color: #b91313;
}
input[type="submit"], input[type="button"] {
	display: block;
	background: #3d7696;
	color: #fff;
	padding: 0.5em 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 0;
	font-size: 1.8em;
	cursor: pointer;
	outline: none;
}
.my-peeve-actions {
	float: right;
	margin: -15px 0 0 0;
}
div.wpcf7 p {
	margin: 0 0 0.75em 0;
	line-height: 1.3em;
}
div.wpcf7-response-output {
	padding: 0 !important;
	margin: 0 !important;
	color: #b91313 !important;
	font-size: 0.85em !important;
}
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
	border: 0 !important;
}
span.wpcf7-not-valid-tip {
	background: #b91313 !important;
	border: 0 !important;
	color: #fff !important;
	font-size: 0.85em !important;
	padding: 0.2em !important;
	width: auto !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* Footer style */
#footer {
	clear: both;
	margin: 1em 0 3em 0;
	font-size: 0.9em;
	color: #b0aba4;
}
#site-copyright {
	float: right;
}


