*{
	margin:0;
	padding:0;
}

body{
	background:url(../images/bg.jpg) no-repeat fixed center top;
	text-align:center;
	font:12px Verdana,sans-serif;
	color:#333333;
	height:100%;
	background-color: #000000;
	
}
#container{
	text-align:left;
	margin:0 auto;
	width:900px;
	height:auto;
	padding: 0px;
	border-top: #000000;
	border-right: #000000;
	border-bottom: #000000;
	border-left: #000000;
}

/* FooterStickAlt */
#nonfooter{
	position:relative;
	height: 100%;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}
* html #nonfooter{
	height:100%;
}
#footer{
	position:relative;
	margin-top:0px;
	height:100%;
	background-color: #333333;
}

/* Header */
#header{
	height:179px;
	background:url(../images/SSA-Header.jpg) no-repeat center top;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#header h1{
	font:36px "Trebuchet MS",Verdana,sans-serif;
	color:#fff;
	display:block;
	padding:50px 0 0 35px;
}
#header h1 span{
	color:#b3c879;
}

/* Footer */
#footer{
	color:#eee;
	text-align:center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#footer p{
	padding-top:7px;
	line-height:18px;
}
#footer p a{
	text-decoration:none;
	color:#aec275;
}
#footer p a:hover{
	color:#d5e88f;
}

#footer #footright img {
	margin: 10px;
}
/* Content */
#content{
	padding:0;
}
#cleft{
	width:40%;
	float:left;
	padding:5px 10px 0 15px;
	height: 100%;
}
#cright{
	width:50%;
	float:right;
	padding:15px 15px;
}
.clearboth{
	clear:both;
	height: 10px;
}

/* Left Column / Main Content Area */
/* Headers and Paragraphs */
#cleft h1{
	font:26px Verdana,sans-serif;
	color:#4e4b44;
	margin:15px 0 5px 0;
}
#cleft h2{
	font:23px Verdana,sans-serif;
	color:#000000;
	margin:15px 0 5px 0;
}
#cleft h3{
	font:21px Verdana,sans-serif;
	color:#ccc;
	margin:20px 0 10px 0;
}
#cleft h4{
	font:19px "Lucida Sans Unicode",Verdana,sans-serif;
	color:#A16512;
	margin:0px 0 5px 0;
}
#cleft h5{
	font:12px "Lucida Sans Unicode",sans-serif;
	color:#aaa;
	padding-left:2px;
	margin:-5px 0 5px 0;
}
#cleft h6{
	font:13px Verdana,sans-serif;
	font-weight:bold;
	color:#4e4b44;
	margin:10px 0 5px 0;
}
#cleft p{
	line-height:20px;
	text-align:justify;
}
#cleft .post {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

/* Links, Acronyms, Special, etc. */
#cleft a{
	color:#879a41;
}
#cleft a:hover{
	text-decoration:none;
}
#cleft acronym{
	cursor:help;
}
#cleft del{
	color:#bbb;
}
#cleft .highlight{
	color:#718b29;
	font-weight:bold;
}

/* Blockquotes */
#cleft blockquote{
	background:transparent url(../images/blockquotebg.gif) no-repeat 3px 3px;
	padding:10px 0 0 20px;
	font-size:11px;
	color:#888;
	line-height:20px;
}
#cleft blockquote p{
	margin:0;
	text-align:left;
}
#cleft blockquote span{
	display:block;
	color:#aaa;
}

/* Code Blocks */
#cleft code{
	display:block;
	margin:15px 5px;
	padding:5px 10px;
	line-height:17px;
	background-color:#f9f9f9;
	border:1px dashed #ccc;
	color:#666;
}

/* Lists */
#cleft ul{
	padding-right: 20px;
}
#cleft ul li{
	padding-left:5px;
	margin-top:6px;
	line-height: 16pt;
	list-style-type: disc;
	list-style-position: inside;
}
#cleft ol{
	margin:10px 0 15px 24px;
	color:#758836;
}
#cleft ol.nostyle,
#cleft ol.nostyle ol{
	color:#4e4b44;
}
* html #cleft ol{
	margin-left:29px;
}
#cleft ol span{
	color:#4e4b44;
}
#cleft ol li{
	margin-top:6px;
}
#cleft ol li ol{
	margin:6px 0 8px 20px;
}
#cleft dl{
	margin:15px 5px;
}
#cleft dl dt{
	font-weight:bold;
	color:#908a7e;
}
#cleft dl dd{
	margin:5px 0 10px 15px;
}

/* Forms */
#cleft form label{
	display:block;
	color:#98a66c;
	margin-bottom:5px;
}
#cleft form input{
	border:1px dashed #aaa;
	background-color:#f9f9f9;
	font:12px Verdana,sans-serif;
	color:#4e4b44;
	padding:2px 3px;
}
#cleft form textarea{
	width:327px;
	border:1px dashed #aaa;
	background-color:#f9f9f9;
	font:12px Verdana,sans-serif;
	color:#4e4b44;
	padding:2px 3px;
}
#cleft form input.button{
	cursor:pointer;
	border:1px solid #aaa;
}

