@charset "utf-8";
/* CSS Document 

CSS for the landing page for wheelycottages.ca

*/

#landingcontainer {
	width:				1000px;
	margin:				0 auto;
	margin-bottom:		5px;
	background-color:	#FCFCFC;
	z-index:			1;
	-webkit-box-shadow:	5px 5px 5px #333333;
	-moz-box-shadow:	5px 5px 5px #333333;
	box-shadow:			5px 5px 5px #333333;
}

#cottageLandingPodContainer {
	width:				100%;
	margin:				0 auto;
	padding:			0;
}

.cottageLandingPods {
	width:				280px;
	margin:				5px;
	float:				left;
	background-color:	#DCD2AB;
	cursor:				pointer;
	border-radius:		5px;
}

/*.accessiblePod {		//Not used currently
	width:				605px;
	margin:				5px;
	float:				left;
	background-color:	#DCD2AB;
	cursor:				pointer;
	border-radius:		5px;
}
*/
#titleContain {
	margin:				auto;
	width:				350px;
	background-color:	#FFFFFF;
	color:				#ED7D3B;
	background-image:	url(../../i/panorama.jpg);
	background-repeat:	no-repeat;
}

.betweenPods{
	width:				35px;
	float:				left;
}

.cottageLandingPods img{
	padding:			2px;
	width:				274px;
	border:				1px solid #000000;
	background-color:	#D5D5F0;
}

.accessiblePodImg {
	width:				234px;
	padding:			2px;
	border:				1px solid #000000;
	background-color:	#inherit;
}

#cottageLandingPodContainer p{
	text-align:			center;
	font-size:			24px;
}

.cottageLandingPods h4{
	padding-left:		3px;
}

.accessiblePod h4{
	text-align:			center;
	font-style:			italic;
}

#header h1 {
color:#ED7D3B;
font-size:30px; font-weight:bold; 
}