html{
	background: #000 url(/images/bg.png) repeat !important;
}

body {
	margin: 0;
	color: #ccc;
	height: 100%;
}
a,
a:visited {
	color: #ff2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
	
#crown {
	width: 100%;
	height: 70px;
	text-align:center;
	background-color:#000;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
	height: 100%;
	border-left: 2px solid #0fa0fc;
	border-right: 2px solid #0fa0fc;
		background: url(/images/navigation-bg.png) repeat-x 0px 100px;	
}

#header {
	width: 632px;
	height: 164px;
	margin: 0 auto;
	position: relative;
/*	border:1px solid red;*/
}

#header #logo {
	position: absolute;
	top: 0px;
	left: 90px;
	z-index: 10;
}

#header .bracket {
	position: absolute;
/*	border:1px solid red;*/
	top: 10px;
	left: 10px;
	width: 140px;
	height: 64px;
	text-indent: -900px;
	background: url(/images/bracket_link.png) repeat-x top left;
}

#header .bracket:hover {
	background: url(/images/bracket_link_rollover.png) repeat-x top left;	
}

#login {
	width: 200px;
	height: 50px;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
/*	border: 1px solid red;*/
}

#navigation {
	width: 632px;
	height: 64px;
	background: url(/images/navigation.png) no-repeat;
/*	border: 1px solid red;*/
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#navigation ul {
	position: absolute;
	bottom: 0px;
	left: 46px;
	height: 46px;
	padding: 0px;
	margin: 0px;
/*	background-color: red;*/
/*	border:1px solid red;*/
}

#navigation li {
	display: block;
	float: left;
	width: 100px;
	height: 46px;
	text-indent: -1000px;
	overflow: hidden;
}

#navigation li.home {
	background: url(/images/tabs/home.png) no-repeat;
	width: 90px;
}

#navigation li.teams {
	background: url(/images/tabs/teams.png) no-repeat;
	width: 102px;
}

#navigation li.schedule {
	background: url(/images/tabs/schedule.png) no-repeat;
	width: 146px;
}

#navigation li.rules {
	background: url(/images/tabs/rules.png) no-repeat;
	width: 102px;
}

#navigation li.about {
	background: url(/images/tabs/about.png) no-repeat;
	width: 99px;
}

/*#navigation li.home:hover, #navigation li.home-selected {
	background: url(/images/tabs/home-over.png);
}

#navigation li.teams:hover, #navigation li.teams-selected {
	background: url(/images/tabs/teams-over.png);
}

#navigation li.schedule:hover, #navigation li.schedule-selected {
	background: url(/images/tabs/schedule-over.png);
}

#navigation li.rules:hover, #navigation li.rules-selected {
	background: url(/images/tabs/rules-over.png);
}

#navigation li.about:hover, #navigation li.about-selected {
	background: url(/images/tabs/about-over.png);
}
*/
#navigation a {
	display: block;
/*	border:1px solid yellow;*/
	height: 46px;
}

#navigation li:hover a {
	background: url(/images/tabs/arrow.png) bottom center no-repeat;
}

#navigation li.selected a {
	background: url(/images/tabs/arrow-selected.png) bottom center no-repeat;
/*	border-bottom:1px solid red;*/
}

#content {
/*	border:1px solid green;*/
/*	background-color: #000;*/
/*	height: 200px;*/
	padding: 0px;
}

#footer {
/*	border:1px solid blue;*/
	border-top: 2px solid #0080a6;
	border-bottom: 2px solid #0080a6;
	text-align: center;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
	clear: both;
}

#footer li {
	display: inline;
	list-style: none;
	padding: 0 0em;
/*	border:1px solid red;*/
}

#footer a, #footer li {
	color: #006f90;
	text-decoration: none;
}
	
h1 {
	text-align: center;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* ---------------------------------- jobs ---------------------------*/

.jobTile {
	width:900px;
	border: 2px solid #0fa0fc;
	margin: 15px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.jobTile p{
	margin: 5px 25px;
}
.jobTile h2{
	background-color: #111;
	width: 100%;
	margin: 0;
	padding: 3px 0;
	text-indent:10px;
}




#matches {
	height: 55px;
	margin-top: 10px;
/*	border:1px solid red;*/
}

/*http://www.solstice.co.il/2008-02-26/horizontally_centering_content_with_dynamic_width_in_css*/
#matches div.container {
	margin-left: auto;
	margin-right: auto;
	display: table;
	padding-left: 5px;
	background: url(/images/matches-left.png) top left no-repeat;
}

#matches ul {
	height: 55px;
	background: url(/images/matches-right.png) top right no-repeat;
	margin: 0px;
	padding-right: 5px;
}


