@import url("weather.css"); 
@import url("profiles.css");
@import url("portfolio.css");
@import url("coda-slider-default.css"); 
@import url("navigation.css"); 
@import url("lightview.css"); 

html, body {
    height: 100%;
}

body {
  	background-color: #fff;
	margin: 0 auto;
	padding: 0;
	color: #372300;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", Ariel, sans-serif;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #0d0a01;
	}
	
a {
	color: #8dc73f;
	text-decoration: none;
	}
	
a:hover {
	color: #252525;
	text-decoration: none;
	}
	
h1 {
	font-size: 14px;
	}
	
h2 {
	font-size: 12px;
	}
	
h3 {
	font-size: 11px;
	}
	
p {
	font-size: 11px;
	line-height: 16px;
	color: #4E3100;
	}
	
ol,ul {
	list-style:none;
	margin: 0;
	padding: 0;
	}
	
li {
	list-style:none;
	margin:0;
	padding:0;
	}
	
blockquote {
	padding-top: 0;
	color: #666;
	background: transparent url("../images/quote.png") no-repeat 0 0;
	font-size: 13px;
	line-height: 16px;
	margin-top: 22px;
	margin-right: 40px;
	margin-bottom: 22px;
	margin-left: 0px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
}
	
#container {
	}
	
#logo {
	display: none;
	}
	
#city {
	background-image:url(../images/backgrounds/city/default.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 230px;
	text-align: center;
	margin: 0 auto;
	}
	
#navigation {
	width: 900px;
	padding-top: 54px;
	text-align: right;
	margin: 0 auto;
	}
	
#content-wrap {
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
	}
	
#content-wrap-shop {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	}
	
#content {
	margin: 0 auto;
	text-align: left;
	width: 900px;
	background-color: #fff;
	}
	
#column-one {
	float:left;
	width: 650px;
	margin: 0;
	padding: 0;
	}
	
#column-two {
	float: right;
	width: 220px;
	margin-left: 20px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	}
	
#column-two h2 {
	font-size: 11px;
	color: #252525;
	font-weight: 100;
	border-bottom: 1px solid #ddd;
	line-height: 40px;
	margin-top: 0;
	padding-top: 0;
	}
	
.project {
	width: 203px;
	}
	
.contact-box {
	display: block;
	width: 150px;
	float: left;
	padding-right: 2px;
	padding-bottom: 10px;
	}
	
.contact-box li {
	font-size: 11px;
	}
	
.portfolio-box {
	display: block;
	width: 152px;
	float: left;
	padding-bottom: 10px;
	}
	
.portfolio-box li {
	font-size: 11px;
	}
	
.sitemap-box {
	display: block;
	width: 110px;
	float: left;
	padding-right: 10px;
	}
	
.drink-title {
	font-size: 15px;
	font-style: italic;
}
	
#footer {
	background-image:url(../images/footer.jpg);
	background-repeat: repeat-x;
	background-color: #0d0a01;
	color: #151515;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	height: 270px;
	width: 100%;
	text-align: center;
	position: relative;
	display: block;
	bottom: 0;
	background-position: 0px;
	}
	
#footer-content {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	}
	
#footer-content p {
	color: #aaa;
	font-size: 9px;
	}

#footer-content a {
	color: #ddd;
	font-size: 9px;
	text-decoration: none;
	}
	
#footer-content a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
#f-column-one {
	float:left;
	width: 650px;
	margin: 0;
	padding: 0;
	}
	
#f-column-two {
	float: right;
	width: 220px;
	margin-left: 20px;
	margin-top: 36px;
	padding: 0;
	}
	
#f-column-two h2 {
	font-size: 11px;
	color: #252525;
	font-weight: 100;
	border-bottom: 1px solid #ddd;
	line-height: 30px;
	}

.double-line {
	font-size: 12px;
	line-height: 18px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
.lower-line {
	font-size: 12px;
	line-height: 18px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	}
	
.dont-show {
	display: none;
	}
	
ul#featured-fade li img {
	font-size: 12px;
	line-height: 18px;
	padding-top: 4px;
	padding-bottom: 5px;
	}
	
.map {
	float: left;
	background-image: url(../images/map-tn.jpg);
	background-repeat: no-repeat;
	background-position: 0px -167px;
	width: 209px;
	height: 166px;
	}
	
.map:hover {
	background-image:url(../images/map-tn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 209px;
	height: 166px;
	}
	
.gray {
	color: #999;
	}

.small {
	font-size: 10px;
	}
	
.site-map-list {
	list-style: inside;
	}
	
twitter_update_list li {
	margin-bottom:4px;
	border-bottom: 1px solid #ccc;
	padding:10px; 
	}
	
.pusher {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 8px;
	background-position: 0px 0px;
	width: 68px;
	height: 43px;
	background-image:url(../images/feedback.png);
	}
	
.pusher:hover {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 8px;
	background-position: 0px -42px;
	width: 68px;
	height: 43px;
	background-image:url(../images/feedback.png);
	}
	
.mover {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0;
	margin: 0;
	background-image:url(../images/social-media-bg.png);
	background-repeat: repeat-x;
	background-color:#DDF3FF;
	text-align: right;
}
