/*
	File: 			global.css
	Description:	Stylesheet for all aspects of Stoney River Homes.
	Company: 		Stoney River Homes
	Author:			Captured Living
	Copyright:		Copyright 2008. All Rights Reserved.
*/

/* ========== Page Attributes ========== */
* 
{
	margin: 0;
	padding: 0;
}

html
{
	height: auto;
	background:url(../images/global/background2.jpg) repeat top center fixed;
	color: #fff;
}

body
{
	margin: 0 auto;
	width:100%;
	color: #000;
	text-align:center;
	font:12px "Century Gothic",Arial, Helvetica, sans-serif;
}

/* ========== Headers ========== */
h1
{
	margin:35px auto 0 -35px;
	width:375px;
	height:115px;
	border:0;
	float:left;
	position:absolute;
	z-index:5;
}

h1 img
{
	border: 0;
}

h2
{
	font:24px "Century Gothic", Arial, Helvetica, sans-serif;
	color:#aaa;
}

h3
{
	font:16px "Century Gothic", Arial, Helvetica, sans-serif;
	padding:5px;
	color:#000;
	background:#fff;
	opacity:.4;
}

/* ========== Sections ========== */
div#container
{
	background: url(../images/global/containerbg.png) repeat top left;
	margin: 0 auto;
	padding-bottom:25px;
	width:920px;
	border:0;
}

div#banner
{
	background:#000;
	margin:0 auto;
	width:900px;
	height:550px;
	z-index:1;
}

div#section_banner
{
	background:#000;
	margin:0 auto;
	width:900px;
	height:250px;
	z-index:1;
}

div.content_left_xl
{
	margin:10px;
	width:580px;
	float:left;
	text-align:left;
}

div.content_right_small
{
	margin:10px;
	width:280px;
	float:right;
	text-align:left;
}

div.content_left_half
{
	margin:10px;
	width:430px;
	float:left;
	text-align:left;
}

div.content_right_half
{
	margin:10px;
	width:430px;
	float:right;
	text-align:left;
}

div.content_full
{
	margin:10px;
	width:900px;
	clear:both;
	text-align:left;
}

div.clear
{
	clear:both;
}

div.article
{
	font:14px/18px Arial, Helvetica, sans-serif;
	color:#eee;
	margin:10px;
}

div.article p
{
	margin:5px 0;
}


/* ========== Navigation ========== */
ul#navigation
{
	background:#1e1e1e;
	margin:0 auto;
	border-top:1px #333 solid;
	border-bottom:1px #555 solid;
	padding:2px;
	color: #fff;
	font: 12px "Century Gothic", Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	text-align: left;
	list-style: none;
	width:896px;
	height:20px;
	color:#fff;
}

ul#navigation li
{
	float:right;
	display:block;
}

ul#navigation li a
{
	padding:8px 10px;
	text-decoration:none;
	color:#fff;
}

ul#navigation li a:hover
{
	background:#0147c0;
	border-bottom:2px #fff solid;
}

ul#footer
{
	margin:5px auto 10px auto;
	padding:2px;
	color: #fff;
	font: 11px "Century Gothic", Arial, Helvetica, sans-serif;
	text-align: left;
	list-style: none;
	width:896px;
	height:20px;
	color:#fff;
}

ul#footer li
{
	padding:0 5px;
	float:right;
	display:block;
}

ul#footer li a
{
	padding:3px;
	text-decoration:none;
	color:#fff;
}

ul#footer li a:hover
{
	background:#0147c0;
}

/* ========== SubNavigation ========== */

/* ========== SubMenu ========== */

/* ========== Lists ========== */
ul.brick
{
	width:900px;
	list-style:none;
	display:block;
	clear:both;
}

ul.brick li
{
	margin:5px;
	padding:5px;
	width:280px;
	height:110px;
	background: url(../images/global/containerbg.png) repeat top left;
	overflow:hidden;
	color:#fff;
	float:left;
}

ul.brick li:hover
{
	background:#010101;
}

ul.brick li a
{
	text-decoration: none;
	border:0;
	color:#fff;
	font:12px "Century Gothic", Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	text-transform:capitalize;
}

ul.brick li a img
{
	border:0;
}

ul.brick li a p
{
	margin:5px 0;
	font:12px/15px Arial, Helvetica, sans-serif;
	text-transform:none;
	text-align:left;
}

ul.brick li a h3
{
	display:none;
}

ul.staff
{
	width:900px;
	list-style:none;
	display:block;
	clear:both;
}

ul.staff li
{
	margin:5px;
	padding:5px;
	width:430px;
	height:150px;
	background: url(../images/global/containerbg.png) repeat top left;
	overflow:hidden;
	text-align:left;
	color:#fff;
	float:left;
}

ul.staff li img
{
	margin-right:10px;
	width:150px;
	float:left;
	border:0;
}

ul.staff li div.title
{
	font:14px Arial;
	letter-spacing:1px;
	text-transform:uppercase;
	float:right;
	width:270px;
}

ul.staff li div.staff_info
{
	margin:5px;
	width:260px;
	float:right;
	clear:right;
}

ul.programs
{
	width:900px;
	list-style:none;
	display:block;
	clear:both;
}

ul.programs li
{
	margin:5px;
	padding:5px;
	width:430px;
	height:150px;
	background: url(../images/global/containerbg.png) repeat top left;
	overflow:hidden;
	text-align:left;
	color:#fff;
	float:left;
}

ul.programs li img
{
	margin-right:10px;
	margin-bottom:10px;
	width:150px;
	float:left;
	border:0;
}

ul.programs li div.title
{
	font:14px Arial;
	letter-spacing:1px;
	text-transform:uppercase;
	float:right;
	width:270px;
}

