/*
 * TABLE OF CONTENTS
 * =========================================================
 * 
 * 		#General Site Styles
 * 		#Fonts & Typography
 * 		#Dropdown Panel Container
 * 
 * 		#Site Header
 *		#Navigation
 *
 * 		#Slider
 * 		#Lightbox
 * 		#Videos 
 * 
 * 		#Page Headings
 * 		#Post Content
 * 			- Mosiac - Grid Layout
 * 			- Blog Layout - Standard Layout
 * 			- Bloglist - Widget Style
 * 		#Portfolio
 * 		#Single Posts
 * 		#Comments
 *
 * 		#Sidebar
 * 
 * 		#HTML Elements
 * 			#Blockquotes
 * 			#Lists
 * 			#Forms
 * 			#Buttons
 * 			#Tabs
 * 			#Tables
 * 			#Alert Boxes
 * 			#Icons
 * 			#Tooltips
 * 
 * 		#Contact Form
 *  
 * 		#Footer 
 * 		#Miscellaneous Headers
 * 
 * 		#Twitter Plugin
 * 
 * 		#Utility Classes 		
 * 		#Skins
 * 		#Transitions
 * 		#IE Stupidity
 * 		#Font-Face (sample code)
 * 
 * 		#Media Queries
 * 
 */



/* #General Site Styles
================================================== */

body{
	-webkit-font-smoothing: antialiased;
	background:#fff;
	font: 14px/21px "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.wrap{
	background:#FFFFFF;
}
#main{
	position:relative;
	z-index:10;
	margin-top:1.6em;
	margin-bottom:4em;
	overflow:hidden; /* Important for slider, otherwise it expands the page on mobile devices */
}
#main a:hover{
	color:#000000 !important;
}
.sub-page { margin-top: 100px; margin-bottom: 80px; }
.profile-page { margin: 20px 25px; }


/* #Fonts & Typography
======================================================== */

/* Serif */
h1, h2, h3, h4, 
.tagline,
blockquote,
ul.link-list li,
.portfolio .portfolio-by,
.portfolio .portfolio-excerpt,
#colophon #footer-base,
.author-bio-blurb,
h5.sub-page-title,
.portfolio-item.single .post-content,
#tweet,
.serif{
	font-family: "Droid Serif", "Merriweather", "Georgia", "Times New Roman"; /*Helvetica, Arial, sans-serif;*/
}

/* Sans-serif */
h5, h6,
.drop-panel h1, .drop-panel h2, .drop-panel h3, .drop-panel h4, .drop-panel h5, 
#sub-title,
h1.page-title, h2.page-title,
.portfolio h1,
.sidebar h3, .sidebar h4,
.search-bar input,
.mosaic .feature-column h4{
	font-family:"Open Sans", Helvetica, Arial, sans-serif;
}

h5, h6{
	text-transform:uppercase;
	color:#777;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration:none; }
h1 { font-size: 36px; line-height: 40px; margin-bottom: 5px; font-weight:bold; letter-spacing:-1px; }
h2 { font-size: 25px; line-height: 30px; margin-bottom: 5px; font-style:italic; }
h3 { font-size: 28px; line-height: 34px; margin-bottom: 10px; }
h4 { font-size: 21px; line-height: 30px; margin-bottom: 8px; }
h5 { font-size: 16px; line-height: 24px; margin-bottom: 6px; }
h6 { font-size: 12px; line-height: 21px; margin-bottom: 4px; font-weight:bold; }

strong { color:inherit; }

a {text-decoration:none;}

#main img {
	height: auto;
	max-width: 100%;
}

/* #Dropdown Panel Container
========================================================== */
.drop-panel{
	background:#444 url(/images/bkgs/stripes_tiny_10.png) 0 1px repeat;
	display:none;
	color:#efefef;	
	padding:1em 0;	
	font-size:.8em;
	position:relative;
}

.drop-panel .container{
	display:block;
}
.drop-panel h1,
.drop-panel h2,
.drop-panel h3,
.drop-panel h4,
.drop-panel h5{
	color:#efefef;
	margin:.8em 0;
	line-height:1em;
	
	text-transform:uppercase;
}
	.drop-panel h3 {
		margin: 0;
	}
	.drop-panel h3 span {
		font-family:"Open Sans", Helvetica, Arial, sans-serif; 
		font-size: 38px !important; 
		line-height: 45px; 
		font-weight: normal;
		font-style:italic;
	}
.drop-bar-container{
	border-top:3px solid #111;
}
.drop-bar{
	float:right;
	font-size:.8em;
	text-align:right;
}
.drop-bar a{
	text-decoration:none;
	margin-left:10px;
	
}
.drop-bar a.social-media{
	opacity:.8;
	-webkit-transition:opacity .2s ease-in-out;
	-o-transition:opacity .2s ease-in-out;
	-moz-transition:opacity .2s ease-in-out;
	transition:opacity .2s ease-in-out;
}
.drop-bar a.social-media:hover{
	opacity:1;
}
.drop-bar a.social-media img{
	padding:4px 0;
	vertical-align:top;
}
.drop-bar a.twitter img{
	padding-top:6px;
}

.drop-panel p{
	margin-bottom:10px;
}

#drop-panel-expando{
	background:#000;
	display:inline-block;
	padding:4px 5px 0 5px;
	color:#efefef;
	font-weight:900;
	float:right;
}



/* #Site Header
================================================ */
#header{
	position:relative;
	z-index:20;
}
#header #header-inner{
	border-bottom:1px solid #efefef;
	padding-bottom:1em;
	margin-bottom:1.5em;
}
#site-title,
#site-title a{
	font-weight:normal;
	color:#555;
	text-decoration:none;
	text-shadow: 2px 2px 0px rgba(125, 125, 125, .25);
}
#sub-title{
	color:#bbb;
	text-transform:uppercase;		
	margin:.8em 0 0 0;	
	font-size:.9em;
	line-height:1em;
}

#masthead{
	margin-top:1.5%;
	font-size:100%;
}




/* #Navigation 
=============================================== */

nav#main-nav{
	font-size:100%;
	position:absolute;
	bottom:0px;
}


/* All Levels */
nav#main-nav ul{
	margin:0px;
	padding:0px;
	display:block;
}
nav#main-nav ul li a{
	text-decoration:none;
	color:#333;
	white-space: nowrap;
	font-size:.9em;
}

/* Top Level */
nav#main-nav > ul{
	float:right;
	
}
nav#main-nav > ul > li{
	display:inline-block;
	padding:0 0 12px 0;
	margin:0 1.2em;
	position:relative;
}
nav#main-nav ul li.agileHover,
nav#main-nav ul li:hover{
	z-index:30;
}
nav#main-nav > ul > li > a{
	color:#666;
	
	border-top:3px solid #FEFEFE;
	border-top:3px solid transparent;
	-moz-transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	-o-transition: border-color, color, padding-top .1s ease-in-out; /* Opera likes to be theatrical with font size, so we can't use 'all' */
	transition: all .1s ease-in-out;
	
	font-style:italic;
}
nav#main-nav > ul > li:hover > a,
nav#main-nav > ul > li > a:hover{
	border-color:#aaa;
	padding-top:.3em;
	color:#000;
}
nav#main-nav > ul > li.current > a, nav#main-nav > ul > li.selected > a{
	border-color:#efefef;
	padding-top:.3em;
	color:#555;
}
nav#main-nav > ul > li:nth-of-type(1):hover a,
nav#main-nav > ul > li:nth-of-type(1) > a:hover{
	border-color:#c4a9a3;
}
nav#main-nav > ul > li:nth-of-type(2):hover a,
nav#main-nav > ul > li:nth-of-type(2) > a:hover{
	border-color:#c4a9a3;
}
nav#main-nav > ul > li:nth-of-type(3):hover a,
nav#main-nav > ul > li:nth-of-type(3) > a:hover{
	border-color:#c4a9a3;
}
nav#main-nav > ul > li:nth-of-type(4):hover a,
nav#main-nav > ul > li:nth-of-type(4) > a:hover{
	border-color:#c4a9a3;
}
nav#main-nav > ul > li:nth-of-type(5):hover a,
nav#main-nav > ul > li:nth-of-type(5) > a:hover{
	border-color:#c4a9a3;
}
nav#main-nav > ul > li:nth-of-type(6):hover a,
nav#main-nav > ul > li:nth-of-type(6) > a:hover{
	border-color:#c4a9a3;
}

/* Second Level */
nav#main-nav > ul li ul{
	top:100%;
	left:0;
	position:absolute;
	display:block;
	
	height:0px;
	overflow:hidden;
	opacity:0;	
	
	min-width:100%;
		
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	
	background-color:#eee;
	background-color:rgba(240,240,240,.9);
	
}
nav#main-nav > ul > li:hover > ul{
	height:auto;
	opacity:1;
	overflow:visible;
	display:block;
}
nav#main-nav ul ul li{
	position:relative;
	margin:0;
	padding:0;
	border-bottom:1px dotted #dedede;
}
nav#main-nav ul ul li a{
	padding:.6em 1.3em;
	display:block;
}
nav#main-nav ul ul li a:hover{
	color:#000;
	background-color:#ddd;
	background-color:rgba(230,230,230,1);
}

/* 3rd + Levels */
nav#main-nav ul ul li ul{
	position:absolute;
	top:0;
	left:100%;
	font-size:100%;
}
nav#main-nav ul ul li:hover ul{	
	height:auto;
	opacity:1;
}

/* Mobile */
.nav-close{
	display:none;
	font-size:8px;
	text-transform:uppercase;
	padding:1px 8px;
	background:#dedede;
	text-decoration:none;
	position:absolute;
	z-index:50;
}

a.mobile-menu-button{
	display:none;
}

/* -------------------------------------------------- */
/*	Slider
/* -------------------------------------------------- */

#features-slider { max-height: 465px;  }

#device-features { display: none; margin-bottom: 30px; }

.ss-slider {
	background: #fff url(/images/loader.gif) no-repeat center 185px;
	margin: 0px auto 40px;
	max-height: 465px;
	max-width: 940px;
	overflow: hidden;
	position: relative;
}

.ss-slider.fully-loaded { overflow: visible; }

.ss-slider.fully-loaded, .no-js .ss-slider { background: none; }

