/***********************************************************************
       _________        __    __ 
      / ____/ (_)____ _/ /_  / /_
     / /_  / / // __ `/ __ \/ __/
    / __/ / / // /_/ / / / / /_  
   /_/   /_/_/ \__, /_/ /_/\__/  
              /____/             
      __          ________                 ____      _ __     
     / / __ __   /_  __/ / ___ __ _ ___   / __/__ __(_) /____ 
    / _ | // /    / / / _ | -_)  ' | -_) _\ \ / // / / __/ -_)
   /_.__|_, /    /_/ /_//_|__/_/_/_|__/ /___/ \_,_/_/\__/\__/ 
       /___/                                                                                     

   Template Name:   Flight
   Description:     Full Screen Slideshow Portfolio Website Template
   Template URL:    http://www.themesuite.com/flight/
   Version:         2.2
   Author:          Theme Suite
   Author URL:      http://www.themesuite.com/
   Support:         http://support.themesuite.com/
   
***********************************************************************/


/*  GENERAL
----------------------------*/
body {
	background: #e6d9a6;
}

h1, h2, h3, h4, h5 {
	color: #fff;
}

a {
	color: #fff7e7;
}

/*  LOGO
----------------------------*/
#logo {
	color: #fff;
}


/*  FLIGHT MENU
----------------------------*/
.menu li.move, .menu-desc div {
	background: #f2e6ce;
	background: -webkit-gradient(linear, right top, right bottom, from(#e6d9a6), to(#f2e6ce));
	background: -moz-linear-gradient(#e6d9a6, #f2e6ce);
	background: -webkit-linear-gradient(#e6d9a6, #f2e6ce);
	background: -ms-linear-gradient(#e6d9a6, #f2e6ce);
	background: -o-linear-gradient(#e6d9a6, #f2e6ce);
	-pie-background: linear-gradient(#e6d9a6, #f2e6ce);
	background: linear-gradient(#e6d9a6, #f2e6ce);
	behavior: url(js/PIE/PIE.htc);
}

.menu li a, .primary-heading a {
	color: white;
}

.menu-desc div span {
	color: #f0f0f0;
}


/*  HEADER & BOXES
----------------------------*/
#header, .box-colored:hover, .box-colored-small:hover {
	background: linear-gradient(top, #fff7e7 0%,#d8ca92 100%); /* CSS3 Standard */  
	background: -moz-linear-gradient(#fff7e7, #d8ca92); /* FF 3.6+ */ 
    background: -ms-linear-gradient(#fff7e7, #d8ca92); /* IE10 */ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff7e7), color-stop(100%, #d8ca92)); /* Safari 4+, Chrome 2+ */  
    background: -webkit-linear-gradient(#fff7e7, #d8ca92); /* Safari 5.1+, Chrome 10+ */  
    background: -o-linear-gradient(#fff7e7, #d8ca92); /* Opera 11.10 */  
	-pie-background: linear-gradient(#fff7e7, #d8ca92); /* PIE */
	behavior: url(js/PIE/PIE.htc);
}


/*  PRIMARY COLUMN
----------------------------*/
.primary-heading, .tertiary-heading, .fullwidth-heading {
    background: linear-gradient(top, #e6d9a6 0%,#f2e6ce 100%); /* CSS3 Standard */  
	background: -moz-linear-gradient(#e6d9a6, #f2e6ce); /* FF 3.6+ */ 
    background: -ms-linear-gradient(#e6d9a6, #f2e6ce); /* IE10 */ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6d9a6), color-stop(100%, #f2e6ce)); /* Safari 4+, Chrome 2+ */  
    background: -webkit-linear-gradient(#e6d9a6, #f2e6ce); /* Safari 5.1+, Chrome 10+ */  
    background: -o-linear-gradient(#e6d9a6, #f2e6ce); /* Opera 11.10 */  
    -pie-background: linear-gradient(#e6d9a6, #f2e6ce); /* PIE */
	behavior: url(js/PIE/PIE.htc);
}


/*  SECONDARY COLUMN
----------------------------*/
.secondary-heading {
	background: linear-gradient(top, #e6d9a6 0%,#f2e6ce 100%); /* CSS3 Standard */  
	background: -moz-linear-gradient(#e6d9a6, #f2e6ce); /* FF 3.6+ */ 
    background: -ms-linear-gradient(#e6d9a6, #f2e6ce); /* IE10 */ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6d9a6), color-stop(100%, #f2e6ce)); /* Safari 4+, Chrome 2+ */  
    background: -webkit-linear-gradient(#e6d9a6, #f2e6ce); /* Safari 5.1+, Chrome 10+ */  
    background: -o-linear-gradient(#e6d9a6, #f2e6ce); /* Opera 11.10 */  
    -pie-background: linear-gradient(#e6d9a6, #f2e6ce); /* PIE */
	behavior: url(js/PIE/PIE.htc);
}


/*  BUTTONS
----------------------------*/
.button, .button:visited {
	background: #fff7e7 url(../../images/buttons/button.png) repeat-x;
	color: #fff;
}

.button:hover { 
	background-color: #f9efdb; 
	color: #fff; 
}


/*  TWITTER FEED
----------------------------*/
.ts-tweet-user-screen-name-link, .twitter-anywhere-user, .ts-tweet-hashtag, .ts-tweet-user-screen-name-link:hover, .ts-tweet-a:hover, .twitter-anywhere-user:hover, .ts-tweet-hashtag:hover {
	color: #fff7e7;
}


@media only screen and (max-width: 1279px) {
	
#menu a:hover, #menu li a.active {
	background: #f2e6ce;
	background: -webkit-gradient(linear, right top, right bottom, from(#e6d9a6), to(#f2e6ce));
	background: -moz-linear-gradient(#e6d9a6, #f2e6ce);
	background: -webkit-linear-gradient(#e6d9a6, #f2e6ce);
	background: -ms-linear-gradient(#e6d9a6, #f2e6ce);
	background: -o-linear-gradient(#e6d9a6, #f2e6ce);
	-pie-background: linear-gradient(#e6d9a6, #f2e6ce);
	background: linear-gradient(#e6d9a6, #f2e6ce);
}

}