
/*
Lovingly hand-crafted by Citrus Tree Media.
http://www.citrustreemedia.com/
Please respect our copyright as we do yours...
*/

/* ---------------------
title: Strathallan stylesheet
author: wayne taylor
created: 03/06/08
modified: 03/06/08
version: 1.0
--------------------- */

/* -----------------------------------------------------------------------------
   generic style */

@import url(color.css);	
	
* {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #cdcdcd;
	color: #333333;
	font-size: 75%;
	}
	
	/* -----------------------------------------------------------------------------
   main layout style */
	
#wrapper {
	background: #fff;
	width: 75%;
	margin: 0 auto;
	min-width: 940px;
	width: auto !important;
	width: 940px;
	max-width: 1050px;
}

#header {
	background: url(../images/header-background.jpg) no-repeat top right;
	display: block;
	overflow: auto;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#header img {
	float: left;
}

#header p {
	float: right;
	clear: right;
}

p#headerspace {
	padding-top: 30px;
}

p#headerspace span {
	color: #b88222;
}

.spacer {
	display: block;
	clear: both;
}

#container {
	clear: both;
	padding-right: 20px;
	padding-left: 20px;
	background: url(../images/container-scroll-bg.jpg) no-repeat bottom right;
}

#content {
	overflow: visible;
	line-height: 1.6em;
}

#main {
	width: 67%;
	float: left;
}

#sidebar {
	width: 32%;
	float: right;
}

.subcontent {
	background: #e6c876 url(../images/subcontent-bg.jpg) no-repeat top right;
	color: #b88222;
	font-family: "Times New Roman", Times, serif;
	padding: 10px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	overflow: auto;
	display: block;
}

.subcontent h3 {
	font-size: 180%;
	font-weight: normal;
	padding-bottom: 5px;
}

.subcontent a {
	color: #b88222;
}

.subcontent a:hover {
	color: #875e15;
}

.subcontent a span {
	color: #875e15;
	font-size: 70%;
	padding-left: 15px;
}

#content #sidebar img {
	display: block;
	margin: 0 auto;
	width: 246px;
	float: none;
}

#content #sidebar a:hover img {
	border: 4px solid #a3792d;
}

	/* -----------------------------------------------------------------------------
  text style */
  
#content ul {
	padding-left: 20px;
	padding-bottom: 10px;
}  

	/* -----------------------------------------------------------------------------
  blockquote style */
  
 blockquote {
 	color: #6c4b11;
	font-style: italic;
	border: 2px solid #dfbe62;
	background: url(../images/blockquote-startquote.jpg) no-repeat top left;
	padding-left: 30px;
	padding-top: 15px;
	padding-right: 2px;
	font-family: "Times New Roman", Times, serif;
	margin-top: 15px;
 }
 
 p.quote {
 	background: url(../images/blockquote-endquote.jpg) no-repeat bottom right;
	padding-right: 25px;
	padding-bottom: 5px;
 }
 
 p.author {
 	color: #6c4b11;
	text-align: right;
	font-style: normal;
	padding-right: 25px;
	font-weight: bold;
 }

	/* -----------------------------------------------------------------------------
   banner style */
	
#banner {
	min-height: 330px;
	height: auto !important;
	height: 330px;
	display: block;
	overflow: auto;
	color: #fff;
	margin-bottom: 10px;
}

#bannertext {
	background: url(../images/banner-text-background.png);
	width: 220px;
	margin: 15px;
	float: right;
	padding: 15px;
}

#banner .left {
	float: left;
}

#bannertext a {
	color: #dfbe62;
}

#bannertext a:hover {
	color: #b98323;
}

#bannertext h1 {
	font-size: 160%;
	font-weight: normal;
	padding-bottom: 10px;
}

#bannertext h1 span {
	font-size: 130%;
}

#bannertext h2 {
	font-size: 160%;
	font-weight: normal;
	padding-bottom: 10px;
}

#bannertext h2 span {
	font-size: 130%;
}



body.home #banner {
	background: url(../images/banner-home-background.jpg) no-repeat top left;
}

body.weddings #banner {
	background: url(../images/banner-images/wedding-banner.jpg) no-repeat top left;
}

body.reception #banner {
	background: url(../images/banner-images/private-dining-banner.jpg) no-repeat top left;
}

body.private-dining #banner {
	background: url(../images/banner-images/private-dining-banner.jpg) no-repeat top left;
}

body.gallery #banner {
	background: url(../images/banner-images/gallery-banner-2.jpg) no-repeat top left;
}

body.packages #banner {
	background: url(../images/banner-images/ceremony-banner.jpg) no-repeat top left;
}

body.contact #banner {
	background: url(../images/banner-images/gallery-banner.jpg) no-repeat top left;
}

body.corporate #banner {
	background: url(../images/banner-images/corporate-days-banner.jpg) no-repeat top left;
}

body.activities #banner {
	background: url(../images/banner-images/activities-banner.jpg) no-repeat top left;
}