.no-js .ss-slider { max-height: none; }

	/* ---------------------------------------- */
	/*	Single Slide
	/* ---------------------------------------- */
	
	.ss-slider .slides-container {}

		.ss-slider .slide {
			background-repeat: no-repeat;
			display: block;
			float: left;
			height: 100%;
			overflow: hidden;
			position: relative;
			z-index: 1;
		}
		
		.no-js .ss-slider .slide { margin: 40px 0 0; }	
		
		.no-js .ss-slider .slide:first-child { margin-top: 0; }

			.ss-slider .slide-img {
				background-repeat: no-repeat;
				height: 100%;
				left: 0;
				position: absolute;
				top: 0;
			}
	
	.ss-slider .slide-images-container {
		background: #fff;
		background-repeat: no-repeat;
		display: block;
		width: 100%;
		z-index: 11;
	}

		.ss-slider .slide-bg-image {
			background: #fff;
			height: 100%;
			margin: 0;
			width: 100%;
		}

		.ss-slider.fully-loaded .slide-bg-image { display: none; }
	
		.no-js .ss-slider .slide-bg-image { display: block; }
			
	/* ---------------------------------------- */
	/*	Button
	/* ---------------------------------------- */
	
	.ss-slider .buttons-container, #device-features .buttons-container {
		background: #fff;
		overflow: hidden;
		width: 100%;
	}

		.ss-slider .slide-button, .no-js .ss-slider .slide-button:hover, #device-features .slide-button {
			background: #f8f8f8;
			border-bottom: 1px solid #e9e9e9;
			border-top: 4px solid #999999;
			-webkit-box-shadow: 1px 0 0 #fff inset, 0 1px 0 0 #fff inset;
			   -moz-box-shadow: 1px 0 0 #fff inset, 0 1px 0 0 #fff inset;
					box-shadow: 1px 0 0 #fff inset, 0 1px 0 0 #fff inset;
			color: #3a3a3a;
			cursor: pointer;
			display: block;
			float: left;
			font-size: 20px;
			height: 40px;
			overflow: hidden;
			padding: 20px;
			text-align: left;
			text-decoration: none;
			-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
			   -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
				-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
				 -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
					transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
			width: 100%;
		}

		.ss-slider .slide:first-child .slide-button, #device-features .slide:first-child .slide-button {
			-webkit-box-shadow: 0 1px 0 0 #fff inset;
			   -moz-box-shadow: 0 1px 0 0 #fff inset;
					box-shadow: 0 1px 0 0 #fff inset;
		}
			
			.ss-slider .slide-button:hover, .ss-slider .slide-button.active, #device-features .slide-button:hover {
				background: #f0f0f0;
				color: #a0807a;
			}
			
			.ss-slider .slide-button:hover, #device-features .slide-button:hover { border-top-color: #777777; }

			.no-js .ss-slider .slide-button, .no-js .ss-slider .slide-button:hover { cursor: auto; }
			
			.no-js .ss-slider  a > .slide-button:hover  { cursor: pointer; }
			
			.ss-slider .slide-button h5, #device-features .slide-button h5 {
				color: #3a3a3a;
				font: 700 14px/1.5 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
				font-style: italic;
				text-transform: none;
				margin: 0;
			}

				.ss-slider .slide-button.active h5, #device-features .slide-button.active h5 { color: #a0807a; }

			.ss-slider .slide-button .description, #device-features .slide-button .description {
				color: #959393;
				display: block;
				font-size: 11px;
				line-height: 12px;
			}
		
			.ss-slider .slide-button .dropcap, #device-features .slide-button .dropcap {
				background: #3a3a3a;
				-webkit-border-radius: 19px;
				   -moz-border-radius: 19px;
						border-radius: 19px;
				color: #fff;
				display: inline-block;
				float: left;
				font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
				font-size: 23px;
				font-weight: 700;
				line-height: 36px;
				text-align: center;
				height: 38px;
				width: 38px;
				margin: 0 7px 0 0;
			}
				
			.ss-slider .slide-button.image, .no-js .ss-slider .slide-button.image:hover, #device-features .slide-button.image {
				height: 80px;
				padding: 0;
				text-align: center;
			}

				.ss-slider .slide-button img, #device-features .slide-button img {
					background: #f8f8f8;
					display: inline-block;
					max-height: 80px;
					filter: alpha(opacity=50); /* Fallback for old IE */
					opacity: 0.5;
					-webkit-transition: opacity .2s ease-in-out;
					   -moz-transition: opacity .2s ease-in-out;
						-ms-transition: opacity .2s ease-in-out;
						 -o-transition: opacity .2s ease-in-out;
							transition: opacity .2s ease-in-out;
				}
				
					.ss-slider .slide-button:hover img, .ss-slider .slide-button.active img, #device-features .slide-button.active img { background: #f0f0f0; }

					.no-js .ss-slider .slide-button:hover img, .no-js .ss-slider .slide-button.active img , #device-features .slide-button.active img { background: #f8f8f8; }
						
					.ss-slider .slide-button:hover img, .ss-slider .slide-button.active img, .no-js .ss-slider .slide-button img, #device-features .slide-button:hover img {
						filter: alpha(opacity=100); /* Fallback for old IE */
						opacity: 1;
					}
					
					.ss-slider .slide-button .dropcap img, #device-features .slide-button .dropcap img {
						background: transparent;
						width: 32px;
						height: 32px;
						margin-top: 3px;
					}
					

	/* ---------------------------------------- */
	/*	Content
	/* ---------------------------------------- */
	
	.ss-slider .content-container, .no-js .ss-slider .slide-content {
		/*background: rgb(0, 0, 0); /* Fallback for old IE 
		filter: alpha(opacity=60);  Fallback for old IE 
		background: rgba(0, 0, 0, .6);
		bottom: 115px;*/
		top: 20px;
		display: block;
		left: 30px;
		margin: 0;
		overflow: hidden;
		padding: 25px 30px 30px;
		position: absolute;
		width: 400px;
		z-index: 2;
	}
			
	.ss-slider.hide-content .content-container, .ss-slider.hide-content .pagination-container a {
		opacity: 0;
		filter: alpha(opacity=0); /* Fallback for old IE */
	}
	
		.ss-slider.hide-content:hover .content-container, .ss-slider.hide-content:hover .pagination-container a {
			opacity: 1;
			filter: alpha(opacity=60); /* Fallback for old IE */
		}

		.ss-slider.fully-loaded .content-container {
			-webkit-transition: top .2s ease, height .2s ease, opacity .2s ease-in-out;
			   -moz-transition: top .2s ease, height .2s ease, opacity .2s ease-in-out;
				-ms-transition: top .2s ease, height .2s ease, opacity .2s ease-in-out;
				 -o-transition: top .2s ease, height .2s ease, opacity .2s ease-in-out;
					transition: top .2s ease, height .2s ease, opacity .2s ease-in-out;
		}
		
		.ss-slider .content-container.center {
			bottom: auto;
			left: 50%;
			margin-left: -193px;
			padding: 20px 30px;
			text-align: center;
			top: 135px;
			width: 326px;
		}
		
		.ss-slider .content-container.bottom {		
			bottom: 85px;
			left: 38px;
			max-width: 804px;
			padding: 10px 30px;
			text-align: center;
			width: 100%;
		}

		.ss-slider .slide-content {
			color: #bfbfbf;
			display: none;
		}

		.single-banner {
			margin-bottom: 30px;
		}
		.single-banner .slide-content {
			color: #bfbfbf;
			display: block;
			position: absolute;
			margin: -350px 0 0 70px;
			width: 400px;
			height: 350px;
		}
		
			.no-js .ss-slider .slide-content { display: block; }

			.ss-slider .slide-content a, .single-banner .slide-content a { color: #a0807a; }

			.ss-slider .slide-content a:hover, .single-banner .slide-content a:hover { text-decoration: underline; }

			.ss-slider .slide-content h1,
			.ss-slider .slide-content h2,
			.ss-slider .slide-content h3,
			.ss-slider .slide-content h4,
			.ss-slider .slide-content h5,
			.ss-slider .slide-content h6,
			.single-banner .slide-content h1,
			.single-banner .slide-content h2,
			.single-banner .slide-content h3,
			.single-banner .slide-content h4,
			.single-banner .slide-content h5,
			.single-banner .slide-content h6 {
				color: #3a3a3a !important;
				margin: 0;
			}

				.ss-slider .slide-content h1 + *,
				.ss-slider .slide-content h2 + *,
				.ss-slider .slide-content h3 + *,
				.ss-slider .slide-content h4 + *,
				.ss-slider .slide-content h5 + *,
				.ss-slider .slide-content h6 + *,
				.single-banner .slide-content h1 + *,
				.single-banner .slide-content h2 + *,
				.single-banner .slide-content h3 + *,
				.single-banner .slide-content h4 + *,
				.single-banner .slide-content h5 + *,
				.single-banner .slide-content h6 + * { margin-top: 5px; }

			.ss-slider .slide-content h2, .single-banner .slide-content h2 {
				font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
				font-size: 30px;
				line-height: 40px;
				font-weight: 400;
				font-style: normal;
				margin-bottom: 10px;
			}

			.ss-slider .slide-content h6, .single-banner .slide-content h6 {
				font-size: 13px;
				font-weight: 400;
			}

			.ss-slider .slide-content p, .single-banner .slide-content p { margin-bottom: 10px; color: #444444; }

			.ss-slider .slide-content p:last-of-type, .single-banner .slide-content p:last-of-type { margin-bottom: 0; }
			
			.ss-slider .slide-content p span, .single-banner .slide-content p span { font-size: 20px;}

			.ss-slider .slide-content .button, .single-banner .slide-content .button {				
				font-size: 14px;
				margin: 0;
				padding: 8px 17px;
				text-shadow: none;
								
				background: #3a3a3a; /* Old browsers */
				background: #3a3a3a -moz-linear-gradient(top, rgba(255,255,255,.1) 0%, rgba(0,0,0,.1) 100%); /* FF3.6+ */
				background: #3a3a3a -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.1)), color-stop(100%,rgba(0,0,0,.1))); /* Chrome,Safari4+ */
				background: #3a3a3a -webkit-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%); /* Chrome10+,Safari5.1+ */
				background: #3a3a3a -o-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%); /* Opera11.10+ */
				background: #3a3a3a -ms-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%); /* IE10+ */
				background: #3a3a3a linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%); /* W3C */

				box-shadow:inset 0px 1px 1px rgba(0,0,0,.6);

				text-transform:uppercase;

				-moz-border-radius: 1px;
				-webkit-border-radius: 1px;
				border-radius: 1px;

				color: #fff !important;
				font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; 

				-webkit-transition:all .2s ease-in-out;
				-o-transition:all .2s ease-in-out;
				-moz-transition:all .2s ease-in-out;
				transition:all .2s ease-in-out;
			}
			
			.button-small {
				font-size: 12px !important;
			}

				.ss-slider .slide-content .button:hover, .single-banner .slide-content .button:hover { 
					text-decoration: none;
					color: #222 !important;
					background: #e6e6e6; /* Old browsers */
					background: #e6e6e6 -moz-linear-gradient(top, rgba(255,255,255,.1) 0%, rgba(0,0,0,.1) 100%); /* FF3.6+ */
					background: #e6e6e6 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.1)), color-stop(100%,rgba(0,0,0,.1))); /* Chrome,Safari4+ */
					background: #e6e6e6 -webkit-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%); /* Chrome10+,Safari5.1+ */
					background: #e6e6e6 -o-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%); /* Opera11.10+ */
					background: #e6e6e6 -ms-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%); /* IE10+ */
					background: #e6e6e6 linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%); /* W3C */

					background: #e6e6e6 -webkit-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%); /* Chrome10+,Safari5.1+ */
					box-shadow:inset 0px 1px 1px rgba(255,255,255,.6);
				 }

			.red-dot {
				background: url(/images/red-dot.png) no-repeat 0 center;
				width: 31px;
				height: 26px;
				color: #ffffff;
				float: left;
				margin-right: 12px;
				padding-top: 5px;
				font-size: 20px !important;
				font-weight: bold;
				text-align: center;
			}

			.green-dot {
				background: url(/images/green-dot.png) no-repeat 0 center;
				width: 31px;
				height: 26px;
				color: #ffffff;
				float: left;
				margin-right: 12px;
				padding-top: 5px;
				font-size: 20px !important;
				font-weight: bold;
				text-align: center;
			}

			.adjust { margin-top: 4px;}
			a.doc_link { color: #629640 !important; }
			a:hover.doc_link { color: #000000 !important; }
			
				
				
	/* ---------------------------------------- */
	/*	Pagination
	/* ---------------------------------------- */
	
	.ss-slider .pagination-container a {
		background: rgb(243, 90, 32) url(/images/slider-arrows-small.png) no-repeat 0 center; /* Fallback for old IE */
		filter: alpha(opacity=60); /* Fallback for old IE */
		background: rgba(243, 90, 32, 0.6) url(/images/slider-arrows-small.png) no-repeat 0 center;
		bottom: 115px;
		cursor: pointer;
		display: block;
		min-height: 27px;
		left: 346px;
		overflow: hidden;
		position: absolute;
		text-align: center;
		text-indent: -9999px;
		-webkit-transition: background-color .2s ease, bottom .2s ease, height .2s ease, opacity .2s ease-in-out, top .2s ease;
		   -moz-transition: background-color .2s ease, bottom .2s ease, height .2s ease, opacity .2s ease-in-out, top .2s ease;
		    -ms-transition: background-color .2s ease, bottom .2s ease, height .2s ease, opacity .2s ease-in-out, top .2s ease;
		     -o-transition: background-color .2s ease, bottom .2s ease, height .2s ease, opacity .2s ease-in-out, top .2s ease;
		        transition: background-color .2s ease, bottom .2s ease, height .2s ease, opacity .2s ease-in-out, top .2s ease;
		width: 15px;
		z-index: 2;
		display: none;
	}

		.ss-slider .pagination-container .next {
			background-position: -15px center;
			bottom: 156px;
		}
	
		.ss-slider .pagination-container a:hover, .ss-slider.hide-content:hover .pagination-container a:hover {
			background-color: rgba(243, 90, 32, 1);
			filter: alpha(opacity=100) !important; /* Fallback for old IE */
		}
		
		.ss-slider .pagination-container.center a {		
			background-image: url(/images/slider-arrows-large.png);
			bottom: auto;
			left: 50%;		
			min-height: 40px;
			top: 135px;
			width: 35px;
		}
		
			.ss-slider .pagination-container.center .prev {
				background-position: 0 center;
				left: 241px;
			}
			
			.ss-slider .pagination-container.center .next {
				background-position: -35px center;
				left: auto;
				right: 241px;
			}
		
		.ss-slider .pagination-container.bottom a {		
			background-image: url(/images/slider-arrows-medium.png);
			bottom: 85px;
			min-height: 20px;
			width: 37px;
		}
		
			.ss-slider .pagination-container.bottom .prev {
				background-position: -1px center;
				left: 0;
			}
			
			.ss-slider .pagination-container.bottom .next {
				background-position: -40px center;
				left: auto;
				right: 0;
			}
		
	/* ---------------------------------------- */
	/*	Active Slide Bar
	/* ---------------------------------------- */

	.ss-slider .active-slide-bar {
		background: #a0807a;
		bottom: 0;
		display: block;
		height: 4px;
		left: 0;
		position: absolute;
		z-index: 10;
	}


	/* -------------------------------------------------- */
	/*	Logos/Profile Carousel
	/* -------------------------------------------------- */

	#logos {
		margin-bottom: 50px;
		overflow: hidden;
	}
	
	#profile {
		margin-bottom: 30px;
		overflow: hidden;
	}
	
	.section-title {
		font-weight: normal;
		/*text-transform: uppercase;*/
	}	
		
		.projects-carousel li {
			float: left;
			list-style: none;
			margin: 0 20px 0 0;
			overflow: hidden;
			position: relative;
		}
		
		.profile-carousel li {
			float: left;
			list-style: none;
			margin: 0 8px 0 0;
			overflow: hidden;
			position: relative;
			text-align: center;
		}
		
		.projects-carousel li { width: 220px; }
		
		.profile-carousel li { width: 180px; }

		.profile-carousel li a { float: left; border-bottom: 1px solid #d9bfb9; }
		
			.projects-carousel img {
				width: 218px;
				height: auto;
				background-color: #fff;
				border: 1px solid #efefef;
				margin: 0 0 0px;
				filter: alpha(opacity=100); /* Fallback for old IE */
				opacity: 1;
			}
			
			.profile-carousel img {
				width: 180px;
				height: auto;
				background-color: #fff;
				border: 1px solid #efefef;
				margin: 0 0 0px;
				filter: alpha(opacity=100); /* Fallback for old IE */
				opacity: 1;
			}

			.projects-carousel a:hover img {
				filter: alpha(opacity=60); /* Fallback for old IE */
				opacity: 0.6;
			}
			
			.profile-carousel img { margin-bottom: 15px; }

			.profile-carousel h5.title {
				font-weight: 400;
				margin-bottom: 0;
				font-size: 12px;
				text-transform:none;
				color:#000;
			}

			.profile-carousel li .categories {
				color: #aeaeae;
				display: block;
				font-size: 11px;
				font-style: italic;
				margin: -1px 0 20px;
			}

			.profile-carousel li a:hover {
				background: #fafafa;
			}

			.not-ie .profile-carousel a:hover:after {
				background: #f15a23;
				bottom: -2.5px;
				content: '';
				left: 50%;
				display: block;
				height: 5px;
				margin: 0 0 0 -2.5px;
				-webkit-transform: rotate(45deg);
				   -moz-transform: rotate(45deg);
					-ms-transform: rotate(45deg);
					 -o-transform: rotate(45deg);
						transform: rotate(45deg);
				position: absolute;
				width: 5px;
			}


		/* -------------------------------------------------- */
		/*	Carousel Navigation
		/* -------------------------------------------------- */

		.jcarousel-container {
			border-top: 1px solid #efefef;
			margin: 15px -20px 40px 0;
			max-width: 100%;
			padding: 25px 0 0;
		}

			.jcarousel-clip {
				overflow: hidden;
				width: 100%;
			}

				.jcarousel-item {
					margin: 0 20px 0 0;
					width: 220px;
				}

			.jcarousel-next, .jcarousel-prev {
				background: #e3cdc8 url(/images/button-arrows.png) no-repeat 0 0;
				cursor: pointer;
				height: 19px;
				position: absolute;
				right: 0;
				top: -35px;
				width: 19px;
			}

			.jcarousel-prev {
				background-position: 0 -19px;
				right: 20px;
			}

				.jcarousel-next:hover, .jcarousel-next:focus, .jcarousel-next:active,
				.jcarousel-prev:hover, .jcarousel-prev:focus, .jcarousel-prev:active {
					background-color: #d6c0bb;
				}

				.jcarousel-next-disabled, .jcarousel-next-disabled:hover,
				.jcarousel-next-disabled:focus, .jcarousel-next-disabled:active,
				.jcarousel-prev-disabled, .jcarousel-prev-disabled:hover,
				.jcarousel-prev-disabled:focus, .jcarousel-prev-disabled:active {
					background-color: #f0dad5;
					cursor: auto;
				}





/* #Videos
 =========================================== */

video {
	max-width: 100%;
	height: auto;
}

/* Necessary Styles because IE8 doesn't support media queries */
.ie8 .video-container {
	position: relative;
	padding-bottom: 56.25%;
}

.ie8 .video-container iframe,  
.ie8 .video-container object,  
.ie8 .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ie8 .video-wrapper {
	max-width: 100%;
}

/* We're not going to do this on mobile devices, because it breaks certain iOS5 versions */
	@media only screen and (min-width: 481px) {
		.video-container {
			position: relative;
			padding-bottom: 56.25%;
			/*padding-top: 30px;
			height: 0;
			overflow: hidden;*/
		}
		
		.video-container iframe,  
		.video-container object,  
		.video-container embed {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
		
		.video-wrapper {
			max-width: 100%;
		}
	}





/* #Page Headings
=================================================== */

#main h1,
#main h2,
#main h3,
#main h4{
	color:#333;
}

h1.page-title,
h2.page-title{
	margin-bottom:.3em; /*.9em; /*1.5em;*/
	font-size:2.6em;
	color:#333;
	font-weight:bolder;
	color:#555;
	text-transform:uppercase;
}
h2.page-title{
	margin-bottom:.9em;
}
.page-title.page-title-with-sub{
	margin-bottom:.2em;
}

.page-title.alternate{
	font-size:2.5em;
	margin-top:1em;
	margin-bottom:.6em;
	line-height:1.1em;
	font-weight:normal;
	text-align:center;
}

h5.sub-page-title{
	font-size:1.0em;
	color:#666;
	margin-bottom:1.8em;
	font-style:italic;
	letter-spacing:0px;
	text-transform:none;
}
.blog-layout .post h1,
.mosaic .post h1{
	letter-spacing:-1px;
}

/* #Profile Content
=================================================== */

.profile-container {
	width: 100%;
	padding-bottom: 10px;
}

.profile-image {
	width: 180px; 
	float: left; 
	margin-right: 30px;
}

.profile-desc {
	width: 60%;
	float: left;
}
	
	.profile-desc h4 { font-size: 21px; line-height: 27px; margin: 10px 0 2px 0; }
	.profile-desc p.title { margin: 0; color: #777; font-style: italic; }
	.profile-desc p { margin: 8px 0; }
	.profile-desc table{
		width:100%;
		font-size:12px;
		margin:0;
		border:0px solid #aaa;
		border-top:0px solid #444;
		background:transparent;
	}
	.profile-desc table th,
	.profile-desc table td{
		padding: 0px 7px 0px 0px;
	}
	
	.mob { display: none; }


/* #Post Content
================================================ */

.post p{
	color:#777;
}

/* MOSAIC - Grid Layout */
.mosaic article{
	margin-bottom:1em;
}
.clear-grid{
	clear:both;
}
.mosaic article:nth-child(3n+1){
	clear:both; /* Make sure rows don't get "hung up" on the second column */
}
.mosaic article header a.img-link,
.mosaic article header a[data-rel^="prettyPhoto"],
.mosaic div.feature-column a.img-link, 
.mosaic div.feature-column a[data-rel^="prettyPhoto"],
.bloglist a.img-link,
.bloglist a.video-link{
	margin-bottom:1em;
}

.mosaic a[data-rel^="prettyPhoto"] img{
	margin-bottom:0px;
	display:block;
}

.mosaic article h1,
.mosaic .feature-column h1{
	font-size:1.2em;
	line-height:1.4em;
	font-weight:normal;
	margin-bottom:.4em;
}
.mosaic article.post.with-meta{
	margin-bottom:3em;
}
.mosaic article.post.with-meta h1{
	margin-bottom:.2em;
	background:transparent url(/images/bkgs/stripes_tiny_08.png) top left repeat-x;
	padding-top:1em;
}
.mosaic article p{
	font-size:.9em;
	margin-bottom:.5em;
}

.mosaic article.post a.excerpt-link{
	font-size:.66em;
}

.mosaic .feature-column{
	font-size:.9em;
	color:#777;
	font-style:italic;
	margin-bottom:3em;
}
.mosaic .feature-column h4{
	font-size:1.3em;
	letter-spacing:-1px;
	font-style:normal;
}
.mosaic .meta-right{
	float:right;
}
.mosaic .post-meta{
	font-size:.7em;
}
.mosaic .post-meta time{
	clear:both;
	
}
.mosaic .post-excerpt{
	clear:both;
}


/* BLOG LAYOUT - Standard Layout */
.blog-layout article{
	clear:both;
	background:transparent url(/images/bkgs/stripes_tiny_08.png) top left repeat-x;
	padding-top:2em;
	margin-top: 16px;
	margin-bottom:1em;
	padding-bottom:1em;
	position:relative;
	font-size:.9em;
}
.blog-layout article.post.first{
	padding-top:1.2em;
}
.blog-layout .latest-indicator{
	font-size:.7em;
	color:#999;
	text-transform:uppercase;	
	position:absolute;
	bottom:100%;
	right:0;
	letter-spacing:1px;
}
.blog-layout h1{ font-size: 36px; line-height: 40px; margin-bottom: 5px; font-weight:bold; letter-spacing:-1px;}
.blog-layout h1 a, .blog-layout h2 a{
	color:#444;
	text-decoration:none;
}
.blog-layout h1 a:hover, .blog-layout h2 a:hover{
	color:#a0807a;
}
.blog-layout .img-wrapper{
	margin-bottom:1em;
}

.blog-layout .post-excerpt p{
	margin-bottom:.7em;
}

.post footer{
	clear:both;	
	font-size:.8em;
	color:#aaa;
	margin-top:1em;
}

.post footer a{
	text-decoration:none;
	color:#666;
}

.blog-layout footer .post-comments,
.blog-layout footer .post-tags,
.blog-layout footer .post-permalink{
	margin-right:.5em;
}


/* BLOG LIST - Widget Style */
.bloglist article{
	clear:both;
	margin:1em 0 0 0;
	padding-bottom:1em;
	border-bottom:1px dotted #eee;
}
.bloglist article h1{
	font-size:1.1em;
	line-height:1.2em;
	margin-bottom:.2em;
	letter-spacing:-1px;
}
.bloglist article img{
	display:block;
}
.bloglist .post-meta{
	font-size:.65em;
}
.bloglist .post-excerpt{
	font-size:.8em;
}
.bloglist .post-excerpt p{
	margin-bottom:0;
}


/* Blog Navigation */
.blog-navigation{
	clear:both;
}
.blog-navigation a{
	font-size:11px;
	text-decoration:none;
}


/* Post images */
.img-wrapper img{
	display:block;
}
header .img-wrapper{
	clear:both;
}

.post-meta{
	border:1px dotted #efefef;
	border-width: 0 0 1px 0px;
	font-size:.8em;
	line-height:1.8em;
	padding-bottom:.3em;
	margin-bottom:1em;
	
	float:left;
	width:100%;
	color:#aaa;
}
.post-meta a,
.post-meta time{
	color:#777;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
.post-meta a:hover{
	color:#444;
}
.excerpt-link{
	text-transform:uppercase;
	font-size:.7em;
	text-decoration:none;
	border-bottom:1px dotted #ddd;
}
.news-photo {
	float: left; margin-right: 20px; margin-bottom: 20px;
}

/* #News 
============================================== */

.newslist li.newsitem {
	clear:both;
	margin:1em 0 0 0;
	padding-bottom:20px;
	border-bottom:1px dotted #eee;
}
	.newslist li:last-child.newsitem {
		border-bottom: 0;
	}
.newslist li.newsitem h5{
	font-size:1.1em;
	line-height:1.2em;
	margin-bottom:.2em;
	letter-spacing:0px;
}
	.newslist li.newsitem h5 a {
		color: #000;
	}
	.newslist li.newsitem h5 a:hover {
		color: #a0807a !important;
	}
.newslist .post-excerpt{
	font-size:.8em;
}
.newslist .post-excerpt p{
	margin-bottom:0;
}

.newsdate {
	width:25px; 
	text-align: center; 
	color: #fff;
	background: #c4a9a3 url(/images/bkgs/stripes_tiny_10.png) 0 1px repeat;
	margin-right: 15px; 
	padding: 5px 10px 7px;
	float: left;	
}
	.newslist .newsdate p {
		color: #fff;
		line-height: 18px;
		margin: 0;
	}
	.newslist .newsdate p span {
		font-size: 20px;
		display:block;
	}
.newslist .post, .postlist .newsitem {display: none; }

/* #Portfolio 
============================================== */
.portfolio article{
	position:relative;
	display:block;
	margin-bottom:20px;
}
.portfolio.col-1 article{
	margin-bottom:50px;
}
.portfolio article img,
.portfolio article a.img-link{
	display:block;
	clear:both;
}
#main .portfolio-item.single .img-wrapper{
	padding-right:0;
}
.portfolio h1{
	font-size:.9em;
	color:#555;
	text-transform:uppercase;
	font-weight:bold;
	
	line-height:1em;
	
	margin-top:.6em;
	margin-bottom:.3em;
}
.portfolio .portfolio-by,
.portfolio .portfolio-excerpt{
	font-style:italic;
	letter-spacing:0px;
	font-size:.85em;
	color:#aaa;
	line-height:1.1em;
	text-transform:none;
	font-weight:normal;
}

/* Grid Clears */
.portfolio.col-4 article:nth-child(4n+1){
	clear:both;
}
.portfolio.col-3 article:nth-child(3n+1){
	clear:both;
}
.portfolio.col-2 article:nth-child(2n+1){
	clear:both;
}
.portfolio.col-1 article img.scale-with-grid{
	width:100%;
}

.portfolio-item.single h1{
	line-height:1.1em;
}

.portfolio-item.single .post-meta{
	position:relative;
}
.portfolio-item.single .post-meta .portfolio-meta-icons{
	position:absolute;
	right:0;
	top:6px;
}
.portfolio-item.single .post-meta .portfolio-meta-icons .tooltip{
	right:100%;
	left:auto;
}

.portfolio-item.single .post-meta .portfolio-meta-icons .post-tags .tooltip{
	width:220px;
	text-align:left;
}

.portfolio-item.single .post-content{
	font-style:italic;
	font-size:.9em;
}

/* Portfolio Nav */
#nav-below{
	margin-top:3em;
}
.nav-previous a, 
.nav-next a{
	font-size:.8em;
	text-decoration:none;
	display:block;
	line-height:1.1em;
	margin-top:.5em;
}
.nav-next{
	text-align:right;
}




/* #Single Posts
============================================== */

.single p{
	line-height:1.8em;
	color:#555;
}
.single header{
	background:transparent url(/images/bkgs/stripes_tiny_08.png) bottom left repeat-x;
	margin-top: 20px;
	margin-bottom:2em;
	padding-bottom:.2em;
}
#main .single.post header h1{
	margin-bottom:.3em;
}
.single header h5.sub-page-title{
	margin-bottom:.8em;
}
.single .post-meta{
	padding:1em 0 .5em 0;
	margin-bottom:2em;
}
#main .single .img-wrapper{	
	width:50%;
	float:left;
	padding:0 2em 2em 0;
	
	-webkit-transition: width .2s ease-in-out;
	-moz-transition: width .2s ease-in-out;
	-o-transition: width .2s ease-in-out;
	transition: width .2s ease-in-out;
}
#main .single .img-wrapper.full-width{
	width:100%;
}
.single .featured-image{
	position:relative;
}
.single-post-feature-expander:hover{
	color:#444;
}
.single .featured-video{
	margin-bottom:2em;
	position:relative;
	clear:both;
}
.inline-video-lightbox-content{
	display:none;
}
.single-post-feature-expander{
	position:absolute;
	right:2em;
	bottom:5px;
	padding:3px;
	cursor:pointer;
	text-decoration:none;
	color:#ccc;
}

