/*
Theme Name: Futurelooks
Author: ThinkWebStrategy
Author URI: http://thinkwebstrategy.com/
Description: Futurelooks' very own Wordpress theme!
*/

/* --------------------------------------------------------------
The purpose of this CSS file is to 
	1. Provide information on the theme to Wordpress
	2. Import extraneous css.

---------------------------------------------------------------*/

/* --------------------------------------------------------------
	IMPORTS
---------------------------------------------------------------*/
/*
@import url("http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold"); 
@import url("http://fonts.googleapis.com/css?family=Syncopate:bold"); 
@import url("http://fonts.googleapis.com/css?family=Droid+Serif:regular,italic&v1"); 
As it turns out, it's much better to do this using <link/>.
*/
@import url("css/reset.css"); /* Import CSS RESET */
@import url("css/master.css"); /* IMPORT THEME STYLES */

@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: bold;
  src: local('Droid Sans Bold'), local('DroidSans-Bold'), url('fonts/DroidSans-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: normal;
  src: local('Droid Sans'), local('DroidSans'), url('fonts/DroidSans.woff') format('woff');
}

@font-face {
  font-family: 'Syncopate';
  font-style: normal;
  font-weight: bold;
  src: local('Syncopate Bold'), local('Syncopate-Bold'), url('fonts/Syncopate-Bold.woff') format('woff');
}

/* Slider Mod */

.single #featured-slider,
.page #featured-slider {
  height: 0;
  border-bottom: 0;
}