/* --------------------------------------------------------------------------

LAST UPDATED:	6.7.10
AUTHOR:			Aaron Pitts

CONTENTS:
				1. Base Reset
				2. Custom Fonts
				3. Layout Fundamentals
				4. Global Header
				5. Global Breadcrumb
				6. Global Footer
				7. Headings
				8. Images
				9. Misc
				10. Events Specific
					
-------------------------------------------------------------------------- */

/* 1. BASE RESET
-------------------------------------------------------------------------- */

/* Based on Eric Meyer's CSS Reset http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
    background: #82b25d url(../images/bg.png) repeat-x center top;
	color: #000;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5; /* Baseline grid of 21px */
}

p {
	padding: 0 0 20px 0;
}

ol {
	margin: 0 0 20px 23px;
	list-style: decimal;
}

ul {
	margin: 0 0 20px 23px; 
	list-style-image: url('../images/tick.gif');
}

ul li ul li { 
	list-style-image: url("../images/tick-mini.gif"); 
}

hr {
	border: 0 #8fc2e3 solid;
	border-top-width: 2px;
	clear: both;
	height: 0;
	margin-bottom: 10px;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

strong {
	font-weight: bold;
}

cite,
em,
i {
	font-style: italic;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a { 
	color: #980000; 
}

a:hover { 
	color: #c16f00;
}

fieldset { 
	margin: 10px 0; 
}

legend { 
	margin-bottom: 10px; 
}

input[type="text"] {
	padding: 2px;
}

textarea {
	width: 500px;
	min-height: 200px;
	padding: 5px;
}

/* 2. CUSTOM FONTS
-------------------------------------------------------------------------- */

@font-face {
	font-family: 'MuseoSans500Regular';
	src: url('museosans_500-webfont.eot');
	src: local('☺'), url('museosans_500-webfont.woff') format('woff'), url('museosans_500-webfont.ttf') format('truetype'), url('museosans_500-webfont.svg#webfontuNM1ZHYy') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CalligraphyFLFRegular';
	src: url('CalligraphyFLF-webfont.eot');
	src: local('☺'), url('CalligraphyFLF-webfont.woff') format('woff'), url('CalligraphyFLF-webfont.ttf') format('truetype'), url('CalligraphyFLF-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* 3. LAYOUT FUNDAMENTALS
-------------------------------------------------------------------------- */

#bg-sun { 
	position: absolute; 
	left: 0; 
	top: 0; 
	background: transparent url(../images/bg-sun.png) no-repeat; 
	width: 84px; 
	height: 73px;
}

div.container-960 { 
	width: 960px; 
	margin: 0 auto;
}

div#main { 
	background: #f2fbff; 
	width: 920px;
	padding: 20px;
	margin-bottom: 20px;
}

div#featured { 
	background: #fffba8; 
	width: 880px; 
	padding: 5px 20px; 
	position: relative; 
	height: 100%;
}

div#featured ul { 
	margin-bottom: 10px;
}

div#featured-home-left { 
	float: left; 
	width: 510px; 
	margin-right: 30px;
}

div#featured-home-right { 
	float: left; 
	width: 340px;
}

div.featured-33 p,
div.featured-33 h3 { 
	border-bottom: 1px solid #999;
}

div#featured-50-left { 
	float: left; 
	width: 425px; 
	margin-right: 30px;
}

div#featured-50-right { 
	float: left; 
	width: 425px;
}

div#featured-70-left { 
	float: left;
	width: 595px; 
	margin-right: 30px;
}

div#featured-30-right { 
	float: left; 
	width: 255px;
}

div.featured-33 { 
	float: left; 
	width: 293px;
}

div.column-left-50 { 
	float: left; 
	width: 445px; 
	margin-right: 30px;
}

div.column-right-50 { 
	float: left; 
	width: 445px;
}

div.column-left-60 { 
	float: left; 
	width: 534px; 
	margin-right: 30px;
}

div.column-right-40 { 
	float: left; 
	width: 356px;
}

div.resource-left-column { 
	width: 160px; 
	margin-right: 30px; 
	float: left;
}