.post-content .alignleft{
	float:left;
	margin:.5em 1.5em .5em 0;
}

.post-content .alignright{
	float:right;
	margin:.5em 0 .5em 1.5em;
}


/* Author Bios */
#author-bio{
	clear:both;
}
.author-bio-blurb{
	font-size:12px;
	font-style:italic;
	color:#777;
}

.single-post-extra{
	clear:both;
	position:relative;
	margin-top:2em;
	padding-top:3em;
	background:transparent url(/images/bkgs/stripes_tiny_08.png) top left repeat-x;
}

.single-post-extra h6{
	position:absolute;
	top:1em;
	left:0;
	font-size:9px;
	color:#999;
	text-transform:uppercase;
}




/* #Comments
=========================================== */
#comments{
	font-size:.9em;
}
#comments ul,
#comments ul ul{
	font-size:1em;
}
#comments ul li p{
	line-height:2em;
}
#comments ul.commentlist, 
#comments ul {
	list-style: none;
	padding: 0px;
	margin-left: 0px;
}
#comments ul.commentlist{
	border-top:1px dotted #ddd;
	padding-top:1em;
	margin-bottom:1em;
}
#comments ul.commentlist > li.comment{
	border-bottom:1px dotted #ddd;
	padding-bottom:1em;
	padding-top:1em;
}
#comments .comment{
	position:relative;
}
#comments .comment .comment-author img{
	float:left;
}
#comments .comment .comment-author cite,
#comments .comment .comment-meta{
	float:none;
	display:block;
}
#comments .comment .comment-author cite{
	font-weight:bold;
}
#comments .comment .comment-author cite a{
	text-decoration:none;
}
#comments .comment .comment-meta{
	font-size:.7em;
	line-height:1.2em;
	text-transform:uppercase;
}
#comments .comment .comment-meta a{
	text-decoration:none;
	color:#999;
}
#comments .comment-reply-indicator{
	position:absolute;
	left:7px;
	top:7px;
	color:#999;
}
#comments .comment .comment-content{
	clear:both;
	margin-top:1em;
}
#comments .comment .comment-content,
#comments .comment .comment-author cite,
#comments .comment .comment-meta,
#comments ul.children footer,
#comments .comment .reply{
	padding-left:40px;
}
#comments .comment .reply{
	text-align:right;
}
#comments .comment .reply a{	
	font-size:.7em;
	text-decoration:none;
	text-transform:uppercase;	
}
#respond{
	background:transparent url(/images/bkgs/stripes_tiny_05.png) top left repeat;
	padding:1em 2em;
}
#respond h6{
	position:relative;
	margin-bottom:2em;
	color:#222;
}
#respond textarea{
	height:150px;
}

