/*
MasterStyle.css
Master CSS file for Babaroga website
Global styles to be applied to ALL pages

Created by Brian Smith
*/

/********************/
/* Global formatting */
/********************/
a
{
	color: white;
	text-decoration: none;
}

a:hover
{
	color: #eee;
	text-decoration: underline;
}

body
{
	background: #7D1007;
	font: 11px arial, sans-serif;
	text-align: center;
}

html, body, h1, h2, h3, h4
{
	margin: 0px;
	padding: 0px;
	color: #DBDBDB;
	list-style: none;
}

h1 img
{
	display: block;
}

img
{
	border: 0px;
}

p
{
	margin: 0.5em 0px;
}

/*******************/
/* Local formatting */
/*******************/


.appLink
{
	position: relative;
	left: 160px;
	height: 78px;
	width: 215px;
}

.appLink div
{
	text-align: center;
	margin: auto;
	height: 78px;
	width: 215px;
}

.awardList
{
	margin: 15px 0px;
}

.borderLeft
{
	position: relative;		/*Trick IE into floating correctly*/
	float: left;
}

.borderRight
{
	position: relative;		/*Trick IE into floating correctly*/
	float: right;
}

.button .borderLeft
{
	background: top left url(images/navg_left.gif) no-repeat;
	width: 4px;
	height: 20px;
}

.button .borderRight
{
	background: top right url(images/navg_right.gif) no-repeat;
	width: 4px;
	height: 20px;
}

.button .borderMiddle
{
	background: top left url(images/navg_bg.gif) repeat-x;
	padding: 2px 0 15px 0px;
	margin-left: 4px;
	margin-right: 4px;
	font-size: 13px;
	color: white;
	min-height: 20px;
	font-weight: normal;
}

.category
{
	position: relative;
	width: 100%;
	min-height: 77px;
	margin-top: 20px;
	margin-left: 0px;
	left: 0px;
}

.category .top div
{
	/*text-align: left;*/
}

.categoryUpdate
{
	float: right;
	position: relative;
	width: 105px;
	top: 7px;
	margin-right: 20px;
}

#copyright
{
	text-align: center;
	margin: auto;
	margin-bottom: 15px;
}

#header
{
	position:absolute;
	left: 0;
	top: 0;
	background: 0px 0px url(images/header_bg.jpg) repeat-x;
	height: 284px;
	width: 100%;
}

#header #left-person
{
	background: 0px 0px url(images/person-left.jpg) no-repeat;
	height: 590px;
	width: 282px;
}

#home
{
	position: absolute;
	top: 0px;
	left: 0px;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}


/***********************/
/* Rounded border boxes */
/***********************/
.top
{
	text-align: center;
	background: #AF1B17;
	position: relative;
	width: 100%;
	min-height: 50px;
}

.top .gameTopLeft
{
	width: 15px;
	min-height: 27px;
	left: 0px;
	top: 0px;
	position: absolute;
	background: top left url(images/black_tl.gif) no-repeat;
}

.top .gameTopRight
{
	width: 15px;
	height: 27px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: top left url(images/black_tr.gif) no-repeat;
}

.bottom
{
	background: #AF1B17;
	position: relative;
	height: 20px;
	width: 100%;
}

.bottom .gameBottomLeft
{
	width: 12px;
	height: 20px;
	position: absolute;
	background: top left url(images/black_bl.gif) no-repeat;
}

.bottom .gameBottomRight
{
	width: 15px;
	height: 20px;
	position: absolute;
	right: 0px;
	background: top left url(images/black_br.gif) no-repeat;
}

.top .gameRow
{
	padding-top: 20px;
	margin: 0px auto;
}
/***********************/

