/* css for http://www.thingsgreen.com */

/* things for normal text */
body {
	background-repeat: repeat-y;
	background-image: url(http://www.adrenalineradio.com/thingsgreen/images/Thingsgreen%20Background%20Left%20Hand%20Side.gif);

}
p { font-family: serif; font-size: inherit;}
a[href]:hover { background: white; }
a[href] { font-family: sans-serif; font-size: small; font-weight: bold; }
a:visited { color: blue; }	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #339900;
	background-image: url(http://www.adrenalineradio.com/thingsgreen/images/h1Background.gif);
	background-repeat: no-repeat;
	font-size: x-large;
	font-weight: bold;
	white-space: normal;
	height: 65px;
	margin: 6px 5px 5px;
	clear: both;
	padding: 6px 5px 5px;
	text-indent: 60px;
	background-position: left;
}

li {
	list-style-position: inside;
	list-style-image: url(http://www.adrenalineradio.com/thingsgreen/images/li_bullet.gif);
}

#newsItem {
	border-top: 3px double black;
	border-right: 7px solid black;
	border-bottom: 7px solid black;
	border-left: 3px double black;
	padding: 3px;
	margin-bottom: 15px;
	clear: both;
}

/* things to position different areas - structure */
#tGNavigationBar {
	position: absolute;
	left: 0px;
	width: 200px;
}

#tGMainContent {
	position: absolute;
	top: 120px;
	left: 205px;
	right: 100px;
	background-color: #FFFFFF;
}

#tGHeader {
	position: absolute;
	left: 205px;
}