#respond input[type='text'],
#respond textarea{
	border:3px solid #efefef;
	max-width:93%;
}


/* ---------------------------------------- */
/*	Accordion Content
/* ---------------------------------------- */

	.acc-trigger {
		border-top: 1px dotted #ced8df;
		cursor: pointer;
		display: block;
		margin: 0;
	}

		.acc-trigger:last-of-type, .acc-container:last-of-type {
			border-bottom: 1px dotted #ced8df;
			margin-bottom: 20px;
		}

	.acc-trigger a {
		background: url(/images/accordion-content-buttons.png) no-repeat 20px 15px;
		display: block;
		color: #959393;
		outline: medium none;
		padding: 15px 20px 15px 55px;
		text-decoration: none;
		text-shadow: none;
	}

	h5.acc-trigger a { background-position: 20px 16px; }

		.acc-trigger a:hover { background-color: #f8f8f8; }

		.acc-trigger a:hover, .acc-trigger.active a, .acc-trigger.active a:hover { color: #a0807a; }

		.acc-trigger.active a:hover { background-color: transparent; }

		.acc-trigger.active { cursor: default; }

		.acc-trigger.active:last-of-type {
			border-bottom: none;
			margin-bottom: 0;
		}

		.acc-trigger.active a {
			background-position: 20px -96px;
			cursor: default;
		}

		h5.acc-trigger.active a { background-position: 20px -95px; }


	.acc-container .content { padding: 0 20px 25px 55px; }



/* #Sidebar
=============================================== */
.sidebar{
	margin-top:1.7em;
}
.sidebar h3{
	font-size:1.0em;
	line-height:1.2em;
	margin-bottom:10px;
	text-transform:uppercase;
	font-weight:bold;
	color:#555;
	letter-spacing:0px;
}
.sidebar h4{
	font-size:1.0em;
	line-height:1.2em;
	margin-bottom:1.6em;
	font-weight:bold;
	color:#888;
}
.search-bar form{
	margin-bottom:0;
}
.search-bar label{	
	padding-top:5px;
	margin-bottom:1em;
}
.search-bar input[type="text"]{	
	font-size:12px;
	padding:8px 8px;
	width:202px;
	
	color:#999;
	
	font-size:11px;
	font-weight:normal;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-o-border-radius:0;
	
	border:1px solid #f2f2f2;
	background:#ffffff;
	
	display:block;
}
.search-bar input:focus{
	border:1px solid #dedede;
	box-shadow:0px 0px 3px #dedede;
}
.ad-200x200{
	width:200px;
	height:200px;
	margin:10px;
	background:#f2f2f2;
	font-size:.8em;
	font-weight:bold;
	color:#bbb;
	text-align:center;
	line-height:200px;
	margin-bottom:2em;
}
.sidebar aside{
	padding-bottom:.7em;
	margin-bottom:2em;
	background:transparent url(/images/bkgs/stripes_tiny_08.png) bottom left repeat-x;
	font-size:.9em;
	color:#444;
}
.sidebar aside p{
	color:#777;
}
.sidebar aside ul li a{
	text-decoration:none;
	color:#444;	
}
.sidebar aside ul li a:hover{
	color:#222;
}

.line-header {
	padding-bottom:.7em;
	margin-top: 1em;
	margin-bottom:2em;
	background:transparent url(/images/bkgs/stripes_tiny_08.png) bottom left repeat-x;
	font-size:.9em;
	color:#444;
}

.sidebar .booking {
	margin: -100px 0 0 0;
	padding: 20px;
	background:#555 url(/images/bkgs/stripes_tiny_10.png) 0 1px repeat;
	font-size: 20px; 
	line-height: 25px; 
	font-style:italic;
	color:#fff;
}
	.sidebar .booking p {
		font-size: 20px; 
		line-height: 25px; 
		font-style:italic;
		color:#fff;
		margin-bottom: 10px;
		padding-bottom: 0;
	}
	.arrow-down {
		width: 0; 
		height: 0; 
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #555;
		margin-bottom: 10px;
		margin-left: 80%;
	}


/* #HTML Elements
================================================= */

/* Services */

.services h3 {
	background: url(/images/icons/accordion-tick.png) 0 0 no-repeat;
	padding: 1px 0 0 28px;
	font-size: 16px;
	line-height: 21px;
	font-style: italic;
	margin-bottom: 5px;
}
.services p {
	padding-bottom: 15px;
	border-bottom: 1px dotted #eee;
}


/* Tagline */
.tagline{
	font-size:1.5em;
	padding:1.5em 0;
	margin:1.5em 0 1.5em 0;
	text-align:center;
	font-style:italic;
	letter-spacing:0px;
	line-height:1.6em;
	clear:both;
}
.tagline.medium{
	font-size:1.2em;
	padding:.3em 0;
	margin:.3em 0 .3em 0;
	line-height:1.4em;
}

/* Horizontal Rules & Divisions */
hr.stripes{
	height:10px;
}
hr.fat{
	border-top:4px solid #efefef;
}
hr.mini{
	width:30%;
	margin:1em auto 2.6em auto;
	display:block;
}
.fleuron{
	background:transparent url(/images/fleuron.png) 50% 50% no-repeat;
	height:20px;
	display:block;
	margin:10px auto;
	margin-bottom:30px;
}

.tagline .fleuron{
	margin-bottom:10px;
}

.address{
	font-size:.85em;
	color:#999;
	font-style:italic;
}
.address h5{
	font-style:normal;
}



/* #Blockquotes
=================================================== */
body blockquote{
	position:relative;
	padding:20px 40px 20px 50px;
	border-left:none;
	display:block;
	letter-spacing:0px;
}
blockquote:before,
blockquote:after{
	content: '“';
	font-size:80px;
	position:absolute;
	top:0px;
	left:0px;
	line-height:1em;
	
	font-family:"Droid Serif", serif;
	font-style:italic;
	color:#ddd;
}
blockquote:after{
	content: '”';
	position:relative;
	float:right;
	margin-right:-30px;
}

blockquote.pullquote{
	float:right;
	width:12em;
	margin:1em 0 1em 1.3em;
	padding-right:0px;
}
blockquote.pullquote:after{ content: '' }

blockquote cite{
	position:absolute;
	right:50px;
	text-align:right;
	bottom:0;	
	line-height:1em;
	font-family:"Open Sans", sans-serif;
	text-transform:uppercase;
	color:#999;
	font-style:normal;
	font-size:11px;
}
blockquote.pullquote cite{
	right:0;
}




/* #Lists
====================================================== */

ul.checkmark{
	list-style-image: url(/images/icons/tick.png);
}
ul.pin{
	list-style-image: url(/images/icons/pinboard.png);	
}
ul.checkmark, ul.pin{
	padding-left:25px;
}
ul.link-list{
	/*border-top:1px dotted #eee;
	list-style-position: inside;*/
	margin-top: -5px;
	padding-top:0px;
	padding-left:15px;		
}
ul.link-list li{
	color:#777;
	/*border-bottom:1px dotted #e9e9e9;*/
	padding-bottom:5px;
	margin-bottom:5px;
	font-size:.95em;
	font-style:italic;
	letter-spacing:0px;
}
ul.link-list li a{
	color:#777;
	display:block;
	padding:4px 2px 2px 0px;
	border:none;
	background:transparent;
	text-decoration: none;
	-moz-transition: padding .1s ease-in-out;
	-webkit-transition: padding .1s ease-in-out;
	-o-transition: padding .1s ease-in-out;
	transition: padding .1s ease-in-out;
}
ul.link-list li a:hover{
	background:transparent url(/images/bkgs/stripes_tiny_05.png) bottom left repeat;
	border-left:4px solid #444;
	border-top:none;
	padding-left:10px;
	color:#000;
}



/* #Forms 
=================================================== */

::-webkit-input-placeholder{
	font-style:italic;	
}
:-moz-placeholder {
	text-transform:uppercase;
}

label{
	margin:1em 0 .3em 0;
}
label.item-label{
	text-transform:none;
	font-weight:normal;
	margin:.3em 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea{
	padding: 8px 8px;
	font: 12px "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 410px;
}
legend {
	font-size: 12px;  
	text-transform:uppercase;
}
select {
	width: 220px; 
	display: block; 
	max-width: 100%;
	margin-bottom: 20px;
	padding: 4px 8px;
}


/* #Buttons
================================================== */

.button,
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: #eee; /* Old browsers */
	background: #eee -moz-linear-gradient(top, rgba(255,255,255,.1) 0%, rgba(0,0,0,.1) 100%); /* FF3.6+ */
	background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.1)), color-stop(100%,rgba(0,0,0,.1))); /* Chrome,Safari4+ */
	background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%); /* Chrome10+,Safari5.1+ */
	background: #eee -o-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%); /* Opera11.10+ */
	background: #eee -ms-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%); /* IE10+ */
	background: #eee linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%); /* W3C */
	
	box-shadow:inset 0px 1px 1px rgba(255,255,255,.6);
	
	text-transform:uppercase;
	
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	
	color: #666;
	font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; 

	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

