/* @override http://clients.tierratechnology.com/bianchifitness/css/screen.css */

/*
Bianchi Fitness CSS
Screen

Typography sizing based on this concept:
http://alistapart.com/articles/howtosizetextincss
*/

/* @group Generic */

* {
	margin: 0;
	padding: 0;
}

html {
	background: #494949;
}

body {
	text-align: center;
	font: 100%/1.125em Arial, sans-serif;
	color: #fff;
	background: #494949;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 1.5625em;
	margin: .625em 0;
	line-height: 1em;
	font-weight: bold;
}

h2 {
	font-size: 1em;
	margin: 1em 0 0 0;
	line-height: 1em;
	font-weight: bold;
}

h3, h4, h5, h6 {
	font-size: .75em;
	margin: 1.4375em 0;
	color: #FAAF40;
}

h3, h4 {
	margin-bottom: 0;
}

p {
	font-size: .75em;
	margin: 1.4375em 0;
}

ul, ol {
	font-size: .75em;
}

li {
	
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #FAAF40;
}

a:hover, a:active {
	color: #fff;
}

a.live {
	color: #fff;
	cursor: text;
}

a.persistent {
	color: #fff;
}
a.noborder {
	border: none;
	text-decoration: none;
}
a.noborder img{
	border: none;
	text-decoration: none;
}

em {
	font-style: normal;
	color: #FAAF40;
}

dl {
	width: 368px;
	font-size: .75em;
}

dl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

dt {
	width: 40px;
	float: left;
	clear: both;
}

dd {
	float: left;
	padding-left: 10px;
	width: 318px;
}

.three-column dd {
	width: 192px;
}

.three-column dd.thin {
	width: 106px;
}

/* @group Forms */

label {
	font-size: .75em;
	display: block;
}

input {
	margin-right: .75em;
}

fieldset {
	border: none;
	margin-top: 1em;
}

fieldset div {
	clear: both;
	margin-bottom: .125em;
}

fieldset label {
	float: left;
	width: 8em;
	text-align: left;
	margin: 0 .5em 0 0;
}

fieldset input {
	font-size: .75em;
	width: 16em;
	margin: 0;
}

form p {
	margin: 1em 0;
}

optgroup {
	font-style: normal;
	padding: 10px 0 0 10px;
	text-indent: -10px;
}

/* @end */

/* @end */

/* @group Classes */

.center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.sm {
	font-size: .6875em;
}

.abutting {
	margin-top: 0;
	margin-bottom: 0;
}

.abutting.top {
	margin-bottom: 1.4375em;
}

.error {
	font-weight: bold;
	color: #f44;
}

/* @end */

/* @group Specific */

#page {
	width: 800px;
	margin: 20px auto;
}

#index {
	min-height: 560px;
	height: auto !important;
	height: 560px;
	margin-top: 56px;
	background: url(../images/homepage.jpg) no-repeat left top;
	position: relative;
}

#index h1 {
	font-size: .75em;
	position: absolute;
	top: 75px;
	left: 62px;
}

#index a.banner-link {
	display: block;
	width: 400px;
	position: absolute;
	top: 456px;
	left: 0px;
	border-top: 1px solid #494949;
	background: #6e6e6e;
	color: #fff;
	font-size: .75em;
	line-height: 43px;
}

#index a.banner-link:hover {
	color: #FAAF40;
}

#main {
	width: 400px;
	float: left;
	background: #6e6e6e;
	padding-bottom: 7px;
}

#header {
	text-align: right;
}

#header h1 {
	margin: 0 5px 6px 0;
	line-height: 30px;
}

#header h1 a {
	background: url(../images/torch.png) no-repeat left top;
	padding-top: 3px;
	padding-left: 24px;
	color: #fff;
}

#header h1 a:hover {
	background-image: url(../images/torch_hover.png);
}

#header p {
	color: #b3b3b3;
	margin: .25em 0 0 0;
}

#content {
	background: #101010;
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #4d4d4d;
	min-height: 480px;
	height: auto !important;
	height: 480px;
	padding: 1px 16px;
	text-align: left;
}

#section-nav {
	color: #b3b3b3;
	text-align: center;
	margin: 0 0 -1em;
}

#content ul, #content ol {
	margin-left: 16px;
}

#nav {
	background: #6e6e6e;
	min-height: 34px;
	height: auto !important;
	height: 34px;
}

#nav ul {
	list-style-type: none;
	font-size: .6875em;
	margin: 0;
}

#nav li {
	float: left;
	margin: 7px 0 7px 18px;
}

#nav .live {
	font-weight: bold;
}

#subnav {
	clear: both;
	background: #333;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	border-bottom: 7px solid #6e6e6e;
}

#subnav ul {
	display: none;
}

#subnav ul.live {
	display: block;
	font-weight: normal;
}

#sidebar {
	width: 400px;
	float: left;
}

#footer {
	clear: both;
	padding-top: 1em;
	color: #b3b3b3;
}
.audioicon {
	float: left;
	margin-right: 10px;
	border: none;
}
/* @end */
