blockquote {
	border-left: 8px solid #ccc;
	background: #eee;
	padding: 1em 4em;
	clear: both;
}

strong {
	text-transform: uppercase;
	font-weight: normal;
}

.old_new_nav {
	position: relative;
	test-transform: uppercase;
	padding: 2em 1em;
	border-top: 1px solid #ccc;
	clear: both;
}

.old_new_nav a {
	text-decoration: none;
}

.older {
	position: absolute;
	left: 1em;
}

.newer{
	text-align: right;
	position: absolute;
	right: 1em;
}

html, body {
	padding: 0;
	height: 100%;
}

body {
	margin: 0 auto;
	color: #333;
	font-size: 13px;
	font-family: courier, monospace, serif;
	line-height: 1.3em;
	background: #fff;
}

img {
	border: 0;
}

p {
	margin: .6em 0;
}

h1, h2, h4, h5, h6 {
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: .2em;
	margin-top: 1.2em;
}

h1 {
	margin: 0 0 3em 0;
	position: relative;
	left: -2em !important;
}

h3 {
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: .2em;
	margin-top: 1.2em;
	font-weight: normal;
}

h3 a, h1 a {
	text-decoration: none;
}


a {
	color: #1f3d59;
	text-decoration: underline;
}

#container {
	margin: 4em auto 2em;
	width: 1000px;
	position: relative;
}

.eachpost {
	min-height: 350px;
	clear: both;
	/* background: url("../images/translucent.png") repeat; */
	background: #fff;
	margin: 0;
	padding: 2em 0 2em 1em;
	border:  solid #ccc;
	border-width: 1px 0 0 0;
}

#archive .eachpost {
	border-width: 0;
	padding: 0 0 1em;
}

.eachpost img {
	border: 1px solid #ccc;
	width: 300px;
	height: 300px;
	background: #fff;
	float: left;
	margin: .6em 1em 3em 0;
}

img.illo_non-track {
	width: auto;
	height: auto;
	margin: .3em 1em 1em 0;
}

img.illo_non-track_alt {
	width: auto;
	height: auto;
	margin: .3em auto 1em auto;
	float: none;
	display: block;
}

.attribution {
	text-align: right;
	margin: -.4em 0 1.4em;
}

.intro {
       margin-bottom: 3em;
	padding: 0 1em;
	/* background: url("../images/translucent.png") repeat; */
	background: #fff;
}

#scrollercontent {
	margin: 2em;
	width: 46em;
	padding-top: 2em;
}

#navigation {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 1em 1em;
	z-index: 5;
	width: 300px;
}

#navigation h3 {
	margin: 2em 0 0;
}

#navigation ul {
	margin: 0 0 1em 1em;
	padding: 0;
}

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

.navcheat {
	text-decoration: underline !important;
	color: #1f3d59 !important;
}

#playerholder {
	margin: 1em 0;
}

#paginator {
	clear: both;
	margin: 1em 0;
        border-top: 1px solid #ccc;
        padding-top: 1em;
}

#paginator a {
	text-decoration: none;
	color: #000;
}

#cpreview {
	background: #ffe99d;
	padding: .5em 1.5em;
	margin: 1em;
}

.comments_invite {
	text-align: left;
}

.comments li {
	padding: 1em;
}

#commentzone {
	clear: both;
}

#commentzone form {
	border-top: 1px solid #ccc;
	padding-top: 1em;
}

#songnav ul li {
       	list-style: circle !important;
       	margin-left: 1em;
	margin-bottom: .5em;
	line-height: 1.2;
}

#songnav ul {
       margin-bottom: .2em;
}

#songnav a {
	text-decoration: none;
}

.posted {
	text-transform: none;
}

.eachpost ol {
	 /* list-style-position: inside; */
	position: relative;
	left: 2em;
}

#slideshows {
	margin-top: 1.5em;
}

.slideshow_wrapper {
	border-top: 1px solid #ccc;
	padding-top: 1em;
	margin-top: 1.5em;
}

.slideshow {
	min-height: 452px;
	width: 602px;
	margin: 2.5em auto 0 auto;
	clear: both;
	padding-top: 1em;
}

.slideshow_tall {
	height: 602px;
}
	
.slideshow img {
	border: 1px solid #ccc;
	background-color: #eee;
	width: auto;
	height: auto;
	margin: auto;
}

#slideshows p {
	width: 100%;	
}

.slide_nav { line-height: 1; word-spacing: 0; width: 100%; clear: both;}
.slide_nav a { width: 32px; height: 32px; padding: 0px; margin: 2px; display: inline-block; }
.slide_nav img { border: 1px solid #ccc; width: 30px; height: 30px; }
.slide_nav a.activeSlide img { border: 2px solid #333; }
.slide_nav a.activeSlide { margin: -2px 3px 3px 1px; }
.slide_nav a:focus { outline: none; }
