/*-----------------------------------------------------------------------
//
//	Henley
//
//	by DPI 21 Ltd - http://www.dpi21.com
//
//  Copyright 2008 DPI 21 Ltd. This code cannot be redistributed without permission from http://www.dpi21.com
// ---------------------------------------------------------------------
//	Global Styles
// --------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	color: #262E39;
	background: url(../images/backgrounds/body.jpg) repeat-x #E7E4CF;
}

#wrapper {
	width: 920px;
	margin: 0px auto;
}

a {
}

img {
	border: 0;
	margin-left: 2px;
}

li {
	list-style-type: none;
}

h1, h2, h3 {
	color: #262E39;
}

h1 {
	font-size: 20px;
	padding-bottom: 5px;
}

h2 {
	font-size: 16px;
	padding-top: 5px;
}

h3 {
	font-size: 15px;
	padding: 20px 0px 5px 0px;
}

h4 {
	font-size: 14px;
	color: #8C013B;
	padding: 5px 0px;
}

/*-------------------------------------------------------------------------
//	Content Container
// ----------------------------------------------------------------------*/

#logo, #contentContainer, #banner {
	float: left;
} 

#logo, #contentContainer {
	padding: 0px 10px;
	width: 900px;
}

#contentContainer {
	background: url(../images/backgrounds/shadow.jpg) repeat-y;
}

#logo img {
	height: 140px;
}

#banner {
	height: 385px;
	float: left;
}

/*-------------------------------------------------------------------------
//	Main Nav
// ----------------------------------------------------------------------*/

#mainNav, #mainNav li {
	float: left;
}

#mainNav {
	display: block;
	width: 900px;
	background-color: #262E39;
	font-size: 9px;
}

#mainNav li {
	text-align: center;
}

#mainNav li a:link, #mainNav li a:active, #mainNav li a:visited {
	color: #E7E4CF;
	display: block;
	padding: 10px 0px;
}

.normalLink a:link, .normalLink a:active, .normalLink a:visited {
	width: 100px;
	height: 15px;
}

.normalLink {
	border-right: 1px solid #E7E4CF;
}

#mainNav li a:hover {
	background: #8C013B;
}

.endLink a:link, .endLink a:active, .endLink a:visited {
	width: 120px;
	height: 15px;
}

#active {
	background-color: #8C013B;
}

/*-------------------------------------------------------------------------
//	Column 1
// ----------------------------------------------------------------------*/

#column1, #bottomRow, #contactDetails, #contactDetailsHome {
	float: left;
	width: 555px;
}

#column1Gal {
	float: left;
	width: 818px;
	padding: 15px 40px 10px 40px;
	height: 1000px;
}


/* ----- New Home Styling ------ */

div.homepage-col1,div.homepage-col3 {float: left; width: 170px; padding-top: 15px;}
div.homepage-col2 {float: left; width: 528px;padding: 15px 15px 0 15px;}

div.homepage-col2 p {padding: 5px 10px 5px 0px;font-size: 11px;line-height: 14px;}

div.homepage-col2 a:link, div.homepage-col2 a:active, div.homepage-col2 a:visited, div.homepage-col2 a:link, div.homepage-col2 a:active, div.homepage-col2 a:visited {
	color: #8C013B;
	font-weight: bold;
}

div.homepage-col2 a:hover, div.homepage-col2 a:hover {
	text-decoration: underline;
}

div.homepage-col3 { margin-right: 2px;}
div.homepage-col3 img {margin-left: 0;}
div#contactDetails-home {width: 170px;}

div#contactDetails-home p {padding: 5px 0px;}

div#contactDetails-home a:link, div#contactDetails-home a:active, div#contactDetails-home a:visited {color: #8C013B;}

div#contactDetails-home a:hover {color: #8C013B;text-decoration: underline;}

/* ----- New Home Styling ------ */

#column1home {
	float: left;
	width: 545px;
}


#column1, #column1home {
	padding: 15px 10px 10px 40px;
	font-size: 11px;
}

#column1 p, #column1home p, #column1Gal p {
	padding: 5px 10px 5px 0px;
	line-height: 14px;
}

#column1 a:link, #column1 a:active, #column1 a:visited, #column1home a:link, #column1home a:active, #column1home a:visited {
	color: #8C013B;
	font-weight: bold;
}

#column1 a:hover, #column1home a:hover {
	/*color: #E7E4CF;*/
	color: #8C013B;
	text-decoration: underline;
}

