/* CSS Document for B4 Studio, LLC */

/* CSS Document for Creede Mountain Huts */

body {
	background-color: #666666;
	color: #336666;
	text-align: center;
	padding-top:6px;
	}
#wrapper {
	width: 780px;
	background-image: url(graphics/grnbg.gif);
	background-repeat: repeat;
	margin:auto;
	}
#wrapper2 {
	width: 780px;
	background-repeat: repeat;
	margin:auto;
	background-color: #999999;
	}	
#background {
	background-image: url(graphics/background.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 779px;
	}
	
#topbar1 {
	background-image: url(graphics/b4logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 145px;
	width: 500px;
	margin-left: 10px;
	padding-left: 120px;
	padding-top: 25px;
	text-decoration: none;
	} 
#topbar2 {
	height: 145px;
	width: 500px;
	margin-left: 130px;
	padding-top: 25px;
	text-decoration: none;
	} 
	
/* ---------------------------- Main Navigation ---------------------------*/
#nav1 {
	width:475px;
	height:30px;
	text-align:center;
	padding-top: 15px;
	position: relative;
	padding-right: 0px;
	background-image: url(graphics/line.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 4px;
	margin-bottom: 5px;
	text-decoration: none;
	}
	
#nav1 ul {
	list-style:none;
	margin:0;
	padding:0;
	text-decoration: none;
	}
	
#nav1 li {
	display:inline;
	padding-right: 16px;
	padding-left: 0px;
	text-decoration: none;
	}
	
#nav1 a:link, #nav1 a:visited {
	font-size: 0.7em;
	font-weight: bolder;
	color: #423D3C;
	text-decoration:none;
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#nav1 a:hover {
	color: #FFFFFF;
}
#nav1 image {
	border:none;
	text-decoration: none;
}
#nav1 .youarehere {
	color:#FFFFFF;
	text-decoration: none;
}


/* ---------------------------- Bottom Bar ---------------------------*/

#bottom {
	font-size: .8em;
	color: #423D3C;
	padding: 10px;
	width: 700px;
	}
	
/* ---------------------------- Content Bax ---------------------------*/

#text {
	width:490px;
	background-color: #FFFFFF;
	margin-left: 18px;
	margin-top: 5px;
	padding-right: 45px;
	padding-bottom: 10px;
	padding-left: 45px;
	text-align: left;
	padding-top: 10px;
	border: 2px solid #999999;
	}	
	
#text p{
	color: #333333;
	font-size: 0.8em;
	}
#text a:link, #text a:visited {
	text-decoration: underline;
	color: #6FA8A3;
	}
	
#text a:hover {
	color: #CCCCCC;
	}
#text h1{
	color: #333333;
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: -7px;
	}
#text h2{
	font-size: .9em;
	margin-bottom: -8px;
	}

/* ---------------------------- Gallery Bax ---------------------------*/

#gallery1 {
	width:650px;
	background-color: #999999;
	margin-left: 18px;
	margin-top: 5px;
	padding-right: 45px;
	padding-bottom: 10px;
	padding-left: 45px;
	text-align: left;
	padding-top: 10px;
	border: 2px solid #666666;
	}	
#gallery1 img {
	border:2px solid #999999;
	}
