/*
Theme Name: engage!11 The Grand Del Mar
Theme URI: http://wearechariot.com
Description: A custom template created for the engage!11 event at The Grand Del Mar hotel. An HTML5 template based on the Starkers5 framework provided by http://nathanstaines.com.
Version: 1.0
Author: Ben Child
Author URI: http://wearechariot.com.com
Tags: engage!11, Engaging Concepts
*/

@import "style/css/reset.css";
@import "style/css/layout.css";

/* ---------- STRUCTURE ---------- */

body {
	width: 940px;
	margin: 35px auto 0;
}

a { color: #008BB0; outline: none;}
a:hover { color: #000;}

/* ---------- HEADER ---------- */

/* SCHOLARSHIP */

.scholarship-link {
	width: 940px;
	margin: 0 auto;
	position: absolute;
	top: 0px;
}
	
.scholarship-link a {
	position: absolute;
	top: 0px; right: 0px;
	font: .9em "futura-pt", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #F1F1E8;
	padding: 10px;
}	

.scholarship-link a:hover { background-color: #cfa455; color: #FFF;}
	
/* END SCHOLARSHIP */

header { position: relative; height: 100px; margin: 0 0 25px; background: url('style/images/nav-border.jpg') repeat-x bottom left;}

header h1 a {
	display: block;
	width: 216px;
	height: 79px;
	background: url('style/images/e12-logo.png') no-repeat top left;
	text-indent: -9999em;
}

header h2 {
	height: 0px;
	text-indent: -9999em;
}

header hgroup { 
	position: absolute;
	top: -3px; left: 0;
}

header nav {
	position: absolute;
	top: 32px;
	right: 0;
	width: 100%;
}

header nav ul#main-nav-list { 
	list-style-type: none; 
	position: absolute;
	top: 25px;	right: 0;
}

header nav ul#main-nav-list li { 
	float: left; 
	margin: 0 0 0 30px;
	position: relative;
}

header nav ul#main-nav-list li a {
	font: 1.25em "futura-pt", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 300;
	text-transform: lowercase;
	color: #000;
}

header a.top-level-link:hover {color: #008BB0 !important;}

ul.sub-nav-list {
	position: absolute;
	bottom: 20px;
	left: 0px;
	width: 120px;
}

ul.sub-nav-list li { margin: 0px 10px 0px 0px !important;}

ul.sub-nav-list a {
	font: .9em "futura-pt", Arial, Helvetica, Verdana, sans-serif !important;
	color: #ADAD99 !important;
	display: block;
	float: none !important;
	padding: 0 0 0px;
	width: 120px;
}

ul.sub-nav-list a:hover {color: #000 !important;}

/* ul.details-list a {
	width: 75px;
}

*/

ul.sub-nav-list a:hover { color: #000;}

ul.homepage-image {
	width: 940px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0 0 20px 25px !important; padding: 0;
	float: right;
}
ul.homepage-image li {
	float: left;
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}
ul.homepage-image li a.thumb {
	width: 940px; /*--Width of image--*/
	height: 415px; /*--Height of image--*/	
	cursor: pointer;
}
ul.homepage-image li span { /*--Used to crop image--*/
	width: 940px;
	height: 415px;
	overflow: hidden;
	display: block;
}
ul.homepage-image li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}

ul.homepage-image li a {text-decoration: none; color: #777; display: block;}


/* ---------- HOMEPAGE SLIDESHOW ---------- */

#slideshow {
    position:relative;
    height:415px;
	margin: 15px 0 25px;
}

#slideshow .slide {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    width: 940px;
    height: 415px;
}

#slideshow.investment {
    position:relative;
    height:304px;
	margin: 0 457px 25px 25px;
	float: right;
}

#slideshow.investment .slide {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    width: 457px;
    height: 304px;
}

#slideshow .slide.active {
    z-index:10;
    opacity:1.0;
}

#slideshow .slide.last-active {
    z-index:9;
}

#slideshow .slide img {
	position: absolute;
	top: 0; left: 0;
}

ul.homepage-image h2 {
	font: 2.75em "futura-pt", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 400;
	text-transform: lowercase;
	position: absolute;
	z-index: 1;
	color: #FFF;
}

