/***********************************************************************
       _________        __    __ 
      / ____/ (_)____ _/ /_  / /_
     / /_  / / // __ `/ __ \/ __/
    / __/ / / // /_/ / / / / /_  
   /_/   /_/_/ \__, /_/ /_/\__/  
              /____/             
      __          ________                 ____      _ __     
     / / __ __   /_  __/ / ___ __ _ ___   / __/__ __(_) /____ 
    / _ | // /    / / / _ | -_)  ' | -_) _\ \ / // / / __/ -_)
   /_.__|_, /    /_/ /_//_|__/_/_/_|__/ /___/ \_,_/_/\__/\__/ 
       /___/                                                                                     

   Template Name:   Flight
   Description:     Full Screen Slideshow Portfolio Website Template
   Template URL:    http://www.themesuite.com/flight/
   Author:          Theme Suite
   Author URL:      http://www.themesuite.com/
   Support:         http://support.themesuite.com/
   
***********************************************************************/


/*  GENERAL
----------------------------*/
body {
	background: #70665d;
}

h1, h2, h3, h4, h5 {
	color: #fff;
}

a {
	color: #aeaba7;
}

/*  LOGO
----------------------------*/
#logo {
	color: #fff;
}


/*  FLIGHT MENU
----------------------------*/
.menu li.move, .menu-desc div {
	background: #97918c;
	background: -webkit-gradient(linear, right top, right bottom, from(#70665d), to(#97918c));
	background: -moz-linear-gradient(#70665d, #97918c);
	background: -webkit-linear-gradient(#70665d, #97918c);
	background: -ms-linear-gradient(#70665d, #97918c);
	background: -o-linear-gradient(#70665d, #97918c);
	-pie-background: linear-gradient(#70665d, #97918c);
	background: linear-gradient(#70665d, #97918c);
}

.menu li a, .primary-heading a {
	color: white !important;
}

.menu-desc div span {
	color: #f0f0f0;
}


/*  HEADER & BOXES
----------------------------*/
#header, .box-colored:hover, .box-colored-small:hover {
	background: linear-gradient(top, #aeaba7 0%,#65594e 100%); /* CSS3 Standard */  
	background: -moz-linear-gradient(#aeaba7, #65594e); /* FF 3.6+ */ 
    background: -ms-linear-gradient(#aeaba7, #65594e); /* IE10 */ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aeaba7), color-stop(100%, #65594e)); /* Safari 4+, Chrome 2+ */  
    background: -webkit-linear-gradient(#aeaba7, #65594e); /* Safari 5.1+, Chrome 10+ */  
    background: -o-linear-gradient(#aeaba7, #65594e); /* Opera 11.10 */  
	-pie-background: linear-gradient(#aeaba7, #65594e); /* PIE */
}


/*  PRIMARY COLUMN
----------------------------*/
.primary-heading, .tertiary-heading, .fullwidth-heading {
    background: linear-gradient(top, #70665d 0%,#97918c 100%); /* CSS3 Standard */  
	background: -moz-linear-gradient(#70665d, #97918c); /* FF 3.6+ */ 
    background: -ms-linear-gradient(#70665d, #97918c); /* IE10 */ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #70665d), color-stop(100%, #97918c)); /* Safari 4+, Chrome 2+ */  
    background: -webkit-linear-gradient(#70665d, #97918c); /* Safari 5.1+, Chrome 10+ */  
    background: -o-linear-gradient(#70665d, #97918c); /* Opera 11.10 */  
    -pie-background: linear-gradient(#70665d, #97918c); /* PIE */ 
}


/*  SECONDARY COLUMN
----------------------------*/
.secondary-heading {
	background: linear-gradient(top, #70665d 0%,#97918c 100%); /* CSS3 Standard */  
	background: -moz-linear-gradient(#70665d, #97918c); /* FF 3.6+ */ 
    background: -ms-linear-gradient(#70665d, #97918c); /* IE10 */ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #70665d), color-stop(100%, #97918c)); /* Safari 4+, Chrome 2+ */  
    background: -webkit-linear-gradient(#70665d, #97918c); /* Safari 5.1+, Chrome 10+ */  
    background: -o-linear-gradient(#70665d, #97918c); /* Opera 11.10 */  
    -pie-background: linear-gradient(#70665d, #97918c); /* PIE */   
}


/*  BUTTONS
----------------------------*/
.button, .button:visited, .page-numbers, .page-numbers:visited, #comment-submit-button {
	background: #aeaba7 url(../../images/buttons/button.png) repeat-x;
	color: #fff;
}

.button:hover, .page-numbers:hover, #comment-submit-button:hover { 
	background-color: #9d958b; 
	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: #aeaba7;
}


@media only screen and (max-width: 1279px) {
	
#menu a:hover, #menu li a.active {
	background: #97918c;
	background: -webkit-gradient(linear, right top, right bottom, from(#70665d), to(#97918c));
	background: -moz-linear-gradient(#70665d, #97918c);
	background: -webkit-linear-gradient(#70665d, #97918c);
	background: -ms-linear-gradient(#70665d, #97918c);
	background: -o-linear-gradient(#70665d, #97918c);
	-pie-background: linear-gradient(#70665d, #97918c);
	background: linear-gradient(#70665d, #97918c);
}

}