@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'archlight';
    src: url('../fonts/arch-light-webfont.eot');
    src: url('../fonts/arch-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/arch-light-webfont.woff') format('woff'),
         url('../fonts/arch-light-webfont.ttf') format('truetype'),
         url('../fonts/arch-light-webfont.svg#archlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'archbook';
    src: url('../fonts/arch-book-webfont.eot');
    src: url('../fonts/arch-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/arch-book-webfont.woff') format('woff'),
         url('../fonts/arch-book-webfont.ttf') format('truetype'),
         url('../fonts/arch-book-webfont.svg#archbook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'archmedium';
    src: url('../fonts/arch-medium-webfont.eot');
    src: url('../fonts/arch-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/arch-medium-webfont.woff') format('woff'),
         url('../fonts/arch-medium-webfont.ttf') format('truetype'),
         url('../fonts/arch-medium-webfont.svg#archmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'archbold';
    src: url('../fonts/arch-bold-webfont.eot');
    src: url('../fonts/arch-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/arch-bold-webfont.woff') format('woff'),
         url('../fonts/arch-bold-webfont.ttf') format('truetype'),
         url('../fonts/arch-bold-webfont.svg#archbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
body,td,th {
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding:0px 4px;
	margin:0px;
}
body {
	background: #000 url('/img/basketball_bg.jpg') repeat-x;
}
a{
	color:#666;
	text-decoration:none;
}
a:hover{
	color:#999;
	text-decoration:underline;
}
.header .list .current a{
	color:#ccc;
}
h1{
	font-family: 'archbold';
	font-weight:normal;
	margin:10px 0px 5px;
	color:#000;
}
h2{
	font-family: 'archbold';
	font-weight:normal;
	margin-bottom:5px;
	color:#000;
}
input[type=text],input[type=email], input[type=password], textarea {
	clear: both;
	font-size: 12px;
	padding: 4px 4px 5px 4px;
	width: 98%;
	border: 1px solid #CCC;
	width:88%;
}
input[type=submit], .inline_nav li, .rlink
 {
	display: block;
	width: auto;
	font-size: 12px;
	font-weight: bold;
	margin: 0 5px 0 0;
	padding: 4px 14px;
	background: #333;
	color: #fff;
	border: 0;
	cursor: pointer;
	-webkit-appearance: none;
}
input[type=submit], .inline_nav li, .rlink
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.rlink{
	display: inline;
	line-height:28px;
}
.rlink:hover{
	color:#fff;
	text-decoration:none;
}
.create_btn{
	background-color: #B97B42;
}
.header, .center,.footer{
	max-width:920px;
	margin:0 auto;
	background:#fff;
	padding:20px;
}
.center{
	max-width:880px;
	padding:20px 40px 60px;
	/*background: #fff url('/img/center_bg.png') repeat-x;*/
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top, #e8e8e8 0%, #ffffff 40px, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(40px,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e8e8e8 0%,#ffffff 70px,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e8e8e8 0%,#ffffff 70px,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e8e8e8 0%,#ffffff 70px,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e8e8e8 0%,#ffffff 70px,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.footer{
	background:#222;
	color:#fff;
	font-size:12px;
	padding:10px 20px;
}
.header{
	border-bottom:1px #ccc solid;
	font-size:12px;
	background: #000 url('/img/header.jpg') top center no-repeat;
	-moz-box-shadow: 0px 0px 80px #000;
	-webkit-box-shadow: 0px 0px 80px #000;
	box-shadow: 0px 0px 80px #000;
}

.home{
	padding:20px;
}
.intro_logo
{
	width:100%;
	text-align:center;
}
.main_title
{
	text-align:center;
	height:220px;
	color:#000;
}
.mobile_title
{
	font-family: 'archbold';
	font-weight:normal;
	font-size:56px;
	text-align:center;
	height:210px;
	color:#FFF;
	display:none;
}
.main_nav
{
	text-align:center;
	font-size:16px;
	font-family: 'archbold';
	display:block;
}
.home .main_nav
{
	max-width:940px;
	margin:0 auto;
	border-top:1px #333 solid;
	padding-top:10px;
	text-align:center;
	font-size:24px;
	font-family: 'archbold';
	display:block;
}
.responsive_nav_btn
{
	display:none;
}

.contact
{
	text-align:right;
}

.right_column
{
	font-size:14px;
	line-height:20px;
	margin-top:10px;
	float:right;
	width:200px;
}

table.manage
{
	width:100%;
	border-spacing: 0px;
}
table.manage td
{
	width:33%;
}
table.manage a
{
	text-decoration:underline;
}
table.manage tr:nth-child(even) {
	background: #f9f9f9;
}
.manage tr
{
	padding:0;margin:0;
}
.manage th, .manage td
{
	text-align:left;
	padding:8px 4px;
	border-bottom: 1px solid #dddddd;
}
.report_info{
	/*background:#eee;*/
	padding:10px;
	border: 1px solid #dddddd;
	background: #fff; /* Old browsers */
}
.report_photo{
	float:left;
	margin-top:14px;
	background: url('../img/profile.png') no-repeat;
	width:150px;
	height:150px;
	padding-right:30px;
}
.report_basic{
	float:left;
	max-width:480px;
}

.inline_nav 
{
	margin:0;padding:0;
}
.inline_nav li
{
	display:inline;
	line-height: 24px;
}
.inline_nav li a
{
	color:#fff;
	text-decoration:none;
}
.general, .meta{
	list-style:none;
	margin:0;
	padding:0;
}
.general li{
	display:inline;
	line-height: 24px;
	border-left:1px solid #ccc;
	padding:0px 10px 0px 10px;
}
.general li:nth-child(1){
	border-left:0;
	padding:0px 10px 0px 0px;
}

.meta li{
	line-height: 24px;
}
.print
{
	background:#EEE;
	padding:10px;
	margin-bottom: 50px;
}
.print_icon
{
	background: url('../img/print.png') no-repeat;
	padding:2px 10px 5px 22px;
	font-size:12px;
}
.save_icon
{
	background: url('../img/save.png') no-repeat;
	padding:2px 10px 5px 22px;
	font-size:12px;
}
.game
{
	color:#666;
	line-height:18px;
}
.game_dates
{
	font-size:14px;
	font-weight:bold;
}
.breakdown{
	width:700px;
	float:left;
}
.body_text{
	line-height:18px;
}
.list
{
	margin:0;padding:0;list-style:none;
}
.header .list a, .home .list a
{
	color:#fff;
}

.list_label
{
	font-weight:bold;
	width:80px;
}
.main_nav .list li, .home .list li
{
	display:inline;
	padding-left:14px;
}
.main_nav .list li:first-child, .home .list li:first-child
{ 
	padding-left:0px;
}
form div {
	margin: 1em 0em;
	padding: 0 0 1em 0;
	vertical-align: text-top;
}
.submit{
	padding:0;
}
label {
	display: block;
	font-size: 13px;
	margin-bottom: 3px;
}
.checkbox label {
	display: inline;
}
.half {
	float: left;
	width: 50%;
}
.clear
{
	clear:both;
	padding:0;margin:0;
}
.fl{
	float:left;
	width:50%;
}
.fr{
	float:right;
	width:50%;
	text-align:right;
}
.m20{
	margin:20px 0px;
}

.login
{
	max-width:500px;
	margin:10px auto 40px;
}
fieldset
{
	/**background:#fff;**/
	border:0;
	padding:20px;
}

/** Paging **/
.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
	font-size:12px;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
.paging > span {
	display: inline-block;
	border: 1px solid #CCC;
	border-left: 0;
}
.paging > span:hover {
	color:#ccc;
	background: #efefef;
}
.paging .prev {
	border-left: 1px solid #CCC;
}
.paging .next {
}
.paging .disabled {
	color: #ccc;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .current {
	background: #000;
	color: #fff;
}

li.create_btn
{
	/*background-color:#5bb75b;*/
	background-color:#B97B42;
}
li.view_btn
{
}
li.edit_btn
{
}
li.delete_btn
{
	background-color: #da4f49;
}
#authMessage, #flashMessage{
	width:100%;
	margin:0 auto;
	padding:8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success{
	background-color:#5bb75b;
}
.message{
	background-color: #da4f49;
}

@media screen and (max-width: 970px) {
	.right_column {
		margin-top: 0px;
		margin-bottom:10px;
		line-height:16px;
		width:100%;
		float:none;
		padding:0px;
	}
	.print{margin-bottom: 0px;}
}
@media screen and (max-width: 760px) {
	body{
		/* background:0;*/
	}
	.main_title
	{
		display:none;
	}
	.intro_logo img{
		width:200px;
	}
	.mobile_title
	{
		font-size: 16px;
		height:21px;
		text-align:left;
		display:block;
		padding-top:4px;
	}
	.responsive_nav_btn
	{
		display:block;
		width: 25px;
		height: 25px;
		position: absolute;
		top: 12px;
		text-decoration: none;
		background: url('../img/btn-utility.gif') no-repeat center center;
		right: 8px;
		cursor:pointer;
	}
	div.show{
		display:block;
	}
	form div {
		margin: .5em 0em;
		padding: 0 0 .5em 0;
	}
	.half{
		width:100%;
	}
	.main_nav
	{
		display:none;
		text-align:left;
		border-top: 1px #ccc solid;
		margin-top:5px;padding-top:5px;
	}
	.main_nav .list li
	{
		display:block;
		width:100%;
		font-size: 14px;
		font-weight:bold;
		padding: 4px 0px;
	}
	.header, .center,.footer{
		padding:10px;
		position:relative;
	}
	.center{
		padding:10px 10px 60px;
	}
	.header{
		background:#000;
		-moz-box-shadow:    0;
  		-webkit-box-shadow: 0;
  		box-shadow:         0;
	}
	.right_column {
		margin-bottom:0px;
	}
	.report_photo{
		display:none;
	}
	
	table.manage td
	{
		width:33%;
	}
	.print{display:none;}
	.no_mobile{display:none;}
	input[type=submit], .inline_nav li
	 {
		padding: 4px 8px;
	}
	.breakdown{
	width:100%;
	}
}
@media screen and (max-width: 480px) {
	.mobile_title
	{
		font-size: 14px;
	}
}
@media print{
	.header {display:none;}
	.right_column{float:none;padding:0px;margin-bottom:30px;}
	.report_info {padding:0;}
	.footer,.print{display:none;}
}