/*
Theme Name: Feaverish Photography Blog Theme
Theme URI: http://feaverishphotography.com/blog/
Description: WordPress Theme for the Feaverish Photography Blog
Version: 1.0
Author: Aaron Feaver
*/

/* @group Modified Meyer Reset */

html, body, div, span, h1, h2, h3,
h4, h5, h6, p, a, abbr, acronym, del,
em, img, strong, dd, dl, dt, li, ol, ul,
fieldset, form, label {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1.5em;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

a img, :link img, :visited img {
	border: 0;
}

ol, ul {
	list-style: none;
}

/* @end */

/* @group Basic Layout */

html, body, #wrap {
	height: 100%;
}

body {
	background: #fff;
	color: #777;
	font-size: 62.5%;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
	font-weight: 300;
	text-align: center;
}

body > #wrap {
	height: auto;
	min-height: 100%;
}

#wrap {
	width: 800px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	font-size: 1.3em;
	z-index: 1;
}

#main {
	padding-bottom: 200px;
}

#content {
	padding-top: 25px;
}

#footer {
	position: relative;
	margin: -200px auto 0;
	height: 200px;
	clear: both;
	background-color: #555;
	color: #fff;
	text-align: center;
	z-index: 3;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	display: inline-block;
}

/* hide this clearing bit from IE-mac \*/

* html .clear {
	height: 1%;
}

.clear {
	display: block;
}

/* that's it for the hide */

/* @end */

/* @group General Styles */

a {
	color: #555;
	outline: none;
	text-decoration: none;
	border-bottom: 1px solid #aaa;
}

a:hover {
	color: #aaa;

	-webkit-transition: color .1s ease-in;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

img {
	-webkit-box-shadow: #aaa 1px 1px 2px;
}

.no_shadow img,
.search .hentry .image img {
	-webkit-box-shadow: none;
}

p {
	line-height: 1.5em;
}

ul	{
	margin-left: 1.0em;
	list-style-type: none;
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: 0em;
	padding-left: 0;
}

li {
	line-height: 1.5em;
}

em {
	font-style: italic;
}

strong {
	color: #222;
	font-weight: 500;
	line-height: 1.5em;
}

blockquote {
	margin: 0;
	padding-left: 4em;
	background: url(images/quote.png) no-repeat top left;
}

blockquote.no_quotes {
	background: none;
}

abbr {
	border-bottom: 1px #ccc dashed;
	cursor: help;
}

.storycontent blockquote p {
	background: url(images/end_quote.png) no-repeat bottom right;
	padding-right: 4em;
}

.storycontent blockquote.no_quotes p {
	background: none;
}

span.lower {
	text-transform: lowercase;
}

.center {
	text-align: center;
}

/* @end */

/* @group Header */

#header {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 26px;
	background-color: #000000;
	z-index: 2;
	width: 100%;
}

#header h1 {
	text-align: center;
}

#header h1 a {
	text-align: center;
	border: none;
	color: #222;
	text-shadow: #ddd 1px 1px 3px;
	text-transform: uppercase;
	font-size: 1.3em;
	letter-spacing: 0.2em;
}

#header h1 a:hover {
	border: none;
	color: #333333;
}

#menu {
	font-size: 1.3em;
	position: fixed;
	top: 50px;
	left: 0px;
	z-index: 4;
	width: 175px;
	padding-left: 1em;
	min-height: 32px;
}

#menu div {
	line-height: 2.5em;
	height: 98px;
	text-indent: 0px;
}


#menu:hover ul {
	display: block;
}

#menu ul li ul {
	background-color: transparent;
	padding: 0.5em 0 2em;
	margin-left: 0.5em;
}

#menu .mini_nav {
	position: relative;
}

#menu .mini_nav .nav_thumb {
	display: none;
	position: absolute;
	left: -173px;
	top: -13px;
	width: 160px;
	height: 160px;
	border: none;
	background: url(images/transparent_pixel.png) repeat;
	border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
}

