BODY {
	font-family: sans-serif;
	font-size: 1em;
	background-color: #fc0;
	padding: 0px;
	margin: 0px;
	
	background-image: url(bigcow.png);
	background-repeat: no-repeat;
	background-position: left bottom !important;	
	background-attachment: fixed !important;	
	background-attachment: scroll;	
	background-position: 0px 300px;
}

H1 {
	border-bottom: 2px solid #900;
	margin-top: 0px;
	font-size: 1.5em;
}

H2 {
	border-bottom: 1px solid #900;
	margin-top: 0px;
	font-size: 1.4em;
}

H3 {
	font-size: 1.3em;
}

H4 {
	font-size: 1.2em;
}

H5 {
	font-size: 1.1em;
}

A {
	color: #900;
}

A:Visited {
	color: #600;
}

A:Hover {
	color: #a00;
}

FORM {
	margin: 0px;
	margin-bottom: 2px;
}

INPUT {
	border: 1px solid #900;
	background-color: #FFEC9D;
	padding-left: 2px;
}

BUTTON {
	border-width: 1px;
	border-color: #900;
	background-color: #900;
	color: #fc0;
}

/* id tags must be last to force formatting */

HR.divider {
	display: none;
}

#mainFrame {
	padding: 0px;	
}

/* header */

#titleFrame {
	background-color: #900;
	color: #fc0;
	height: 99px;	/* 99 + 1 (border) = 100*/
	border-top: 1px solid #900; /* fixes an issue for mozilla? */
}

#title H1 {
	width: 256px;
	height: 87px;
	margin: 5px;
	margin-left: 10px;
	background-image: url(vbtext.png);
	background-repeat: no-repeat;
}

#title H1 SPAN {
	display: none;
}

#titleLogo {
	background-image: url(vblogo.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;	
	height: 199px;
	width: 160px;
	margin: 0px;
}

/* breaking news */

#nowFrame {
	position: absolute;
	top: 0px;
	left: 350px;
	height: 100px;
	width: 300px;
}

#nowFrame FIELDSET {
	border: 2px solid #fc0;
	font-size: 0.85em;
	color: #fc0;
	margin: 0px;
	padding: 5px;
	background-color: #900;
}

#nowFrame LEGEND {	
	font-weight: bold;	
}

#nowFrame DL {
	margin: 0px;
}

#nowFrame DT {
	font-weight: bold;	
	clear: both;
	float: left;
	font-size: 0.9em;
	padding-right: 2px;
}

#nowFrame DD {
	font-style: italic;
	margin-left: 12px;
	padding-left: 2px;
}

/* content part */

#contentFrame {
	margin: 10px;
}

#menu {
	float: left;
	border: 1px solid #900;
	width: 150px;	
	padding: 1px;
	font-weight: bold;	
}

#menu BR {
	display: none !important;
}

#menu UL {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

#menu LI {
	font-size: 0.8em;
	list-style: none;
	margin: 0px;
	padding: 1px;		
	padding-left: 10px;		
}

#menu A {
	text-decoration: none;		
	color: black;	
}

#menu A:Hover {
	text-decoration: underline;
}

#menu H5 {
	margin: 0px;
	margin-bottom: 1px;
	background-color: #900;	
	font-size: 0.95em;
	padding: 1px;	
	padding-left: 2px;
}

#menu H5 A {
	color: #fc0;	
}

#content {
	min-height: 80px; /* Note: shouldn't be needed because the site needs content */

	background-color: #ffdb4d;	
	border: 1px solid #900;
	margin: 0px;
	margin-left: 160px;
	padding: 5px;
	
	background-image: url(bigcowc.png);
	background-repeat: no-repeat;
	background-attachment: fixed !important;	
	background-position: left bottom !important;	
	background-attachment: scroll;	
	background-position: -170px 188px;
}

#content h2 span.title
{
	/*float: left;*/
}

#content span.author
{
	text-align: right;
	display: block;
	font-size: 0.7em;
}

#content span.comments
{
	text-align: left;
	display: block;
	font-size: 0.7em;
}

#contentStub {
	width: 145px;
	height: 83px;
	float: right;
}

/* content subsection */

#sectionMenu {
//	width: 140px;
	width: 160px;
	border: 1px solid #900;
	float: right;
	clear: right;
	background-color: #fc0;
	padding: 1px;
	margin-left: 2px;
	text-align: center;
	font-size: 0.9em;
}

#sectionMenu H5 {
	margin: 0px;
	background-color: #900;	
	font-size: 0.95em;
	padding: 2px;	
	color: #fc0;
}

#sectionMenu H5 A {
	color: #fc0;	
}

#sectionMenu P {
	margin: 2px;
}

#sectionMenu INPUT {
	width: 130px;
}

#sectionMenu UL {
        margin: 0px;
        margin-bottom: 1px;
        padding: 0px;
}

#sectionMenu LI {
        font-size: 0.7em;
        list-style: none;
        margin: 0px;
        padding: 1px;
        padding-left: 1px;
}


/* footer */

#footerFrame {
	color: #900;
	text-align: center;
	margin: 0px 10px 0px 10px;;
	font-size: 0.7em;
}

#footerFrame BR {
	display: none;
}

SPAN.w3c, SPAN.rss2, A.ff {
	position: relative;
	top: -15px;
	float: right;
}

.clear {
	clear: both;
}

.image {
	border: 1px solid #900;
	text-align: center;
	font-size: 0.7em;	
	margin: 5px;
}

.floatleft {display: inline; float: left;}
.floatright {display: inline; float: right;}

img {
  border: 0px solid #000;
}

#twitter li {
  border-bottom: 1px solid #900;
}
