/* Eric Meyer's Reset Styles */
html, body, div, span,
applet, object, embed, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1.2;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
/* END Reset Styles */

/* Site Styles */
html {
	font-size: 12px;
}

html, body {
	background-color:#121212;
	font-size:1em;
	color:#ccc;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(/images/site_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
}

a {
	color:#99c;
}

p {
	margin-top:.5em;
}

code {
	white-space:pre;
	font-family:monospace;
}

h1 {
	text-indent: -99999px;
	height:1px;
}

h3 {
	font-weight:normal;
	font-style:italic;
	margin-top:0.4em;
}

p+p {
	text-indent: 1.5em;
	margin-top:.5em;
}

#language {
	float:left;
	height:30px;
	width:115px;
	margin-right:10px;
	border-right:1px solid #666;
}

#navigation {
	width:100%;
	top:0;
	left:0;
	line-height:30px;
	height:30px;
	border-top:1px solid #dedede;
	position:absolute;
	/*background-color:#999;*/
}

#navigation a {
	text-decoration:none;
}

#navigation img {
	float:left;
	padding-right:1em;
}

#language a {
	padding-left:10px;
	padding-top:5px;
	display:block;
	color:#000;
	width:104px;
	height:25px;
	line-height:20px;
	border-right:1px solid #ccc;
	font-size:0.8em;
}

#language a:hover {
	background-color:#ccc;
	border-right:1px solid #fff;
}

#language a {
	text-decoration:underline;
}

#navigation ul {
	float:left;
	height:30px;
	list-style:none;
	padding-top:5px;
}

#navigation li {
	display:inline;
}

#navigation li a {
/*	float:left;
	display:block;*/
	font-family:Georgia;
	font-weight:bold;
	font-size:1.1em;
	padding:0 .9em;
	color:#336;
}

#navigation li a:hover, #navigation li.selected a {
	color:#600;
}

#wrapper {
	width:780px;
	margin:auto;
}

#content {
	width:586px;
	margin-top:88px !important;
	font-size:0.8em;
	float:left;
	background-color:#000;
	padding-right:194px;
	background-image:url(/images/content_bg.gif);
}

#content h3 {
	margin-top: 1em;
	font-weight: bold;
	font-size: 1.1em;
}

#content ul {
	margin-top: 0.5em;
	margin-left: 1em;
	list-style-type: disc;
}

#content ul ul {
	margin-bottom: 0.5em;
}

#content ul ul li {
	list-style-type:circle;
}

#content li.done {
	color:#666;
	text-decoration:line-through;
	list-style-image:url(/images/check16.gif) !important;
}

#alots_promo {
	width:566px;
	height:141px;
	background:url(/images/alots_promo.jpg) left top no-repeat;
	font-family:Georgia;
	padding:10px;
	padding-top:5px;
	text-align:right;
}

#alots_promo div {
	text-align:right;
	color:#333;
	padding-top:2px;
}

#alots_promo .album_title {
	font-size:1.3em;
	color:#600;
	font-style:italic;
	padding-top:0 !important;
}

#alots_promo .title {
	font-style:italic;
}

#alots_promo a {
	color:#333;
	display:block;
	text-align:right;
	text-decoration:none;
	width:150px;
	float:right;
	clear:right;
	border-bottom:1px solid;
	padding-top:2px;
}

#alots_promo .stores {
	clear:both;
}

#alots_promo .stores a {
	display:inline !important;
	float:none !important;
}

#alots_promo a img {
	float:left;
}

#blog {
	/*padding-right:194px;*/
	background-image:url(/images/content_bg.gif);
}

#secondary {
	/*margin-top:-56px;*/
	/*margin-top:-212px;*/
	margin-left:-194px;
	margin-top:30px;
	float:left;
	width:184px;
	background-color:#333;
	font-size:0.8em;
	padding-left:10px;
}

#secondary h2 {
	font-family:Georgia;
	color:#ffc;
	font-weight:normal;
	height:30px;
	background-color:#999;
	line-height:28px;
	margin-bottom:5px;
	margin-left:-10px;
	padding-left:10px;
	font-size:1.5em;
	border-bottom:1px solid #666;
	border-top:1px solid #dedede;
}

#secondary ol, #secondary ul {
	margin-bottom:.7em;
	list-style:none;
	color:#ccc;
}

#secondary ol#dates, #secondary ul, #secondary p {
	list-style:none;
	margin-bottom:1em;
}

#secondary #dates li {
	margin-bottom:1em;
}

.date {
	color:#c66;
	font-weight:bold;
}

.article {
	margin:1em;
        border-bottom:1px dotted #600;
	margin-bottom:2em;
}

.article ol {
	margin:.5em 2em;
	list-style-type:decimal;
}

.article h2 {
	display:inline;
}

.article h2 a {
	font-family:Georgia;
	font-weight:normal;
	color:#fff;
	font-size:1.3em;
	text-decoration:none;
}

.article h2 a:hover {
	text-decoration:underline;
}

.article .date {
	font-family:Georgia;
	font-weight:normal;
	color:#fc6;
	font-size:1.3em;
	margin-right:.5em;
}

.article p {
	margin-top:.5em;
	text-indent:1.5em;
}

.article .tags {
	margin-bottom:.5em;
}

.article .author {
	text-align:right;
	margin-top:0.5em;
	font-size:0.85em;
	background-color:#121212;
	padding:2px 5px;
}

.article .posted_by {
	font-weight:bold;
	color:#666;
}

.article .letter {
	border:1px solid #600;
}
.article .letter, .article .letter * {
	color:#ccc;
	background-color:#333;
	padding:1em 2em;
}

.letter p {
	padding-top:0 !important;
}

#footer {
	bottom: 0;
	margin: 1em;
	clear:both;
}

blockquote {
	display:block;
	white-space:pre;
	margin:1em;
	background-color:#dedede;
}

#comments {
	width:70%;
	padding:0 2em;
	margin:auto;
}

#comments .comment {
	margin:1em auto;
	padding-bottom:0.5em;
	width:80%;
	border-bottom:1px dotted #600;
}

#comments .comment_name {
	font-weight:normal;
	font-size:1.1em;
	color:#fc6;
	font-family:Georgia;
}

#comments p {
	text-indent:1em;
}

#comments #comment_entry {
	background-color:#333;
	padding:0.5em 2em;
	margin:auto;
}

#comments .comment_date {
	font-size:0.8em;
	color:#c66;
}
.song {
	margin-bottom:1.5em;
}

.song h2 {
	color:#fff;
	font-size:1.1em;
	margin-bottom:.5em;
	font-family:Georgia;
}

.song h2 a {
	text-decoration:none;
	font-size:1.1em;
}

.song p {
	margin-left:1em;
}