#menu .mini_nav_item:hover .nav_thumb {
	display: block;
}

#menu .mini_nav .nav_thumb img {
	width: 150px;
	height: 150px;
	margin: 0 0 10px 10px;
	-webkit-box-shadow: #aaa 0px 0px 2px;
}

#menu .theme a {
	display: inline-block;
	width: 25px;
	height: 25px;
	border: 1px solid #aaa;
	background-color: #fff;
	text-indent: -9999px;
}

#menu .theme .light {
	cursor: default;
}

#menu .theme .dark {
	margin-left: 5px;
	background-color: #333;
	border-color: #333;
}

#search {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	font-size: 1.3em;
	min-height: 32px;
}

#search form {
	padding: 6px 0 0 5px;
}

#search legend,
#search label {
	display: none;
}

#search #s,
#search .hide {
	width: 100px;
	font-size: 0.85em;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
	height: 13px;
	padding: 2px;
	border: 1px solid #b4b4b4;
	border-bottom-color: #c4c4c4;
	background: none;
}

#search .hide {
	width: 45px;
	border-left: none;
	margin-left: -4px;
	height: 19px;
	color: #777;
	background-color: #f0f0f0;
	padding: 0;
	cursor: pointer;
}

#search .hide:hover {
	background-color: #cfcfcf;
}

/* @end */

/* @group Footer */

#footer_content {
	width: 800px;	
	margin: 0 auto;
	text-align: left;
}

#footer_content div {
	width: 700px;
	float: left;
	font-size: 1.2em;
	padding-top: 45px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 100px;
}

#footer_content .first {
	padding-left: 60px;
}

#footer_content h4 {
	font-size: 1.3em;
}

#footer_content a {
	color: #eee;
}

#footer_content a:hover {
	border-bottom-color: #eee;
}

#footer_content p {
	position: absolute;
	bottom: 5px;
	right: 20px;
	color: #eee;
}

/* @end */

/* @group Post */

.post {
	position: relative;
	padding: 70px 0;
	border-bottom: 1px solid #bbb;
}

.category-large {
	width: 800px;
}

.category-medium-large {
	width: 700px;
	left: 50px;
}

.category-medium {
	width: 600px;
	left: 100px;
}

.category-medium-medium-small {
	width: 550px;
	left: 125px;
}

.category-medium-small {
	width: 500px;
	left: 150px;
}

.category-small {
	width: 400px;
	left: 200px;
}

.storycontent {
	font-size: 1.1em;
}

.meta {
	position: absolute;
	top: 72px;
	left: -65px;
}

.meta a {
	font-size: 0.8em;
	background-color: #000;
	color: #fff;
	padding: 3px 5px;
	border: none;
}

.meta a:hover {
	background-color: #ccc;
}

h2 {
	font-size: 2.25em;
	padding-bottom: 30px;
	text-transform: uppercase;
	text-shadow: #ddd 1px 1px 3px;
	text-align: center;
}

h2 a {
	color: #222;
	border: none;
}

h2 a:hover {
	border: none;
	color: #999;
}

.post h3 {
	font-size: 1.5em;
	padding-bottom: 10px;
	color: #cfcfcf;
	text-align: center;
}

.post .storycontent h3 {
	color: #222;
	text-transform: uppercase;
	font-size: 1em;
	position: relative;
	top: -1em;
}

.storycontent p {
	padding: 1em 0;
}

.image {
	padding: 20px 0 0;
	position: relative;
}

.image a {
	border: none;
}