ul.homepage-image h3 {
	font: 2em "futura-pt", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 400;
	text-transform: lowercase;
	position: absolute;
	z-index: 1;
	color: #008fb1;
}

ul.homepage-image a.slide-1:hover { color: #000; background: #FFF url('style/images/slideshow-readmore-arrow-hover.png') no-repeat center right;}

ul.homepage-image h2 {
	text-align: right;
	top: 315px;
	left: 25px;
}

ul.homepage-image h3 {
	text-align: right;
	top: 358px;
	left: 25px;
}

/* HOMEPAGE CTAs */

#cta-stack {
	margin: 0;
	position: relative;
	min-height: 216px;
	width: 100%;
}

.four-col {
	width: 216px;
	float: left;
	margin-right: 25px;
	position: relative;
}

.cta-stack {
	position: relative;
	height: 216px;
}

ul.home-fade {
	width: 216px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0; padding: 0;
	position: relative;
}

ul.home-fade li {
	float: none;
	position: relative;
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}

ul.home-fade li a.thumb {
	width: 216px; /*--Width of image--*/
	height: 216px; /*--Height of image--*/
	cursor: pointer;
}

ul.home-fade li span { /*--Used to crop image--*/
	width: 216px;
	height: 216px;
	overflow: hidden;
	display: block;
	position: absolute;
}

ul.home-fade li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}

ul.home-fade li a {text-decoration: none; color: #FFF; display: block;}

ul.home-fade li h2 { position: relative;}

ul.home-fade li h2 a {
	width: 206px;
	text-align: center;
	background-color: #cfa455;
	background-color: rgba(207,164,85,.7);
	color: #FFF;
	padding: 5px;	
	font: 1.1em "futura-pt", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 300;
	text-transform: lowercase;
	position: absolute;
	bottom: 0px;
	display: inline;
}

ul.home-fade li h2 a:hover { color: #FFF; background-color: #008bb0; background-color: rgba(0,139,176,.7); }


/* ------------------------------ CUSTOM PAGES ------------------------------ */


/* ---------- PAGE TYPOGRAPHY ---------- */

h2.page-title {
	font: 1.5em "futura-pt", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 300;
	text-transform: lowercase;
	color: #008fb1;
	line-height: .75em;
	margin: 0 0 15px;
}

.page article p {
	font: .7em "Verdana", Helvetica, Arial, sans-serif;
	color: #000;
	margin: 0 0 15px;
	line-height: 1.6em;
}

.page article h3 {
	font: 1.35em "futura-pt", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 300;
	text-transform: lowercase;
	border-bottom: 1px solid #333;
	position: relative;
	margin-bottom: 25px;
}

.page article h4 {
	font: 1em "futura-pt", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 200;
	text-transform: lowercase;
	margin: 0 0 5px;
}


/* TRAVEL PAGE */

#post-16 .slideshow {float: right;}

#post-16 p {
	width: 457px;
}

#post-16 #driving { float: left;}
#post-16 #transport { float: right; }

h3#travel { margin-top: 35px; width: 457px;}

#travel-accomodations { float: left; }

#travel-info { float: right; }

/* ---------- COLUMN STRUCTURE ---------- */

article {}

section.five-col {
	width: 168px;
	float: left;
	margin: 0 0 0 25px;
}

/* ---------- SPEAKERS ---------- */

ul.speaker-placeholder {
	width: 750px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0 auto 20px !important; padding: 0;
}
ul.speaker-placeholder li {
	float: left;
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}
ul.speaker-placeholder li a.thumb {
	width: 750px; /*--Width of image--*/
	height: 548px; /*--Height of image--*/	
	cursor: pointer;
}
ul.speaker-placeholder li span { /*--Used to crop image--*/
	width: 750px;
	height: 548px;
	overflow: hidden;
	display: block;
}
ul.speaker-placeholder li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}

ul.speaker-placeholder li a {text-decoration: none; color: #777; display: block;}

.speaker-thumb {
	margin: 0 0 22px;
}

#post-10 ul, #post-462 ul { 
	list-style-type: none;
}

#post-10 ul li, #post-462 ul li {
	font: 1em "futura-pt", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 300;
	text-transform: none;
	margin: 0 0 5px;
}

#speakers-list-border { background: url('style/images/speakers-list-border.jpg') repeat-y top left; margin: 0; padding: 0 0 0 25px;}

