/* general type-related stuff -- sizes, line-heights, etc */

html, body {
	font-size: 12px; /* all em values use this as a base */
}

body {
	font-family: 'lucida grande', 'lucida sans unicode', 'helvetica neue', helvetica, 'dejavu sans', arial, sans-serif;
}

h1 {
	font-weight: bold;
	font-size: 1.5em;
}

h2 {
	font-weight: bold;
	font-size: 1.333em;
	line-height: 1.125em;
	margin: 0 0 0.563em 0;
}

h3 {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5em;
}

p, li {
	font-size: 1em;
	line-height: 1.5em;
}

p, ul, ol {
	margin-bottom: 1.5em;
}

blockquote {
	font-size: 1.5em;
	line-height: 1.5em;
}

.meta {
	font-size: 0.833em;
	line-height: 1.8em;
}

	div.meta, p.meta {
		margin-bottom: 0;
	}



/* major page layout elements */

#header {
	width: 70.084em;
	height: 2.615em;
	line-height: 2.615em;
	margin: 1.667em auto;
	border-radius: 0.333em;
	-moz-border-radius: 0.333em;
	-webkit-border-radius: 0.333em;
}

#wrapper {
	width: 70.084em;
	margin: 0 auto;
	border-radius: 0.333em;
	-moz-border-radius: 0.333em;
	-webkit-border-radius: 0.333em;
}

	#wrapper #content {
		width: 43.5em;
		padding: 1.5em 1.667em;
		border-right: 0.083em solid #ccc;
		float: left;
		border-top-left-radius: 0.333em;
		border-bottom-left-radius: 0.333em;
		-moz-border-radius-topleft: 0.333em;
		-moz-border-radius-bottomleft: 0.333em;
		-webkit-border-top-left-radius: 0.333em;
		-webkit-border-bottom-left-radius: 0.333em;
	}

	#wrapper #sidebar {
		width: 19.75em;
		padding: 1.5em 1.667em;
		float: right;
		border-top-right-radius: 0.333em;
		border-bottom-right-radius: 0.333em;
		-moz-border-radius-topright: 0.333em;
		-moz-border-radius-bottomright: 0.333em;
		-webkit-border-top-right-radius: 0.333em;
		-webkit-border-bottom-right-radius: 0.333em;
	}

#footer {
	width: 68.417em;
	margin: 1.667em auto;
	padding: 0.833em;
	border-radius: 0.333em;
	-moz-border-radius: 0.333em;
	-webkit-border-radius: 0.333em;
	text-align: center;
}



/* other layout-related stuff */

#header h1 {
	float: left;
}

#elsewhere {
	margin: 0;
	padding: 0.833em;
	float: right;
	background: #fff;
	border-radius: 0.333em;
	-moz-border-radius: 0.333em;
	-webkit-border-radius: 0.333em;
}

	#elsewhere ul, #elsewhere ul li {
		display: inline;
	}

	#elsewhere ul li {
		margin: 0 0.833em;
	}

img.avatar {
	float: left;
	margin: 0 0.833em 0.333em 0;
	padding: 0.833em;
	border: 0.083em solid #ccc;
	border-radius: 0.333em;
	-moz-border-radius: 0.333em;
	-webkit-border-radius: 0.333em;
}

p.date {
	float: left;
}

p.comments {
	float: right;
}

ul.pagination {
	margin-bottom: 1.5em;
}

	ul.pagination li {
		margin-bottom: 0;
	}

		ul.pagination li#prev {
			float: left;
		}

		ul.pagination li#count {
			text-align: center;
		}

		ul.pagination li#next {
			float: right;
		}



/* colours and visual stuff */

#header h1 a {
	display: block;
	text-indent: -9999em;
	width: 415px; /* pixel dimensions only used here because the background image is a fixed size */
	margin-top: 0;
	background: url(http://resources.campegg.com/images/half-fast/half-fast-header.png) center left no-repeat;
}

#wrapper {
	background: #fff;
}

#sidebar h2 {
	padding: 0.667em 0.833em;
	background: #f6f6f6;
	border-radius: 0.333em;
	-moz-border-radius: 0.333em;
	-webkit-border-radius: 0.333em;
	font-weight: bold;
	color: #6a93b5;
	background: #c0dfec;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
}

#footer {
	background: #fff;
}

a:link, a:visited {
	color: #3b689a;
	text-decoration: none;
}

a:hover, a:active {
	color: #f90;
	text-decoration: underline;
}

	a.linkarrow {
		font-weight: bold;
		text-decoration: none;
	}

body {
	color: #464646;
	background: #c0dfec;
}

div.postmeta {
	background: #f6f6f6;
	padding: 0.667em 0.833em;
	margin-bottom: 3em;
	border-radius: 0.333em;
	-moz-border-radius: 0.333em;
	-webkit-border-radius: 0.333em;
}

h2 strong {
	font-style: italic;
}

input.query {
	width: 163px; /* pixel measure used because some browsers don't like ems for form elements */
	padding: 8px; /* pixel measure used because some browsers don't like ems for form elements */
	border: 1px solid #ccc; /* pixel measure used because some browsers don't like ems for form elements */
	border-top-left-radius: 0.333em;
	border-bottom-left-radius: 0.333em;
	-moz-border-radius-topleft: 0.333em;
	-moz-border-radius-bottomleft: 0.333em;
	-webkit-border-top-left-radius: 0.333em;
	-webkit-border-bottom-left-radius: 0.333em;
}

input.submit {
	width: 55px; /* pixel measure used because some browsers don't like ems for form elements */
	text-align: center;
	padding: 8px; /* pixel measure used because some browsers don't like ems for form elements */
	background: #f6f6f6;
	border: 1px solid #ccc; /* pixel measure used because some browsers don't like ems for form elements */
	border-left: 0;
	border-top-right-radius: 0.333em;
	border-bottom-right-radius: 0.333em;
	-moz-border-radius-topright: 0.333em;
	-moz-border-radius-bottomright: 0.333em;
	-webkit-border-top-right-radius: 0.333em;
	-webkit-border-bottom-right-radius: 0.333em;
}

div.videoplayer, div.audioplayer {
	margin: 0 0 1.5em 0;
}

p.albumart img, p.photoimg img, div.videoplayer {
	border: 0.083em solid #ccc;
	padding: 0.833em;
	border-radius: 0.333em;
	-moz-border-radius: 0.333em;
	-webkit-border-radius: 0.333em;	
}

p#search-scope {
	text-align: center;
	margin-bottom: 2em;
	margin-top: 0.5em;
}

p.source {
	font-style: italic;
	color: #767676;
	text-align: right;
}

p.tweet {
	padding: 0.667em 0.833em;
	background: #f6f6f6;
	border-radius: 0.333em;
	-moz-border-radius: 0.333em;
	-webkit-border-radius: 0.333em;
}

.post ul, .post ol {
	margin-left: 2em;
}

.post ul {
	list-style-type: disc;
}

.post ol {
	list-style-type: decimal;
}

.meta {
	color: #767676;
}



/* 'utility' elements */

div.clear { clear: both; }