/**
 * Layout styles
 *
 * Layout style, these are used to style the site. These are modified from the
 * SilverStripe Black Candy Theme.
 *
 * @copyright Copyright 2010 Better Brief LLP
 * @author Dan Hensby <dan@betterbrief.co.uk>
 * 
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
/* resets thanks to http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	color:#333;
	font-style:normal;
}
i {
	font-style: italic;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: transparent;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end reset */

html {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	background: #fff url(../images/bg.gif) repeat;
	font-size: 13px;
	color: #333;
}

body {
	width: 960px;
	margin: 0 auto;
}

table {
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: bold;
}

.clear{
	clear:both;
}

/* CONTAINER
----------------------------------------- */
#Container {
	background: transparent;
	width: 100%;
}

#Layout {
	margin-top: 2px;
	padding: 25px 50px;
	background:#fcde91 url(../images/layout-bg.jpg) top right repeat-y;
	box-shadow: 0px 5px 10px #888;
	-moz-box-shadow: 0px 5px 10px #888;
	-webkit-box-shadow: 0px 5px 10px #888;
	z-index: 1;
}

#Content {
}

#Content.flower {
	min-height: 320px;
	background: url(../images/big-lily.png) bottom right no-repeat;
	margin-right: -40px;
	margin-bottom: -15px;
	padding-right: 40px;
	padding-bottom: 15px;
}

.subContent {
	float: left;
	position: relative;
	width: 425px;
	margin-right: 85px;
}

	.subContent.side {
		margin-right: 0;
		margin-top: 20px;
		width: 350px;
	}
	
	.flower .subContent.side {
		margin-bottom: 320px;
	}

#Titles {
	background: #c63;
	margin-top: 40px;
}
	
	#Titles img {
		float: left;
	}
		
	#Titles h1 {
		color: #fff;
		font-size: 21px;
		margin: 0;
		padding: 12px;
		float: left;
	}
	
	

/* HOME PAGE
----------------------------------------- */

#HomePage #Content {
	float: left;
	width: 380px;
	margin-right: 40px;
}

#HomePage #NextRetreats {
	width: 437px;
	/*height: 255px;*/
	height: 330px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#HomePage h1 {
	font-size: 36px;
	margin-bottom: 18px;
}

#HomePage h2 {
	color: #a10202;
	text-transform: uppercase;
	margin-top:0;
}

/* NEXT RETREATS
----------------------------------------- */
#NextRetreats,
#NextRetreats ul {
	float:left;
	list-style: none;
}

#NextRetreats,
#NextRetreats ul,
#NextRetreats h3,
#NextRetreats p {
	color: #fff;
	margin: 0;
	padding:0;
}

a.fill {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
}

#NextRetreats h3 {
	font-size: 15px;
}

	#NextRetreats img {
		/*position: absolute;
		top: 0;
		left: 0;*/
		float: left;
	}

	#NextRetreats li,
	#NextRetreats li .location,
	#NextRetreats li .date {
		float: left;
		color: #fff;
		margin: 0;
		padding: 8px 10px 6px 110px;
	}
	
		#NextRetreats li:hover .location {
			background:#a10202;
		}
		
		#NextRetreats .js li:hover .location {
			background:#c63;
		}
		
		#NextRetreats li:hover .date a {
			text-decoration: underline;
		}
	
	#NextRetreats li {
		padding: 0;
		height: 71px;
		overflow: hidden;
		position: relative;
		margin-bottom: 5px;
	}
	
	#NextRetreats li .location {
		background:#c63;
		width: 212px;
		font-size: 15px;
	}
	
	#NextRetreats li .date {
		background:#a10202;
		float: left;
		padding: 4px 10px;
		padding-left: 110px;
	}
		
		#NextRetreats li .date a,
		#NextRetreats li .date p {
			font-size: 12px;
			float: left;
			width: 222px;
			height: 16px;
			margin: 0;
			padding: 0;
		}
		
		#NextRetreats li .date a {
			color: #ffe56c;
			text-transform: uppercase;
			width: 95px;
			text-align: center;
			line-height: 16px;
			height: 16px;
			/*margin: -5px -10px;
			padding: 5px 10px;*/
		}

