/* ================== COLORS ==================== //
		
	light blue #84A9BD
	dark blue #377EA6

// ============================================== */


@font-face {
	font-family: 'TheanoModernRegular';
	src: url('fonts/TheanoModern-Regular.eot');
	src: local('Theano Modern Regular'), local('TheanoModern-Regular'), url('fonts/TheanoModern-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'PrintDashedRegular';
	src: url('fonts/PrintDashed.eot');
	src: local('Print Dashed Regular'), local('PrintDashed'), url('fonts/PrintDashed.ttf') format('truetype');
}

@font-face {
	font-family: 'PrintBoldRegular';
	src: url('fonts/PrintBold.eot');
	src: local('Print Bold Regular'), local('PrintBold'), url('fonts/PrintBold.ttf') format('truetype');
}

@font-face {
	font-family: 'PrintClearlyRegular';
	src: url('fonts/PrintClearly.eot');
	src: local('Print Clearly Regular'), local('PrintClearly'), url('fonts/PrintClearly.ttf') format('truetype');
}


body {
	background: #FFF url('../images/fade.png') 0 210px repeat-x;
}

#horizon {
	width: 100%;
	text-align: center;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 955px;
}

#header {
	height: 211px;
	position: relative;
}

#logo {
	float: left;
	margin: 10px 0 0 10px;
}

#footer, #footer p {
	font-size: 10px;
	color: #999;
	font-style: italic;
}


.left {
	float: left;
}

.right {
	float: right;
}
/* ========================= GENERAL FONTS ============================= */

body, div, p, span, td {
	font-family: georgia, times, serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
}

a {
	text-decoration: none;
}

p a {
	font-style: italic;
	color: #377EA6;
}

h1 {
	font-family: 'PrintClearlyRegular', helvetica, sans-serif;
	font-size: 32px;
	margin-bottom: .1em;
	line-height: 1em;
}

h2 {
	font-family: 'PrintBoldRegular', helvetica, sans-serif;
	font-size: 19px;
	margin-bottom: .1em;
	line-height: 1em;
	text-transform: uppercase;
	color: #84A9BD;
}

h3 {
	font-family: georgia, serif;
	font-size: 10px;
	margin-bottom: .1em;
	line-height: 1em;
	text-transform: uppercase;
	color: #999;
}

/* ========================= MENU ============================= */

	#top_bar {
		position: relative;
		z-index: 200;
	}

	#menu {
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 201;
	}

	#menu li {
		font-size: 15px;
		line-height: 35px;
		float: left;
		padding: 0px 30px;
		border-left: 1px solid #999;
		position: relative;
	}

	#menu li:first-child {
		border-left: none;
	}

	#menu  li, #menu  li a {
		font-family: 'TheanoModernRegular', Arial, sans-serif;
		text-decoration: none;
		color: #999999;
	}

	#menu li a:hover {
		color: #000;
	}

	#menu  li a.self, #menu  li a.ancestor {
		color: #000;
	}
	
	#menu .submenu {
		position: absolute;
		top: 34px;
		left: 0;
		width: 160px;
		display: none;
		padding: 0 15px 15px 15px;
	}

	#menu li:hover .submenu {
		display: block;
	}

	#menu .submenu li {
		background: url('../images/FFF_90.png');
		border: none;
		display: block;
		float: none;
		text-align: left;
		padding: 0;
		line-height: 1.5em;
	}
	
	#menu .submenu li a {
		padding: 0px 5px;
		display: block;
		font-family: Arial, sans-serif;
		text-decoration: none;
		color: #333;
		font-size: 11px;
	}
	
	#menu .submenu li a:hover {
		color: #FFF;
		background: #84A9BD;
	}

	#menu .submenu li a.self {
		color: #FFF;
		background: #377EA6;
	}	

/* ========================= HOME ============================= */

#main_bar {
	background: #FFF;
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
	min-height: 284px;
}

#grey_bar {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: #4D4D4D;
	height: 120px;
	width: 100%;
}

#growing {
	width: 250px;
	height: 283px;
	background: #4D4D4D;
	float: left;
}

#home_slideshow {
	background: #FFF;
	width: 705px;
	height: 283px;
	float: right;
	overflow: hidden;
}

#tease_bar .tease {
	float: left;
	width: 272px;
	margin: 20px;
}

#tease_bar #two {
	margin: 20px 25px;
}

#schedule_button {
	background: #4D4D4D;
	padding: 20px;
	color: #FFF;
	float: left;
	margin-top: 5px; 
	font-style: italic;
}

#schedule_button:hover {
	background: #666666;
}

.left_column {
	position: relative;
	z-index: 5;
	float: left;
}

.right_column {
	position: relative;
	z-index: 4;
	float: right;
}

/* ========================= site_content.tl.php ============================= */

.site_content_tl .left_column {
	width: 525px;
}

.site_content_tl .right_column {
	width: 425px;
}

h1.content_header {
	color: #FFF;
	background: #4D4D4D;
	padding: 70px 30px 18px;
	margin-bottom: 0;
}

div.content_content {
	padding: 25px 30px;
}


div.content_content .left {
	width: 45%;
}

ul.file_list {
	width: 350px;
	float: left;
	margin: 10px 0 0 0;
}

ul.file_list li span {
	font-size: 9px;
	font-family: arial, helvetica, sans-serif;
}

ul.file_list li a {
	font-family: 'PrintBoldRegular', helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: .25em;
	line-height: 1em;
	color: #84A9BD;
}

ul.file_list li a:hover {
	color: #377EA6;
}

/* ========================= GALLERY ============================= */

#content_gallery {
	margin-bottom: 10px;
	width: 429px;
	min-height: 120px;
}