body.strathallan-estate #banner {
	background: url(../images/banner-images/strathallan-estate-banner.jpg) no-repeat top left;
}

body.directions #banner {
	background: url(../images/banner-images/directions-banner.jpg) no-repeat top left;
}

	/* -----------------------------------------------------------------------------
   end banner style */


#footer {
	clear: both;
	text-align: center;
	padding-bottom: 30px;
	margin-top: 20px;
	font-size: 95%;
	padding-top: 30px;
}

#footer p {
	background: url(../images/footer-background.jpg) no-repeat top center;
	padding-top: 30px;
}

ul#footernav {
	clear: both;
	display: block;
	overflow: auto;
	text-align: center;
	margin: 0 auto;
}

ul#footernav li {
	display: inline;
	padding-right: 4px;
}

ul#footernav a {
	padding-left: 4px;
	padding-right: 4px;
}

p {
	padding-bottom: 10px;
}

#content p {
	font-size: 110%;
}

a {
	color: #b88222;
	text-decoration: none;
}

a:hover {
	color: #dcba5e;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	color: #b88222;
	font-weight: normal;
	font-size: 260%;
	padding-bottom: 10px;
	padding-top: 10px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	color: #b88222;
	font-weight: normal;
	font-size: 260%;
	padding-bottom: 10px;
	padding-top: 10px;
}

body.home h1 {
	font-size: 230%;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	color: #b88222;
	font-weight: normal;
	font-size: 160%;
	padding-bottom: 10px;
	padding-top: 5px;
}

body.directions h2 {
	font-size: 160%;
}

	/* -----------------------------------------------------------------------------
  contact page style */
 
body.contact #bannertext {
	width: 300px;
	float: left;
} 
  
#content dt {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	float: left;
	padding-bottom: 20px;
	text-align: right;
	width: 200px;
}  

#content dd {
	padding-left: 220px;
	padding-bottom: 20px;
}



	/* -----------------------------------------------------------------------------
  packages page style */
  
body.packages #main{
	width: 100%;
} 

body.packages #content ul#package-list {
	padding-left: 0px;
	padding-bottom: 20px;
	overflow: hidden;
	zoom:1;
}

body.packages #content ul#package-list li {
	width: 28%;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	list-style: none;
}

body.packages #content ul#package-list li ul {
	padding-left: 20px;
}

body.packages #content ul#package-list li ul li {
	float: none;
	width: 100%;
	list-style: disc;
	vertical-align: top;
}

p.calltoaction {
	display: block;
	clear: both;
	background: #e6c876 url(../images/call-to-action-bg.jpg) no-repeat left top;
	color:#CA9D3F;
	text-align: center;
	padding-bottom: 0px;
	line-height: 30px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 10px;
	margin-top: 10px;
}

p.calltoaction a {
	display: block;
	border: 3px solid #CA9D3F;
	color:#B88222;
	font-size: 160%;
	background: url(../images/call-to-action-arrows.jpg) no-repeat right;
}

p.calltoaction a:hover {
	display: block;
	border: 3px solid #B88222;
	color:#875E15;
	background: url(../images/call-to-action-hover-arrows.jpg) no-repeat right;
}

	/* -----------------------------------------------------------------------------
  gallery page style */
	
body.gallery #main {
	width: 100%;
}	
  
body.gallery h1 {
	padding-bottom: 20px;
}  
  
body.gallery #content img {
	float: none;
}  

#content ul.gal {
	padding-left: 40px;
	clear: both;
}

ul.gal li {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	list-style: none;
	width: 110px;
	text-align: center;
}

#content ul.gal li a:hover img {
	border: 4px solid #a3792d;
}

	/* -----------------------------------------------------------------------------
  nav style */

ul#nav {
	clear: both;
	width: 100%;
	padding-bottom: 10px;
	overflow: auto;
}  
  
ul#nav li {
	list-style: none;
	float: left;
	list-style: none;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 130%;
	background: url(../images/nav-divider.jpg) no-repeat right;
	line-height: 38px;
	width: 10%;
	text-align: center;
} 

ul#nav li.larger {
	width: 14.8%;
}
  
ul#nav li#noborder {
	background: none;
} 
  
ul#nav li a {
	color: #4e4e4e;
	display: block;
	background: url(../images/downarrow-bg.jpg) no-repeat right bottom;
} 
  
ul#nav li a:hover {
	color: #B88222;
}
  
ul#nav li a#active {
	color: #B88222;
} 
	
	/* -----------------------------------------------------------------------------
 dropdown menu style */


#nav ul {
	position:absolute;
	display:none;
	width: auto;
	top:auto;
	left: auto;
	background:#E6C876;
}

#nav li ul a{
	width:10em;
	height:auto;
	display: block;
	float:left;
	line-height: normal;
	height: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor: pointer;
	color:#B88222;
	font-size: 80%;
}

#nav ul li{
	text-align: left;
	border-bottom: 1px solid #fff;
	width: auto;
	padding-left: 0;
	clear: both;
	position: relative;
}	