div.resource-middle-column { 
	width: 540px; 
	margin-right: 30px; 
	float: left;
}

div.resource-right-column { 
	width: 160px; 
	float: left;
}

/* Used to clear floats */
.clear { 
	clear: both; 
	display: block; 
	overflow: hidden; 
	visibility: hidden; 
	width: 0; 
	height: 0;
}

/* 4. GLOBAL HEADER
-------------------------------------------------------------------------- */

div#logo { 
	text-align: center; 
	width: 960px; 
	margin: 30px 0 20px 0;
}

ul#nav-menu { 
	background: none; 
	margin: 0 0 10px 0; 
	width: 960px; 
	padding: 0; 
	text-align: center;
	font-family: 'MuseoSans500Regular', Georgia, "Times New Roman", Times, serif; 
	font-size: 1.1428em; /* 16px */
	line-height: 1.2;
	list-style: none; 
	font-weight: normal; 
	font-style: normal;
}

ul#nav-menu li { 
	margin: 0 6px; 
	padding: 5px; 
	display: inline-block; 
	vertical-align: bottom; 
	position: relative;
	list-style: none;
}

ul#nav-menu li a { 
	text-decoration: none;
	color: #000;
}

ul#nav-menu li ul li { 
	font-size: 1em; /* 16px */
}

ul#nav-menu li:hover { 
	background: #bddbee;
}

ul#nav-menu li ul { 
	position: absolute; 
	width: 290px; 
	left: 0; 
	top: 100%; 
	margin: 0; 
	padding: 0; 
	margin-left: -9999px; /* Hide the sub menu. */ 
	background: #e6f5ff; 
	text-align: left; 
	z-index: 50; 
}

ul#nav-menu li#pp ul { 
	width: 230px; /* Set a smaller width for the Positive Psychology sub menu. */
}

ul#nav-menu li ul li { 
	display: block; 
	margin: 0; 
	padding: 5px;
}

ul#nav-menu li ul li:hover { 
	background: #d3e6f2; 
}

ul#nav-menu li:hover ul { 
	margin-left: 0; /* Show sub menu on hover. */
}

/* 5. GLOBAL BREADCRUMB
-------------------------------------------------------------------------- */

div#breadcrumb { 
	background: #cae7ff; 
	border: 1px solid #FFF;
	margin-bottom: 20px; 
	padding: 6px 20px;
}

div#breadcrumb-left { 
	float: left; 
	width: 70%;  
	padding-top: 2px;
}

div#breadcrumb-right { 
	float: left; 
	text-align: right; 
	width: 30%;
}

div#breadcrumb p { 
	padding: 0;
}

div#breadcrumb a { 
	color: #000; 
}

div#breadcrumb a:hover { 
	color: #c16f00;
}

/* 6. GLOBAL FOOTER
-------------------------------------------------------------------------- */

div#footer-container { 
	background: #281600 url(../images/footer-bg.gif) repeat-x top; 
	width: 100%;
}

div#footer-main { 
	width: 920px; 
	padding: 20px; 
	padding-top: 10px;
	color: #FFF;
}

div.footer-column-left { 
	width: 230px; 
	margin-right: 30px; 
	float: left;
}

div.footer-column-middle { 
	width: 350px; 
	margin-right: 30px; 
	float: left;
}

div.footer-column-right { 
	width: 280px; 
	float: left;
}

div.footer-column-left ul,
div.footer-column-middle ul,
div.footer-column-right ul {
	margin: 0;
}

div.footer-column-left li,
div.footer-column-middle li,
div.footer-column-right li { 
	list-style-image: none; 
	list-style: none; 
	margin: 0;
}

div#footer-additional { 
	background: #160c00; 
	width: 920px; 
	padding: 10px; 
	line-height: 1;
	color: #FFF;
}

div#footer-additional p {
	padding: 0;
	margin: 0;
}

div.footer-column-left a, 
div.footer-column-middle a, 
div.footer-column-right a,
div#footer-additional a { 
	color: #FFF;
}