/* SPEAKER FADE */

ul.speakers-fade {
	width: 168px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0; padding: 0;
	position: relative;
}

ul.speakers-fade li {
	float: none;
	position: relative;
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}

ul.speakers-fade li a.thumb {
	width: 168px; /*--Width of image--*/
	height: 168px; /*--Height of image--*/
	cursor: pointer;
}

ul.speakers-fade li span { /*--Used to crop image--*/
	width: 168px;
	height: 168px;
	overflow: hidden;
	display: block;
	position: absolute;
}

ul.speakers-fade li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}

ul.speakers-fade li a {text-decoration: none; color: #FFF; display: block;}

ul.speakers-fade li h2 a {
	width: 158px;
	text-align: center;
	background-color: #cfa455;
	background-color: rgba(182,31,34,.7);
	color: #FFF;
	padding: 5px;	
	font: .9em "futura-pt", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 300;
	text-transform: lowercase;
	position: absolute;
	bottom: 0px;
	display: inline;
}

ul.speakers-fade li h2 a:hover { color: #FFF; background-color: #000; background-color: rgba(0,0,0,.5); }

/* SLIDING CAPTIONS */

.boxgrid { 
	width: 168px; 
	height: 168px; 
	overflow: hidden; 
	position: relative;
}

.boxgrid img { 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}

.boxgrid img:hover { 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}

.boxcaption { 
	float: left; 
	position: absolute; 
	top: 168;
	background: rgba(207,164,85,.7);
	height: 168px; 
	width: 100%; 
	opacity: .9; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	padding: 5px;
}

.boxcaption h3 {
	margin: 0 0 5px;
	border: none !important;
	text-transform: none !important;
}

.boxcaption h3, .boxcaption p { 
	color: #FFF !important;
	font: .7em "Verdana", Helvetica, Arial, sans-serif !important;
	margin: 0 0 5px !important;
}

.boxcaption a { font-style: italic; color: #fff;}
.boxcaption a:hover { font-style: italic; text-decoration: underline;}

/* ---------- GALLERIES ---------- */

#the-breakers, #grand-cayman, #e11-cayman, #e11-gdm {
	background: url('style/images/gen-border.jpg') repeat-x bottom left;
	padding: 0 0 25px;
	margin: 0 0 25px;
	width: 100%;
}

#the-breakers, #grand-cayman, #del-mar, #e11-cayman, #e11-gdm {
	position: relative;
}

#grand-cayman {
}

.gallery-location {
	width: 168px;
	float: left;
	margin-right: 25px;
}

.gallery-location h2 {
	font: 1em "futura-pt", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 200;
	text-transform: lowercase;
}

.location-video {
	float: left;
	width: 361px;
	margin-right: 25px;
}

.location-gallery {
	position: relative;
	width: 361px;
	float: left;
}

ul.gallery-index-fade {
	width: 216px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0; padding: 0;
	position: relative;
}

ul.gallery-index-fade li {
	float: none;
	position: relative;
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}

ul.gallery-index-fade li a.thumb {
	width: 361px; /*--Width of image--*/
	height: 203px; /*--Height of image--*/
	cursor: pointer;
}

ul.gallery-index-fade li span { /*--Used to crop image--*/
	width: 361px;
	height: 203px;
	overflow: hidden;
	display: block;
	position: absolute;
}

ul.gallery-index-fade li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}

ul.gallery-index-fade li a {text-decoration: none; color: #FFF; display: block;}

ul.gallery-index-fade li h2 {position: relative;}

ul.gallery-index-fade li h2 a {
	width: 351px;
	text-align: center;
	background-color: #cfa455;
	background-color: rgba(207,164,85,.7);
	color: #FFF;
	padding: 5px;	
	font: 1.4em "futura-pt", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 300;
	text-transform: lowercase;
	position: absolute;
	bottom: 0px;
	display: inline;
}

ul.gallery-index-fade li h2 a:hover { color: #FFF; background-color: #008bb0; background-color: rgba(0,139,176,.7); }

.page-template-custom-gallery-php section#gallery-sidebar {
	width: 168px;
	float: left;
	margin: 0 25px 0 0;
}

.page-template-custom-gallery-php section#gallery-slideshow {
	width: 747px;
	float: left;
	margin: 0 0 25px;
}

