@charset "UTF-8";
/* CSS Document */

/* Elements */

body {
	background: url(../images/background_large.jpg) repeat top left;
	font-family: Arial, 'Helvetica', sans-serif
}

p {
	color:#000;
	font-size:12px;
}

h1 {
	font-size:24px;	
	padding: 10px 0 0 20px;
}

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline;}

img {
	border:0;
}

/* Nav */

#nav {
	height: 30px;
	width: 960px;
	margin: 0px auto;
	text-align: center;
}

#nav ul {
	vertical-align: middle;
	font-size: 13px;
	letter-spacing: 1px;
	list-style-type: none;
	margin: 0px 0px 0px 9px;
	padding: 0px;
}

#nav li {
	float: left;
	font-size: 12px;
	line-height: 30px;
	list-style-type: none;
	font-weight:bold;
	margin: 0px 68px;
	padding: 0px;
}

#nav li a {
	color: #000;
	text-decoration: none;
}

#nav li.current {
	color: #CCC;
}

/* Features */

.feature {
	behavior: url(css/ie-css3.htc);
	-moz-box-shadow: 10px 10px 10px #000; /* Firefox */
    -webkit-box-shadow: 2px 2px 2px #000; /* Safari, Chrome */
    box-shadow: 10px 10px 10px #000; /* CSS3 */
	border:thin solid #CCC;
	float:left;
	background:#CCC;
	width: 910px;
	height: 550px;
	margin:0 48px 20px 20px;
}

.feature_tower {
	float:left;
	margin:25px;
	width:250px;
	height:500px;
}


/* Misc */

.roundedCorners_6 {
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.roundedCorners_me {
	background-color: #000;
	margin: 20px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.roundedCorners_nike {
	margin: 20px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.roundedCorners_features {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#content {
	width: 960px;
	height: 650px;
	margin: 25px 0 25px 0;
}

.rollover {
	
}
  
#twit-div { 
	float:right;
	width: 350px; 
	height: 75px; 
	padding: 35px 0 0 0;
}

ul#twitter_update_list { 
	list-style: none; 
	font-size: 12px;	
}

ul#twitter_update_list li { 
	color:#fff;	
}

ul#twitter_update_list li a { 
	color:#c4c4c4;	
}

.spacer {
	height: 250px;
}

/* Stick Footer */

* {
 	margin: 0;
}

html, body {
	height: 100%;	
}

.nonFooter {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px;
}

.footer, .push {
	height: 200px;
	clear: both;
}

/* Footer */

.footer {
	background: #dddddd;
	text-align:center;
}

.footer #social img {
	float:left;
	padding: 20px 20px 10px 30px;
}

.footer a:link { color:#46477a;}
.footer a:visited { color:#46477a;}
.footer a:active { color:#46477a;}
.footer a:hover { color:#46477a;}

.footer .emphasis {
	font-weight:bold;
}