/* Floated Images */
#cleft .floatright{
	float:right;
	padding:10px 0 10px 10px;
}
#cleft .floatleft{
	float:left;
	padding:10px 10px 10px 0;
}

/* Right Column */

#navcontainer
{
	height: 30px;
	width: 900px;
	background-position: center;
	margin-top: 10px;
}

#navlist li
{
	display: inline;
	background-repeat: no-repeat;
	font-size: 16px;
	font-family: Verdana, sans-serif;
}
#navcontainer  ul {
}

#navlist a
{
	padding-left: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	text-decoration: none;
}

#navlist a:link, #navlist a:visited
{
	padding-left: 25px;
	color: #000000;
}

#navlist a:hover
{
	color: #FFFFFF;
	padding-left: 25px;
} 


/* Sidebar */
#sidebar a{
	text-decoration:underline;
	border-color: none;
	color: #03C;
}
#sidebar a:hover{
	/*text-decoration:underline;*/
}
#cright h1{
	font:18px "Trebuchet MS",Verdana,sans-serif;
	color:#A16512;
	margin:15px 0 5px 0;
}
#sidebar ul{
	margin:0px;
	list-style-type:none;
}
#sidebar ul li{
	margin-top:8px;
	padding-right: 5px;
	margin-right: 5px;
	padding-left: 5px;
}
#sidebar ul li a{
	background:transparent url(../images/list-style.gif) no-repeat 0 4px;
	padding-left:12px;
}
#sidebar ul li a:hover{
	background-image:url(../images/list-style_dark.gif);
	color:#636a4c;
}
#sidebar p{
	color:#4e4b44;
	margin:0 3px 10px;
	line-height:20px;
	text-align: left;
}
#coach {
	height: 300px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#coach  h2 {
	font:23px Verdana,sans-serif;
	color:#000000;
	padding: 5px 10px 0 15px;
	margin-bottom: 10px;
}
#sidebar #regbutton {
	position: absolute;
	left: 711px;
	top: 190px;
}
#thumbs img {
	margin:10px;
	border: 2px solid #333;
	}
	
.day {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(../images/ball-bullet.gif);
	text-align: justify;
	line-height: 25px;
}
#contact {
	background-color: #FFF;
	text-align: center;
	height: 22px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
}
.paper_reg {
	font-size: 10px;
	text-align: center;
}
#sidebar #packets {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
#sidebar #packets a {
	color:#000
}
#sidebar #packets a:hover {
	text-decoration: underline;
	color:#063
}
#content #live {
	width: 890px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background:#666;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#live #live-title {
	height: 40px;
	width: 800px;
	padding-top: 10;
	padding-right: 10;
	padding-bottom: 10;
	padding-left:10px;
	color: #FFF;
}
#live #live-video {
	width: 470px;
	float: left;
	margin-left:10px;
}
#live #live-photo {
	width: 380px;
	float: right;
}
#live #live-info {
	font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 20px;
	margin-top:15px;
}

#live-info ul {
	list-style-type: none;
	list-style-position: inside;
	line-height:25pt;
}

#live a:hover {
	text-decoration:underline
}

#live #live-info a {
	text-decoration:none;
	color:#FC0
	}

#live #live-info a:hover {
	text-decoration:underline
}

#live #live-twitter a {
	text-decoration:none;
	color:#900
	}
	
#live #live-twitter {
	width: 880px;
	margin-left: auto;
	margin-right:auto;
	background-color:#CCC;	
}
#twitter_update_list {
	line-height: 20pt;
	list-style-position: inside;
	margin-left:10px;
}
#live #photo-links a {
	text-decoration:none;
	color:#FC0
	}
#live #photo-links a:hover {
	text-decoration:underline
}

/* begin styles for RSS Feed */

.rss_box {
	 padding: 4px 8px;
	 width: 460px;
	 background-color: #CCC;
}

.rss_title, rss_title a {
	
}

.rss_items {
   list-style:none;
   margin:0;
   padding:0;
}

.rss_item  {
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  font-weight : bold; 
  margin: 8px 0;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	
	}

.rss_item a:hover { 
	
	}
	
.rss_date {
	font-size: 11px;
	font-weight : normal;
	color: #666;
	}
#live #live-video #blogfeed {
	padding-top: 5px;
	margin-top: 5px;
}

#blogfeed a {
	text-decoration:none;
	color:#900;
}

#blogfeed a:hover {
	text-decoration:underline;
}

#social {
	height: 50px;
	margin: 5px;
}
#social #twitter {
	width: 143px;
	text-align: center;
	float: left;
}
#social p {
	line-height: 5px;
	text-align: center;
}
#packets {
	height: 150px;
	border-bottom-style: solid;
	padding-bottom: 15px;
	border-bottom-width: 1px;
}

#packet-info {
	float:left;
	margin-top: 10px;
	margin-left: 10px;
}
#packet-icon {
	height:47px;
	width:40px;
	background-image: url(/images/packet_Icon_single.gif);
	background-repeat: no-repeat;
	float:left;
}
.underline {
	text-decoration:underline;
}
#facebook {
	height:555px;
	background-color: #FFF;
}
	
#live h3 {
	color: #FC0;
}
