/*
Theme Name: Voyage Child Theme
Theme URI: http://www.voyagebc.com/voyagetheme
Description: TEMA A UTILIZAR. Voyage Theme is a flexible and responsive theme that combines a modified version of 960.gs Grid System and Twitter Bootstrap framework. It allows users changing layout and style using flexible and simple Theme Options: 1-, 2- or 3-column blog layout; fixed, fluid or responsive; 12- or 16-column grid; site width and many more. The Voyage Theme features 11 widget areas, 4 menu positions and 6 page templates including Featured Post, Landing Page, Featured Blog and Multi-Column Blog Summary/Portfolio with template options. The Theme includes 2 highly customizable widgets (Recent Post and Tabbed Navigation) and Integrated Jetpack Sharing. Voyage Theme supports aside, link, quote, image and gallery post format as of now. ColorBox and Font Awesome are included as a bonus.
Author: VoyageTheme
Template: voyage
Version: 1.2.1.1
*/

@import url('../voyage/style.css');
	
/* =Start From Here
-------------------------------------------------------------- */

.site-header {
	background: #dedeff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedeff', endColorstr='#9bd5e9'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#dedeff), to(#9bd5e9)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #dedeff,  #9bd5e9); /* for firefox 3.6+*/ 
}

.featured-wrapper {
	background: #9bd5e9;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9bd5e9', endColorstr='#f9f9f9'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#9bd5e9), to(#f9f9f9)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #9bd5e9,  #f9f9f9); /* for firefox 3.6+*/ 
}

h3#site-title {
	font-family: Georgia, 'Berkshire Swash', Arial;
 	font-size: 36px;
	line-height: 1.4;
 	text-shadow: 1px 1px 0px #666666, 4px 4px 0px rgba(0,0,0,0.15);
	filter: Shadow(Color=#666666, Direction=135, Strength=4);
	padding-right: 10px;
text-align:center; MARGIN:50px auto 0px auto; WIDTH:900px;
}

.featured.carousel{background:#A69A24;}
.carousel-caption{background:#999;background:rgba(0,0,0,0.35);}
.featured.carousel{background:#9CAD32;}
.headline p {color:#252525;}