/*
Site: CBMBA - Crested Butte Mountain Bike Association
Author: Christian Ross
Author URI: http://www.thinairmediasolutions.com  
Mar 11, 2010 
*/


/* ---- Reset CSS ---- */

html, body, img {
	margin: 0; padding: 0; border: 0; outline: 0;
	font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
	vertical-align: baseline;
}
:focus { outline: 0; }

html { overflow-x: auto; overflow-y: auto; }

body { line-height: 1; }
p { margin:0; padding:0; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
em { font-style: italic; }
strong { font-weight: bold; }

.clear:after { content: "."; display: block; height: 0;	font-size: 0; clear: both; visibility: hidden; }
.clear { display: inline-block; }
/* \*/
.clear { display: block; }
/* */ 
.image { display: block; font-size: 0; text-indent: -9999px; outline: none; }
td { vertical-align:top; }


/*  CBMBA - Crested Butte Mountain Bike Association - CSS  */
/*  Layout  */

body {
	margin-top: 0;
	background:#262626 url(../images/bg1.jpg) 0 0 repeat-x;
	font: 14px Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#000;
	text-align:left;
}

#container	{ width:1000px; margin:0 auto 20px; text-align:left; z-index:1; background-color:#FFF: }
#banner 	{ width:960px; height:272px; margin:6px auto 0; }
  #flash	{ float:left; width:400px; background-color:#FFF; height:272px; }
  #logo		{ width:560px; float:left; background-color:#FFF; height:262px; text-align:center; padding-top:10px; }
#nav 		{ background:url(../images/nav-bg.png) 0 0 no-repeat; height:33px; width:1000px; text-align:center; padding-top:7px; }
#content	{ background-color:#FFF; width:960px; margin:0 auto; }
  #sidebar  	{ background:url(../images/sidebar-bg.jpg) 0 0 repeat-x; padding: 20px; }
  #main-content { padding:20px 40px 10px 0; }
  #sponsors		{ text-align:center; padding: 10px 20px; }
#footer		{  }
  #footer-container {
	  width:960px;
	  margin:0 auto 20px;
	  padding-top:10px;
	  color:#000;
	  font-size:12px;
	  background:#FFF url(../images/tire-tracks.jpg) 0 0 no-repeat;
	  height:70px;
	  text-align:center;
	  padding: 50px 0 0;
}

  
/*  Styles  */

a:link    { color: #D42524; font-weight: bold; text-decoration: none; font-size:12px; } 
a:visited { color: #D42524; font-weight: bold; text-decoration: none; font-size:12px; }
a:active  { color: #D42524; font-weight: bold; text-decoration: none; font-size:12px; }
a:hover   { color: #666; 	font-weight: bold; text-decoration: underline; font-size:12px; }

a.completesite:link    { color: #D42524; font-weight: bold; text-decoration: none; } 
a.completesite:visited { color: #D42524; font-weight: bold; text-decoration: none; }
a.completesite:active  { color: #D42524; font-weight: bold; text-decoration: none; }
a.completesite:hover   { color: #666; 	font-weight: bold; text-decoration: underline; }

a.mainNav:link,	a.mainNav:active,a.mainNav:visited  { 
	color:#000; font-size: 12px; line-height:20px; 
	font-weight:normal; font-family: GothaHTFMed, Arial, Helvetica, sans-serif;
	text-decoration:none; text-transform:uppercase;
	padding:0 8px;
}

a.mainNav:hover   { 
	color:#EEE; font-size: 12px; line-height:20px; 
	font-weight:normal; font-family: GothaHTFMed, Arial, Helvetica, sans-serif; 
	text-decoration:none; text-transform:uppercase;
	padding:0 8px;
}

a.footer:link, a.footer:active, a.footer:visited {
	color:#FFF; text-decoration:none; font-size:12px; font-weight:normal;
}
a.footer:hover {
	color:#333; text-decoration:none; font-size:12px; font-weight:normal;
}

a.contact:link, a.contact:active, a.contact:visited {
	text-decoration:none; outline:none; color:#ECECD0; 
}
a.contact:hover	  { color:#FFF; text-decoration:none; color:#999;  }

p { padding:0; margin:0; }

p.top-contact { padding:0 0 5px 0; margin:0; }

.completesite 	{ font: 14px/20px Arial, Helvetica, sans-serif; }
.pipe		  	{ font-size:10px; color:#555; padding:0 10px; }
.space			{ padding:0 6px; }

p.completesite  { margin-bottom:20px; }

h1.completesite { margin: 15px 0; font-size: 24px; line-height:30px; font-weight:bold; color:#D42524; font-family: GothaHTFMed, Arial, Helvetica, sans-serif; }
h2.completesite { margin: 15px 0; font-size: 20px; line-height:28px; font-weight:bold; color:#D42524; font-family: GothaHTFMed, Arial, Helvetica, sans-serif; }
h3.completesite { margin: 0 0 6px 0;  font-size: 16px; line-height:22px; font-weight:bold; color:#D42524; font-family: GothaHTFMed, Arial, Helvetica, sans-serif; }
h4.completesite { margin: 0 0 6px 0;  font-size: 14px; line-height:18px; font-weight:bold; color:#D42524; font-family: GothaHTFMed, Arial, Helvetica, sans-serif; }



ul {padding:0; margin:0; }
li {padding:0 0 0 0; margin:0 0 0 20px; border:0; }