.image .hide {
	background: url(images/image_shield.gif) repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.storycontent .credit {
	padding-top: 0;
	font-size: 0.8em;
	text-align: right;
	clear: both;
}

.image .credit a {
	border-bottom: 1px solid #aaa;
}

.page_nav {
	text-align: center;
	padding: 50px 0;
}

/* @group Image Sizes */

/* 800px-wide post */

.image_small {
	width: 400px;
	margin-left: 200px;
}

.image_med_small {
	width: 500px;
	margin-left: 150px;
}

.image_medium {
	width: 600px;
	margin-left: 100px;
}

.image_med_large {
	width: 700px;
	margin-left: 50px;
}

/* 700px-wide post */

.category-medium-large .image_small {
	width: 400px;
	margin-left: 150px;
}

.category-medium-large .image_med_small {
	width: 500px;
	margin-left: 100px;
}

.category-medium-large .image_medium {
	width: 600px;
	margin-left: 50px;
}

/* 600px-wide post */

.category-medium .image_small {
	width: 400px;
	margin-left: 100px;
}

.category-medium .image_med_small {
	width: 500px;
	margin-left: 50px;
}

/* Custom sized image wrapper */

.image_custom {
	margin: 0 auto;
}

/* @end */

/* @end */

/* @group Comments */

.feedback {
	padding-top: 20px;
	text-align: right;
}

.comments_wrap {
	padding: 30px 0;
	font-size: 1.1em;
}

.comments_wrap h4 {
	color: #222;
	font-size: 1.2em;
	text-transform: uppercase;
	padding-bottom: 30px;
}

.comments_wrap #commentlist {
	width: 600px;
	margin: 0 100px;
	padding-bottom: 40px;
}

.comments_wrap #commentlist li {
	color: #555;
	padding: 15px 20px 15px 40px;
	background-color: #efefef;
	position: relative;
}

.comments_wrap #commentlist li.thread-odd {
	background-color: #e6e6e6;
}

.comments_wrap #commentlist li p {
	padding-bottom: 10px;
}

.comments_wrap cite {
	padding: 0 0 10px;
	display: block;
	color: #111;
	font-style: normal;
	text-indent: -20px;
}

.comments_wrap cite a {
	color: #111;
}

.comments_wrap cite a:hover {
	color: #999;
}

.comments_wrap cite.time {
	padding: 5px 0 0;
	text-align: right;
}

.comments_wrap p.no_comments {
	padding-bottom: 30px;
	text-indent: 100px;
}

.comments_wrap .comments_feed {
	float: right;
	width: auto;
}

.comments_wrap form {
	width: 600px;
	margin: 0 100px;
}

.comments_wrap form p {
	padding-bottom: 7px;
}

.wpcf7 form p input,
.wpcf7 form p textarea,
.comments_wrap form p input,
.comments_wrap form p textarea {
	color: #555;
	font-size: 1em;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-weight: 300;
}

.comments_wrap form p input {
	margin-right: 10px;
	width: 300px;
	padding: 2px;
}

.comments_wrap form p textarea {
	width: 600px;
	padding: 2px;
}

.comments_wrap form p input#submit {
	width: auto;
}

.comments_wrap .comment-edit-link {
	font-size: 0.8em;
	background-color: #000;
	color: #fff;
	padding: 3px 5px;
	border: none;
	position: absolute;
	top: 15px;
	right: 15px;
}

.comments_wrap .comment-edit-link:hover {
	background-color: #ccc;
}

#commentlist li:first-child {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

#commentlist li:last-child {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

/* @end */

/* @group Templates */

.template .category-medium {
	position: relative;
}

.template #content {
	padding: 100px 0 50px;
}

.template h2 {
	color: #222;
}

.template h3 {
	font-size: 1.7em;
	color: #bbb;
	text-transform: uppercase;
	padding: 1em 0 1.5em;
}

.template h4 {
	font-size: 1.3em;
}

.template h4 a {
	color: #222;
	border-bottom: none;
	text-transform: uppercase;
}

.template h4 a:hover {
	color: #999;
}

.error .storycontent p {
	text-align: center;
} 

/* @end */

/* @group Search */

.search h2 {
	padding-bottom: 15px;
}

.search .subtitle {
	font-size: 1em;
	text-transform: none;
	width: 430px;
	margin-left: 185px;
	padding: 0 0 5px;
	color: #777;
	text-align: center;
	line-height: 1.3em;
}

