/* andreas00 - an open source xhtml/css website layout by Andreas Viklund  - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given to the original author.
Version: 1.1 (Apr 20, 2006) */

/***** Body and main container *****/

html {
	min-height: 101%;
}

body {
	margin: 0 auto;
	padding: 0;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	background: #74c466 url(../images/web/bg.gif) top center repeat-y;
	color: #3a3a3a;
}

h1 {
	display: none;
}

#wrap {
	background-color: #ffffff;
	color: #303030;
	margin: 0 auto;
	padding: 1px 5px;
	width: 760px;
}

/***** Header *****/
#header {
	color: #505050;
	background: #ffffff url(../images/web/top2.jpg) bottom left no-repeat;
	height: 270px;
	margin: 0 0 10px 0;
	padding: 0;
}

#header img {
	margin: 20px 0 0 20px;
}
/***** Header (gallery) *****/
#headerGal {
	color: #505050;
	background: #ffffff url(../images/web/top2.jpg) bottom left no-repeat;
	height: 270px;
	margin: 0 0 10px 0;
	padding: 0;
}

#headerGal img {
	margin: 20px 0 0 20px;
}
/***** Left sidebar *****/

#avmenu {
	clear: left;
	float: left;
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0;
}

#avmenu ul {
	list-style: none;
	width: 150px;
	margin: 0 0 20px 0;
	padding: 0;
}

#avmenu li {
	margin-bottom: 5px;
}

#avmenu li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #000066;
	display: block;
	padding: 6px 0 0 5px;
	background: #74c466 url(http://www.windmill-farm-caravan-park.com/images/web/menubg.gif) bottom left repeat-x;
	border-top: 1px solid #369a3d;
	border-right: 1px solid #369a3d;
	border-bottom: 1px solid #369a3d;
	border-left: 4px solid #369a3d;
}

#avmenu li a:hover, #avmenu li a.current {
	background: #74c466 url(../images/web/menubg2.gif) bottom left repeat-x;
	color: #000066;
	border-top: 1px solid #369a3d;
	border-right: 1px solid #369a3d;
	border-bottom: 1px solid #369a3d;
	border-left: 4px solid #369a3d;
}

#avmenu ul ul {
	margin: 5px 0 5px 15px;
	font-size: 0.9em;
	width: 135px;
}

#avmenu ul ul a {
	height: 16px;
	margin: 0;
	padding: 4px 0 0 8px;
}

#avmenu h2 {
	font-size:1.5em;
	font-weight:normal;
}

/***** Right sidebar *****/
#extras {
	float: right;
	width: 130px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
	color: #000000;
}

#extras p, #extras ul {
	margin: 0 0 1.5em 0;
	line-height: 1.3em;
	padding: 0;
}

#extras a {
	font-weight: bold;
}

#extras li {
	list-style: none;
	margin: 0 0 6px 0;
	padding: 0;
}

#extras h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 0 6px 0;
	letter-spacing: -1px;
}

#extras img {
	border: 1px solid #369a3d;
	padding: 1px;
}

/***** Main content *****/

#content {
	margin: 10px 140px 10px 160px;
	padding: 0;
	line-height: 1.5em;
	text-align: left;
	color: #000066;
}

#contentwide {
	margin: 10px 0 10px 160px;
	padding: 0;
	line-height: 1.5em;
	text-align: left;
	color: #000066;
}

#homeimages img {
	margin: 0px;
}

#contentfull {
	margin: 10px 10px 10px 10px;
	padding: 2px 0 0 0;
	line-height: 1.5em;
	text-align: left;
	color: #000066;
}

#content h2, #contentwide h2, #contentfull h2 {
	font-size: 1.8em;
	letter-spacing: -1px;
	font-weight: normal;
	margin: 8px 0 10px 0;
	padding: 0;
}

#content h3, #contentwide h3, #contentfull h3 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 6px 0 6px 0;
	padding: 0;
}

#content a, #contentwide a, #contentfull a {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
#content a:hover, #contentwide a:hover {
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}

#content ul, #content ol,
#contentwide ul, #contentwide ol,
#contentfull ul, #contentfull ol {
	margin: 0 0 16px 20px;
	padding: 0;
}

#content ul ul, #content ol ol,
#contentwide ul ul, #contentwide ol ol,
#contentfull ul ul, #contentfull ol ol {
	margin: 2px 0 2px 20px;
}

#content li, #contentwide li, #contentfull li {
	margin: 0 0 2px 10px;
	padding: 0 0 0 4px;
}

/***** Gallery *****/
.project-thumb {
	float: left; 
	padding:0 2px 0 2px; 
	width: 174px;
	height: 170px;
}
.project-thumb p {
	font-family: Tahoma;
	font-size: 11px;
	color: #000066;
}

.thumb img {
	border: 1px solid #369a3d;
	padding: 2px;
}
.thumb:hover {
	color: #000000; /* Dummy definition to overcome IE bug */
}
.thumb:hover img {
	border: 1px solid #002010;
	padding: 2px;
}

.galleryHead {
	margin: 0 0 10px 0;
}
.galleryHead h3 {
	font-size: 100%;
}
.galleryHead p {
	font-size: 80%;
}

