body {
	margin: 0;
	padding: 0;
}

/* image alignment classes */
img.center {
	display: block;
	margin: 20px auto;
	width: auto;
}

img.left {
	display: block;
	margin: 10px auto 10px 10px;
}

img.right {
	display: block;
	margin: 10px 10px 10px auto;
}

img.left-wrap {
	float: left;
	margin: .5em 1em .5em 0;
}

img.right-wrap {
	float: right;
	margin: .5em 0 1em 1em;
}
/* END image alignment classes */

/* top navigation */
#navigation {
	padding-left: 14px;
	padding-bottom: 40px;
	margin-left: -5px;
	left: 60%;
	position: absolute;
	top: 0;
}

#navigation ul, #navigation li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li#topnav-home {
	margin-top: 151px;
}
/* END top navigation */

/* header, with background-image "curtain" effect */
#head {
	width: 60%;
}

#brand h1 {
	height: 333px;
	margin: 0;
	padding: 0;
}

#brand h2 {
	clear: left;
	float: left;
	margin: -170px 0 0 10%;
	width: 100%;
}
/* END header, with background-image "curtain" effect */

/* content */
#content {
	clear: left;
}

#content dl.block {
	margin: 0;
}

#content dl.block dt {
	padding-bottom: .2em;
	margin: 1em auto 0;
}

#content dl.block dd {
	margin: 0;
}

#content dl.block dd.block-content {
	margin: 0;
}

body.photos #content dl.block dd.block-content, body.archive-monthly #content dl.block dd.block-content {
	max-width: 100%;
	width: 100%;
}

body.photos #content dl.block dd.block-content p {
	margin: .5em auto;
	max-width: 45em;
}

#content dd.block-content hr {
	display: none;
}

#primary {
	padding-left: 18px;
	padding-bottom: 137px;
	margin-bottom: -1px;	/* pull #secondary up over the bottom-most border */
}

#primary dl.block {
	margin: 0 5%;
	width: 50%;
}

#primary dl.block dd.block-data {
	padding-top: .5em;
	margin: 1em 0 .5em;
}

#secondary {
	float: left;
	margin-top: -116px;
	margin-right: -9px;
	padding: 37px 0 0 4px;
	width: 60%;
}

html>body #secondary {
	margin-left: 0;
}

#secondary dl.block {
	margin: 0 0 0 10%;
	width: 82%;
}

/* comments */
ol#commentlist {
	list-style: none;
	margin: 3em 0;
	padding: 0;
}

li.comment {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	max-width: 45em;
}

li.comment p.comment-numba {
	line-height: 2em;
	padding-right: .5em;
	padding-top: 2em;
	margin: 0;
	text-align: right;
}

li.comment p.comment-numba a {
	color: #C74;
}

li.comment p.comment-numba a:hover {
	color: #C00;
}

#content #secondary li.comment dl {
	margin-left: 0;
}

#content #secondary li.comment dt {
	border: 1px solid #CCC;
	color: #777;
	font-size: 1em;
	line-height: 2em;
	margin-top: -2em;
	padding-right: .5em;
	padding-left: .5em;
}

html>body #secondary #commentlist li.comment dd {
	padding: 0;
	margin: 0 auto;
}

li.comment dd.block-data {
	background: none;
	border: none;
}

form#commentform {
	margin: 3em auto 0;
}

html>body form#commentform legend {
	margin-top: -1.5em;
	margin-left: -1em;
}
/* END comments */
/* END content */

/* sidebar */
#sidebar {
	float: left;
	margin-top: -128px;
	margin-left: 5px;
	padding-left: 9px;
	padding-top: 39px;
	width: 35%;
}

#sidebar dl.block {
	max-width: 35em;
	margin-right: 2em;
}

body.one #sidebar {
	float: none;
	margin-left: 60%;
}

#sidebar dd.block-content {
	margin-left: 25px;
}

#sidebar ul, #sidebar li {
	list-style: none;
	margin: 0 0 .45em;
	padding: 0;
}

#sideblog {
	margin-left: -5px;
	padding-bottom: 40px;
}

#sideblog h4 {
	margin: 2em 0 .5em;
	padding: 0 0 .2em;
}

/* pull the search box out of the #sidebar and beneath the navigation */
#sidebar dl#search {
	position: absolute;
	left: 60%;
	top: 321px;
	padding-left: 4px;
	margin-left: 0;
	max-width: 30em;
}

#sidebar dl#search dd {
	margin-left: 25px;
}

body.one #sidebar dl#search {
	margin-left: 0;
	width: 35em;
}

#search fieldset {
	display: block;
}

#search dt {
	margin: 0;
	padding: 0;
}

#search ul, #search ul li {
	font-weight: bold;
	list-style-type: disc;
	margin-left: .5em;
	padding-left: .5em;
}

#search li a {
	font-weight: normal;
}

ul#select-skin {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#select-skin li {
	display: inline;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	padding-right: 15px;
}
/* END pull the search box out of the #sidebar and beneath the navigation */
/* END sidebar */

/* footer */
#footer {
	border: 1px transparent;
	clear: both;
	padding-left: 60%;
	padding-bottom: 1em;
	margin: -2px 0;
}

#footer ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#footer li {
	list-style: none;
	display: inline;
	padding: 0 .4em 0 .6em;
	border-left: 1px solid #777;
}

#footer li.first {
	border-left: 0;
	padding-left: 29px;
}

#footer p {
	margin-left: 29px;
	margin-right: 2em;
	max-width: 35em;
}
/* END footer */