ul.programs li div.brief
{
	margin:5px;
	width:260px;
	height:100px;
	float:right;
	clear:right;
}

ul.programs li div.button
{
	padding:5px;
	cursor:pointer;
	background:#333;
	float:right;
	clear:right;
}

ul.programs li div.button:hover
{
	padding:5px;
	cursor:pointer;
	background:#ff7e00;
	float:right;
	clear:right;
}

ul.programs li div.full
{
	margin:5px;
	padding:5px;
	border-top:2px #ff7e00 solid;
	width:410px;
	float:right;
	clear:both;
}

ul.athletes
{
	width:280px;
	list-style:none;
	display:block;
	clear:both;
}

ul.athletes li
{
	margin:5px 5px 0 5px;
	padding:5px;
	width:260px;
	height:25px;
	background: url(../images/global/containerbg.png) repeat top left;
	overflow:hidden;
	text-align:left;
	color:#fff;
	float:left;
}

ul.athletes li img
{
	margin-right:10px;
	width:75px;
	float:left;
	border:0;
}

ul.athletes li p
{
	margin-top:5px;
}

ul.facility_highlights
{
	margin:10px;
	list-style:none;
}

ul.facility_highlights li
{
	margin:5px;
	padding:5px;
	background: url(../images/global/containerbg.png) repeat top left;
	border-left:2px #ff7e00 solid;
	text-transform:capitalize;
}

ul.facility_photos
{
	margin:10px;
	list-style:none;
	overflow:hidden;
}

ul.facility_photos li
{
	border:0;
	margin:0;
}

ul.facility_photos li a
{
	margin:5px;
	padding:5px;
	width:185px;
	height:100px;
	background: url(../images/global/containerbg.png) repeat top left;
	overflow:hidden;
	text-align:left;
	color:#fff;
	float:left;
}

ul.facility_photos li a img
{
	border:0;
}

/* ========== Links ========== */

/* ========== Text Attributes ========== */

div.testimonial
{
	margin:10px;
	padding:15px;
	background:url(../images/global/containerbg.png) repeat top left;
	color:#eee;
}


div.name
{
	margin:0 0 10px 0;
	font:18px "Trebuchet MS", "Century Gothic", Arial, Helvetica, sans-serif;
	color:#0147c0;
	float:left;
}

div.meta
{
	margin:7px 0 0 5px;
	font:11px Arial, Helvetica, sans-serif;
	color:#888;
	float:left;
}

div.testimonial p
{
	margin:5px 0;
	font-size:14px;
	clear:both;
}

span.mark
{
	color:#ff7e00;
	font-size:10px;
}

/* ========== Google Maps ========== */
div#mapwrap
{
	margin:10px 0;
	padding:10px;
	background:url(../images/global/containerbg.png) repeat top left;
	height:600px;
	width:560px;
}


/* ========== Player Profiles ========== */
div#security_lock
{
	width:886px;
	padding:5px;
	border:2px #990000 solid;
}

div#security_lock h2
{
	font:30px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
	color:#990000;
}

div#security_lock p
{
	margin:0 auto;
	width:600px;
	font:14px Arial, Helvetica, sans-serif;
	display:block;
	color:#eee;
}

div#security_lock input
{
	margin:10px auto 5px auto;
	width:200px;
	height:25px;
}

div#security_lock div.login
{
	margin:10px auto;
	padding:5px;
	width:115px;
	height:20px;
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:block;
	border:1px #aaa solid;
	background:#fff;
}

div#secure_content
{
	display:none;
}


div.combine_player
{
	width:890px;
	padding:5px;
	background:url(../images/global/containerbg.png) repeat top left;
}

div.combine_player img
{
	width:150px;
	height:150px;
	float:left;
}

div.combine_player div.combine_title
{
	text-transform:uppercase;
	text-align:left;
	width:735px;
	height:40px;
	float:right;
}

div.combine_player div.combine_title span.combine_player_name
{
	font:20px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
}

div.combine_player div.combine_title span.combine_player_school
{
	font:16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#0352de;
}

div.combine_player div.combine_title span.combine_meta
{
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#aaa;
}

div.combine_player ul.combine_stats
{
	width:735px;
	float:right;
	clear:right;
	list-style:none;
}

div.combine_player ul.combine_stats li
{
	margin:5px;
	padding:5px;
	width:125px;
	background:#000;
	float:left;
	display:block;
	list-style:none;
	text-align:center;
}

div.combine_player ul.combine_stats li span.event
{
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
}

div.combine_player ul.combine_stats li span.recent_time
{
	font:32px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#f1c900;
}

div.combine_player ul.combine_stats li span.marker
{
	font:10px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#eee;
}

div.combine_player div.combine_summary
{
	padding:5px;
	font:14px Arial, Helvetica, sans-serif;
	color:#eee;
	text-transform:uppercase;
	text-align:left;
	width:725px;
	float:right;
	clear:right;
}

div.combine_player div.combine_summary span.combine_summary_title
{
	text-transform:uppercase;
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#f1c900;
}

ul.partners
{
	width:900px;
	list-style:none;
}

ul.partners li
{
	margin:10px;
	padding:5px;
	width:270px;
	height:125px;
	background:url(../images/global/containerbg.png) repeat top left;
	list-style:none;
	float:left;
}

ul.partners li a img
{
	border:0;
}

div#facilitybutton
{
	margin:10px auto;
	padding:10px;
	width:200px;
	text-align:center;
	border:1px #eee solid;
	background:url(../images/global/containerbg.png) repeat top left;
	cursor:pointer;
}

div#facilitybutton:hover
{
	background:#fff;
	color:#000;
}


#roswell
{
	display:none;
}






