/***condensed meyer reset***/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	padding: 0;
	margin: 0;
	}
fieldset, img { 
	border: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
ol, ul {
	list-style: none;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
	}
q:before, q:after {
	content: '';
	}
abbr, acronym { 
	border: 0;
	}


/***********************/

body {
	font-family: Helvetica, "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	text-align: center;
	background-color: white;
	color: #888;
	}

/***boxes etc***/

#content0 {
	position: absolute;
	left: 50%;
	width: 750px;
	margin-top: 35px;
	margin-left: -375px;
	text-align: center;
	}


#gallery {
	width: 500px;
	margin: 30px auto;
	text-align: left;
	padding: 15px;
	text-align: left;
	}
	
#gallery a {
	border: none;
	}
	
#gallery img {
	width: 75px;
	height: 75px;
	}

img.icon {
	border: 1px solid #777;
	margin-bottom: .75em;
	}


img.lightborder {
	border: 1px solid #aaa;
	margin: 5px;
	}

div.audioplayer {
	text-align: left;
	margin-left: 338px;
	border: 0px solid red;
	}

/*** table stylings ***/

table#discog {
	margin-top: 40px;
	text-align: left;
	}
	
table#discog td {
	min-width: 200px;
	padding: 0;
	margin: 0;
	vertical-align: top;
	}
	
table#discog tr {	
	height: 250px;
	}

table#discog p {
	font-size: 10px;
	line-height: 14px;
	margin-top: 4px;
	margin-bottom: 4px;
	}

table#discog p strong {
	font-weight: bold;
	}

table#discog a img {
	border: 2px solid #ddd;
	}

table#discog a {
	border-bottom: 0;
	}

table#discog img {
	border: 2px solid #ddd;
	}

table#discog a:hover img {
	border: 2px solid #31729c;
	}


/***typography***/

h1 {
	font-family: Helvetica, sans-serif;
	font-size: 26pt;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: .5em;
	}

h2 {
	font-family: Helvetica, sans-serif;
	text-decoration: none;
	font-size: 32px;
	font-weight: bold;
	color: #31729c;
	margin-bottom: .15em;
	}
	
h3 {
	font-size: 19pt;
	color: #555;
	font-family: Georgia, times, serif;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 0em;
	}

p {
	font-size: 11.5pt;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	}

p.small {
	font-size: 10px;
	}

p.slashes {
	font-size: 10px;
	}
	
p.caption {
	font: italic bold 12pt Georgia, serif;
	color: #555;
	}

a.captionlink {
	font: italic bold 11pt Georgia, serif;
	}

a.nodecoration {
	text-decoration: none;
	}

	
#clipsinfo ul {
	line-height: 1.5em;
	}

#clipsinfo li {
	height: 151px;
	}

#clipsinfo li p {
	font-size: 8pt;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: .5em;
	}

em	{
	font-weight: bold;
	color: #31729c;
	}

a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dashed #31729c;
	}

a:hover {
	color: #31729c;
	}

