/*
Theme Name: Westhill BB
Theme URI: http://www.westhillbb.com/
Description: custom theme
Version: 1.0
Author: InsideOut Solutions/Kailey Lampert
Author URI: http://insideout.com/
Tags: 
*/

body {

	margin: 0;
	font-size: 12px;
	font-family: "Lucida Grande", Arial, sans-serif;
	text-align: center;
	background: #3F6053 url("http://www.westhillbb.com/images/pagebg.gif") top center repeat-y;

}

#page {

	width:780px;
	text-align: left;
	margin:auto;
	color: #662837;
	text-decoration: none; 
}

a:link, a:visited {
color: #285566;
text-decoration: underline; } 

a:hover {
color: #6E020E;
text-decoration: none;}

.hidden, .alt { display: none; }

h2 { margin: 0; }

#header {

	width: 780px;
	height: 80px;
	background: url("http://www.westhillbb.com/images/header.jpg") top left no-repeat;

}
#header #availLink a {

	display: block;
	width: 135px;
	height: 50px;
	float: right;

}

#topIMG {
<hr>
	width: 780px;
	height: 300px;
	background: url("http://www.westhillbb.com/images/reservationstop.jpg") top left no-repeat !important;
<hr>

}

#topNav {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

.nav, .nav *{
	margin:0;padding:0;
}
.nav {
	list-style:none;
}

	ul#menu {
		height:32px;
		background:#541A29;
}

	ul#menu li {
		text-align:center;
		position: relative;
		float:left;
		z-index:500;
	}
	ul#menu a {
		font-size: 14px;
		color: #FBA6A6;
		text-decoration: none;
		font-family: Tahoma, Helvetica, Arial, sans-serif;
		padding: 7px 12px 7px 12px;
		display:block;
		line-height: 1.1em;
	}
	ul#menu a:hover 			{ color:#fff; }
	
	ul#menu li ul {
		list-style: none;
		position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
		top: 26px;
		background: #541A29;
		display: none;
		float: left;
		width: 127px;
		-moz-border-radius-bottomleft: 20px;
		-moz-border-radius-bottomright: 20px;
		-webkit-border-bottom-left-radius: 20px;
		-webkit-border-bottom-right-radius: 20px;
		padding-bottom:10px;
	}
	ul#menu li ul.subnav {}

	ul#menu li ul.subnav li{
		clear: both;
		width: 146px;
		padding:0 12px;
}
	
	html ul#menu li ul.subnav li a {
		display:block;
		text-align:left;
		padding: 6px 0;
	}

.image { margin: 16px; }

.right { margin-right: 0; float: right; clear: right; }

.left { margin-left: 0; float: left; clear: left; }


#content {

	clear: both;
	width: 780px;
	min-height: 319px;
	background: #DCD7AD url("http://www.westhillbb.com/images/contentbgbottom.gif") bottom left repeat-x;

}

#content .bgFix {

	background: url("http://www.westhillbb.com/images/contentbgtop.gif") top left repeat-x;
	overflow:hidden;

}

#sehLink a {

	display: block;
	width: 75px;
	height: 75px;
	float: right;
	position: relative;
	top: 60px;
	right: 10px;

}

* html #sehLink a {

	z-index: 5000;

}


#footer {

	background: #2E364F url("http://www.westhillbb.com/images/westhillfooter.gif");
	background-repeat: no-repeat;
	background-position: 375px 25px;
	padding: 8px 4px;
	
}

#footerLeft {

	font-size: 11px;
	width:370px;
	float:left;
	
}

}
#bottomNav {

	font-size: 10px;
	width:460px;
	float:left;

}

#bottomNav ul {
	overflow:hidden;

}

#bottomNav ul li a {

	color: #DCD7AD;
	background: url("images/navdiv.gif") right 3px no-repeat;
	padding: 3px 6px;
	font-size: 10px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;

}

#bottomNav ul {
	width: 100%;
	text-align:center;
	padding: 15px 0px 0px 0px;
}
#bottomNav ul li {
	float:none;
	display:inline;
	padding: 0px;
	font-size: 10px;
}
#bottomNav ul li a{
	display:inline;
	padding: 0 9px 0 2px;
}
#bottomNav ul li.lastOne a{
	border:none;
}

#bottomNav ul li.lastOne a {

	background: none;

}

#contactInfo {

	text-align:right;
	float:right;
	padding: 0 10px 0 5px;
	color: #FFF;
	line-height: 21px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

#contactInfo a {

	color: #FFF;

}

#contactInfo ul {

	list-style: none;
	margin: 0;
	padding: 5px 0 0 0;

}

#copyright {

	width: 780px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;

}

#copyright a {

	text-decoration: none;
	color: #000;

}

#copyright a:hover {

	text-decoration: underline;

}


#main {
	padding: 20px 20px 10px;
}
.widecolumn .attachment {
	text-align:center;
}
.widecolumn .caption p {
	background: #bbb;
	padding: 3px 5px;
}

#main.narrowcolumn {
	width:550px;
	float:left;
}
#main ul, #main ol {
	list-style-position:inside;
	margin-left:20px;
}
#sidebar {
	float:left;
	width:160px;
	padding: 20px 10px 10px;
}
#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar h2.widgettitle {
	text-align:right;
	border-bottom: 1px solid #000;
}
li#tag_cloud-2 a[style] { font-size:1.1em !important;padding: 0 5px 0 0; }
#searchform {
	margin: 10px 0;
}
input#s {
	width:80px;
}
.postmetadata {
	clear:both;
	margin: 0 0 10px;
}
.post {
	clear:both;
}
/* --------------------------------------------------------------------------------------- */
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* vertical */

.feedburnerFeedBlock {
	padding: 5px 5px 5px 10px;
}

.feedburnerFeedBlock .feedTitle {
	text-align: left;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: normal;
	margin: 0 0 7px 0;
	
}


.feedburnerFeedBlock ul li {
	list-style-type: square;
	list-style-position:inside;
	font-size: 9px;
	text-decoration: none;
	margin-top: 4px;
	padding:0;
	margin:2;
	float:none;
	color: #FFF;
}
.feedburnerFeedBlock ul li a {text-decoration: underline;color:#FFF;display:inline;padding:0;margin:0; }
.feedburnerFeedBlock ul li a:hover {text-decoration: none; }
.feedburnerFeedBlock ul li span {padding:0;margin:0; }
.feedburnerFeedBlock ul li div {padding: 0 0 0 5px; }
.feedburnerFeedBlock .headline {font-size: 12px}
.feedburnerFeedBlock p a {color:#FFF; text-decoration:none;}

.feedburnerFeedBlock p a:hover{text-decoration: underline;}

.feedburnerFeedBlock .date {font-size: 10px; margin: 0 0 5px 10px; display: inline;}

.fbsubscribelink { text-align: left; font-size: 13px; margin: 10px 0 5px 0;}
.fbsubscribelink a {color:#FFF; text-decoration: none;}
.fbsubscribelink a:hover{text-decoration: underline;}
#creditfooter {	display:none;}

#footer form {margin: 10px 0 0 11px;}

.submit input.btn { 
	  color:#224339; 
	  font: bold 83% 'trebuchet ms',helvetica,sans-serif;
	  text-align: center;
} 
