/* 
Inn at Crested Butte - CSS  
Thin Air Media Solutions - http://www.thinairmediasolutions.com  
Oct 31, 2008 
*/


/* ---- 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: hidden;
	overflow-y: auto;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
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;
}


/* ----- Inn at Crested Butte ------*/

body {
	background-color:#30010B;
	background-image:url(../images/bg1.jpg);
	background-repeat:repeat-x;
	margin: 7px auto;
	font-family: 'Lucida Grande', Arial, Helvetica, Verdana, sans-serif;
	font-size:14px;
	color:#FBF9E1;
	font-weight:normal;
	}

h1 {font-family:'Lucida Grande', Arial, Helvetica, Verdana, sans-serif; font-size:18px; color:#647178;}
h2 {font-family:'Lucida Grande', Arial, Helvetica, Verdana, sans-serif; font-size:16px; color:#647178;}
h3 {font-family:'Lucida Grande', Arial, Helvetica, Verdana, sans-serif; font-size:14px; color:#647178;}

a {color:#647178; text-decoration:none; font-weight:normal;}
a:link {color:#647178; text-decoration:none; font-weight:normal;}
a:visited {color:#647178; text-decoration:none; font-weight:normal;}
a:hover {color:#FFFFFF; text-decoration: underline; font-weight:normal;}



/*----------------------------
			Content
-----------------------------*/	

#container {
	width:1000px;
	margin:0 auto;
	float:inherit;
}

#col1 {
	float:left;
	width:580px;
	padding: 20px 0 0 30px;
}

#main_content {
	padding: 10px 30px;
	line-height:20px;
	text-align:justify;
}

#col2 {
	float:right;
	width:330px;
	padding: 20px 0 0 10px;
}

#col2_img {
	padding:0 0 0 15px;
}

/*----------------------------
			Navigation
-----------------------------*/	
#nav {
	text-align:right;
	font-size:14px;
	line-height:18px;
	color:#FBF9E1;
	padding:15px 15px 0;
	font-weight:normal;
	}

.mainNav {
	font-weight:normal;
	font-family: 'Lucida Grande', Arial, Helvetica, Verdana, sans-serif;
	text-align:right;
	color:#FFFFFF;
	line-height:18px;
	}


a.mainNav 			{text-decoration: none;color:#FFFFFF;}
a.mainNav:link		{text-decoration: none;color:#FFFFFF;}
a.mainNav:visited	{text-decoration: none;color:#FFFFFF;}
a.mainNav:hover		{text-decoration: underline;color:#FFFFFF;}


/*----------------------------
			Footer
-----------------------------*/	

#footer {
	text-align:left;
	padding:10px 30px;
	}	
	
a.contact 			{color:#EF655B; text-decoration:none; font-weight:normal;}
a.contact:link 		{color:#EF655B; text-decoration:none; font-weight:normal;}
a.contact:visited 	{color:#EF655B; text-decoration:none; font-weight:normal;}
a.contact:hover 	{color:#EF655B; text-decoration: underline; font-weight:normal;}