.page article a.photographer-link {
	font: 1.25em "futura-pt", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 300;
	text-transform: lowercase;
	margin: 0 0 5px;
}

article#post-72 iframe, article#post-58 iframe { margin-bottom: 10px;}

UL.tabNavigation {
list-style: none;
margin: 0 0 25px;
padding: 0;
}

UL.tabNavigation LI {
display: inline;
margin: 0 25px 0 0;
}

UL.tabNavigation LI A {
	font: 1.5em "futura-pt", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 300;
	text-transform: lowercase;
	line-height: 1em;
	color: #cfa455;

}

UL.tabNavigation LI A.selected,
UL.tabNavigation LI A:hover {
	color: #000;
}

UL.tabNavigation LI A:focus {
outline: 0;
}

div.tabs > div {}

div.tabs > div h2 {
margin-top: 0;
}

#first {
	background-color: #F1F1E8;
	padding: 10px 10px 0;
}

#second {
	background-color: #F1F1E8;
	padding: 10px 10px 0;
}

#third {
	background-color: #F1F1E8;
	padding: 10px 10px 0;
}

.waste {
min-height: 1000px;
}
 
 /* ---------- RAVE REVIEWS ---------- */
 
section.review-row {
 	background: url('style/images/gen-border.jpg') repeat-x bottom left;
 	padding: 0 0 10px;
 	margin: 10px 0 0;
}
 
section.review-row ul { list-style-type: none;}
 
section.review-row ul li { 
	list-style-type: none;
	float: left;
	display: block;
	height: 215px;
	width: 215px;
	background: url('style/images/vertical-border.jpg') repeat-y top right;
	padding: 0 10px 10px;
}

section.review-row ul li#review-video {
	width: 450px;
	padding: 0 0 0 10px;
}

section.review-row ul li p {
	font: 1.35em "futura-pt", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 300;
	text-transform: lowercase;
	line-height: 1em;
	color: #cfa455;
}

section.review-row ul li p span {
	color: #000;
	font: .7em "futura-pt", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 300;
}

section.review-row ul li p.long {
	font: .9em "futura-pt", Arial, Helvetica, Verdana, sans-serif;
	color: #000;
	text-transform: none;
}

section.review-row ul li p.short {
	font: 1.8em "futura-pt", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 300;
	line-height: .8em;
	color: #008fb1;
}

section.review-row ul li span.review-author {
	font: .9em "futura-pt", Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	color: #000;
	display: block;
}

section.review-row ul li span.review-position {
	font: .8em "futura-pt", Arial, Helvetica, Verdana, sans-serif;
	font-style: italic;
	color: #000;
	display: block;
}

section.review-row ul li.call-out-green {	background-color: #008fb1; }

section.review-row ul li.call-out-green p { color: #FFF; padding-top: 10px; }

section.review-row ul li.call-out-purple {	background-color: #cfa455; }

section.review-row ul li.call-out-purple p { color: #FFF; padding-top: 10px; }


/* ---------- WHO ATTENDS ---------- */

#post-4 #attendees-slideshow, #post-147 #attendees-slideshow { margin: 0 0 25px; height: 300px;}

#attendees-slideshow ul.press {
	width: 940px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0; padding: 0;
}
#attendees-slideshow ul.press li {
	float: left;
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}
#attendees-slideshow ul.press li a.thumb {
	width: 940px; /*--Width of image--*/
	height: 299px; /*--Height of image--*/	
	cursor: pointer;
}
#attendees-slideshow ul.press li span { /*--Used to crop image--*/
	width: 940px;
	height: 299px;
	overflow: hidden;
	display: block;
}
#attendees-slideshow ul.press li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}

#attendees-slideshow ul.press li a {text-decoration: none; color: #777; display: block;}

#post-4 p, #post-147 p {
	font: .7em "Verdana", Arial, Helvetica, Verdana, sans-serif;
	text-transform: none;
	color: #000;
	display: block;
	line-height: 1.6em;
}

#post-4 .attendee-info, #post-147 .attendee-info {
	width: 215px;
	float: left;
	margin: 0 25px 0 0;
}

#post-4 .attendee-list, #post-147 .attendee-list {
	float: right;
	background: url('style/images/vertical-border.jpg') repeat-y top left;
	width: 673px;
	padding: 0 0 0 25px;
}

