/*
 * Park Farm Cottages
 * Main styles
 */

div#page {
    background-color: #FFF8C1;
    background-position: left top;
    background-repeat: repeat;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Page content */
div#content {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
    padding-left: 3em;
    padding-right: 3em;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-top: 1em;
}

/*Banner*/
div#logo_text {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    padding-top: 1em;
}

#logo_text img {
	border: 0;
}

div#subtitle_text {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 1em 0 2em 0;
    font-size: medium;
    font-weight: bold;
} 

#languages_wrap, #languages_wrap2{
	position: relative;
}

#languages{
	position: absolute;
	top: 19px;
	left: 10px;
}

#languages2{
	position: absolute;
	top: 19px;
	right: 10px;
}

#languages a img, #languages2 a img {
    border: 0;
    margin: 0 10px 0 10px;
}

#google_translate{
	float: right;
	margin: -20px 200px 0 0;
	position: relative;
}

#google_translate_element{
	position: absolute;
	top: -40px;
	left: 10px;
}


div#footer {
    clear: both;
    margin-top: 1em;
}

div#footer_rule {
    margin-top: 3em;
}

#banner_cycle {
	margin: 1em 0 0 34px;
}

#banner_cycle a {
	display: none;
}

#banner_cycle a.first{
	display: inline;
}

#website_by, #website_by a {
	color: #a0a060;
}

#banner_cycle img {
	background-color: rgb(238, 238, 238);
	border: 1px solid rgb(204, 204, 204);
	padding: 8px;
}

#enlarge_hint {
	font-style: italic;
	font-weight: bold;
    margin-bottom: 1em;
}


body {
    text-align: center; /*As MSIE 5 doesn't center based on auto left/right margins*/
    min-width: 800px;
    background-color: #a47740;
    margin: 0px;
    padding: 0px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: small;
}

h1 {
    font-size: large;
}

h2 {
    font-size: medium;
}

small {
    font-size: small;
}

p {
    padding-bottom: 1em; /*Leave a 1em gap below paragraphs*/
}

.CentredRow {
    text-align: center;
    vertical-align: middle;
}

.lightbox, .thumbnail img {
    border-style: solid;
    border-width: 1px;
    border-color: black;
    margin-left: 1em;
    margin-right: 1em;
}

.PhotoText {
    font-style: italic;
}

.BoldRed {
    font-weight: bold;
    color: red;
}

.v-centred {
    vertical-align: top;
    display: inline;
}

div#content {
    margin-top: 0;
    padding-top: 0;
} 

.thumb, .float-left {
    float: left;
} 

.float-right{
	float: right
}

.clear {
    clear: both;
} 

.thumbrow {
    margin-left: 10px;
}

hr {
	margin: 20px 30px 20px 35px;
}


div.feature-box {
	background: #C1DFC1;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 460px;
	position: relative;
	left: -40px;
}	

div.feature-box p {
	margin-top: 6px;
	margin-bottom: 6px;
	padding-bottom: 0px;
}

div.feature-box blockquote {
	margin-left: 10px;
	margin-right: 10px;
}

.slideshow {
	height: 500px;	
}

.slide {
	position: absolute;
	width: 500px;
	height: 500px;
	background: black;
	color: white;
}

.slide .title {
	width: 490px;
	position: absolute;
	top: 0;
	background: #707070;
	text-align: center;
	opacity: 0.75;
	padding: 5px 5px 5px 5px;
}

.slide .description {
	position: absolute;
	top: 425px;
	width: 480px;
	height: 65px;
	background: #505050;
	opacity: 0.60;
	padding: 5px 10px 5px 10px;
}


/*

Styles for section-based content

*/

  #intro, .intro {
		text-align:left;
		padding: 0px 30px 0px 35px;
	}

  div.section {
		text-align:left;
		padding: 10px 30px 0px 35px;
		clear:right;	
	}
	
	/* title area */	
	div.section-title {
		background: #1a4473;
		color:white;
	}
	div.section-title h2 {
		padding: 5px 5px 5px 5px;
		margin: 0px 0px 0px 0px;
	}
	div.section-title div.timing {
		float:right;
		padding: 5px 10px 5px 5px;
		position:relative;
		top:2px;
 	}

	/* content area */	
	div.section-content {
		clear:left;	
		padding: 0px 0px 0px 0px;	
	}
	div.section-content p {
		padding-bottom: 0px;
	}

	/* optional photostrips */
	div.photostrip {
		float: right;
		margin-left: 25px;
	}
	div.photostrip img.lightbox {
		margin-left: 0px;	
		margin-right: 0px;	
	}
	div.photostrip div.caption {
		text-align:center;
	}

	/* Optional centred images in content area */
	div.centred-image {
		width:480px;	
	}
	
	div.centred-image img.lightbox {
		margin-left: 0px;	
		margin-right: 0px;	
	}
	div.centred-image div.caption {
		text-align:center;
	}
