/* kim.hemmingway.info — "The Ramblings of Boots"
 * The old site's WordPress Twenty Ten look, hand-trimmed to the rules this
 * site actually uses: same fonts, colours, 940px layout, black nav bar,
 * custom header photo and sky background. One addition the 2010 theme never
 * had: the columns stack on small screens (media query at the bottom).
 */

/* --- Reset (the slice of Twenty Ten's reset that matters here) ----------- */
html, body, div, span, h1, h2, h3, p, a, em, strong, ul, li, form, label, img {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3 {
	font-weight: normal;
	clear: both;
}
ul {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
}

/* --- Page frame ----------------------------------------------------------- */
body {
	background: #f1f1f1 url(/media/background.jpg) repeat left top;
	color: #666;
	font-family: Georgia, "Bitstream Charter", serif;
	font-size: 12px;
	line-height: 18px;
}
#wrapper {
	background: #fff;
	margin: 20px auto 0;
	padding: 0 20px;
	width: 940px;
}
a:link { color: #0066cc; }
a:visited { color: #743399; }
a:active, a:hover { color: #ff4b33; }

/* --- Header ---------------------------------------------------------------- */
#header {
	padding: 30px 0 0;
}
#site-title {
	float: left;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	margin: 0 0 18px;
	width: 700px;
}
#site-title a {
	color: #000;
	text-decoration: none;
}
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	display: block;
	width: 940px;
}

/* --- Navigation (the black bar) -------------------------------------------- */
#access {
	background: #000;
	display: block;
	float: left;
	width: 940px;
}
#access .menu {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 12px;
	overflow: hidden;
}
#access li {
	float: left;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access li:hover > a,
#access li.current > a {
	background: #333;
	color: #fff;
}

/* --- Columns ---------------------------------------------------------------- */
#main {
	clear: both;
	overflow: hidden;
	padding: 40px 0 0;
}
#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 280px 0 20px;
}
#primary {
	float: right;
	overflow: hidden;
	width: 220px;
}

/* --- Posts ------------------------------------------------------------------ */
#content,
.entry-content {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
.entry-content p,
.entry-summary p {
	margin-bottom: 24px;
}
.post {
	margin-bottom: 36px;
}
.entry-title,
.page-title {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 18px;
}
.entry-meta a {
	color: #888;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}

/* --- Older/newer + previous/next links --------------------------------------- */
.navigation {
	color: #888;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
	margin-bottom: 18px;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* --- Sidebar ------------------------------------------------------------------ */
.widget-area {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.widget-container {
	margin: 0 0 18px;
}
.widget-title {
	color: #222;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}
.widget-area a:link,
.widget-area a:visited {
	color: #111;
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	color: #ff4b33;
	text-decoration: underline;
}
.widget-container ul {
	list-style: square;
	margin-left: 13px;
}
.widget-container li {
	margin-bottom: 4px;
}
.searchform input[type="text"] {
	width: 60%;
}
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* --- Footer -------------------------------------------------------------------- */
#footer {
	clear: both;
	margin-bottom: 20px;
}
#colophon {
	border-top: 4px solid #000;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}

/* --- Small screens (the one modernisation) --------------------------------------- */
@media (max-width: 999px) {
	#wrapper,
	#access,
	#branding img,
	#site-title {
		width: auto;
	}
	#container {
		float: none;
		margin: 0;
	}
	#content {
		margin: 0;
	}
	#primary {
		float: none;
		width: auto;
		margin-top: 36px;
	}
}
