/* **** basic fonts and things **** */

body {
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
	background-color: #393121;
	}

p, li {
	font-family: 'Georgia', Garamond, 'Times New Roman', Times, Serif;
	font-size: 13px;
	line-height: 160%;
	color: #E4DBBE;
	}

h1, h2, h3 {
	font-family: 'Luxi Serif', Georgia, Garamond, 'Times New Roman', Times, Serif;
	font-weight: normal;
	letter-spacing: -0.04em;
	color: #E6DCBA;
	}

h1 {
	font-size: 28px;
	}
h1.articleheader a {
	text-decoration: none;
	}
h1.articleheader a:hover {
	text-decoration: underline;
	}
h2 {
	font-size: 22px;
	}
.articledate h2 {
	color: #BCB48F;
	}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #CABC7B;
	}

a	{
	color: white;
	}
a:hover {
	color: #FEEFA6;
	}

img {
	border: 0px;
	}

.introtext em {
	color: white;
	}
	
hr	{
	height: 0px;
	border: 0px;
	border-bottom: 1px solid #A99A8B;
	}

/* **** page layout **** */

#headercontainer {
	width: 100%;
	background-color: black;
	height: 281px;
	}
	
#headercontent {
	width: 910px;
	height: 281px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}

#headerdarkcontainer {
	width: 100%;
	background-image: url('_gfx/bg_page_dark_top.jpg');
	background-position: center;
	height: 48px;
	}

#headerdarkpagecontainer {
	/* override */
	background-image: url('_gfx/bg_page_dark_top_page.jpg');
	}

#headerdarkcontent {
	width: 910px;
	height: 48px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}
	
#darkcontainer {
	width: 100%;
	background-image: url('_gfx/bg_page_dark.jpg');
	background-position: center 120px;
	height: 112px;
	}	
	
#darkcontent {
	width: 910px;
	height: 112px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}

#introtext-col1 {
	position: absolute;
	left: 90px;
	top: 10px;
	width: 340px;
	}
	
#introtext-col2 {
	position: absolute;
	left: 470px;
	top: 10px;
	width: 340px;
	}

.introtext p {
	margin-top: 0px;
	}
	
#darkpagecontainer {
	width: 100%;
	background-image: url('_gfx/bg_pagetop.jpg');
	background-position: center;
	height: 45px;
	}

#darkpagecontent {
	width: 910px;
	height: 48px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}
	
img#darkpagerule {
	width: 910px;
	height: 45px;
	position: absolute;
	left: 0px;
	}

#pagecontainer {
	width: 100%;
	background-image: url('_gfx/bg_page.jpg');
	background-position: center;
	}
	
#pagecontent {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 95px;
	}

	
#homepagefooter {
	margin-top: -50px;
	margin-left: 100px;
	margin-right: 100px;
	padding-bottom: 50px;
	}

	
/* **** blog article things **** */
.articlecontainer {
	margin-top: -60px;
	}
	
.articledate {
	margin-top: 50px;
	width: 100px;
	}
	
img.underlinedate {
	width: 63px;
	height: 18px;
	position: relative;
	top: -15px;
	}

.articletext {
	position: relative;
	top: -112px;
	left: 100px;
	width: 520px;
	}

.articletext img {
	margin-right: 25px;
	margin-bottom: 15px;
	padding: 1px;
	border: 1px solid #CABC7B;
	}
	
.articletext a img:hover {
	border: 1px solid #FEEFA6;
}

h1.articleheader, h3.articleheader {
	display: inline;
	}
	
h3.articleheader {
	font-weight: normal;
	}
	
p.commentlinks {
	clear: both;
	}
	
/* *** gallery *** */
.gallery, .soundtrack, .prodphotos {
	position: relative;
	top: -60px;
	margin-bottom: 40px;
	}

.gallery img, .soundtrack img, .prodphotos img {
	margin-right: 18px;
	margin-bottom: 20px;
	padding: 1px;
	border: 1px solid #766F4F;
	}
	
.gallery a img:hover, .soundtrack a img:hover, .prodphotos a img:hover {
	border: 1px solid #FEEFA6;
	}

ol.soundtracklist {
	list-style-image: url('_gfx/audio-x-generic-1.png');
	}

ol.soundtracklist a {
	position: relative; top: -6px;
	}
