/*
Theme Name: Rett
Theme URI: http://www.rettmartin.com
Description: based on Sharpfolio http://webrevolutionary.com/sharpfolio.
Version: 1.0
Author: Rett Martin
Author URI: ttp://www.rettmartin.com
Tags: portfolio, rett, minimal
*/
body {
	text-align: center;
	background: #fff;
	color: #999;
	font-family: 'QuicksandBook', Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 24px;
	border-top: 5px solid #97ab43;
}
div#wrapper {
	text-align: left;
	margin: auto;
	width: 970px;
}
a {
	color: #666;
}
a:hover {
	color: #ccc;
}
p {
	margin: 0 0 24px;
}
h1, h2, h3, h4, ul#navigation a {
	font-family: 'QuicksandLight', Helvetica, Arial, sans-serif;
}


div#header {
	border-bottom: 1px solid #ccc;
	height: 150px;
	margin: 39px 13px 0 0;
	position: relative;
}
h1 {
	font-size: 48px;
	color: #666;
}
h1 a {
	text-decoration: none;
	color: #666;
}
#header h1 {
	width: 129px;
	height: 136px;
}
#header h1 a {
	display: block;
	width: 129px;
	height: 136px;
	background: #fff url(images/rett.gif) top left no-repeat;
	text-indent: -9999em;
	position: absolute;
	top: 0;
	left: 0;
}
#header h2 {
	position: absolute;
	top: 58px;
	left: 141px;
	color: #a1a1a1;
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
}
ul#navigation {
	position: absolute;
	top: 58px;
	right: 0;
}
ul#navigation li {
	display: inline;
}
ul#navigation li a {
	text-decoration: none;
	color: #97ab43;
	font-size: 20px;
	margin: 0 0 0 32px;
	text-transform: lowercase;
}
ul#navigation li a:hover {
	color: #999;
}
ul#navigation li.current_page_item a {
	color: #575757;
	border-bottom: 1px solid #a1a1a1;
}

span.f {
	font-style: italic;
}
div#content {
	margin: 10px 0 0 0;
}
div#content2 {
	margin: 45px 0 0 0;
}
div.thumbnail {
	width: 612px;
	float: left;
}
div.entry {
	width: 330px;
	float: right;
	padding: 20px 0 0 0;
}
.home div.entry {
	width: auto;
	float: none;
	padding: 5px;
}
div#content h2 {
	font-size: 24px;
	line-height: 32px;
}
div#content2 h2 {
	font-size: 24px;
	line-height: 32px;
}
div#content h2 a {
	text-decoration: none;
}
div#content2 h2 a {
	text-decoration: none;
}
p.comment-link {
	margin: 0;
}
p.comment-link a {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	font-size: 16px;
	line-height: 36px;
}
p.comment-link a:hover {
	color: #999;
	text-decoration: underline;
}
div#footer p {
	line-height: 108px;
	color: #333;
}
div#footer p a {
	color: #444;
	text-decoration: none;
}
div#footer p a:hover {
	color: #555;
	text-decoration: underline;
}
div.post {
	margin: 20px 0 76px 0;
}
.home .post {
	width: 310px;
	float: left;
	margin: 0 10px 30px 0;
	background-color: #f0f0f0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #ccc;
}
.home div.thumbnail {
	padding: 5px;
	width: auto;
}
div.thumbnail a, .home .post .thumbnail a {	
	background-color: #97ab43;
	display: block;
}

div.thumbnail a img {
	opacity: 1;
	/* Firefox */
	-moz-transition: opacity 2s;
	/* WebKit */
	-webkit-transition: opacity 2s;
	/* Opera */
	-o-transition: opacity 2s;
	/* Standard */
	transition: opacity 2s;
}

div.thumbnail a:hover img {
	opacity: 0.3;
}



.thumbnail #gallery-1 img, #content .gallery .gallery-item img, #content .gallery .gallery-item img.thumbnail {
	max-width: 100%;
	background-color: #f0f0f0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #ccc;
	padding: 5px;
}
#content .gallery .col-1 {
	width: auto;
}
h3#comments, h3#respond {

	line-height: 64px;
}
div.author {
	width: 250px;
	float: left;
}
div.author cite {
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 0 12px;
}
div.author img {
	position: relative;
	top: 10px;
}
div.comment {
	width: 600px;
	float: right;
	padding: 18px 0 0 0;
}
ol.commentlist {
	border-top: 1px solid #333;
	margin: 0 0 48px;
}
ol.commentlist li {
	border-bottom: 1px solid #333;
	padding: 12px 0 0;
}
form input, form textarea {
	margin: 0 12px 0;
}
#browse {
	height: 30px;
	border-bottom: 1px solid #ccc;
	margin: 0 13px 0 0;
}
div.alignleft, div.alignright {
	display: block;
	width: 40%;
	float: left;
	color: #97AB43;
}
div.alignright {
	float: right;
	text-align: right;
	
}
div.alignleft a, div.alignright a {
	font-size: 14px;
	text-decoration: none;
	color: #97AB43;
}
div.alignleft a:hover, div.alignright a:hover {
	color: #999;
	text-decoration: underline;
}
