/*
Site: Vail Rock & Ice
Author: Christian Ross
Author URI: http://www.thinairmediasolutions.com  
Jun 25, 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; }



/*  Vail Rock & Ice - CSS  */
/*  Layout  */
html { overflow-x: hidden; overflow-y: auto; }

body {
	margin-top: 0px;
	margin-bottom: 30px;
	background: #C9EAE5 url(../images/bg1.jpg) 0 0 repeat-x;
	font: 12px Verdana, Arial, Helvetica, sans;
	line-height:18px;
	color:#000;
	text-align:left;
}

#container 	{ width:964px; margin:0 auto; text-align:left; z-index:1; }
#header 	{ margin:0 auto; background:url(../images/banner-flash.jpg) 0 0 no-repeat; height:331px; z-index:1; padding-left:2px; }
#nav		{ background:url(../images/nav-bg.jpg) 0 0 no-repeat; height:30px; text-align:center; padding-top:5px; }
#content 	{ background:url(../images/content-bg.jpg) 0 0 repeat-y; overflow:hidden; padding-top:20px; color:#FFF; } 
  #sidebar-top		{ background:url(../images/sidebar-top.jpg) 0 0 no-repeat; height:10px; }
  #sidebar			{ background:url(../images/sidebar-bg.jpg) 0 0 repeat-y; padding: 5px 20px; color:#000; }
  #sidebar-bottom 	{ background:url(../images/sidebar-bottom.jpg) 0 0 no-repeat; height:12px; }
#footer  	{ background:url(../images/footer-bg.jpg) 0 0 no-repeat; height:25px; }
  #footer-copy		{ float:left; width:420px; padding: 20px 2px 0; }
  #footer-nav		{ float:right; width:500px; padding: 20px 2px 0; text-align:right; }
  
  
/*  Styles  */

a:link    { color: #1F8BA4; font-weight: bold; text-decoration: none; } 
a:visited { color: #1F8BA4; font-weight: bold; text-decoration: none; }
a:hover   { color: #CCC; 	font-weight: bold; text-decoration: underline; }
a:active  { color: #1F8BA4; font-weight: bold; text-decoration: none; }

.mainNav 		  { font-size: 17px; font-weight: normal; line-height:22px; }
a.mainNav:link	  { text-decoration:none; color:#000; font-weight:normal; }
a.mainNav:active  { text-decoration:none; color:#000; font-weight:normal; }
a.mainNav:visited { text-decoration:none; color:#000; font-weight:normal; }
a.mainNav:hover   { text-decoration:none; color:#444; font-weight:normal; }

a.footer:link	  { text-decoration:none; color:#1F8BA4; font-weight:normal; }
a.footer:active   { text-decoration:none; color:#1F8BA4; font-weight:normal; }
a.footer:visited  { text-decoration:none; color:#1F8BA4; font-weight:normal;}
a.footer:hover    { text-decoration:none; color:#444444; font-weight:normal;}

.completesite 	{ Verdana, Arial, Helvetica, sans; font-weight:normal; }
.pipe		  	{ font-size:10px; color:#999; padding:0 10px; }
.upper		  	{ text-transform:uppercase; }
.space			{ padding:0 10px; }

h3 { padding:10px 0; margin:0px; font-size:20px; line-height:20px; }

h1.completesite { margin: 5px 0 10px 0; font: 28px/32px Verdana, Arial, Helvetica, sans; color: #1F8BA4; }
h2.completesite { margin: 0 0 10px 0; font: 24px/28px Verdana, Arial, Helvetica, sans; color:#1F8BA4; }
h3.completesite { margin: 0 0 10px 0; font: 20px/24px Verdana, Arial, Helvetica, sans; padding:0; color:#000; text-transform:uppercase; }
h4.completesite { margin: 0; font: 16px/18px Verdana, Arial, Helvetica, sans; padding:0; color:#1F8BA4; }


ul {padding:0; margin:0; }
li {padding:0 0 0 0; margin:0 0 0 20px; border:0; }