.button:hover,
a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #222;
	background: #e6e6e6; /* Old browsers */
	background: #e6e6e6 -moz-linear-gradient(top, rgba(255,255,255,.1) 0%, rgba(0,0,0,.1) 100%); /* FF3.6+ */
	background: #e6e6e6 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.1)), color-stop(100%,rgba(0,0,0,.1))); /* Chrome,Safari4+ */
	background: #e6e6e6 -webkit-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%); /* Chrome10+,Safari5.1+ */
	background: #e6e6e6 -o-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%); /* Opera11.10+ */
	background: #e6e6e6 -ms-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%); /* IE10+ */
	background: #e6e6e6 linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%); /* W3C */
	
	background: #e6e6e6 -webkit-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%); /* Chrome10+,Safari5.1+ */
}

.button-large,
a.button-large,
input[type="submit"].button-large,
input[type="reset"].button-large,
input[type="button"].button-large{
	padding:1em;
	font-size:1.5em;
}

.button-full,
a.button-full,
input[type="submit"].button-full,
input[type="reset"].button-full,
input[type="button"].button-full{
	display:block;
	text-align:center;
}


.button-green,
a.button-green,
input[type="submit"].button-green,
input[type="reset"].button-green,
input[type="button"].button-green{
	background-color:#9CEF6C;
	color:#369100;
	border:1px solid #47A211;
	border-top-color:#58B322;
	border-left-color:#58B322;
	
	text-shadow: 0 1px rgba(255, 255, 255, .4);
	box-shadow:inset 0px 1px 1px rgba(255,255,255,.3);
}
.button-green:hover,
a.button-green:hover,
input[type="submit"].button-green:hover,
input[type="reset"].button-green:hover,
input[type="button"].button-green:hover{
	background-color:#8BDE5B;
	color:#147000;
	border:1px solid #369100;
	border-top-color:#58B322;
	border-left-color:#58B322;
}