/***** Calendar *****/
#calContainer {
	width: 595px;
}
.calMonth {
	float: left;
	width: 190px;
	height: 160px;
	margin-right: 5px;
}
.calHeader {
	text-align: center;
	font-weight: bold;
}
.calDays {
	float: left;
	width: 25px;
	border: 1px solid #369a3d;
	font-size: 80%;
	text-align: center;
	background: #74c466 url(../images/web/tbl_head.jpg) bottom left repeat-x;
}
.calEmpty {
	float: left;
	width: 25px;
	background: #74c466 url(../images/web/menubg2.gif) bottom left repeat-x;
	border: 1px solid #369a3d;
}
.calDate {
	float: left;
	width: 25px;
	background: #74c466 url(../images/web/menubg.gif) bottom left repeat-x;
	border: 1px solid #369a3d;
	text-align: center;
	font-size: 90%;
}
.calToday {
	float: left;
	width: 25px;
	background-color: #74c466;
	border: 1px solid #ff0000;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
}
.calHoliday {
	float: left;
	width: 25px;
	background: #74c466 url(../images/web/menubg.gif) bottom left repeat-x;
	border: 1px solid #369a3d;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	color: #ffff00;
}

/***** Prices *****/
#priceContainer {
	width: 590px;
}
.priceText {
	clear: right;
	width: 540px;
	float: left;
}
.priceCost {
	width: 50px;
	float: right;
	text-align: right;
}
.breaker {
	clear: right;
	margin-bottom: 10px;
	border-top: 2px solid #369a3d;
	width: 590px;
}

/***** Fishing *****/
#fishContainer {
	width: 450px;
}
.fishText {
	width: 350px;
	float: left;
}
.fishCost {
	width: 100px;
	float: right;
	text-align: right;
}
.fishBreaker {
	clear: both;
	margin-bottom: 10px;
	border-top: 2px solid #369a3d;
	width: 450px;
}


/***** Local Attractions *****/
.attraction {
	float: left;
	width: 280px;
	height: 160px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #369a3d;
}

/***** Footer *****/
#footer {
	clear: both;
	margin: 0 0 5px 0;
	padding: 8px 0;
	border-top: 2px solid #369a3d;
	color: #000066;
	background-color: #ffffff;
	font-size: 0.9em;
}

#copyright {
	float: left;
	width: 60%;
}
#counter {
	float: right;
	text-align: right;
	width: 40%;
}

/***** Various tags *****/

a {
	text-decoration: none;
	color: #505050;
	background-color: inherit;
}

a:hover {
	text-decoration: underline;
	color: #286ea0;
	background-color: inherit;
}

a img {
	border: 0;
}

p {
	margin: 0 0 16px 0;
}

blockquote {
	border-top:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	border-left:4px solid #cccccc;
	margin:16px;
	padding:7px 7px 7px 11px;
	background:#f4f4f4 url(images/web/menubg.gif) bottom left repeat-x;
	color:#505050;
}

blockquote p {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0;
}

/***** Table styles *****/

table {
	margin: 0 0 16px 0;
	padding: 0;
	line-height: 1.3em;
	border-collapse: collapse;
	border: 1px solid #d8d8d8;
}

caption {
	text-align:left;
	font-size:1.5em;
	font-weight:normal;
	margin:0;
	padding:6px 0 8px 0;
}

th {
	padding:7px;
	text-align:left;
	background:#eaeaea url(images/web/menubg2.gif) bottom left repeat-x;
	color:#505050;
}

td {
	padding:7px;
	font-size:0.9em;
	text-align:left;
	background:#f4f4f4 url(images/web/menubg.gif) bottom left repeat-x;
	color:#303030;
}

/***** Form styles *****/
#contactform {
	width: 600px;
	border: 2px dashed #369a3d;
}
#bookingform {
	width: 600px;
	border: 2px dashed #369a3d;
}

div.row {
	clear: right;
	padding-top: 8px;
	width:auto;
}
div.row span.label {
	float: left;
	width: 150px;
	text-align: right;
}
div.row span.formitem {
	float: right;
	width: 440px;
	text-align: left;
}

.button {
	border-top: 1px solid #369a3d;
	border-right: 1px solid #369a3d;
	border-bottom: 1px solid #369a3d;
	border-left: 4px solid #369a3d;
	margin: 0 0 15px 0;
	padding: 7px 7px 7px 11px;
	background: #f4f4f4 url(../images/web/menubg.gif) bottom left repeat-x;
	color: #000066;
	font-weight: bold;
	width: 120px;
}

input, textarea {
	border: 1px solid #369a3d;
	font-family: Verdana,Tahoma,Arial,Sans-Serif;
	font-size: 1em;
	margin: 0;
	padding: 2px;
}

input {
	width: 250px;
}

textarea {
	width: 400px;
}

/***** Various classes *****/

.left {
	margin:10px 10px 5px 0;
	float:left;
}

.right {
	margin:10px 0 5px 10px;
	float:right;
}

.announce {
	margin:10px 0 10px 0;
	padding:10px 10px 5px 10px;
	width:105px;
	color:#000066;
	background:#ffffff url(../images/web/menubg.gif) bottom left repeat-x;
	border-top:1px solid #369a3d;
	border-right:1px solid #369a3d;
	border-bottom:1px solid #369a3d;
	border-left:4px solid #369a3d;
	line-height:1.3em;
}

.announce a {
	font-weight:bold;
}

.announce p {
	font-size:0.9em;
}

.announce h2 {
	margin:0 0 10px 0;
	padding:0;
}

#avmenu .announce {
	width:125px;
}

.textright {
	text-align:right;
	margin:-10px 0 4px 0;
}

.center {
	text-align:center;
}

.small {
	font-size:0.8em;
}

.large {
	font-size:1.3em;
}

.bold {
	font-weight:bold;
}

.highlighted {
	padding:3px;
	background-color:#f0f0f0;
	color:#303030;
	border:1px solid #b0b0b0;
}

.hide {
	display: none;
}

.separator {
	clear: both;
}