#bottomRow {
	height: 150px;
	margin: 0;
}

#contactDetailsHome {
	width: 260px;
	font-size: 11px;
}

#quote, .quote {
	background-color: #A6A491;
	color: #E7E4CF;
	font-style: italic;
	font-size: 11px;
}

#quote {
	float: left;
	width: 535px;
	padding: 10px;
	height: 75px;
}

.quote {
	padding: 10px;
	width: 610px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.bullet li {
	padding: 2px 0px;
	list-style-image: url(../images/bullet.jpg);
}

/*-------------------------------------------------------------------------
//	Gallery
// ----------------------------------------------------------------------*/

#gallery  ul {
	padding: 5px 0px;
	width: 645px;
}

#gallery img {
	border: 15px solid #cfcdb5;
}

#gallery li {
	padding: 5px 0px;
	text-align: center;
}

/*-------------------------------------------------------------------------
//	Services
// ----------------------------------------------------------------------*/

.services {
	padding: 5px 0px 5px 15px;
}

.services li {
	padding: 2px 0px;
	list-style-image: url(../images/bullet.jpg);
}

/*-------------------------------------------------------------------------
//	Price Options
// ----------------------------------------------------------------------*/

#photographers, .history {
	background-color: #CfCDB5;
	padding: 20px;
	width: 590px;
}

.prices {
	margin: 10px 0px;
	float: left;
	width: 630px;
	color: #262E39;
	font-size: 11px;
}

.prices td {
	padding: 10px 5px;
}

.priceRow {
	background-color: #CFCDB5;
}

.prices a:link, .prices a:visited, .prices a:active {
	text-decoration: underline;
}

/*-------------------------------------------------------------------------
//	Photographers
// ----------------------------------------------------------------------*/

.photographer {
	float:left;
	width: 625px;
	padding-right: 5px;
	margin: 10px 0px;
}

/*-------------------------------------------------------------------------
//	Wedding Library
// ----------------------------------------------------------------------*/

#weddingLibraryContainer, .wedding {
	float: left;
}

#weddingLibraryContainer {
	float: left;
	width: 610px;
	margin: 15px 10px 15px 40px;
	font-size: 11px;
	background-color: #CFCDB5;
	padding: 15px;
}

#weddingLibraryContainer p {
	padding: 5px 0px;
}

.wedding {
	width: 235px;
	margin: 15px 35px 0px 35px;
}

.weddingImage {
	background: url(../images/backgrounds/weddingImage.jpg) bottom repeat-x #2F3648;
	padding: 20px;
	height: 140px;
}

.wedding p {
	font-size: 12px;
	color: #262E39;
}

.wedding a:link,.wedding a:active, .wedding a:visited {
	color: #262E39;
}

.wedding a:hover {
	color: #8C013B;
}

/*-------------------------------------------------------------------------
//	Column 2
// ----------------------------------------------------------------------*/

#column2, #column2home {
	float: right;
}

#column2home {
	width: 258px;
	padding: 15px 15px 15px 0px;
}

#column2home #photoOptions {
	height: 120px;
	color: #efead7;
	padding: 15px;
	background-image: url(../images/home-page-offers/photography-price-options.jpg);
	background-repeat: no-repeat;
}

#column2home img {
	padding: 10px 0;
	margin: 0;
}

p.line1 {
	padding: 0 0 10px 0;
}

p.line2 {
	font-size: 12px;
}

p.line3 {
	font-size: 11px;
	border-top: 2px solid #846330;
	padding: 10px 0 0 0;
}

p.line3 a {
	color: #efead7;
	text-decoration: none;
}

#photoOptions ul {
	font-size: 12px;
}

#photoOptions ul li {
	background: url(../images/bullet2.jpg) top left no-repeat;
	padding: 5px 0 5px 15px;
}

span.head {
	font-size: 18px;
	font-weight: bold;
}

span.head2 {
	font-size: 15px;
	font-weight: bold;
}

#column2 {
	width: 190px;
	padding: 15px 15px 15px 0px;
}

#weddingLibrary, #perfectpictures {
	padding: 10px;
	/*width: 170px;*/
	height: 55px;
	margin-bottom: 5px;
	color: #262E39;
	font-weight: bold;
	background-color: #BFB2A4;
}

