/* @override 
	http://ingmanphotography.dev/blog/wp-content/themes/ingmanphotography/style.css
	http://ingmanphotography.com/blog/wp-content/themes/ingmanphotography/style.css
*/

/*
THEME NAME: Ingman Photography
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Branch of Sandbox theme... Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6.1
AUTHOR: Jake Ingman (sandbox by <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>)
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* Import the main site's css file  */
@import url('/inc/css/main.css');

body#blog {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 13px;
	color: #666;
}

a {
	color: #999;
}
a:hover {
	color: #333;
}

h2, h3 {
	font-family: QuicksandLight, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	color: #999;
	margin-bottom: 20px;
	font-size: 22px;
}
h2 {
	font-size: 32px;
}

#content-wrap {
	margin-top: 30px;
}

#extras {
	position: relative;
	z-index: 0;
	margin-bottom: 40px;
}
#extras h2 {
	float: right;
	z-index: 2;
	font-family: QuicksandLight, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-shadow: rgba(0,0,0,.2) 1px 1px 0px;
	position: relative;
	margin: 0 50px 0 0;
	font-size: 16px;
}
#extras h2 a {
	display: block;
	color: #fff;
	background-color: #999;
	padding: 5px 10px;
	text-decoration: none;
}
#extras h2 a:hover {
	background-color: #666;
}
#extras h3 {
	font-family: QuicksandLight, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	color: #999;
	margin-bottom: 20px;
	font-size: 22px;
}
#extras .section {
	line-height: 18px;
	border: solid 1px #999;
	border-width: 1px 0 0 0;
	float: left;
	height: 0px;
	overflow: hidden;
	margin-top: -13px;
	width: 100%;
	z-index: 1;
}
#extras .section.on {
	border-width: 1px 0;
	background-color: #f9f9f9;
}
#extras .section .guts {
	padding: 20px;
}
#extras #archives,
#extras #search {
	float: left;
	width: 50%;
}

/* POSTS */

.post {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #999;
}
.entry-content {
	line-height: 22px;
}
.entry-content p {
	margin-bottom: 20px;
	overflow: hidden;
}
.entry-content p img {
	display: block;
	float: left;
	margin-bottom: 10px;
}
.entry-content p span img:first-child {
	margin-right: 10px;
}
.entry-meta {
	font-style: italic;
	color: #999;
	margin-top: 20px;
	line-height: 18px;
}
.entry-meta .comments-link {
	float: right;
}

h2.entry-title,
h2.entry-title a,
h3.entry-title,
h3.entry-title a {
	font-family: QuicksandLight, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	color: #999;
	margin-bottom: 20px;
	font-size: 32px;
	text-decoration: none;
}

body.single h2.entry-title,
body.single h2.entry-title a {
	text-align: center;
	padding: 0 100px;
}
body.single #nav-above {
	margin-bottom: -28px;
}
body.single .navigation a {
	text-decoration: none;
}
body.single .nav-next a {
	float: right;
}
body.single .nav-previous a {
	float: left;
}
body.single #nav-below {
	display: none;
}

/* COMMENTS */

#comments {
	line-height: 18px;
}
#comments p {
	margin-bottom: 18px;
}
#comments .form-label {
	margin-bottom: 4px;
}
#comments .form-input,
#comments .form-textarea {
	margin-bottom: 12px;
}
#comments-list {
	margin-bottom: 30px;
}
#comments-list li.comment {
	padding: 16px 16px;
	background: #f4f4f4;
	margin-bottom: 16px;
}
#comments-list li.comment p:last-child {
	margin-bottom: 0;
}
#comments-list li.comment .comment-sidebar {
	float: left;
	width: 180px;
}
#comments-list li.comment .comment-meta {
	font-size: 12px;
	color: #aaa;
}
#comments-list li.comment .comment-body {
	float: left;
	width: 680px;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 3px double #ccc;
}










