/*  Body Styles */

body{
	margin: 0px;
	padding: 0px;
}



/*  Slideshow Styles */

#slideshow{
	background-color: #1E1815;
}

.unoslider {
z-index:1;
}


/*  Main Styles */

#main{
	background-color: #e8e3d1;
	padding-top:20px;
	padding-bottom:20px;
	color: #333;
}

/*  Footer */


#footer{
	background-color: #CFC5A0;
	padding-top:20px;
	padding-bottom:20px;
}


/*  Login*/


#login{
	background-color: #BCAC76;
	padding:20px;
}


/* Responsive Navigation  */
.navigation select {
	display:none; 
}

/*  Clearing */

.clear{
	clear: both;
}

/*  Extra Padding & Margins*/

.inner{
	padding: 20px;
}

/* Images*/
img.scale-with-grid{
	max-width: 100%;
	height: auto; 
}
		
img{
	max-width: 100%;
	height: auto; 
}

/*=================== HEADER STYLES ===================*/

.header-bg{
	background: #fff !important;
	padding-top:20px;
}

.tagline{
		margin-top: -18px;
}
.tagline h2{
	font-size: 30px;
	font-family: 'Droid Serif', serif;
	font-weight: 300;
	color: #333;
}
.logo-inner{
	padding-left: 20px;
}
/*============== MAIN CONTENT AREA =====================*/
.white-background{
	margin-bottom: 20px;
	padding-bottom: 20px;
	background-color: white;
	-moz-box-shadow:    3px 3px 5px 6px rgba(68,68,68,0.4);
  	-webkit-box-shadow: 3px 3px 5px 6px rgba(68,68,68,0.4);
 	box-shadow:         3px 3px 5px 6px rgba(68,68,68,0.4);
 	
 	 /* fix for dodgy IE that doesn't work anymore...  		
 	 		
 	 	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
		-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
		zoom: 1;
	*/

}
.content, .secondary-content{
	font-family: 'Droid Serif', serif;
	font-size: 14px;
	font-weight: 100;
	color: #333;
}
.content strong, .secondary-content strong, .secondary-sidebar strong{
	color: #333;
}
.secondary-sidebar a{
	color: #E6592E;
}
.secondary-sidebar a:hover{
	color: #333;
	text-decoration: none;
}
.content{
		margin-top: -30px;
}
.content h2, .secondary-content h2{
	background: #998675;
	color: #fff;
	padding: 5px;
	font-weight: 300;
	font-size: 16px;
}
.content li, .secondary-content li{
	margin-bottom: 5px;
}
.sidebar{
	font-family: 'Droid Serif', serif;
	font-size: 14px;
	font-weight: 100;
	color: #fff;
}
.secondary-sidebar{
	font-family: 'Droid Serif', serif;
	font-size: 14px;
	font-weight: 100;
	color: #000;
}
.secondary-sidebar h2{
	background: #C7B299;
	color: #fff;
	padding: 5px;
	font-weight: 300;
	font-size: 16px;
}
.secondary-sidebar ul{
	list-style-position: outside;
}
.secondary-sidebar li{
	margin-bottom: 10px;
}

.light-speech{
	background: #C7B299;
	padding: 10px;
	position: relative;
	line-height: 1.3em;
}
.light-speech:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	right: 40px;
	bottom: -25px;
	border: 16px solid;
	border-color: #C7B299 #C7B299  transparent transparent;
}
.dark-speech, .studio-testimonials{
	background: #998675;
	padding: 10px;
	margin-top: 50px;
	position: relative;
	line-height: 1.3em;
}
.dark-speech:after, .studio-testimonials:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 10px;
	bottom: -25px;
	border: 16px solid;
	border-color: #998675 transparent transparent #998675;
}
.speech-content{
	padding: 10px;
}
.speech-content p:before, .speech-content p:after, .test-content:before, .test-content:after{
	font-family: 'Coustard', serif;
	content: ' " ';
	font-size: 16px;
}

/*======= TESTIMONIALS ==========*/
.test-content{
	color: #fff !important;
}

.author, .extra{
	margin-top: 5px;
	color: white;
}

.contact-details, .contact-details a{
	color: #E6592D;
	font-size: 16px;
}
.contact-details a:hover{
	color: #998675;
}

/*==================== FOOTER ================*/
.footer{
	font-family: 'Droid Serif', serif;
	font-size: 14px;
	font-weight: 100;
	text-align: center;
	padding-top: 80px;
	color: #333;
}
.footer a{
	color: #333;
}
.footer a:hover{
	color: #E6592D;
}

/*=============== CONTACT FORM =============== */


.secondary-content input{
	background: #C7B299;
	border: 1px solid #998675;
	width: 98%;
	height: 30px;
	font-family: 'Droid Serif', serif;
	font-size: 15px;
	color: #333;
}
.secondary-content label{
	font-family: 'Droid Serif', serif;
	font-size: 15px;
	color: #333;
}
.secondary-content textarea{
	background: #C7B299 !important;
	border: 1px solid #998675 !important;
	min-height: 200px;
}
.secondary-content input[type=submit]{
	width: 25% !important;
	color: white;
	vertical-align: middle;
	padding: 10px;
	padding-bottom: 20px;
}
.secondary-content input[type=submit]:hover{
	background: #E6592D !important;
	cursor: pointer;
}

/*==================== PROJECT SECTION ===============*/
.project-block{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: thin dotted #998675;
}
.project-title{
	font-size: 18px;
	font-weight: 700;
	color: #E6592E;
}