.caption {
	font-family: georgia, serif;
	font-style: italic;
	color: #666666;
	padding: 3px;
	font-size: 10px;
}

/* ========================= BLOG ============================= */

.blog_tl .left_column {
	width: 735px;
}

.blog_tl .right_column {
	width: 215px;
	padding-top: 142px;
}

div#blog_header {
	padding: 70px 30px 18px;
}

div#blog_header h1 {
	color: #FFF;
	margin-bottom: 0;
	float: left;
}

div#blog_header div#blog_description {
	float: right;
	font-family: georgia, serif;
	color: #BBB;
	font-size: 11px;
	padding-top: 15px;
}

div.blog_content {
	padding: 25px 30px;
}

.nav {
	padding-top: 20px;
}

.specific_nav li {
	font-family: 'PrintBoldRegular', arial, helvetica;
	color: #84A9BD;
	font-size: 17px;
}

.previous {
	float: right;
}

.next {
	float: left;
}

/* ===== teasers ===== */

.teasers {
	padding: 10px 20px;
	border-left: 1px dotted #BBB;
}

.teasers .title {
	color: #CCC;
	font-family:'PrintBoldRegular',helvetica,sans-serif;
	font-size: 13px;
	line-height: 1em;
	margin-bottom: 1em;
	text-transform:uppercase;
}

.teaser .headline, .teaser .headline a {
	color:#377EA6;
	font-family:'PrintBoldRegular',helvetica,sans-serif;
	font-size:15px;
	line-height:1em;
	margin-bottom:0.1em;
	text-transform:uppercase;
}

.teaser .posted_on {
	color: #999;
	font-size: 9px;
}

/* ===== focused view ===== */

.post.focused .gallery {
	margin-bottom: 10px;
}

.compact_ajax_gallery.no_images {
	display: none;
}

.post.focused .content, .post.focused h1, .post.focused h2, .post.focused .posted_on {
	width: 500px;
}

.focused .compact_ajax_gallery {
	min-height: 300px;
	padding-right: 180px;
}

.focused .compact_ajax_gallery_thumbs {
	width: 170px;
	text-align: left;
}

/* ===== digest view ===== */

.post.digest .content, .post.digest h1, .post.digest h2 {
	width: 475px;
}

.post.digest .gallery {
	float: right;
	margin: 0 0 10px 10px;
}

.post.digest h3.subhead {
	display: none;
}

.post.digest .posted_on {
	display: none;
}

.post.digest {
	clear: both;
	margin-bottom: 1.5em;
}

/* ========================== SCHEDULE AN APPOINTMENT ============================ */


/* ======================== Schedule an Appointment ======================== */

#schedule_an_appointment {
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -265px;
	width: 530px;
	background: #FFF;
	border: 2px solid #444;
	z-index: 350;
	text-align: left;
}

#schedule_an_appointment_interior {
	margin: 60px;
}

#schedule_an_appointment_interior p {
	margin-bottom: 5px;
	font-size: 9pt;
	color: #555;
	line-height: 1.4em;
}

#appointment_header {
	padding: 12px 0 3px 0;
	clear: both;
	font-size: 10pt;
	color: #879477;
}

#appointment_header .subtext {
	display: block;
	font-size: 9pt;
	line-height: 1.4em;
	color: #999;
}


#request_name field, #request_email field {
	width: 190px;
}

h3.error {
	color: #AE2D17;
	font-family: 'PrintClearlyRegular', helvetica, sans-serif;
	font-size: 15pt;
}

#thingy_appointment_form .error {
	color: #F99 ! important;
}

#thingy_appointment_form input.error, #thingy_appointment_form .error input {
	color: #000 ! important;
	background: #EBD0D6;
}

#thingy_appointment_form .date {
	float: left;
}

.submit_button, .cancel_button {
	font-family: 'PrintClearlyRegular', helvetica, sans-serif;
	font-size: 15pt;
	color: #84A9BD;
}

a.submit_button:hover, a.cancel_button:hover {
	opacity: .5;
}

a.submit_button {
	color: #84A9BD;
}
a.cancel_button {
	color: #999;
}



#thank_you {
	text-align: center;
	padding-top: 20px;
	color: #377EA6;
	font-family: 'PrintClearlyRegular', helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

#thank_you a {
	font-size: 10pt;
	display: block;
	padding-top: 10px;
}

#thingy_appointment_form .message {
	font-size: 90%;
	margin: 0 0 2px 0;
	color: #999;
	font-style: italic;
}

#thingy_appointment_form .field {
	float: left;
	width: 195px;
	margin: 8px 10px 0 0;
	font-family: tahoma, myriad pro, myriad, helvetica, sans-serif;
	color: #879477;
}

#thingy_appointment_form .lefty {
	float: left;
	width: 210px;
}

#thingy_appointment_form input {
	/*color: #FFF;*/
	background: #D6DBD0;
	border: 0;
	font-size: 9pt;
	line-height: 9pt;
}

#thingy_appointment_form .time {
	float: left;
	margin: 0 0 0 5px;
}


#choice_one, #choice_two, #choice_three {
	height: 30px;
	width: 340px ! important;
	clear: left;
	margin-top: 3px;
}

#choice_one .lefty, #choice_two .lefty, #choice_three .lefty {
	display: block;
	width: 95%;
}

#thingy_appointment_form .date {
	height: 40px;
}

#submitted {
	display: none;
}

#thingy_appointment_form .submit_div {
	clear: both;
	padding-top: 20px;
}

#thingy_appointment_form .submit_div a {
	margin: 0 4px;
}



/* ====================================================== */