div.footer-column-left a:hover, 
div.footer-column-middle a:hover, 
div.footer-column-right a:hover,
div#footer-additional a:hover { 
	color: #c16f00;
}

/* 7. HEADINGS
-------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 { 
	font-family: 'MuseoSans500Regular', Georgia, "Times New Roman", Times, serif; 
	font-weight: normal; 
	font-style: normal; 
	padding: 5px 0;
}

h1, h2 { 
	font-size: 1.8571em; /* 26px */
}

h3, h4, h5, h6 { 
	font-size: 1.2857em; /* 18px */
}

h3 a:link,
h3 a:visited,
h3 a:active { 
	color: #000; 
}

h3 a:hover { 
	color: #c16f00;
}

/* 8. IMAGES
-------------------------------------------------------------------------- */

img {
	margin: 0;
	max-width: 800px;
}
.single-attachment img {
	max-width: 900px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, 
img.alignright, 
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
.wp-caption img {
	margin: 5px;
}
.wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}
.wp-smiley {
	margin:0;
}
.gallery {
	margin: auto;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}

/* 9. MISC
-------------------------------------------------------------------------- */

div#radio-talks-container { 
	width: 920px; 
	padding: 5px 0; 
}

div.radio-talk { 
	float: left; 
	width: 440px; 
	margin-right: 20px; 
}

div#testimonials p { 
	background: #e2ffc2; 
	padding: 10px; 
	margin: 10px 0; 
}

hr#featured-hr {
	border: 0 #d3cd50 solid;
	border-top-width: 2px;
	clear: both;
	height: 0;
}

hr.secondary-hr {
	border: 0 #8fc2e3 solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

.no-link a {
	text-decoration: none; 
	color: #000; 
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

p img { 
	border: 3px solid #FFF; 
}

div.navigation {
	overflow: hidden;
}

div.navigation {
	background: #d9eeff;
	padding: 5px 10px;
	border: 1px solid #FFF;
}

div.nav-previous {
	float: left;
	width: 50%;
}

div.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}

div#nav-above {
	margin: 10px 0;
}

/*div#nav-above {
	display: none;
}*/

div.paged #nav-above,
.single #nav-above {
	display: block;
}

div#nav-below {
	margin-bottom: 10px;
}

p#client-logos {
	text-align: center;
}

p#client-logos img {
	border: none;
}

/* 10. EVENTS SPECIFIC
-------------------------------------------------------------------------- */

div.event-left-column { 
	width: 160px; 
	margin-right: 30px; 
	float: left;
}

div.event-middle-column { 
	width: 500px; 
	margin-right: 30px; 
	float: left;
}

div.event-right-column { 
	width: 200px; 
	float: left;
}

div.news-right-column { 
	width: 730px; 
	float: left;
}

div.event-middle-column ul {
	padding: 5px 0; 
}

div.event-box { 
	background: #ffc67c;
	border: 1px solid #FFF;
}

div.event-box p { 
	padding: 8px;
}

div.booking-box { 
	background: #98c6ea; 
	margin-top: 10px;
	line-height: 1;
	border: 1px solid #FFF;
}

div.booking-box p { 
	padding: 5px; 
	text-align: center; 
	font-size: 2em; 
	font-family: 'CalligraphyFLFRegular', Georgia, "Times New Roman", Times, serif;
}


div.cta-button a { 
	border: 1px solid #FFF; 
	font-size: 2em; 
	font-family: 'CalligraphyFLFRegular', Georgia, "Times New Roman", Times, serif; 
	padding: 10px; 
	background: #bce088;
	color: #000;
}

div#read-more-cta a { 
	position: absolute; 
	bottom: 60px; 
	left: 50px;
	line-height: 1;
	color: #000;
}

div.cta-button a:hover { 
	background: #c9f0a1;
}

div.booking-box p a:link,
div.booking-box p a:visited,
div.booking-box p a:active { 
	color: #000; 
}

div#read-more-cta a:hover,
div.booking-box p a:hover { 
	color: #980000;
}

input[type="text"]#s {
	margin-right: 10px;
}