#matches li {
	list-style: none;
	float: left;
	width: 90px;
	height: 55px;
	background: url(/images/matches-center.png) repeat-x;
	border-left: 1px solid #8d8d8d;
}

#matches li div {
	background: none;
	border-left: 1px solid #262626;	
	height: 55px;
}

#matches li.first div, #matches li.first {
	border: 0px;
}

#matches h3 {
	text-align: center;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	color: #ddd;
	font-size: 12px;
	line-height: 18px;
}

#matches .name {
	float: left;
	margin-left: 2px;
}

#matches .rounds {
	float: right;
	margin-right: 2px;
}

#matches p {
	clear: both;
	height: 1em;
	margin: 4px 4px;
	color: #454545;
	font-size: 11px;
}

#matches .rollover {
	display:none;
	width: 90px;
	height: 55px;
	z-index: 100;
	}

#matches li:hover div {
	display: none;
}

#matches li:hover .rollover {
	display: block;
}

#matches .rollover a {
	display: block;
	color: #aaa;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	width: 75px;
	margin: 5px auto 0px auto;
	line-height: 40px;
	height: 40px;
	vertical-align: middle;

	background-color: #10a1ff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 3px solid #ff5b29;
	color: #fff;
}


/* page specific styles beneath */

#teams-list {
	width: 690px;
	margin: 0px auto;
	float: left;
/*	border: 1px solid blue;*/
	margin-left: 130px;
}

#teams-list li {
	list-style: none;
	width: 300px;
	height: 48px;
	float: left;
	text-align: center;
/*	border: 2px solid #ddd;*/
	background: #ddd;
	margin: 10px;
}

#teams-list a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: 40px;
	border:2px solid #fcfcfc;
	font-size: 18px;
}

#teams-list li:hover {
	background: none;
}

#teams-list a:hover {
	background-color: #10a1ff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 4px solid #ff5b29;
	color: #fff;
}











#match-info {
	background: url(/images/matchpage_bg_repeat.png) repeat-y top left;
	width: 872px;
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
/*	border:1px solid red;*/
}

#match-info .container {
	float: left;
	background: url(/images/matchpage_bg_bottom.png) bottom center no-repeat;
/*	background-position: 0px 0px;*/
	padding-bottom: 20px;
	width: 872px;
}

#match-info .inner-container {
	background: url(/images/matchpage_bg.png) top left no-repeat;
	width: 872px;
	float: left;
	padding-bottom: 6px;
	margin-top: -18px;
	min-height: 363px;
/*	border:1px solid red;*/
}

#match-info .left {
	margin-top:22px;
	margin-left:18px;	
/*	background-color: red;*/
}

#match-info .right {
	margin-top: 22px;
	margin-left: 26px;	
/*	border:1px solid red;*/
}

#match-info .left, #match-info .right {
	float: left;
	width:200px;
	height:312px;
	text-align: center;
	background: url(/images/trans.png);
	border:1px solid #555;
}

#match-info .left ul, #match-info .right ul {
/*	border:1px solid red;*/
}

#match-info .left li, #match-info .right li {
/*	border:1px solid red;*/
	list-style: none;
	padding: 2px;
	color: #ccc;
}

#match-info .left li:hover, #match-info .right li:hover {
	background: url(/images/trans.png);
	color: #fff;
	letter-spacing: 3px;
	font-weight: bold;
/*	border-bottom:1px solid #555;*/
}

#match-info  h3 {
	margin: 0px;
	padding: 4px;
	background-color: #000;
	color: #ccc;
	border-bottom: 1px solid #555;
}


#match-info .center {	
	background: url(/images/trans.png);
	border:1px solid #555;
	float:left;
	margin-left:30px;
	margin-top:22px;
	padding:0px;
	width: 362px;
/*	background-color: #343434;*/
/*	background-color: red;*/
}

#match-info a {
	color: #09da09;
}

#match-info table, #match-info td, #match-info th {
		border: 1px solid #333;
		background-color: #555;
}

#match-info table {
    border-spacing: 0;
    border-collapse: collapse;
		margin: 10px auto;
}

#match-info table caption {
	padding:0px;
	margin:0px;
	background-color: #333;
	color: #ddd;
}

#match-info td {
    padding: 4px;
    background-color: #000;
}

.basic-box {
  width: 949px;
  margin: 0 auto;
  background: url(/images/basic-box-top.png) top left no-repeat;
  padding-top: 8px;
}

.basic-box .container {
background: url(/images/basic-box-bottom.png) bottom left no-repeat;  
padding-bottom: 8px;
}

.basic-box .container .content {
  background: url(/images/basic-box-center.png) bottom left repeat-y;  
  padding: 15px;
}

