/***************************************************************
Style Sheet for Pinewoods Resort

Copyright 2008 by Pinewoods Resort, All Rights Reserved
***************************************************************/



/***************************************************************
Default Blob Styles
***************************************************************/
.blobDefault {
	margin-bottom:12px;
}
	.blobDefault h2 {
		font-size:130%;
		text-align:center;
		color:#fff;
	}
/*There are things that change*/
.blobTestimonial {
	margin-bottom:12px;
	padding:0 5px;
}
	.blobTestimonial h2{
		font-size:130%;
		text-align:center;
		color:#fff;
	}

.blobImage {
	margin-bottom:12px;
	padding:0;
	border:1px solid #c7cacd;
}
	.blobImage h2 {
		margin:0;
		padding:6px 0 5px 0;
		font-size:105%;
		text-align:center;
		border-bottom:1px solid #c7cacd;
		background:#ececec;
	}
	.blobImage img {
		float:left;
	}


/***************************************************************
Custom Blob Styles
***************************************************************/

/***************************************************************
Custom Blob Styles
***************************************************************/
.blobStyle {
	position:relative;
	margin-bottom:20px;
	padding: 0 10px;
}
	.blobStyle .blobTopLeft {
		
	}
	.blobStyle .blobTopRight { }
	.blobStyle .blobTopRight h2 {
		font-size: 120%;
		color:#094908;
	}
	.blobStyle .blobBody {
	
	}
	.blobStyle .blobBottomLeft {
		display:none;
	}
	.blobStyle .blobBottomRight { }
	
	
.blobHome {
	position:relative;
	display: inline;
	float: left;
	margin-left: 15px;
	height: 190px;
	width: 288px;
	background: url('images-layout/blob-home-bg.png') #fff;
	
}
	.blobHome .blobTopLeft {
		background: url('images-layout/blob-home-bg-top-left.gif') no-repeat top left;
	}
	.blobHome .blobTopRight { 
		height: 37px;
		background: url('images-layout/blob-home-bg-top-right.gif') no-repeat top right;
	}
	.blobHome .blobTopRight h2 {
		margin: 0;
		padding: 10px 0 0 0;
		text-align: center;
		font-size: 120%;
		color: #fff;
	}
	.blobHome .blobBody {
		padding: 5px 10px 0 10px;
		height: 135px;
		text-align: center;
		border-color: #323425;
		border-width: 0 1px;
		border-style: solid;
	}
	.blobHome .blobBody h2{
		position:relative;
		top:43px;
	}
	.blobHome .blobBottomLeft {
		height: 12px;
		font-size: 1%;
		background: url('images-layout/blob-home-bg-bottom-left.gif') no-repeat bottom left;
	}
	.blobHome .blobBottomRight { 
		height: 12px;
		background: url('images-layout/blob-home-bg-bottom-right.gif') no-repeat bottom right;
	}
	
	.contactUsBlob {
		margin-top: 25px;
		background: url('images-layout/blob-home-bg.png') #fff;
	}
		.contactUsBlob .blobTopLeft {
			background: url('images-layout/blob-home-bg-top-left.gif') no-repeat top left;
		}
		.contactUsBlob .blobTopRight { 
			background: url('images-layout/blob-home-bg-top-right.gif') no-repeat top right;
		}
		.contactUsBlob .blobTopRight h2 {
			margin: 0;
			padding: 10px 0 0 0;
			text-align: center;
			font-size: 120%;
			color: #fff;
		}
		.contactUsBlob .blobBody {
			padding-left: 10px;
			font-size: .96em;
			border-color: #000;
			border-width: 0 1px;
			border-style: solid;
		}
		.contactUsBlob ul {
			list-style: none;
			margin: 0px;
			padding: 0px;
			font-weight: bold;
		}
		.contactUsBlob .contactMethod {
			position: relative;
			top: 4px;
			padding-right: 10px;
			font-size: 2em;
			font-weight: bold;
		}
		.contactUsBlob .contactMethodPhone {
			font-size: 1.5em;
		}
		.contactUsBlob p {
			margin: 0;
			padding-left: 24px;
			font-weight: normal;
		}
		.contactUsBlob .blobBottomLeft {
			height: 12px;
			background: url('images-layout/blob-home-bg-bottom-left.gif') no-repeat bottom left;
		}
		.contactUsBlob .blobBottomRight { 
			height: 12px;
			background: url('images-layout/blob-home-bg-bottom-right.gif') no-repeat bottom right;
			font-size: 1%;
		}
.makeReserve {
	margin-top:12px;
	margin-left:25px;
	}
	.makeReserve a:link, .makeReserve a:visited {
		display:block;
		
		height:23px;
		width:150px;
		padding:8px 0 0 13px;
		color:#fff;
		font:  bold 13px arial,helvetica,sans-serif;
		text-decoration:none;
		background: transparent url('images-layout/button-style-1.gif') no-repeat;
	}
	.makeReserve a:hover, .makeReserve a:active {
		background: transparent url('images-layout/button-style-1.gif') 0 -31px no-repeat;
	}

.seeDiscounts {
	margin:0 0 20px 30px;
	}
	.seeDiscounts a:link, .seeDiscounts a:visited {
		display:block;
		
		height:23px;
		width:150px;
		padding:8px 0 0 13px;
		color:#fff;
		font:  bold 13px arial,helvetica,sans-serif;
		text-decoration:none;
		background: transparent url('images-layout/button-style-1.gif') no-repeat;
	}
	.seeDiscounts a:hover, .seeDiscounts a:active {
		background: transparent url('images-layout/button-style-1.gif') 0 -31px no-repeat;
	}
