@font-face {
  font-family: "Handwritten";
  src: url("/fonts/Handwritten_Crystal_v2.ttf") format("truetype");
}

body {
	margin: 0;
	padding: 0;
	background-color: #00aff4;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 62.5%;
	color: white;
	background-attachment: fixed;
	
	background-repeat: no-repeat;
	background-position: left bottom;	
}

html {
	min-height: 500px;
}

/* diff backgrounds */
body.about { 																background-image: url(../site_images/bg_about.gif); }
body.services {  background-color: #f90018;	background-image: url(../site_images/bg_services.png); }
body.sweetspot { background-color: #f90073;	background-image: url(../site_images/bg_sweetspot.png); }
body.contact   { background-color: #ff6d0f;	background-image: url(../site_images/bg_contact.png); background-position: -30px bottom }
body.directors-list, body.director { background-color: #71cd2d;	}


#wrapper {
	position: relative;
	width: 962px;
	/*
	background-image: url(../site_images/12_col.png);
	*/
	
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	padding: 1px;
	overflow-x: hidden;

}

body.sweetspot #wrapper { width: 972px; }

/* ................................. Logo */

#logo {
	position: fixed;
	z-index: 10;
	left: 50%;
	margin-left: -435px;
	top: 41px;
	width: 216px;
	height: 163px;
}

#logo h1, #logo a, #logo img {
	display: block;
	margin: 0; padding: 0; border: 0;
}


/* ................................. Navigation*/

#navigation {
	position: absolute;
	top: 61px;
	left: 330px;

	/*overflow: auto;*/
	width: 670px;
	z-index: 10;
}

#navigation ul {
	list-style-type: none;
	margin: 0; padding: 0;
}


#navigation li {
	margin: 0; padding: 0;
	float: left;
	margin-right: 0;
	position: relative;
	overflow: hidden;
	height: 48px;
}

#navigation a {
	
	font-size: 1.6em;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#navigation a img {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;

}

#navigation a:hover img,
body.services #l-services a img,
body.about #l-about a img,
body.contact #l-contact a img,
body.sweetspot #l-sweetspot a img,
body.director #l-directors a img,
body.directors-list #l-directors a img {
	top: -48px;
}



#navigation #l-about			{ width: 76px; top: -10px; }
#navigation #l-directors	{ width: 125px; }
#navigation #l-services 	{ width: 108px; }
#navigation #l-sweetspot	{ width: 133px; }
#navigation #l-contact		{ width: 142px; top: -10px; }



#clientarealink {
	width: 100px;
	list-style-image: none;
	position: relative;
	top: -4em;
	left: 80px;
} 


/* ................................. Main */

#main {
	clear: both;
	padding-top: 222px;
	overflow: auto;

	margin-left: 329px;
	width: 640px;
	font-size: 1.4em;
	line-height: 1.8;
	z-index: 1;
	padding-bottom: 3em;
}


/* ................................. Footer */

#footer {
	
	clear: both;
	font-size: 100%;
	color: #FFF;
	bottom: 0;
	right: 0;
	text-align: right;
	padding-right: 3em;
	
}


/* ................................. Headings */

#main h2 {
	margin: 0;
	font-family: "Handwritten", "Handwritten Crystal v2", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 2em;
	height: 40px;
	width: 70%;
	margin-bottom: 20px;
}



#main p {
	margin-top: 0;
}


#main a {
	color: white;
}


/* ................................. 2 Column Layout */

#main .col1 {
	width: 300px;
	float: left;
	margin-right: 20px;
}

#main .col2 {
	width: 300px;
	float: left;
}



/* ........................................................................ SPECIFIC SECTIONS */

/* ................................. About */

body.about {
	
}

body.about .columns {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
}

body.about .columns p {
	column-break-inside : avoid;
	-webkit-column-break-inside : avoid;
	-moz-column-break-inside : avoid;
}

/* ................................. Homepage */

body.homepage #main {
	width: auto;
	margin-left: 0;
	text-align: center;
	padding-top: 302px;
	overflow: hidden;
	position: relative;
	left: -2px;
}

/* ................................. Sweetspot */

body.sweetspot #main {
	width: 640px;
}

body.sweetspot #sweet-video {
	width: 630px;
	border: 5px solid white;
	margin-bottom: 20px;
	height: auto;
	overflow: auto;
	
}

/* ................................. Contact */

body.contact #map {
	background-color: white;
	height: 310px;
	width: 310px;
	border: 5px solid white;
}


body.contact #main .col1  {
	width: 220px;
}

body.contact #main col2 {
	width: 310px;
}


/* ................................. Directors Page */

body.directors-list #logo {
	position: absolute;
}

body.directors-list h2 {
	position: relative;
	left: 285px;
	
}

body.directors-list #main {
	width: 101%;
	overflow: auto;
	margin-left: 45px;	
	padding-top: 214px;
}

body.directors-list div.directors-thumb {
	
	
}

div.director-thumb {
	width: 140px;
	background-color: white;
	display: inline;
	float: left;
	margin-right: 31px;
	margin-top: 31px;
	text-align: center;
	padding-top: 6px;
}

div.director-thumb img {
	border: 0;
	display: block;
	margin-left: 5px;
}

div.director-thumb a {

	color: #00aff4;
}

div.director-thumb a strong {

	color: #00aff4;
}






/* ................................. Specific Director Page */

div.video-thumbs-list {
	margin-top: 8px;
	width: 320px;
	/* stretch container to allow for rightmargins in thumbnails */
}

div.video-thumb {
	width: 140px;
	background-color: white;
	display: inline;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 6px;
}

div.video-thumb img {
	border: 0;
	display: block;
	margin-left: 5px;
}

div.video-thumb a {

	color: #00aff4;
}

div.video-thumb a strong {

	color: #00aff4;
}


img.director-illustration {
	position: fixed;
	left: 50%;
	margin-left: -500px;
	bottom: 0;
	z-index: 0;

}

/* ................................. Slideshow */

#slideshow-holder {
	width: 610px;
	height: 343px;
	margin-bottom: 36px;
	background-color: white;
	position: relative;
	border: 5px solid white;
	
}


#slideshow-holder .controls {
    position: absolute;
		right: -5px;
		top: 348px;
		background-color: white;
		
		padding-right: 7px;
		padding-left: 7px;
		text-align:right;
		
}

#slideshow-holder a {
		color: #00aff4;
		width: 6em;
		text-decoration: none;
		font-weight: bold;
}

#slideshow-holder a:hover {
	text-decoration: underline;
}

#slideshow {  

    width:   610px;  
    height:  343px; 
    padding: 0;  
    margin:  0; 
		overflow: hidden;
} 
/*
#slideshow .pics img {  
    background-color: #ffffff;  
    width:  291px;  
    height: 216px; 
    top:  0; 
    left: 0 
} */






.clear {
	clear: both;
}