@charset "utf-8";
/* CSS Document */
/*
Theme Name: Punthill
Theme URI: http://www.punthill.com/
Description: Custom wordpress theme for Punthill
Version: 1.0
Author: Michael Raffaele
*/
* {
	margin:0;
	padding:0;
}
img {
	border:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#333;
	background:url(images/body-bg.png) repeat;
}

/*   HEADER   */
#header {
	width:940px;
	margin:20px auto 0;
	-webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, .8);
	-moz-box-shadow: 0px 0px 10px rgba(255, 255, 255, .8); 
	-moz-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-webkit-border-radius:10px;
}
#top-images {
	height:190px;
	width:940px;
	overflow:hidden;
}

/*   MENU   */
#menubar {
	background:url(images/menubar.png) repeat-x;
	padding:0 20px 0 10px;
	border-top:1px solid #999;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
}
#search_form {
	margin:6px 0 0;
	float:right;
	background:url(images/search.png) no-repeat;
	width:140px;
	height:21px;
	padding:6px 10px 0;
}
#search_form input {
	width:120px;
	border:none;
	text-align:right;
	color:#696969;
}

/*   MAIN   */
#main {
	background:url(images/content-bg.png) repeat-y;
	width:900px;
	margin:20px auto 0;
	padding:20px 20px 60px;
	-webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, .8);
	-moz-box-shadow: 0px 0px 10px rgba(255, 255, 255, .8); 
	-moz-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-webkit-border-radius:10px;
	overflow:hidden;
}

/*   LEFT   */
#left {
	width:610px;
	float:left;
}
h2, h2 a {
	padding:0 0 20px;
	font-size:28px;
	line-height:32px;
	color:#f57d31;
	font-weight:100;
	text-decoration:none;
}
h2 a:hover {
	color:#333;
}
h3 {
	font-size:18px;
	line-height:18px;
	font-weight:100;
}
.p-left {
	float:left;
	width:40px;
}
.p-left .date {
	font-size:28px;
	line-height:30px;
	color:#fff;
	border:#2f2f2f;
	background:#2f2f2f;
	display:block;
	text-align:center;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
}
.p-left .month {
	border:1px solid #ccc;
	border-top:none;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	color:#2f2f2f;
	display:block;
	text-align:center;
	font-size:12px;
	line-height:14px;
	text-transform:uppercase;
	font-weight:700;

}
.p-right {
	float:right;
	width:560px;
	padding:0 0 40px;
}
.p-right p {
	padding:0 0 20px;
}

.infobar {
	background:url(images/infobar.png) repeat-x;
	height:27px;
	clear:both;
	padding:10px 20px 50px;
	font-size:12px;
	color:#a3a4a4;
	font-weight:700;
}
.infobar a {
	color:#a3a4a4;
	text-decoration:none;
}
.infobar a:hover {
	color:#333;
}
.posted {
	float:left;
	width:420px;
}
.share {
	float:right;
	width:110px;
	text-align:right;
}
.caption {
	padding:3px 0 0;
	text-transform:uppercase;
	text-align:center;
	display:block;
	font-weight:700;
	font-size:12px;
}
.map {
	padding:10px;
	border:1px solid #ccc;
	width:530px;
	margin:0 auto;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5); 
}
.map .themap {
	width:530px;
	height:200px;
	margin:0 auto;
}

/*   RIGHT   */
#right {
	width:250px;
	float:right;
}
#rates a {
	background:url(images/rates-and-availability.png) no-repeat;
	width:250px;
	height:100px;
	text-indent:-9999px;
	margin:0 0 20px;
	display:block;
}
#specials a {
	background:url(images/current-specials.png) no-repeat;
	width:250px;
	height:100px;
	text-indent:-9999px;
	margin:0 0 20px;
	display:block;
}
#right #facebook a {
	background:url(images/facebook.png) no-repeat;
	height:54px;
	display:block;
	text-indent:-9999px;
}
#rates a:hover, #specials a:hover, #facebook a:hover {
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}
#right h5 {
	background:#a5a5a5;
	color:#fff;
	font-size:18px;
	line-height:20px;
	font-weight:100;
	padding:10px;
}
#right ul li {
	list-style:none;
}
#right ul ul {
	padding:0 0 20px;
}
#right ul ul li {
	font-size:12px;
	border-bottom:1px solid #fff;
	background:url(images/line.png) repeat-x bottom;	
}
#right ul ul li a {
	padding:5px 10px;
	display:block;
	text-decoration:none;
	color:#484949;
	font-weight:700;
}
#right ul ul li a:hover {
	background:#ccc;
}
#right #faq {
	background:#d5d5d5;
	-moz-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-webkit-border-radius:10px;
	padding:10px;
	font-size:12px;
	margin:10px 0 20px;
}
#right #faq p {
	padding:0 0 15px;
}
#faq a {
	color:#000;
	font-weight:700;
	text-decoration:none;
}
#faq a.readmore {
	display:block;
	text-align:right;
	font-size:10px;
	text-decoration:none;
	color:#000;
	font-style:italic;
}
#faq .strong {
	font-weight:700;
	display:block;
	padding:0 0 10px;
}


/*   FOOTER   */
#footer {
	margin:20px 0 0;
	text-align: center;
	color:#fff;
	font-size:12px;
	line-height:15px;
	padding:0 0 20px;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
