@charset "UTF-8";
/* CSS Document */

@import url('http://yui.yahooapis.com/2.8.0r4/build/reset-fonts-grids/reset-fonts-grids.css');

/* BASE */
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em 0;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

/* end of BASE */

a, a:visited {
	color: black;
	font-weight: bold;
}

#doc {
	width: 760px;	
}

#big-image {
	float: right;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding: 0 12px;
	width: 210px;
	height: 1002px;
	background: #FFD612;
}

h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%; 
	margin-bottom: 5px;
}
h2 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;
	margin-bottom: 5px;
	text-transform:uppercase;	
}

#excerpts li {
	margin: 1em 0;
	padding-left: 20px;
	background: url(images/icon_audio.gif) 0 0 no-repeat;
}

#excerpts a {
	text-decoration: none;	
}

#excerpts a:hover {
	text-decoration: underline;	
}

.pdf {
	padding: 5px 0 5px 20px;
	background: url(images/icon_pdf_tiny.gif) 0 50% no-repeat;
}


#radiotower {
	margin: 0 9px 0 0;	
}

#content-depot,
#prx {
	padding-left: 60px;
	background: 0 50% no-repeat;
}

#content-depot {
	background-image: url(images/icon_arrow.gif);
}

#prx {
	background-image: url(images/icon_prx.gif);
}

.legal {
	font-size: 77%;	
}

.legal strong {
	text-transform: uppercase;
}

img.hr {
	display: block;
	margin: 10px auto;
}
