/*
**	OggMusic.net CSS file.
**
**	Last modified on Sunday, March 4, 2007
**	Last overhauled on Sunday, June 5, 2005
**	Created on Sunday, June 5, 2005
*/

body {	background-color: #ffc; color: #000; margin: 6px; }

h1 {	text-align: center; font-family: sans-serif; font-size: 1.5em; }
h2 {	text-align: center; font-family: sans-serif; font-size: 1.2em; }

.container {			}

.header {	text-align: center; background-color: #fff; color: #000;
		-moz-border-radius: 10px; border-radius: 10px;
		border: 3px solid #f69; padding: 4px; margin-bottom: 6px; }
.headermenu {	font-family: sans-serif; font-size: .8em; }

.brokenbrowser { padding-right: 230px; }

.content {	border: 3px solid #c6f; padding: 4px;
		background-color: #fff; color: #000;
		position: absolute; float: left;
		-moz-border-radius: 9px; border-radius: 9px;
		color: #000; background-color: #fff;
		margin: 0 226px 6px 0;
		}

.sidebar {	border: 3px solid #c6f; padding: 4px;
		background-color: #ccf; color: #000; width: 200px;
		position: absolute; float: right;
		right: 0; margin: 0 6px 12px 6px;
		-moz-border-radius: 9px; border-radius: 9px;
		}
.oggthecat {	
		/* padding: 0 0 240px 0; */ width: 200px; height: 240px;
		background: url("/images/oggdancesm2.png") no-repeat;
		}
.oggthecat img { display: none; }

.table {	border: 3px solid #c6f;
		-moz-border-radius: 10px; border-radius: 10px; }

.sidebar-header {	text-align: center; font-family: sans-serif;
			font-size: 1.5em; font-weight: bold; }

.copyright {	font-size: .7em; font-weight: bold; }

.head1 {	background: #ccf; }
.head2 {	background: #99f; }

.odd1 {	background: #ffc; }
.odd2 {	background: #cfc; }
.even1 {	background: #cfc; }
.even2 {	background: #9fc; }