.button-blue,
a.button-blue,
input[type="submit"].button-blue,
input[type="reset"].button-blue,
input[type="button"].button-blue{
	background-color:#73B8FF;
	color:#165DA6;
	border:1px solid #0D58A6;
	border-top-color:#4188D3;
	border-left-color:#4188D3;
	
	text-shadow: 0 1px rgba(255, 255, 255, .4);
	box-shadow:inset 0px 1px 1px rgba(255,255,255,.3);
}

.button-blue:hover,
a.button-blue:hover,
input[type="submit"].button-blue:hover,
input[type="reset"].button-blue:hover,
input[type="button"].button-blue:hover{
	background-color:#44A0FF;
	color:#04376C;
	border:1px solid #0D58A6;
	border-top-color:#4188D3;
	border-left-color:#4188D3;
}

.button-red,
a.button-red,
input[type="submit"].button-red,
input[type="reset"].button-red,
input[type="button"].button-red{
	background-color:#a0807a;
	color:#901B09;
	border:1px solid #8f736d;
	border-top-color:#8f736d;
	border-left-color:#8f736d;
	
	text-shadow: 0 1px rgba(255, 255, 255, .2);
	box-shadow:inset 0px 1px 1px rgba(255,255,255,.3);
}

.button-red:hover,
a.button-red:hover,
input[type="submit"].button-red:hover,
input[type="reset"].button-red:hover,
input[type="button"].button-red:hover{
	background-color:#bf9891;
	color:#700907;
	border:1px solid #8f736d;
	border-top-color:#8f736d;
	border-left-color:#8f736d;
}

.button-grey,
a.button-grey,
input[type="submit"].button-grey,
input[type="reset"].button-grey,
input[type="button"].button-grey{
	background-color:#666;
	color:#222;
	border:1px solid #333;
	border-top-color:#555;
	border-left-color:#555;
	
	text-shadow: 0 1px rgba(255, 255, 255, .2);
	box-shadow:inset 0px 1px 1px rgba(255,255,255,.2);
}

.button-grey:hover,
a.button-grey:hover,
input[type="submit"].button-grey:hover,
input[type="reset"].button-grey:hover,
input[type="button"].button-grey:hover{
	background-color:#555;
	color:#000;	
	border:1px solid #333;
	border-top-color:#555;
	border-left-color:#555;
}

.button-purple,
a.button-purple,
input[type="submit"].button-purple,
input[type="reset"].button-purple,
input[type="button"].button-purple{
	background-color:#A67FE2;
	color:#3A0D80;
	border:1px solid #3A0D80;
	border-top-color:#804BD1;
	border-left-color:#804BD1;
	
	text-shadow: 0 1px rgba(255, 255, 255, .2);
	box-shadow:inset 0px 1px 1px rgba(255,255,255,.2);
}

.button-purple:hover,
a.button-purple:hover,
input[type="submit"].button-purple:hover,
input[type="reset"].button-purple:hover,
input[type="button"].button-purple:hover{
	background-color:#905CE2;
	color:#290C70;
	border:1px solid #3A0D80;
	border-top-color:#804BD1;
	border-left-color:#804BD1;
	
	text-shadow: 0 1px rgba(255, 255, 255, .2);
	box-shadow:inset 0px 1px 1px rgba(255,255,255,.2);
}

.button-yellow,
a.button-yellow,
input[type="submit"].button-yellow,
input[type="reset"].button-yellow,
input[type="button"].button-yellow{
	background-color:#FFE373;
	color:#A68916;
	border:1px solid #C8AB38;
	border-top-color:#FFD945;
	border-left-color:#FFD945;
	
	text-shadow: 0 1px rgba(255, 255, 255, .4);
	box-shadow:inset 0px 1px 1px rgba(255,255,255,.4);
}

.button-yellow:hover,
a.button-yellow:hover,
input[type="submit"].button-yellow:hover,
input[type="reset"].button-yellow:hover,
input[type="button"].button-yellow:hover{
	background-color:#FFD945;
	color:#957805;
	border:1px solid #A68916;
	border-top-color:#FFD945;
	border-left-color:#FFD945;
	
}

.button-lighttext,
a.button-lighttext,
input[type="submit"].button-lighttext,
input[type="reset"].button-lighttext,
input[type="button"].button-lighttext{
	color:#f9f9f9 !important;
	text-shadow:0px -1px 1px rgba(0,0,0,.3) !important;
}




/* #Tabs
============================================= */

ul.tabs{
	margin-top:2em;
}
ul.tabs li a{
	background:#f5f5f5 url(/images/bkgs/stripes_tiny_05.png) repeat;
}
ul.tabs li a.active{
	border-top:2px solid #444;
	top:-5px;
}
ul.tabs-content{
	border-bottom:1px solid #eee;
	padding-bottom:1em;
	margin-bottom:2em;
}
ul.tabs-content li{
	font-size:.9em;
}


/* #Downloads
============================================== */

p.literature-container {
	margin: 0;
	padding: 20px 10px;
	border-bottom: 1px dashed #ddd;
}
	
	p.literature-container a:hover {
		color: #000000 !important;
	}


/* #Tables
============================================== */

table{
	width:100%;
	font-size:12px;
	margin:2em 0;
	border:1px solid #aaa;
	border-top:2px solid #444;
	
	background:#F5F5F5 url(/images/bkgs/stripes_tiny_05.png) repeat;
}

table th,
table td{
	padding:5px 10px 5px 10px;
}

table th{
	text-transform:uppercase;
	text-align:left;
	
	border-bottom:1px solid #bbb;
	background:#ccc url(/images/bkgs/stripes_tiny_05.png) 0 1px repeat;*/
	background:rgba(0,0,0, .2); 
	font-weight:bold;
	color:#000;
}





/* #Alert Boxes
============================================ */

.alert{
	padding:10px 10px 10px 40px;
	font-size:11px;
	margin:20px 0px 10px 0px;
}
.alert p,
.alert h6,
.alert h5,
.alert h4{
	color:inherit;
}
.alert h6{
	font-weight:bold;
}
.alert p{
	margin-bottom:0;
}
.alert-notification{
	color: #4F8A10;
	background: #DFF2BF url(/images/icons/tick_green.png) 15px 13px no-repeat;
	border: 1px solid #4F8A10;
}
.alert-warning{
	border:1px solid #DDB723;	
	background: #FFEA73 url(/images/icons/warning.png) 15px 13px no-repeat;
	color: #A63C00;
}
.alert-error{
	color: #D8000C;
	background: #FFBABA url(/images/icons/cross.png) 15px 13px no-repeat;
	border: 1px solid #D8000C;	
	text-shadow:none;
}





/* #Icons 
========================================== */
.icon{
	height:16px;
	width:16px;
	display:inline-block;
	position:relative;
}
.tag-icon{
	background:transparent url(/images/icons/tag_3.png) 5px 5px no-repeat;
}
.post-tags .tooltip{
	width:175px;
}
.comments-icon{
	background:transparent url(/images/icons/chat_2.png) 5px 5px no-repeat;
}
.post-comments .tooltip{
	width:70px;
}
.permalink-icon{
	background:transparent url(/images/icons/link_1.png) 5px 5px no-repeat;
}
.post-permalink .tooltip{
	width:70px;
}
.calendar-icon{
	background:transparent url(/images/icons/calendar_1.png) 5px 5px no-repeat;
}
.post-time .tooltip{
	width:110px;
}
.post-time .tooltip time{
	color:#ccc;
}

