/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}

/*basics*/

html {
	background:#000 url(images/bbfit-bg.gif) top left no-repeat;
	color:#fff;
	}
	
body {
	font-family: verdana, san-serif;
	}

#container {
	margin: 0 auto;
	width:760px;
	}
	

/* Structure */
	
#header {
	margin: 30px 0;
	}


#col1 {
	width:520px;
	float:left;
	margin-top:260px
	}
	
#col2 {
	width:200px;
	float:left;
	margin-top:160px
	}
	
#footer {
	width:760px;
	float:left;
	margin-top:60px;
	border-top: 1px solid #111;
	}

/* header */


/* col1 formating */

#col1 h1 {
	font-family: Georgia, serif;
	font-size: 180%;
	color:fff;
	letter-spacing: 10px;
	font-weight: lighter;
	margin: 10px 0 40px 0;
	}

/* Twitter Feed */

#twitter-feed {
	width:500px;
	margin-bottom: 30px;
			}

#twitter-feed li {
	color:#666;
	font-size:120%;
	margin:20px 0 ;
	padding-bottom:20px;
	border-bottom: solid 1px #111;
	border-right:30px solid #000;
	}
	
	
/* subscription */

#subscribe-bbfit a{
	color:#e7fc33;
	text-decoration: none;
	font-size:85%;
	}
	
#subscribe-bbfit a:hover{
	color:#fff;}
	
	
/* col 2 */

#twitter {
	width:190px;
	}
	
#twitter img {
	float:left;
	margin-bottom: 50px;
	}
	
#twitter p {
	width:100px;
	float:left;
	margin:10px 0 0 10px;
	}
	
#twitter a {
	text-decoration: none;
	color:#e7fc33;
	font-size: 80%;
			}

#twitter a:hover {
	text-decoration: none;
	color:#fff;
			}


#why {
	float:left;
	margin-bottom:20px;
	}
	
	#why h1 {
	font-size: 110%
	font-weight: ligher;
	margin-bottom: 10px;
	}
	
#why p {
	font-size: 80%;
	margin-bottom:10px;
	line-height: 130%;
		}

#nikeplus {
	}	
	
/*footer*/

#footer p{
	padding: 10px 5px;
	font-size: 75%;
	color:#666;
	}
	
#footer a {
	text-decoration: none;
	color: #999;
	}
	
#footer a:hover {
	color:#e7fc33;
	}