/* 	Homepage CSS by Good Web Solutions: For Ravensthorpe Caravan Park  */

 
body {
	line-height: 1.5em;
	background: #89A61F;
	color: #444;
	font-family: Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

/* 	Page links  */

a {	color: #B60D0A;	background: inherit; text-decoration: none;
 }
 
a:hover {
	color: #808080;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-decoration: none;
}

/* 	Paragraphs  */

p { margin: 0 0 15px 0; 
}

/* 	Ravensthorpe Caravan park  Top Heading  */

h1 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

h1 a { color: #fff; background: inherit;

 }
 

h1 a:hover {
	color: #CCCCCC;
	text-decoration: none;
	background-color: #477DB9;
 }
 

/*sup { font-size: .3em; color: #DFCDA2; }*/




/* 	Main Wrapper  */

#content {
	width: 960px;
	background: #fff;
	padding: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}


/* 	Header  */

#header {
	height: 252px;
	background-color: #2175BC;
	background-image: url(../images/layout/grevillia.jpg);
	background-repeat: no-repeat;
 }

#header p { margin: 30px 0 0; color: #D6E5EA;
 }

#logo {
	float: left;
	width: 550px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

#content #header #logo p {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}




/*
#search { float: right; width: 240px; text-align: right; margin: 10px 15px 0 0; }
#search a, #watch a { color: #fff; font-size: .8em; cursor: pointer; }

#searchform { padding: 10px; background: #A1BDD2;  }
#searchform p { margin: 0; }
*/
	
/*	
#menu { margin: 0 0 50px; }
#menu li { list-style: none; float: left; }
#menu li a { cursor: pointer; padding: 5px 39px; line-height: 25px; background: #D0D4D4; margin: 0 1px 0 0; color: #808080; }
#menu li a:hover { background: #B2B6B6; color: #000; }
#menu li a.current { background: #66A3CF; color: #fff; }
#menu li a#last  { margin: 0; padding: 5px 41px 5px 40px; }
*/








/* 	3 vertical panels*/


.third {
font-size: 0.9em;
float: left;
	width: 290px;
	margin: 0 30px 10px 10px;
}

.last { float: right; margin: 0 10px 10px 0;
 }


/* 	Home Page Text Formatting*/

#content .third h1 {
	color: #B60D0A;
	margin: 0 0 12px;
	border-bottom: 1px solid #ccc;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 1.3em;
	font-weight: bold;
}


#content .third h2 {
	color: #B60D0A;
	margin: 0 0 12px;
	border-bottom: 1px solid #ccc;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 1.3em;
	font-weight: bold;
}


#content .third last h3 {
	color: #B60D0A;
	margin: 0 0 12px;
	border-bottom: 1px solid #ccc;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 1.3em;
	font-weight: bold;
}




/* 	Read More*/

.more { border-top: 1px solid #eee; padding: 5px 0 0 0;
 }
 
 
/* 	Copyright*/

#prefooter {
	width: 944px;
	font-size: 0.8em;
	height: 85px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 18px;
	padding-bottom: 1px;
	padding-left: 18px;
	background-color: #fff;
	background-image: url(../images/layout/prefoot.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

#prefooter .contact {
	float: right;
	width: 320px;
	margin-top: -40px;
}



/* 	Good web solutions- links*/


#footer {
	width: 960px;
	margin: 15px auto;
	color: #808080;
	font-size: 0.8em;
}
	#footer a {
	color: #444;
	padding-right: 10px;
	padding-left: 10px;
}

		#footer .right a { margin: 0 0 0 2px; padding: 3px 10px; }
		#footer .right a:hover {
	background: #fff;
	color: #444;
	text-decoration: none;
}

/* 	images*/
		
.left  {
	float: left;
	padding: 7px;
	border: 1px solid #E0EFAB;
	margin-right: 15px;
}

	.right {
	float: right;
	padding: 7px;
	border: 1px solid #E0EFAB;
	margin-left: 15px;
}

#content .third img {
	padding: 7px;
	border: thin solid #DEEEA6;
}
