/*
Theme Name:  Boone's Photoblog
Theme URI:   http://github.com/boonebgorges/boones-photoblog
Description: A mobile-photoblog theme. Child of Autofocus.
Author:	     Boone Gorges
Author URI:  http://boonebgorges.com
Template:    autofocus
Version:     1.0-beta
*/

@import url("../autofocus/style.css");



/* Entry titles (tweet content) */

.single .post h2.entry-title, .single .attachment h2.entry-title {
	font-size: 3em;
}

.entry-title a {
	color: #2a4480;
}
	.entry-title a:hover {
		color: #4671d5;
	}


/* Single page photos */

.single .post .full-photo .photo-credit, .single .attachment .full-photo .photo-credit {
	height: auto;
}


/* entry content/meta */

.single .post .entry-content, .single .attachment .entry-content {
	width: 430px;
	padding-right: 20px;
}

.single .post .entry-meta, .single .attachment .entry-meta {
	color: #aaa;
	width: 350px;
}
	.single .post .entry-meta a, .single .attachment .entry-meta a {
		color: #888;
	}

