/*
Site Name / URL
Adam Campbell / adam@hotmeteor.com
Date

Layout or Typo
*/

/*
-----------------------------------
General Layout
-----------------------------------
*/

.single #main {
	background-image: url(../img/bg-topinfo-narrow.png) no-repeat center bottom;
	padding-top: 10px;
}

.free #main {
	height: 100px;
}

.homepage #main {
}

.homepage #footer,
.free #footer {
	background: none;
}

#home-left {
	/*background: url(../img/sportspave5pic_gray.jpg) no-repeat 0 0;*/
	/*background: url(../img/sportspave5pic.jpg) no-repeat 0 0;*/
	background-position:center;
	height:360px;
	float: left;
	width: 60%;
	margin-bottom:40px;
}
#home-right {
	height:340px;
	background: url(../img/star.png) no-repeat 0 0;
	background-position:center;
	float:right;
	width:40%;
}
/*
-----------------------------------
Homepage banner
-----------------------------------
*/


/* These 2 lines specify style applied while slider is loading */
.csw { 
	width: 100%; 
	height: 200px; 
	background: #fff; 
	overflow: scroll;
}

.csw .loading { 
	text-align: center
}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	width: 100%; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 200px;
	clear: both;
	background: #fff;
	margin: 0 0 10px;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 900px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 25px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	position: absolute;
	top: 550px;
	z-index: 2;
}

.stripNav ul { /* The auto-genrated set of links */
	list-style: none;
}

.stripNav ul li {
	float: left;
	margin: 0; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
	width: 150px;
}

.stripNav a { /* The nav links */
	background-color: #2bb673;
	border-right: 1px solid #86d19f;
	font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	line-height: 16px;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px 15px;
}

.stripNav li a:hover {
	background: #333;
}

.stripNav li a.current {
	background: #000;
	color: #fff;
}

.stripNavL, 
.stripNavR { /* The left and right arrows */
	display: none;
}

/*
---------------------------------------
General Typography
---------------------------------------
*/

h2 {
	color: #222;
	margin: 0 0 20px;
}

h2 em {
	color: #d72838;
	font-weight: bold;
}

	.panel h2,
	.free h2 {
		color: #888;
		font-size: 2.5em;
		line-height: 0.5em;
	}
	
h3 {
	font-size: 2.1em;
}	

dt {
	color: #222;
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	margin: 15px 0 5px;
	width: 150px;
}

dd {
	color: #444;
	display: block;
	font-size: 1.3em;
}

p {
	font-size: 1.3em;
}

.text-lg {
	border-bottom: 10px solid #bbb;
	font-size: 2em;
	padding-bottom: 25px;
}

form.form-std {
	border: 0;
	margin: 0;
	padding: 0;
}

/* Login Box */

#login-box {
	background-color:#e6e6e6;
	border: 0;
	float: left;
	margin: 0 0 10px;
	padding: 15px 20px;
	width: 20%;
}

#login-box label {
	color: #555;
	font-size: 1em;
}

#login-box p {
	color: #ccc;
	font-size: 1.1em;
	margin: 0 0 0;
	width: 100%;
}

	#login-box p.form-actions {
		margin: 0;
	}

#login-box p a {
	clear: left;
	display: block;
}

	#login-box p a:link,
	#login-box p a:visited {
		color: #444;
	}
	
	#login-box p a:hover {
		color: #fff;
	}

#login-box .sb {
	background-color: #ccc;
	color: #222;
	margin: 0 0 10px
}

/* Signup Form */

#form-signup p {
	position: relative;
}
	
	