#nav ul li a {
	border: none;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 2;
	background: none;
	color:#B88222;
	cursor: pointer;
}

#nav ul li a:hover {
	color: #fff;
	background: #B88222;
}


#nav li ul ul {
	left:15.2em;
	margin:0px 0 0 10px;
	z-index: 1;
	border-left: 1px solid #fff;
}



#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
} 

ul#nav li.downarrow a {
	background: none;
}

ul#nav li.downarrow a:hover {
}


	/* -----------------------------------------------------------------------------
  private-dining page style */
  
#content img {
	border: 4px solid #ca9d3f;
	float: right;
	margin: 5px;
}  

.images {
	padding-bottom: 15px;
	overflow: auto;
	width: 708px;
	margin: 0 auto;
}

	/* -----------------------------------------------------------------------------
 directions page style */
 
body.directions #main {	
	width: 100%;
} 
 
body.directions #main img {	
	margin-left: 10px;
} 

#map iframe {
	margin-left: 10px;
	border: 4px solid #ca9d3f;
	float: right;
	margin: 5px;
	margin-left: 10px;
}

	/* -----------------------------------------------------------------------------
   contact page style */
form {
	padding-top: 30px;
}	

label {
	float: left;
	width: 190px;
	display: block;
	clear: left;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 20px;
}

body.contact em {
	font-weight: bold;
	font-size: 140%;
	color: #ff0000;
}

input {
	border: 1px solid #B88222;
	display: block;
	clear: right;
	margin-bottom: 10px;
	width: 400px;
	padding: 2px;
}

input#message {
	height: 150px;
}

#content input#send {
	clear: both;
	width: 100px;
	margin-left: 350px;
	margin-top: 10px;
}

	/* -----------------------------------------------------------------------------
   facebox style */
	
#facebox p {
	padding-bottom: 0px;
	padding-top: 5px;
	color: #595959;
	font-size: 160%;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}

	/* -----------------------------------------------------------------------------
 table style */
 
body.corporate table {
	border-collapse: collapse;
	border:2px solid #DFBE62;
	margin-top: 15px;
	margin-bottom: 10px;
} 

body.corporate td {
	text-align: center;
	border-right: 2px solid #DFBE62;
	border-bottom: 2px solid #DFBE62;
	padding-bottom:5px;
	padding-top: 5px;
	font-family:"Times New Roman",Times,serif;
	color:#6C4B11;
	width: 14%;
}

body.corporate thead td {
	color:#B88222;
	font-size: 120%;
}

body.corporate td.styled {
	color:#B88222;
	font-size: 120%;
}

	/* -----------------------------------------------------------------------------
 videos style */
 
.vids {
	display: block;
	text-align: center;
	margin-top: 30px;
} 
	
	/* -----------------------------------------------------------------------------
  contact page style */
  
body.contact h2 {
	font-size: 190%;
	padding-top: 20px;
	
} 

body.contact #main p {
	margin: 0 100px;
}

p.contactnote {
	color: #33b102;
	border: 2px solid #33b102;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
} 
	
	/* -----------------------------------------------------------------------------
  estate page style */
  
body.strathallan-estate #content ul.gal {
	clear: both;
	overflow: auto;
	padding-left:140px;
	margin-top: 10px;
}  
	
	/* -----------------------------------------------------------------------------
  events page style */
  
body.activities #content hr {
	height: 1px;
	border-top: 1px solid #b88222;
	margin-bottom: 10px;
}
  
#content dl.event dd {
	padding-left: 370px;
}  
  
.left-bar {
	width: 150px;
	float: left;
} 

#content .left-bar ul.gal {
	padding-left: 0;
}

.left-bar ul.gal li {
	margin-left: 0;
}
	
	/* -----------------------------------------------------------------------------
  pdf link style */

p.pdf-link {
	display: block;
	clear: both;
	background: #e6c876 url(../images/pdf-logo.jpg) no-repeat left center;
	color:#CA9D3F;
	text-align: center;
	padding-bottom: 0px;
	line-height: 30px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 10px;
	margin-top: 10px;
}

p.pdf-link a {
	display: block;
	border: 3px solid #CA9D3F;
	color:#B88222;
	font-size: 120%;
	background: url(../images/call-to-action-arrows.jpg) no-repeat right;
}

p.pdf-link a:hover {
	display: block;
	border: 3px solid #B88222;
	color:#875E15;
	background: url(../images/call-to-action-hover-arrows.jpg) no-repeat right;
}  
	
	/* -----------------------------------------------------------------------------
  accreditations style */
  
.accreditations {
	margin: 10px 30px 20px 150px;
	display: block;
	border: 1px solid #CA9D3F;
	padding: 20px;
}  
  
#content .accreditations img {
	border: none;
	float: left;
	padding-right: 20px;
} 
  
#content .accreditations p.logo-font {
	color:#03366f;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 160%;
	padding-top: 30px;
}  