/*Welcome to the Cascading Style Sheet for
pixellava.com by Pixel Lava Interactive

NOTES:
no punctuation = universal style (for a, body, H1, H2, span, etc.)
. = div class="___", will show up in Dreamweaver's code inspector
# = div id="___", won't show up in Dreamweaver's code inspector
A Note On Padding and Spacing: top right bottom left


/* general ____________________________*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	background-image:  url(images/bg.jpg);
	background-position: center;
}

/* containers ____________________________*/

div#menu  {
	width: 170px;
	height: 300px;
	text-align: left;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}
div#clock  {
	background: url(images/rise_09.jpg);
	width: 283px;
	height: 86px;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.menu {
	width: 900px;
	height: 25px;
	background-image: url(../../images/menu_bg.jpg);
}

/* feedburner ____________________________*/

div.feedburnerFeedBlock ul li span.headline {
	font-weight: bold;
	display: block;
	margin: 12px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: underline;
	/* blue*/
	font-color: #003399;
}

div.feedburnerFeedBlock ul li p.date {
	font-weight: bold;
	display: block;
	margin: 3px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/* green*/
	font-color: #009933;
}

div.feedburnerFeedBlock ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/* blue*/
	color: #003399;
}

div.feedburnerFeedBlock {
	border: 2px solid #ddd;
	padding: 12px;
	background-color: #fff;
	width: 500px;
}


/* text ____________________________*/

.H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #006600;
	font-weight: bold;
}

.H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #006600;
}

.H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006600;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

a {
	color:#0099CC;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

.footerhref {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF3300;
}
.promowhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.promohref {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00CC00;
}