.facebook-icon{
	background:transparent url(/images/icons/facebook.png) 5px 5px no-repeat;
}
.twitter-icon{
	background:transparent url(/images/icons/twitter_2.png) 5px 6px no-repeat;
}
.forrst-icon{
	background:transparent url(/images/icons/forrst.png) 5px 5px no-repeat;
}
.dribbble-icon{
	background:transparent url(/images/icons/dribbble.png) 5px 6px no-repeat;
}
.vimeo-icon{
	background:transparent url(/images/icons/vimeo.png) 5px 5px no-repeat;
}




/* #Tooltips
============================================== */

/* Social Media */
a.social-media.tooltip-container{
	margin-left:0;
	text-decoration:none;	
}
.social-media.tooltip-container .tooltip{
	width:auto;
	white-space: nowrap;
	left:auto;
	right:100%;
}

/* CSS Tooltips */
.tooltip-container{
	position:relative;
	display:inline-block;
	width:26px;
	height:26px;
	z-index:10;
}
.tooltip-container:hover{
	z-index:20;
}
.tooltip-anchor{
	padding:5px;
}
.tooltip-anchor:hover,
.tooltip-container:hover .tooltip-anchor{
	background-color:#222;
	background-color:rgba(0,0,0,.8);
}
.tooltip{
	display:none;
	width:130px;
	bottom:0;
	left:100%;
	position:absolute;
	background-color:#222;
	background:rgba(0,0,0,.8) url(/images/bkgs/stripes_tiny_08.png) top left repeat;
	padding:5px 10px;
	line-height:16px;
	color:#ccc;
}
.tooltip-container .tooltip a{
	color:#dedede;
}
.tooltip-container .tooltip a:hover{
	color:#fff;
}
.tooltip-anchor:hover + .tooltip,
.tooltip-container:hover .tooltip{
	display:block;
}




/* #Contact Form
============================================ */

/* JigoWatt Plugin Form style */


#contact span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.loader { padding: 0 10px; }

#contact acronym { border-bottom:1px dotted #ccc; }

#contact form { margin: 0; padding: 0;}

/* Agility Styles */
.contact-form label{
	text-transform:uppercase;
	font-size:.8em;
	border-bottom: 24px solid #777;
	border-right: 24px solid transparent;	
	height:0;
	line-height:24px;
	display:inline-block;
	padding:0 10px 0 10px;
	float:left;
	color:#fff;
}
.contact-form input[type="text"]{
	width:300px;
	max-width:90%;
}
.contact-form textarea{
	width:500px;
	max-width:90%;
	height:200px;
}
.contact-form input[type="text"],
.contact-form textarea{
	/*background:transparent url(/images/bkgs/stripes_tiny_08.png) top left repeat;*/
	border:1px solid #ccc;
	border-radius:0;
	clear:both;
	color:#000;
}
.contact-form input[type="text"]:focus,
.contact-form textarea:focus{
	background:#fefefe;
	border:1px solid #ddd;
	box-shadow:0px 0px 5px #ddd;
}




/* #Footer
=========================================== */

#colophon{
	background:#EAEAEA url(/images/bkgs/stripes_tiny_05.png) 0 1px repeat;
	/*border-top:2px solid #ddd;*/
	
}
#colophon .footer-upper{
	padding:2em 0;
	/*border-top:4px solid #ddd;*/
	margin-top:-4px;
}

#colophon h3 { 
	font-family:"Open Sans", Helvetica, Arial, sans-serif; 
	font-size: 38px !important; 
	line-height: 45px; 
	margin-bottom: 5px; 
	font-style:italic; 
}

#colophon p,	
#colophon ul,
#colophon ol{
	font-size:.9em;
}

#colophon .align { text-align:right; }

#colophon .footer-nav li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #f2f2f2;
}

#colophon .footer-nav li:first-child {
	padding-left: 0;
}

#colophon .footer-nav li:last-child {
	border: 0;
}

#colophon .footer-nav li a {
	color: #666;
	font-style: italic;
	text-decoration: none;
}

#colophon .footer-nav li a:hover {
	color: #000;
}

#colophon #footer-base{
	font-size:.8em;
	background:#222 url(/images/bkgs/stripes_tiny_10.png) -2px 0 repeat;
	color:#efefef;
	padding:.8em 0 .6em 0;
	font-style:italic;
	letter-spacing:0px;
}

#colophon #footer-base a {
	color: #efefef;
}

#colophon #footer-base a:hover {
	color: #777777;
}

#colophon .social-media{
	font-size:.8em;
	background:#fff;
}




/* #Miscellaneous Headers
====================================================== */
#colophon h1,
.drop-panel h1{
	font-size:1.3em;
	font-weight:bold;
}
#colophon h2,
.drop-panel h2{
	font-size:1.1em;
	font-weight:bold;
}
#colophon h3,
.drop-panel h3,
#colophon h4,
.drop-panel h4{
	font-size:1.2em;
	font-weight:bold;
}
#colophon h3{
	font-weight:normal;
	font-style:italic;
}




/* #Twitter
=============================================== */
#tweet{
	font-size:18px;
	font-style:italic;
	padding:15px 60px 15px 50px;
	position:relative;
	text-align:center;
	color:#555;
}
#tweet a{
	text-decoration:none;
	opacity:.8;
	
	-webkit-transition:opacity .2s ease-in-out;
	-moz-transition:opacity .2s ease-in-out;
	-o-transition:opacity .2s ease-in-out;
	transition:opacity .2s ease-in-out;
	
}
#tweet a:hover{
	opacity:1;
}

#tweet li{
	line-height:24px;
}

#tweet::before{
	content: '“';
	font-size: 80px;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 1em;
	font-family: "Droid Serif", serif;
	font-style: italic;
	color: #DDD;
}
#tweet ul li a.tweet-time{
	font-size:10px;
	position:absolute;
	bottom:0px;
	text-transform:uppercase;
	font-family:"Open Sans", Helvetica, Arial, sans-serif;
	font-style:normal;
	color:#777;
}

#tweet .twitter-account{
	position:absolute;
	right:0;
	top:15px;
	opacity:1;
}
#tweet ul{
	margin-bottom:0;
}




/* #Utility Classes
============================================= */

.under{
	position:relative;
	z-index:10;
}
.over{
	position:relative;
	z-index:20;
}
.far-edge{
	text-align:right;
}
.far-right{
	position: absolute;
	right: 25px;
}
.stripes{
	background:transparent url(/images/bkgs/stripes_small_05.png) top left repeat;
	border:none;
}

.notop{
	margin-top:0px;
	padding-top:0px;
}
.notop-margin{
	margin-top:0px;
}
.nobottom{
	margin-bottom:0 !important;
}
.mbottom{
	margin-bottom:5px !important;
}
.fallback{
	display:none;
}
.clearfix{
	clear:both;
}


/* #Skins
================================================= */

/* Default - copy your values here */
#sub-title,
#main p a,
nav#main-nav > ul > li.current > a,
a.excerpt-link,
.post-meta a.post-category,
#tweet a{
	/*color:#d83f28;*/
}
.contact-form label{
	/*border-bottom-color: #d83f28; */
}
#colophon .footer-upper{
	/*border-top-color: #d83f28; */
}

/* Red */
.skin-red #sub-title,
.skin-red #main p a,
.skin-red nav#main-nav > ul > li.current > a,
.skin-red nav#main-nav > ul > li.selected > a,
.skin-red a.excerpt-link,
.skin-red .post-meta a.post-category,
.skin-red #tweet a{
	color:#a0807a;
}

.skin-red .contact-form label{
	border-bottom-color: #a0807a; 
}

.skin-red #colophon .footer-upper{
	border-top-color: #a0807a;
}

/* Blue */
.skin-blue #sub-title,
.skin-blue #main p a,
.skin-blue nav#main-nav > ul > li.current > a,
.skin-blue a.excerpt-link,
.skin-blue .post-meta a.post-category,
.skin-blue #tweet a{
	color:#4888f0;
}
.skin-blue .contact-form label{
	border-bottom-color: #4888f0;
}

.skin-blue #colophon .footer-upper{
	border-top-color: #4888f0;
}

/* Green */
.skin-green #sub-title,
.skin-green #main p a,
.skin-green nav#main-nav > ul > li.current > a,
.skin-green a.excerpt-link,
.skin-green .post-meta a.post-category,
.skin-green #tweet a{
	color:#70BB45;
}
.skin-green .contact-form label{
	border-bottom-color: #70BB45;
}
.skin-green #colophon .footer-upper{
	border-top-color: #70BB45;
}


/* Purple */
.skin-purple #sub-title,
.skin-purple #main p a,
.skin-purple nav#main-nav > ul > li.current > a,
.skin-purple a.excerpt-link,
.skin-purple .post-meta a.post-category,
.skin-purple #tweet a{
	color:#8759d1;
}
.skin-purple .contact-form label{
	border-bottom-color: #8759d1;
}

.skin-purple #colophon .footer-upper{
	border-top-color: #8759d1;
}

/* Background Skins */
.bkg-smoky .wrap{
	background:#fff url(/images/bkgs/bkg_smoky_noise.jpg) top left repeat;
}
.bkg-fiber .wrap{
	background:#fff url(/images/bkgs/bkg_smoky_cords.jpg) top left repeat;
}
.bkg-banner .wrap{
	background:#fff url(/images/banner_bgrnd.jpg) 0 187px repeat-x;
}
.bkg-clouds .wrap{
	background:#fff url(/images/bkgs/background_clouds.jpg) 50% 0 repeat-x;
}
.bkg-clouds-light .wrap{
	background:#fff url(/images/bkgs/background_clouds_light.jpg) 50% 0 repeat-x;
}

/*
 * Background Adjustments
 */
.bkg-smoky #header #header-inner,
.bkg-fiber #header #header-inner{
	border-bottom-color:#e9e9e9;
}
.bkg-smoky hr,
.bkg-fiber hr{
	border-color:#e0e0e0 #fff #f9f9f9 #fff;
	border-bottom-width:1px;	
}
.bkg-smoky .search-bar input,
.bkg-fiber .search-bar input{
	background-color:#e0e0e0;
	color:#777;
}
.bkg-smoky .ad-200x200,
.bkg-fiber .ad-200x200{
	background-color:#e9e9e9;
	color:#999;
}
.bkg-smoky .post-meta,
.bkg-fiber .post-meta{
	border-color:#d9d9d9;
}

