@import url( "es-dark/es-dark.css" );

/* header area */

.custom #page {
	padding-top: 1em;
}

.custom #header {
	border-bottom: none;
	padding-top: 1em;
	padding-bottom: .2em;
	margin-left: -3px;
	margin-bottom: -1px;
}

.custom #header #logo {
	font-size: 1.8em;
	font-weight: normal;
}
.custom #header #logo img {
	float: left;
}
.custom .inline_page_title {
	margin-top: 2px;
	padding-right: 4px;
	line-height: 35px;
	float: right;
	color: #ccc;
}
.custom #tabs {
	padding-right: 4px;
}
.custom #header #logo:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* tweak colors a bit */

.es-dark a {
	color: #999;
}
.es-dark a:hover {
	color: #ccc;
}

/* dynamic image size container */

.dynamic_image {
	margin: 1em 1.3em 3em 1em;
}
.photo_footer_links {
	margin: .2em 0 0 0;
	color: #777;
	text-align: right;
}
.photo_footer_links a {
	margin: 0 0 0 1.8em;
	color: #777;
}
.photo_footer_links a:hover {
	color: #ccc;
}
.custom .photo_footer_links a.stbutton {
	padding-right: 0;
}

/* main photoblog pages */

.custom .post {
	padding-top: 1em;
}
.custom .post .headline_area {
	display: none;
}
.custom .comments_closed {
	display: none;
}

.custom #content_box {
	background: none;
}
.custom .prev_next {
	border-top: 1px dotted #2f2f2f;
}

/* non-photo pages */

.custom .headline_area h1 {
	font-size: 3em;
	margin-top: 1.5em;
	margin-bottom: .3em;
	padding-bottom: .15em;
}
.custom .format_text p {
	max-width: 40em;
}

/* sidebar and contrast color */

.custom .sidebar li.widget h3, #respond_intro p {
	color: #387118;
	border-bottom-color: #444;
}
