
	/*============================================================
	CSS 2.1 style sheet for http://spinitron.com/public/
	Copyright (c) 2002-2009 Spinitron http://spinitron.com.

	Users may override these style definitions by adding the GET
	pataremeter 'css' to a link. The parameter value should be a 
	URI to a file containing valid css style rules that override
	any or all of those defined here. e.g.
	http://spinitron.com/public/index.php?station=wxyz&css=http://my.server.com/stuff/spinstyle.css

	Additionally, if your station admin has set up an alternate
	stylesheet on spinitron, you can activiate it by setting
	css=true, e.g. 
	http://spinitron.com/public/index.php?station=wxyz&css=true
	
	For information on customization with user style sheets, station
	members may read the user guide available to logged on users.
	============================================================ */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, 
h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, 
del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, tt, var, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td {  
	/* default resets */
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 1em;
	}



	/******************************************************************
	*******************************************************************
	SECTION 2
	=========
	styles below apply to the main content of the page in the #right 
	<TD> of the #middle <TABLE>. 

	styles above apply only to the rest of the page. so styles above
	can be ignored if you set the ptype GET parameter to d, i or s.
	see the integration page of the user guide for more details.
	
	however, some styles in this section may apply to elements outside
	the main content.
	*******************************************************************
	******************************************************************/


	/*=================================================================
	#right is a table cell in #middle containing the main page content
	=================================================================*/
#right {
	padding-left: 1em;
	}

	/*=================================================================
	general default styles -- changing these may affect element outside
	of #right.
	=================================================================*/
#spinitronembed a:hover {	/* mouse over links */
	color: #a00;
	}
#spinitronembed a img {
	border: none;
	}
#spinitronembed h1 {		/* headings */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	background: #e7e7e7;
	color: #400;
	}
#spinitronembed h2 {		/* sub-headings */
	color: #400;
	font-size: 1.2em;
	font-weight: normal;
	}
#spinitronembed p {			/* paragraphs */
	line-height: 1.28em;
	}
#spinitronembed .lead {		/* adds 1em leading to any element */
	margin-top: 1em;
	}
#spinitronembed .leadhalf {	/* adds half em leading to any element */
	margin-top: 0.5em;
	}
#spinitronembed b {			/* bold text */
	font-weight: bold;
	color: #222;
	}
#spinitronembed ul {		/* bullet lists */
	list-style: disc inside;
	margin: 1em 0 0 0;
	font-weight: bold;
	}
#spinitronembed li {		/* bullet items */
	text-indent: 0.4em;
	font-weight: normal;
	}
#spinitronembed td {		/* tabel cell contents aligned at the top */
	vertical-align: top;
	}
#spinitronembed .ahem {		/* used to hide things. override at your peril */
	display: none;
	}
#spinitronembed small {		/* small is an html tag */
	color: #444;
	background: inherit;
	}

p.plhead {				/* heading for a playlist or other pages */
    font-size: 1.4em;
	}
p.plheadsub {			/* sub-heading for same */
	margin-top: 0.3em;
    text-transform: uppercase;
	}
p.plheadsub.lead {		/* adds leading to same */
	margin-top: 1em;
	}
p.plnotes1,
p.plnotes2 {			/* notes under these headings before the data */
    margin: 0;
    font-size: 0.95em;
	}
p.plnotes2 {			/* adds margin before data tables/lists */
    margin-bottom: 0.5em;
	}
.indent {				/* indents any element */
	margin-left: 1.5em;
	}

	/*	table.pl -- used for tables of various kinds of info */
table.pl {
    margin: 1em 0 0 0;
	border: 1px solid #ccc;
	border-collapse: collapse;
	}
table.pl th,
table.pl td {		/* heading and content cells */
	padding: 0.2em 0.5em;
	border: 1px solid #ccc;
	}
table.pl th { 		/* heading cells */
    color: black;
	background: #e7e7e7;
	}

	/* lists of stations, playlists etc. */
p.stationrow {		/* a row in the list  */
	margin: 0.6em 1em 0 0;
	}
p.plrow,
p.pltime {			/* paras within a playlist or a table of playlists */
    margin: 0.2em;
	}
a.arrowpllink {		/* =>Playlist links */
	font-style: italic;
	text-decoration: none;
	padding-left: 1em;
	white-space: nowrap;	/* probably won't work */
	}