.bkg-smoky nav#main-nav > ul li ul,
.bkg-fiber nav#main-nav > ul li ul{
	background-color:rgba(220,220,220,.9);
}

.bkg-smoky nav#main-nav > ul > li.current > a,
.bkg-fiber nav#main-nav > ul > li.current > a{
	border-color:#e0e0e0;	
}



	
/* #Transitions
================================================== */
.column, 
img.scale-with-grid{
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
/* Slider columns should have no-trans */
.column.no-trans{
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
} 




/* #IE Stupidity
================================================== */
.mosaic article.ie-nth-child3n1{
	clear:both;
}
.responsive-example{
	margin-bottom:20px;
}
.responsive-example .columns,
.responsive-example .column{
	background:#dedede;
	margin-bottom:10px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	
	-webkit-transition:all .1s ease-in-out;
	-moz-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;
	transition:all .1s ease-in-out;
}
.responsive-example .columns:hover,
.responsive-example .column:hover{
	background:#333;
	color:#efefef;
}

/* Skeleton Additions
================================================== */

.column.alpha.omega, .columns.alpha.omega   { margin-right: 0; margin-left: 0px; }


/* #Media Queries
================================================== */

	/* Larger than standard 960 (devices and browsers) */
	@media only screen and (min-width: 960px) {
	
		/* Opera can't handle the absolute positioning and still use dropdowns, so position it with a margin instead */
		noindex:-o-prefocus,
		nav#main-nav {
			position:relative;
			margin-top:70px;
			margin-bottom:-20px;
		}
		.drop-panel h3 span, .drop-panel h3 span a { color: #fff !important; }
	}
	
	/* Three-column layout */
	@media only screen and (min-width: 768px) {	
		
		.far-edge{
			text-align:right;
		}		
		.nav-close{
			display:block;
			top:-30px;
			right:0;
		}
		
	}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		.bkg-banner .wrap{
			background:#fff;
		}
		#header #masthead,
		#header nav#main-nav{
			clear:both;
			width:100%;
		}
		nav#main-nav{
			position:relative;
			right:auto;
			bottom:auto;
			margin-top: 2em;
			margin-left:0;
		}
		nav#main-nav > ul > li:first-child{
			margin-left:0;
		} 
		nav#main-nav > ul{
			float:none;
		}
		
		#main img {
			height: auto;
			max-width: 100%;
		}
		
		/* -------------------------------------------------- */
		/*	Home > Slider
		/* -------------------------------------------------- */
		
			.ss-slider .content-container, .no-js .ss-slider .slide-content {
				padding: 0;
			}
			
			/* ---------------------------------------- */
			/*	Button
			/* ---------------------------------------- */

			.ss-slider.fully-loaded .slide-button { width: 50% !important; }

			.ss-slider .slide-button.active { border-top-color: #a0807a; }

			/* ---------------------------------------- */
			/*	Active Slide Bar
			/* ---------------------------------------- */

			.ss-slider .active-slide-bar { display: none; }
			
		/* ---------------------------------------- */
		/*	Logo Carousel
		/* ---------------------------------------- */

		.projects-carousel a {
			padding-left: 40px;
		}
		
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
		#header-inner{
			text-align:center;
		}
		nav#main-nav ul li ul{
			text-align:left;
		}				
		.ad-200x200{
			width:172px;
			height:172px;
			margin:10px 0px;
			line-height:172px;
		}
		
		.page-title.alternate {
			font-size: 2em;
			margin-top: .6em;
			margin-bottom: .6em;
			line-height: 1.1em;
			font-weight: normal;
			text-align: center;
		}
		
		.search-bar input[type="text"]{
			width:154px;
		}
		
		.nav-close{
			display:block;
			top:-28px;
			left:0;
			right:auto;
		}
		
		.sub-page { margin-top: 30px; }
		
		.contact-form textarea{
			width:492px;
		}
		
		.ss-slider .content-container, .no-js .ss-slider .slide-content {
			overflow: visible;
			width: 350px;
		}
		
		.ss-slider .slide-content h2, .single-banner .slide-content h2 {
			font-size: 25px;
			line-height: 35px;
		}
		
		.button-small {
			font-size: 11px !important;
			padding: 8px 10px !important;
		}
		
		.sidebar .booking {
			margin: -55px 0 0 0;
		}
		
		.fcl { width: 113px; height: auto; }
		
		.drop-panel h3 span, .drop-panel h3 span a { color: #fff !important; }

		.button-full,
		a.button-full,
		input[type="submit"].button-full,
		input[type="reset"].button-full,
		input[type="button"].button-full{
			padding-left: 0;
			padding-right: 0;
		}
		
		/* ---------------------------------------- */
		/*	Logo Carousel
		/* ---------------------------------------- */

		.projects-carousel a {
			padding-left: 0px;
		}
		
		.projects-carousel li {
			margin: 0 15px 0 15px;
		}
		
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
		.sub-page { margin-top: 0px; }
		
		#masthead{
			text-align:center;
			margin-top:1em;
		}
				
		a.mobile-menu-button{
			display:inline-block;
			text-decoration:none;
			text-transform:uppercase;
			font-size:.9em;
			font-weight:bold;
			margin:0;
		}
		
		#header nav#main-nav{
			width:300px;
			position:relative;
		}
		
		nav#main-nav ul,
		nav ul{
			display:none;
			position:absolute;
			width:300px;
			background:#eee;
		}
		nav#main-nav ul.menu-open,
		nav ul.menu-open,
		#main-nav:hover ul{
			display:block !important;
		}
		
		nav#main-nav ul > li,
		nav ul > li{
			padding:5px 10px 5px 10px;
			margin:0;
			
			float:none;
			display:block;
			margin-left:0px;
			margin-top:.4em;
		}
		
		nav ul li a:hover,
		nav ul li:hover > a{
			font-weight:bold;
		}
		nav ul li ul,
		nav#main-nav ul li ul{
			position: relative;
			margin-left: -10px;
			background:#e9e9e9;
		}
		
		.bkg-smoky nav#main-nav ul, 
		.bkg-smoky nav ul,
		.bkg-fiber nav#main-nav ul, 
		.bkg-fiber nav ul{
			background-color:#e0e0e0;
		}
		
		nav ul li ul li a:before{
			content: '+ ';
			
		}
		nav#main-nav ul ul li ul{
			left:0;
			top:100%;
		}

		#main .single .img-wrapper{
			width:100%;
			padding-right:0;
		}
		.single-post-feature-expander{
			display:none;
		}
		
		blockquote cite{
			bottom:-.8em;
		}
		
		.sidebar{
			margin-top:3em;
		}
		
		.far-edge{
			text-align:left;
		}
		
		#colophon .align { text-align:left; }
		
		#colophon ul.footer-nav { display: none;}
		
		/* -------------------------------------------------- */
		/*	Home > Slider
		/* -------------------------------------------------- */

			#features-slider { display: none; }
			
			#device-features { display: block; }
			
			.ss-slider.fully-loaded, .ss-slider.fully-loaded .slide-images-container { background: #fff url(/images/loader.gif) no-repeat center 50%; }

			/* ---------------------------------------- */
			/*	Button
			/* ---------------------------------------- */

			.ss-slider .buttons-container { display: block; }
			
			#device-features { display: block; }
			
			#device-features .slide-button { width: 100% !important; }

			/* ---------------------------------------- */
			/*	Content
			/* ---------------------------------------- */

			.ss-slider .content-container, .ss-slider:hover .content-container, .no-js .ss-slider .slide-content { display: none; }

			/* ---------------------------------------- */
			/*	Pagination
			/* ---------------------------------------- */

			.ss-slider .pagination-container a {
				background-color: rgba(160, 128, 122, 0.6);
				background-image: url(/images/slider-arrows-medium.png) !important;
				bottom: 50% !important;
				height: 49px !important;
				margin: 0 0 -25px 0 !important;
				filter: alpha(opacity=60) !important; /* Fallback for old IE */
				opacity: 1 !important;
				right: auto !important;
				top: auto !important;
				width: 25px !important;
			}

			.ss-slider .pagination-container .prev {
				background-position: -7px center !important;
				left: 0 !important;
				right: auto !important;
			}

			.ss-slider .pagination-container .next {
				background-position: -46px center !important;
				left: auto !important;
				right: 0 !important;
			}

				.ss-slider .pagination-container a:hover {
					background-color: rgba(160, 128, 122, 1);
					filter: alpha(opacity=100); /* Fallback for old IE */
				}
				
		/* ---------------------------------------- */
		/*	Logo Carousel
		/* ---------------------------------------- */

		.projects-carousel a {
			padding-left: 0px;
		}
		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		/* ---------------------------------------- */
		/*	Logo Carousel
		/* ---------------------------------------- */

		.projects-carousel li { width: 201px; }
		
		.projects-carousel img { width: 197px; height: auto; }
		
		.profile-carousel li { width: 230px; }
		
		.profile-desc { width: 100%; }
		
		.mob { display: block; margin-top: 20px; }
		
		.drop-panel { text-align: center; }
		
		.drop-panel h3 span, .drop-panel h3 span a { color: #fff !important; }
		
		ul.link-list li{ margin-left:15px; }
		
		
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		/* -------------------------------------------------- */
		/*	Home > Slider
		/* -------------------------------------------------- */
		
		#device-features .slide-button { width: 100% !important; }
		
		/* ---------------------------------------- */
		/*	Logo Carousel
		/* ---------------------------------------- */

		.projects-carousel li, .profile-carousel li { width: 300px; }
		
		.projects-carousel img { width: 220px; height: auto; }

		.projects-carousel a {	padding-left: 40px;	}
		
		.profile-carousel li { padding-left: 55px; }
		
		.profile-desc { width: 100%; }
		
		.drop-panel { text-align: center; }
		
		.drop-panel h3 span, .drop-panel h3 span a { color: #fff !important; }
		
		ul.link-list li{ margin-left:15px; }
		
		.search-bar input[type="text"]{ width:150px; }
		
		.mob { display: block; margin-top: 20px; }
		
	}
	
	


/* #Font-Face (sample code)
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/