#post-4 .attendee-list ul, #post-147 .attendee-list ul { 
	list-style-type: none; 
	display: block;  
	float: left;
	margin: 0 25px 20px 0;
}

#post-4 .attendee-list ul.no-margin, #post-147 .attendee-list ul.no-margin { margin: 0;}

#post-4 ul li, #post-147 ul li  {
	font: .9em "futura-pt", Arial, Helvetica, Verdana, sans-serif;
	padding: 0;
	display: block;
	width: 196px;
	margin: 0 0 5px;
}

/* ---------- TRAVEL ---------- */

ul.travel-image {
	width: 460px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 55px 0 20px 20px !important; padding: 0;
	float: right;
}
ul.travel-image li {
	float: left;
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}
ul.travel-image li a.thumb {
	width: 460px; /*--Width of image--*/
	height: 398px; /*--Height of image--*/	
	cursor: pointer;
}
ul.travel-image li span { /*--Used to crop image--*/
	width: 460px;
	height: 398px;
	overflow: hidden;
	display: block;
}
ul.travel-image li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}

ul.travel-image li a {text-decoration: none; color: #777; display: block;}

/* ---------- SCHOLARSHIP ---------- */

ul.theo-image {
	width: 457px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0 0 20px 25px !important; padding: 0;
	float: right;
}
ul.theo-image li {
	float: left;
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}
ul.theo-image li a.thumb {
	width: 457px; /*--Width of image--*/
	height: 457px; /*--Height of image--*/	
	cursor: pointer;
}
ul.theo-image li span { /*--Used to crop image--*/
	width: 457px;
	height: 457px;
	overflow: hidden;
	display: block;
}
ul.theo-image li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}

ul.theo-image li a {text-decoration: none; color: #777; display: block;}

/* ---------- SCHOLARSHIP ---------- */

ul.investment-image {
	width: 460px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0 0 20px 20px !important; padding: 0;
	float: right;
}
ul.investment-image li {
	float: left;
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}
ul.investment-image li a.thumb {
	width: 460px; /*--Width of image--*/
	height: 550px; /*--Height of image--*/	
	cursor: pointer;
}
ul.investment-image li span { /*--Used to crop image--*/
	width: 460px;
	height: 550px;
	overflow: hidden;
	display: block;
}
ul.investment-image li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}

ul.investment-image li a {text-decoration: none; color: #777; display: block;}

/* ---------- CONTACT ---------- */

ul.contact-image {
	width: 460px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0 0 20px 20px !important; padding: 0;
	float: right;
}
ul.contact-image li {
	float: left;
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}
ul.contact-image li a.thumb {
	width: 460px; /*--Width of image--*/
	height: 420px; /*--Height of image--*/	
	cursor: pointer;
}
ul.contact-image li span { /*--Used to crop image--*/
	width: 460px;
	height: 420px;
	overflow: hidden;
	display: block;
}
ul.contact-image li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}

ul.contact-image li a {text-decoration: none; color: #777; display: block;}

.page-id-31 img#contact-img { 
	margin: 0 0 20px 20px !important; 
	padding: 0;
	float: right; 
}

/* ---------- BACKGROUND ---------- */

ul.about-image {
	width: 457px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0 0 20px 25px !important; padding: 0;
	float: right;
}
ul.about-image li {
	float: left;
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}
ul.about-image li a.thumb {
	width: 457px; /*--Width of image--*/
	height: 800px; /*--Height of image--*/	
	cursor: pointer;
}
ul.about-image li span { /*--Used to crop image--*/
	width: 457px;
	height: 800px;
	overflow: hidden;
	display: block;
}
ul.about-image li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}

ul.about-image li a {text-decoration: none; color: #777; display: block;}


/* ---------- PARTNERS ---------- */

#partners-sidebar {
	width: 216px;
	float: left;
	margin: 0 25px 0 0;	
}

#partners-sidebar p {
	font: .7em "Verdana", Arial, Helvetica, Verdana, sans-serif;
	text-transform: none;
	color: #000;
}

#partners-list { 
	float: left;
	background: url('style/images/vertical-border.jpg') repeat-y top left;
	padding: 0 0 0 25px;
}