/* HEADER
----------------------------------------- */
#Header {
	margin-top: 10px;
	overflow: hidden;
	width: 100%;
	height: 74px;
}
 	#Header h1 {
		position:absolute;
		top: -100px;
	}
	#Header p {
		position:absolute;
		top: -100px;
	}
	
	#Logo {
		float: left;
		width: 400px;
		background:transparent url(../images/lily.png) top right no-repeat;
	}
	
		#Logo a {
			display:block;
			width:100%;
			height:100%;
		}

/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {
	padding-left: 10px;
	margin-top: 42px;
	background: transparent;
	display: block;
	float: right;
	width: auto;
	height: 32px;
	overflow: hidden;
	z-index: 0;
}
	#Navigation li {
		float: left;
		margin-right: 10px;
	}
	
		#Navigation li a {
			background:#c63;
			border-top-left-radius: 5px;
			-moz-border-radius-topleft: 5px;
			-webkit-border-top-left-radius: 5px;
			border-top-right-radius: 5px;
			-moz-border-radius-topright: 5px;
			-webkit-border-top-right-radius: 5px;
			box-shadow: 0px 5px 10px #888;
			-moz-box-shadow: 0px 5px 10px #888;
			-webkit-box-shadow: 0px 5px 10px #888;
			display: block;
			text-decoration: none;
			color: #fff;
			font-size: 15px;
			line-height: 26px;
			min-width: 60px;
			padding: 0 15px;
			height: 32px;
			text-align: center;
		}
			
			#Navigation li a:hover,
			#Navigation li.current a,
			#Navigation li.section a,
			#Navigation li.section a:hover,
			#Navigation li.current a:hover,
			#Navigation.js li.section a:hover,
			#Navigation.js li.current a:hover {
				margin-top: 6px;
				background:#a10202;
			}
			
			#Navigation.js li a:hover {
				margin: 0;
				background: #c63;
			}
			
			#Navigation.js li a.clicked {
				background:#a10202;
			}

/* BANNNER
----------------------------------------- */
#Banner {
	margin-top: -25px;
	margin-left: -50px;
	margin-bottom: 25px;
}

/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs {
	width: auto;
	float: right;
	margin-top: -20px;
	margin-right: -40px;
	height: 25px;
	color: #4e61ac;
}
	#Breadcrumbs p {
		font-size: 11px;
		color: #4e61ac;
		margin: 0;
		padding: 0;
		width: auto;
		float: left;
	}
	
	#Breadcrumbs a {
		color: #4e61ac;
	}

/* RETREATS
-------------------------------------- */
#Retreats {
	padding: 0;
	margin: 0;
	list-style: none;
}

	#Retreats li {
		position: relative;
		height: 70px;
		padding: 0;
		margin: 0;
		margin-bottom: 11px;
	}
	
		#Retreats li img,
		#Retreats li .location,
		#Retreats li .details {
			float: left;
		}
	
		#Retreats li .location {
			width:280px;
			background:#c63;
			font-size: 15px;
			padding: 8px 10px 6px 110px;
			height: 56px;
			color: #fff;
		}
		
			#Retreats li .location h3,
			#Retreats li .location p {
				color: #fff;
				padding: 0;
				margin: 0;
			}
		
		#Retreats li .details {
			background: #fcde91;
			font-size: 13px;
			width:438px;
			font-size: 15px;
			padding: 8px 10px 6px;
			height: 56px;
		}
		
			#Retreats li .details h4,
			#Retreats li .details p {
				color: #333;
				border: none;
				padding: 0;
				margin: 0;
			}
			
			#Retreats li .details h4{
				font-weight: bold;
			}
			
			#Retreats li:hover .details a,
			#Retreats li:hover .location {
				text-decoration: underline;
				cursor: pointer;
			}
			
				#Retreats li:hover .details * {
					cursor: pointer;
				}
			
			#Retreats.js li:hover .location {
				text-decoration: none;
			}

/* Illustration
-------------------------------------- */
.illustration {
	width: 310px;
	margin-bottom: 75px;
	float: right;
}

	.illustration img {
		margin-bottom:20px;
	}
	
	.illustration p {
		font-size:11px;
		margin:0;
	}


/* RETREAT PAGE
-------------------------------------- */
a.enquire {
	display: block;
	width:107px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: #a10202;
	color: #ffe56c;
	text-transform: uppercase;
}

	a:hover.enquire {
		text-decoration: none;
		background: #ca591d;
	}

