@charset "utf-8";

body
{
	font-family: verdana;
	font-size: 11px;
	background: #000000;
	color: #ffffff;
}

form
{
	margin-top: 15px;
}

h1
{
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 5px;
}
h1.black { background: #000000; height: 20px; padding: 3px 7px;
	font-size: 14px; }
h1.purple { background: #5b1e44; height: 20px; padding: 3px 7px;
	font-size: 14px; }

h2
{
	margin-top: 0px;
	padding-top: 10px;
	font-size: 14px;
}

h3
{
	margin-top: 0px;
	font-size: 12px;
}


img
{
	border: 0;
}

input[type='text']
{
	padding: 5px 10px;
	color: #999999;
	text-transform: uppercase;
	border: 0px;
	margin-bottom: 15px;
}

input[type='image']
{
	vertical-align: top;
}

ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li
{
	margin-bottom: 25px;
}

a:link, a:visited, a:active
{
	text-decoration: none;
	color: #67AADE;
	}

a:hover
{
	text-decoration: underline;
	color: #67AADE;
}

.date
{
	font-style: italic;
	font-size: 10px;
}

.footer
{
	color: #808080;
	font-size: 10px;
}

.footerNavi a:link, .footerNavi a:visited, .footerNavi a:active
{
	font-size: 12px;
	color: #808080;
}

.more, .more a:link, .more a:visited, .more a:active
{
	color: #ad3220;
	text-transform: uppercase;
	font-size: 10px;
}

.navi a:link, .navi a:visited, .navi a:active
{
	padding: 10px 17px 20px 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	display: inline-block;
}

.navi a:hover
{
	background: url(..images/background_navi.gif) center top no-repeat;
}

.navi a.active:link, .navi a.active:visited, .navi a.active:active
{
	padding: 10px 17px 20px 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	background: url(http://oobm.info/wp-content/themes/oobm/images/background_navi.gif) center top no-repeat;
}

.newsItem a:link, .newsItem a:visited, .newsItem a:active
{
	color: #ffffff;
}

.ticker, .ticker a:link, .ticker a:visited, .ticker a:active
{
	color: #000000;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