#the-grand-del-mar {}

#the-grand-del-mar h2 {
	background: url('style/images/partners/the-grand-del-mar.jpg') no-repeat top left;
	display: block;
	width: 673px;
	height: 322px;
	text-indent: -9999em;
}

/* ---------- PROGRAM ---------- */

#post-12 .program-col {
	width: 216px;
	float: left;
	margin: 0 25px 0 0;
}

#post-12 .no-margin {margin: 0;}

#post-12 ul { list-style-type: none;}

#post-12 ul li {
	font: .75em "Verdana", Helvetica, Arial, sans-serif;
	color: #000;
	line-height: 1.4em;
	border-bottom: 1px solid #f2f2f2;
	padding: 0 0 5px;
	margin: 5px 0 0;
}

#post-12 p { 
	width: 479px;
}

#program {
	float: left;
	width: 457px;
}

#program-info ul {
	margin-bottom: 25px !important;
}

#program-info { float: left; margin-right: 0px; width: 457px !important;}

#program-info ul img { margin: 0 0 0 -10px !important; }

ul.program-image {
	width: 460px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0 0 20px 20px !important; padding: 0;
	float: right;
}
ul.program-image li {
	float: left;
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}
ul.program-image li a.thumb {
	width: 460px; /*--Width of image--*/
	height: 1390px; /*--Height of image--*/	
	cursor: pointer;
}
ul.program-image li span { /*--Used to crop image--*/
	width: 460px;
	height: 1390px;
	overflow: hidden;
	display: block;
}
ul.program-image li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}

ul.program-image li a {text-decoration: none; color: #777; display: block;}

#post-12 ul.program-image li { border: none;}

#post-12 img { float: left; margin: 0 !important ;}

/* ---------- INVESTMENT ---------- */

#post-14 ul {
	margin: 0 0 20px;
}

#post-14 ul li {
	font: .7em "Verdana", Helvetica, Arial, sans-serif;
	color: #000;
	line-height: 1.4em;
	margin: 5px 0 0 30px;
}

#post-14 p { width: 457px; }

#investment-image { float: right; }

/* ---------- CONTACT ---------- */

#post-31 h3 { width: 457px;}

#post-31 h4 { font-size: 1.2em;}

#post-31 form { 
	float: right;
	width: 457px;
	margin: 0 0 0 25px;
}

#post-31 form input, #post-31 textarea {
	-webkit-appearance: none;
	border: none;
	background-color: #F1F1E8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 437px;
	max-width: 437px;
	color: #666;
	padding: 10px;
}

#post-31 form input.wpcf7-submit {
	background-color: #cfa455;
	color: #FFF;
	font: 1em "futura-pt", Arial, Helvetica, Verdana, sans-serif;
	text-transform: lowercase;
	width: 100px;
	text-align: center;
	display: block;
	margin-left: 178px;
	cursor: auto !important;
}

#post-31 form input.wpcf7-submit:hover { background-color: #000;}

/* ------------------------------ END CUSTOM PAGES ------------------------------ */

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

article footer {background: none; margin: 0;}

footer {
	background: url('style/images/nav-border.jpg') repeat-x top left;
	margin: 25px 0;
	padding: 25px 0;
	font: .9em "futura-pt", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 300;
	text-transform: lowercase;
	clear: both; 
	width: 100%;
}

footer a.twitter-link {
	display: block;
	width: 20px;
	height: 20px;
	background: url('style/images/button-twitter.jpg') no-repeat top left;
	text-indent: -9999em;
	float: left;
	margin-right: 25px;
}

footer a.facebook-link {
	display: block;
	width: 20px;
	height: 20px;
	background: url('style/images/button-facebook.jpg') no-repeat top left;
	text-indent: -9999em;
	float: left;
	margin-right: 25px;
}

footer a.twitter-link:hover, footer a.facebook-link:hover { background-position: bottom left;}

footer #footer-left { float: left; width: 75%;}

footer #footer-left a { color: #008BB0;}
footer #footer-left a:hover {color: #000;}

footer #footer-right { float: right; text-align: right;}

footer #footer-right a { color: #008BB0;}
footer #footer-right a:hover {color: #000;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

img.alignright { margin: 0 0 25px 25px;}
img.alignleft { margin: 0 25px 25px 0;}