/*
Site: Columbine Coffee Roasters
Author: Christian Ross
Author URI: http://www.thinairmediasolutions.com  
Oct 20, 2009 
*/


/* ---- 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; }


/*  Columbine Coffee Roasters - CSS  */
/*  Layout  */

body {
	margin-top: 0;
	margin-bottom:20px;
	background-image:url(../images/bg2.png); background-repeat:repeat-x; 
	background-color:#70A4B9;
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height:18px;
	color:#000;
	text-align:left;
}


#container	{ width:962px; margin:0 auto; text-align:left; z-index:1; }
#header 	{ background:url(../images/header-bg.jpg) 0 0 no-repeat; height:181px; }
  #nav		{ padding:135px 0 0 25px; }
#content	{ background:url(../images/content-bg.jpg) 0 0 repeat-y; padding:20px 0; }
#content-bottom   { background:url(../images/content-bottom.jpg) 0 0 no-repeat; height:10px; margin-bottom:20px; }
#cs			{ width:138px; margin:0 auto; padding-left:824px; }

  
/*  Styles  */

a:link    { color: #001839; font-weight: bold; text-decoration: none; } 
a:visited { color: #001839; font-weight: bold; text-decoration: none; }
a:active  { color: #001839; font-weight: bold; text-decoration: none; }
a:hover   { color: #666; 	font-weight: bold; text-decoration: underline; }

a.mainNav:link,	a.mainNav:active,a.mainNav:visited  { 
	color:#45558B; font-size: 13px; line-height:20px; 
	font-weight:bold; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration:none; text-transform:uppercase;
	padding:0 10px;
}

a.mainNav:hover   { 
	color:#999; font-size: 13px; line-height:20px; 
	font-weight:bold; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	text-transform:uppercase; text-decoration:none;
	padding:0 10px;
}

a.footer:link, a.footer:active, a.footer:visited {
	color:#F10000; text-decoration:none;
}

a.footer:hover {
	color:#CCC; text-decoration:none;
}


a.contact:hover	  { color:#FFF; }

.completesite 	{ font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; }
.pipe		  	{ font-size:10px; color:#999; padding:0 10px; }
.space			{ padding:0 10px; }
.footerNav		{ padding:0 6px; }
.footerNavInt	{ padding:0 8px; }
.underline		{ border-bottom:1px solid #E4E9EE; display:block; margin-top:10px; }


h1.completesite { margin: 0 0 20px 0; font-size: 28px; line-height:32px; font-weight:bold; color:#000; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
h2.completesite { margin: 20px 0 10px 0; font-size: 24px; line-height:28px; font-weight:bold; color:#000; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
h3.completesite { margin: 10px 0 6px 0;  font-size: 20px; line-height:24px; font-weight:bold; color:#45558B; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
h4.completesite { margin: 10px 0 6px 0;  font-size: 16px; line-height:20px; font-weight:bold; color:#45558B; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }


h3 { padding:0 0 10px 0; margin:0; }
p { padding:0 0 10px 0; margin:0; }

ul {padding:0; margin:0; }
li {padding:0 0 0 0; margin:0 0 0 20px; border:0; }


a.cs-logo 		{ border:none; background: url(../images/completesite.png) 0 0 no-repeat; width:130px; height:24px; display:block; }
a.cs-logo:hover { border:none; background: url(../images/completesite.png) 0 -24px no-repeat; }

