html { height: 100%; }

body {
	font-family: arial, helvetica, sans-serif;
	font-size: .8em;
	height: 100%;
	margin: 0;
	color: #000;
	background: #FFF;
}

a {
	text-decoration: none;
	outline: 0;
	color: #551DFF;
}

a:visited { color: #551DFF; }
a:active   { color: #551DFF; }
a:hover { text-decoration: underline; }

img { border-style: none; }

h2 {
	font-size: 1.17em;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	padding: 0 0 15px 0;
	color: #000;
}

p {
	line-height: 150%;
	margin: 0;
	padding: 0 0 15px 0;
}

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

form { margin: 0; } /* IE6 */

#wrapper {
	position: relative;
	min-height: 100%;
	width: 800px;
	margin: 0 auto 0 auto;
}

#content { padding: 55px 0 55px 0; }

/***** Header *****/

#header {
	width: 499px;
	margin: 0 auto 0 auto;
	padding: 20px 0 20px 0;
}

/***** Nav *****/

#nav { 
	width: 417px;
	height: 49px;
	margin: 0 auto 0 auto;
}

#nav li { display: inline; }

#nav a {
    width: 103px;
	height: 49px;
    float: left;
}

#nav img {
	width: 1px; 
	height: 49px; 
	float: left;
}

#about_btn { background: url("img/about_btn.png") no-repeat; }
#news_btn { background: url("img/news_btn.png") no-repeat; }
#music_btn { background: url("img/music_btn.png") no-repeat; }
#ocrsoft_btn { background: url("img/ocrsoft_btn.png") no-repeat; }

#nav .inactive:hover { background-position: -206px 0; }
#nav .active { background-position: -103px 0; }

/***** Footer *****/

#footer {
	font-style: italic;
	width: 800px;
	height: 74px;
	margin: 0 auto 0 auto;
	padding: 0 80px 0 80px; /* same as wrapper */
	color: #999;
}

#footer img { 
	float: left;
	margin: 0 16px 0 0;
}

#footer_content { padding: 24px 0 0 0; }

#footer ul {
	font-style: normal;
	float: right; 
}

#footer li { display: inline; }

#footer a { color: #000; }

/***** News *****/

.article h2 { color: #FF6700; }

.date { 
	color: #999;
	padding: 0 0 7px 0;
}

/***** About *****/

#links {
	height: 34px; /* set to icon height */
	padding: 0 0 15px 0;
}

#links a { margin: 0 10px 0 0; }

/***** Music *****/

.release {
	display: block;
	height: 157px; /* album art + shadow */
	margin: 0 0 25px 0;
}

.release li { margin: 0px 0 10px 0; }

.album_art {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 0 7px 7px;
	background: url('img/album_shadow.png') no-repeat;
}

.download {
	font-weight: bold;
	font-style: italic;
	padding: 0 0 0 10px;
}

#artist_list { 
	float: right;
	width: 175px; /* for IE6 */
}

html>body #artist_list { 
	width: auto; 
	min-width: 125px; /* for everything else */
}

#artist_list li { 
	margin: 0 0 1px 0; 
	padding: 0 18px 0 0; /* #artist_list a right + left padding*/
}

#artist_list a {
	font-style: italic;
	display: block;
	width: 100%;
	padding: 5px 10px 5px 8px;
	color: #000;
	background: #DAFF87;
}

#artist_list a:hover {
	text-decoration: none;
	color: #FFF;
	background: #6C9C00;
}

/***** Forms *****/

form ol {
	font-style: italic;
	width: 400px;
	margin: 0 0 15px 0;
	padding: 10px 12px 0 10px; /* makes up for field border */
	background: #DAFF87;
}

label {
	display: block;
	margin: 0 0 4px 0;
	color: #000;
}

form li { padding: 0 0 10px 0; }

textarea {
	width: 100%;
	height: 150px;
}

.field { border: 1px dotted #6C9C00; }

.short   { width: 100px; }
.long     { width: 100%; }

.error {
	float: right;
	color: #F00;
}

.save   {
	float: right;
	color: #6C9C00;
}

/***** Tables *****/

table {
	font-style: italic;
	text-align: left;
	clear: both;
	width: 100%;
	margin: 0 0 15px 0;
	border-collapse: collapse; /* border-spacing: 0 1px; */
}

.alt {  background: #DAFF87; }

td { padding: 5px 20px 5px 8px; }

/***** Promotion *****/

#promotion {
	margin: 60px;
}

/***** DELETE THIS SOMEDAY *****/

#gg {
	text-align: center;
}