#monkeyIsland {
	padding: 10px;
	width: 170px;
	height: 200px;
	margin-bottom: 5px;
	color: #262E39;
	font-weight: bold;
}

#christening, #christening {
	padding: 10px;
	width: 170px;
	height: 150px;
	margin-bottom: 5px;
	color: white;
	font-weight: bold;
	background: url(../images/christenings/christening.jpg) no-repeat;
}

#perfectpictures {
	padding: 10px;
	width: 170px;
	height: 38px;
	margin-bottom: 5px;
	color: #262E39;
	font-weight: bold;
	text-decoration: none;
	background-color: #BFB2A4;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

#news {
	margin: 0;
	padding: 15px;
	width: 600px;
	height: 300px;
	margin-bottom: 0px;
	color: #E7E4CF;
	font-weight: bold;
	text-decoration: none;
	background-color: #ADA194;
	background-image: url(../images/competition/comp-bground.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

#weddingLibrary {
}

#monkeyIsland {
	background-color: #BFB2A4;
}

.monkeyIslandLink {
	padding-top: 75px;
	font-size: 11px;
}

#weddingLibrary a:link, #weddingLibrary a:active, #weddingLibrary a:visited, #monkeyIsland a:link, #monkeyIsland a:active, #monkeyIsland a:visited, #perfectpictures a:link, #perfectpictures a:active, #perfectpictures a:visited  {
	color: #262E39;
}

#weddingLibrary a:hover, #monkeyIsland a:hover, #perfectpictures a:hover {
	text-decoration: underline;
}

#contactDetails {
	width: 200px;
}

#contactDetails p {
	padding: 5px 0px;
}

#contactDetails a:link, #contactDetails a:active, #contactDetails a:visited {
	color: #8C013B;
}

#contactDetails a:hover {
	color: #8C013B;
	text-decoration: underline;
}

/*-------------------------------------------------------------------------
//	Footer
// ----------------------------------------------------------------------*/

#footer {
	clear: both;
	width: 900px;
	background-color: #A6A491;
	padding: 20px 0px;
	color: #262E39;
}

#footer ul {
	text-align: center;
}

#footer li {
	display: inline;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #615F59;
}

#footer a:hover {
	color: #8C013B;
	text-decoration: none;
}

/*-------------------------------------------------------------------------
//	Copyright
// ----------------------------------------------------------------------*/

#copyright {
	float: left;
	width: 905px;
	padding: 15px 15px 15px 0px;
	text-align: right;
	background: url(../images/backgrounds/footer.jpg) top no-repeat;
	color: #A6A491;
}

#copyright a:link, #copyright a:active, #copyright a:visited {
	color: #A6A491;
}

#copyright a:hover {
	color: #262E39;
	text-decoration: underline;
}

.red {
	color: #8C013B;
}

.blue {
	color: #262E39;
}

.size10 {
	font-size: 10px;
}

.size12 {
	font-size: 12px;
}

.size13 {
	font-size: 13px;
}

.size15 {
	font-size: 15px;
}

.size18 {
	font-size: 18px;
}

#topSection {
	width: 900px;
	height: 140px;
	background: url(../images/top.jpg) no-repeat;
	margin: 0 auto;
}

img#followUs {
	float: right;
}

#topSection h1, #topSection p {
	float: right;
	clear: right;
	padding-right: 35px;
}

#topSection h1 {
	font-size: 25px;
	font-weight: normal;
	color: #d4c7b9;
}

#topSection p {
	font-size: 14px;
	color: #d4c7b9;
}

#topSection p a {
	color: #d4c7b9;
}

#topSection p a:hover {
	text-decoration: underline;
}

ul#galleries {
	padding: 15px 0 0 0;
	height: 500px;
}

ul#galleries li {
	display: block;
	width: 242px;
	height: 105px;
	float: left;
	padding: 0 15px 15px 0;
}

ul#galleries li.padR {
	padding-right: 15px;
}

.clear {
	clear: both;
}





/*-------------------------------------------------------------------------
//	GALLERY
// ----------------------------------------------------------------------*/

#gallery.content {
	clear: both;
	width: 450px;
	float: left;
	padding-top: 10px;
}

div.slideshow-container {
	position: relative;
	clear: both;
	width: 450px;
}

div.slideshow-container img {
	width: 450px;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 450px;
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 450px;
	border: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#thumbs.navigation {
	float: right;
	width: 250px;
}

#thumbs.navigation ul li {
	float: left;
}