.search .hentry {
	padding: 30px 0;
	width: 600px;
	left: 100px;
	clear: both;
}

.search .hentry h3 {
	text-align: left;
	font-size: 1em;
	padding: 0 0 0.5em;
	margin-left: 175px;
	color: #999;
}

.search .hentry h2 {
	font-size: 1.5em;
	text-align: left;
	margin-left: 175px;
}

.search .hentry h2 a {
	border-bottom: 1px solid #000;
	line-height: 1.3em;
}

.search .hentry p {
	margin-left: 175px;
	padding-bottom: 20px;
}

.search .hentry .image {
	padding: 0;
}

.search .hentry .image img {
	width: 150px;
	float: left;
	opacity: 1;
	-webkit-transition: opacity .1s ease-in;
}

.search .hentry .image img:hover {
	opacity: 0.6;
	-webkit-transition: opacity .1s ease-in;
}

.search .hentry:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* @end */

/* @group Grid */

.grid .content {
	width: 800px;
}

.grid .month {
	padding-bottom: 30px;
	clear: both;
}

.cats .month {
	padding-bottom: 50px;
}

.grid h2 {
	color: #222;
	padding-top: 50px;
}

.grid .subtitle,
.grid .sub_nav {
	text-align: center;
	padding-bottom: 0.5em;
}

.grid .sub_nav a {
	margin: 0 2px;
}

.grid .sub_nav li {
	list-style: none;
	display: inline;
}

.grid h3 {
	padding-top: 25px;
	font-size: 1.8em;
	line-height: 2em;
	color: #bbb;
	text-transform: uppercase;
}

.grid .post {
	border: none;
	padding: 0;
	margin: 0 3px 60px; /* use vertical margin here ONLY */
	width: 150px;
	float: left;
}

.grid h5 a {
	font-weight: bold;
	background-color: #cdcdcd;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 144px;
	height: 20px;
	padding: 4px 6px 0 0;
	border: none;
	font-size: 1.2em;
	text-align: right;
	text-shadow: #fff 1px 1px 1px;
}

.grid h5 a:hover {
	border: none;
	color: #555;
}

.cats h5 a {
	font-weight: normal;
	font-size: 1em;
}

.grid .image {
	width: 150px;
	height: 174px;
	overflow: hidden;
	padding: 0;
}

.grid .image img {
	width: 150px;
	height: 150px;
	position: relative;
	top: 24px;
	left: 0;
	opacity: 1;
	-webkit-box-shadow: none;
	-webkit-transition: opacity .1s ease-in;

}

.grid h4 a {
	position: absolute;
	top: 24px;
	left: 0;
	color: #eee;
	background-color: rgba(0,0,0,0.7);
	padding: 0 1px 2px;
	text-align: left;
	border: none;
	opacity: 0.8;
	-webkit-transition: opacity .1s ease-in;
}

.grid .post:hover h4 a,
.grid .post:hover .image img {
	opacity: 0.6;
	-webkit-transition: opacity .1s ease-in;
}

/* @end */

/* @group PageNavi */

.wp-pagenavi {
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span.pages {
	padding: 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #777;
	color: #777;
}

.wp-pagenavi a:hover {	
	border-color: #000;
	color: #000;
}

.wp-pagenavi span.current {
	padding: 2px 4px; 
	margin: 2px;
	border: 1px solid #555;
	color: #fff;
	background-color: #555;
}

.wp-pagenavi span.extend {
	display: none;
}

/* @end */

/* @group Notice */

.notice {
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,0.75);
	height: 16px;
	z-index: 10;
	padding: 6px 10px 2px;
	font-size: 1.2em;
	display: none;
}

.notice_toggle {
	text-decoration: underline;
	cursor: pointer;
	background: url(images/notice.gif) no-repeat left center;
	padding-left: 22px;
}

#notice .notice_toggle {
	background-image: none;
	padding: 0;
}

#notice {
	padding-left: 10px;
	display: none;
	color: #000;
}

/* @end */
