/* @override 
	http://www.adxcreative.com/projectHub/hotelmetro/css/layout.css
	http://www.adxcreative.com/projectHub/hotelmetro/wordpress/wp-content/themes/hotel-metro-theme/css/layout.css
	http://02c540f.netsolhost.com/wordpress/wp-content/themes/hotel-metro-theme/css/layout.css
*/

body{
	width: 960px;
	margin: 0px auto;
}

.obscure,
#branding h1,
#branding h2{
	/* float: left; */ /* took out bc it didn't validate */
	position: absolute;
	left:  -9999px;
}
#reservationsBox{
	width: 200px;
	height: 30px;
	margin: 10px 10px 5px 10px;
}
.slideshow{
	margin-bottom: 20px;
}
#headerWrapper, #nav,
#footerWrapper{
	padding-top: 20px;
}
#mainNav{
	margin-top: 20px;
	margin-bottom: 20px;
	
	/* so drop down displays on top in ie7 */
	position: relative; 
	z-index: 100;
}
#secondaryContent h3{
	padding: 15px 0 0 15px;
}
#sidebar a, #sidebar a{
	margin-left: 15px;
}
#secondaryContent p,
.leftCol{
	margin: 0 15px;
}
span.member{
	position: relative;
	left: 10px;
	bottom: 15px;
}
#disclaimer{
	padding: 20px 0;
}
#clocks{
	text-align: center;
}
#footer{
	width: 940px;
	/*height: 215px;*/
	overflow: hidden;
	padding-bottom: 10px;
}
#twitterBox{
	/*width: 275px;*/
	/* rounded corners */
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-khtml-border-radius: 18px;	
	border-radius: 18px;
	overflow: hidden;
	padding: 20px 0px;
	margin-top: 25px;
	margin-right: 25px;

}
#twitterFeed{
	width: 190px;
	/*padding-top: 20px;*/
	padding: 0px 10px;
	float: left;
}
#bird{
	width: 50px;
	float: left;
	clear: right;
	padding-right: 10px;
}
#twitter h4{
	width: 275px;
}
#amenities, .callout{
	padding: 20px 0; /*margin-top: 20px;*/
	overflow: hidden;
}
#amenities h3, .callout h3, #amenities h5{
	padding: 0px 0 10px 15px;
}
#amenities ul{
	list-style-type: disc;
	padding-left: 30px;
	float: left;
	display: inline;
	width: 150px;
}
#amenities li{
	line-height: 1.5em;
}
.biggap {
	border-top:1px dotted #517676;
	margin-top:30px;
	padding-top:30px;
}
.comment p{
	padding: 10px;
	margin-left: 45px;
	margin-bottom: 10px;
}
.comment-body{
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
}
div.comment-meta.commentmetadata,
a.comment-reply-link{
	margin-left: 44px;
}
div.comment-meta.commentmetadata{
	margin-bottom: 10px;
}
.bottompad{
	padding-bottom: 20px;
}
.clear-right{
	clear: right;
}
.clear-left{
	clear:  left;
}
.eventCol{
	float: left;
}
.callout{
	margin-bottom: 20px;
}
.callout ul{
	padding: 0 15px;
}