ul.times,
ul.retreatGallery {
	list-style: none;
}

	ul li span,
	ul.times li span {
		margin-right: 10px;
	}
	
ul.retreatGallery {
	margin: 0;
	padding: 0;
}

	ul.retreatGallery li {
		margin-right: 10px;
		margin-bottom: 10px;
		width: 88px;
		height: 88px;
		float: left;
	}

/* CLASSES PAGE
-------------------------------------- */
#ClassListing h2 {
	font-size: 15px;
	font-weight: bold;
	color: #a10202;
}

#ClassListing h3 {
	font-size: 13px;
	color: #a10202;
	margin: 0;
}

#ClassListing address {
	display: block;
	font-size: 13px;
	color: #a10202;
}

#ClassListing ul {
	list-style: none;
	padding:0;
}

/* SIDEBAR
-------------------------------------- */
#Sidebar {
}
	#Sidebar .sidebarBox {
	}
	#Sidebar ul {
	}
		#Sidebar li {
		}
	#Sidebar h3 {
	}
	
	#Sidebar .sidebarBottom {
	}
	#Sidebar a em {
	}
	#Sidebar p {
	}
	
	/* MENU2 */
    ul#Menu2 li {
    }
    	ul#Menu2 li a {
      	}
			ul#Menu2 li em {
			}
				ul#Menu2 li li em {
				}
      	/* Level 1 
      	- We use 3 elements for the nav to get 3 background images applied.
            * span - topleft rounded corner
            * em - bottomleft rounded corner
            * a - arrow on the right
            <a><span><em></em></span></a>
      	*/
      	ul#Menu2 li a:hover,
      	ul#Menu2 li a.current,
      	ul#Menu2 li a.current:hover {
      	}
	  	ul#Menu2 li a.current {
	  	}
      	ul#Menu2 li a.section,
      	ul#Menu2 li a.section:hover {
      	}
      	ul#Menu2 li a.levela:hover,
      	ul#Menu2 li a.current,
      	ul#Menu2 li a.section,
      	ul#Menu2 li a.section:hover,
      	ul#Menu2 li a.current:hover {
		}
      		ul#Menu2 li ul {
      		}
      			ul#Menu2 li ul li {
      			}
      				ul#Menu2 li ul li ul {
      				}	
      
					ul#Menu2 li li a.current,
      				ul#Menu2 li li a.section,
      				ul#Menu2 li li a.section:hover,
      				ul#Menu2 li li a.current:hover {
      				}
      					ul#Menu2 li li ul {
      					}
      					ul#Menu2 li li ul .roundWhite {
      					}
      			
			/* Sub Menu */
      		ul#Menu2 li a.levelb {
      		}
	  		ul#Menu2 li a.levelb:hover,
      		ul#Menu2 li li a.current,
      		ul#Menu2 li li a.current:hover,
      		ul#Menu2 li li a.section,
      		ul#Menu2 li li a.section:hover {
      		}
			
      		ul#Menu2 li a.levelb:hover em,
      		ul#Menu2 li li a.current em,
      		ul#Menu2 li li a.current:hover em,
      		ul#Menu2 li li a.section em,
      		ul#Menu2 li li a.section:hover em {
      		}

/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
		background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
	#PageComments li.even {
		background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
	}

		#PageComments li.odd p.info {
			color: #3AA0C3;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
}
	ul#SearchResults li {
	}

/* SEARCH FORM 
-----------------------------------------------*/
html #SearchForm_SearchForm {
	float: right;
	width: 240px;
	margin: 5px;
}
html #SearchForm_SearchForm .middleColumn {
	float: left;
	width: 164px;
	margin: 0 5px 0 0;
	padding: 2px;
	background-color: #51a9df;
	
}
	html #SearchForm_SearchForm .middleColumn input.text {
		width: 160px;
		border: none;
		color: #666;
	}
html #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
	float: left;
	margin-top: 2px;
}

/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

	#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label{
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label{
		margin:0;
	}


/* FOOTER
----------------------------------------------- */

#Footer {
	margin: 15px 1px;
	font-size: 11px;
	padding-bottom: 15px;
}
  	#Footer p {
		float: left;
		width: auto;
		padding: 0;
		margin: 0;
	}
	
		#Footer p.right {
			float: right;
		}
	
	#Footer a {
		color: #4e61ac;
		text-decoration: none;
	}
		#Footer a:hover {
			text-decoration: underline;
		}