#pltable {			/* table listing a dj or show's logged playlists */
	border: none;
	}
#pltable td {		/* cells within same */
	border: none;
	border-top: 1px solid #600;
	background: white;
	padding-right: 1em;
	}
#pltable td.x {		/* cells within same that don't have a line above */
	border-top: none;
	}
#pltable a {		/* links within same */
	text-decoration: none;
	}

	/*	============================================================
	music database browser styles
	============================================================ */

	/*	#dbbrowser is the big 5-column table of artist, disk, label names. */ 
#dbbrowser p {			/* each artist, disk, label name is in a p */
	margin: 0 0 0 0.5em;
	text-indent: -0.5em;
	font-size: 0.8em;
	}
#dbbrowser a, 
#dbbrowser a:visited {	/* links in the same */
    text-decoration: none;
    color:  black;
	background: inherit;
	font-weight: normal;
    outline: none;
	}
#dbbrowser a:hover  {	/* mouse over links in the same */
	color: inherit;
	background: #eeb;
	}

	/*	user comments styles displaed on DB item details pages */
div.comment-section {	/* the comments section */
    margin: 2em 2em 0 0;
	}
p.comment-head {		/* heading text for the comment */
    font-size: 1em;
    font-weight: normal;
    border-bottom: 1px solid #666;
	margin-bottom: 0.4em;
	}
div.comment {			/* one comment block */
    padding-bottom: 0.8em;
    padding-top: 0.4em;		
    border-bottom: 1px dotted #999;
	}
div.comment p.comment-post {	/* comment info */
	font-style: italic;
	}
div.comment p {			/* paragraps of comment text */
    background: inherit;
	color: black;
	margin-top: 0.4em;
	}


	/*============================================================
	the shedule
	take care here. the widths and heights in % should be left
	alone. the grid is layed out by percents of the size of the
	envlosling #bigscheddiv, height of which you can override.
	#middle's class is "wide" for the program schedule to make
	it as wide as the browser viewport can take
	============================================================ */
#catselector a {		/* links in the show category selector above the schedule */
	}
#catselector a.hilite {
	/* javascript appends 'hilite' to a link's classname when the user clicks it */
	color: black;
	background: #fc8;
	}
#bigscheddiv {			/* div enclosing the schedule */
	position: relative;
	width: 100%;
	min-width: 40em;	/* min-width doesn't work in MS-IE6. sorry */
	height: 80em;
	/* the block that defines the size of the schedule therefore also the elements within */
}
div.schedshow, 
div.schedbg0, 
div.schedbg1, 
div.schedday {			/* boxes in the schedule are absolutely positioned */
	/* block elements within the schedule */
	position: absolute;
	border: none;
	}
div.schedshow {	
	/*  box for one show in the schedule. width, top and left property values 
		are set by the script as it generates the schedule */
	background: #ddd;
	border: 1px solid #600;
	text-align: center;
	line-height: 1.2;
	overflow: hidden;
	}
div.schedshow.hilite {
	/* 'hilite' is dynamically appended to applicable blocks' classname  
		when the user selects a show category */
	background: #fc8;
	}
div.schedshow p {		/* para within a show box */
	font-size: 0.85em;
	padding: 0.2em 0.1em;
	margin: 0;
	}
div.schedshow a {		/* the first link within a show box */
    text-decoration: none;
	color: #700;
	font-weight: normal;
    outline: none;
	}
div.schedshow span a {	/* the other link within a show box */
	background: transparent;
	color: black;
	}
div.schedshow a:hover { /* links in the show boxes */
	background: #eeb;
	}
div.schedday {			/* days of the week at the top of the grid */ 
	width: 13%;
	padding-top: 0.4em;
	text-align: center;
	}
div.schedbg0,
div.schedbg1 {			/* short wide background boxes for hours of the day */
	/* allows different styles for alternating rows. not currently used by
	   default but it's available. property 'top' is set by the script */ 
	background: white;
	border: 1px solid #aaa;
	left: 3%;
	width: 94%;
	}
div.schedbg0 p, 
div.schedbg1 p {		/* hour of the day labels  */
	position: absolute;
	top: -0.7em;
	font-size: 0.85em;
	background: transparent;
	padding: 0;
	}
p.hourl {				/* hour labels on the left */
	text-align: right;
	right: 100.5%;
	}
p.hourr {				/* hour labels on the right */
	text-align: left;
	left: 100.5%;
	}

