/* 
Purple Mountain Lodge (Crested Butte, CO) - CSS  
Thin Air Media Solutions - http://www.thinairmediasolutions.com  
Dec 11, 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; text-align:left;
}

html { overflow-x: auto; 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;}
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;}




/* Purple Mountain Lodge - CSS  */
 
body {
	background-color:#1E1E1E; background-image: url(../images/bg1.jpg); background-repeat: repeat-x;
	margin:0; padding:0;
	font: normal 14px "Myriad Pro", Helvetica, Arial, Tahoma,Verdana,sans; color:#FFF;
}

a 			{ color: #6A66A1; outline:none; }
a:link 		{ color: #6A66A1; }
a:visited 	{ color: #6A66A1; }
a:hover		{ color: #999; }

a.copy {font-weight:normal; color:#000;}
a.copy:link {font-weight:normal; color:#000;}
a.copy:visited {font-weight:normal;color:#FFF;}
a.copy:hover {font-weight:normal;color:#FFF;}

a.mainNav 		  { text-decoration: none; color: #6A66A1;	font-family:Georgia, 'Times New Roman', Garamond, serif; font-size:18px; font-weight:normal; }
a.mainNav:link	  { text-decoration: none; color: #6A66A1; font-family:Georgia, 'Times New Roman', Garamond, serif; font-size:18px; font-weight:normal; }
a.mainNav:visited { text-decoration: none; color: #6A66A1;	font-family:Georgia, 'Times New Roman', Garamond, serif; font-size:18px; font-weight:normal; }
a.mainNav:hover	  { text-decoration: none; color: #CCC; font-family:Georgia, 'Times New Roman', Garamond, serif; font-size:18px; font-weight:normal; }

h1.completesite {font-weight:normal; font-size:26px; padding:0; margin:0; line-height:22px; font-family:Garamond, Georgia, 'Times New Roman', serif;}
h2.completesite {font-size:22px; font-weight:normal; font-family:Garamond, Georgia, 'Times New Roman', serif;}
p.completesite { font: normal 14px "Myriad Pro", Helvetica, Arial, Tahoma,Verdana,sans; }
div.completesite { font: normal 14px "Myriad Pro", Helvetica, Arial, Tahoma,Verdana,sans; }

/* Layout */

#container { width:960px; margin:0 auto; }
#page-top { height:20px; text-align:right; padding-top:3px; }
#header {  }
#quick-links { height:30px; padding:25px 0; text-align:center; }
#content { float:left; width:960px; padding-top:10px; }
#footer { clear:both; padding-top:25px; color:#FFF; width:960px; margin:0 auto; text-align:center; }
.footer { display:inline; padding:0 5px; }

.quick-links {display:inline; padding:20px;}


