/*   
Theme Name: Roux
Theme URI: http://lynda.com
Description: A custom WordPress theme, built from the ground-up
Author: Joseph Lowery
Template: custom
Version: 1.00
*/

@import url('../custom/style.css');
/*Font declarations*/
@font-face {
	font-family: 'Bitter';
	src: url('_fonts/Bitter-Regular-webfont.eot');
	src: url('_fonts/Bitter-Regular-webfont.eot?#iefix') format('embedded-opentype'),  url('_fonts/Bitter-Regular-webfont.woff') format('woff'),  url('_fonts/Bitter-Regular-webfont.ttf') format('truetype'),  url('_fonts/Bitter-Regular-webfont.svg#BitterRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Bitter';
	src: url('_fonts/Bitter-Italic-webfont.eot');
	src: url('_fonts/Bitter-Italic-webfont.eot?#iefix') format('embedded-opentype'),  url('_fonts/Bitter-Italic-webfont.woff') format('woff'),  url('_fonts/Bitter-Italic-webfont.ttf') format('truetype'),  url('_fonts/Bitter-Italic-webfont.svg#BitterItalic') format('svg');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Bitter';
	src: url('_fonts/Bitter-Bold-webfont.eot');
	src: url('_fonts/Bitter-Bold-webfont.eot?#iefix') format('embedded-opentype'),  url('_fonts/Bitter-Bold-webfont.woff') format('woff'),  url('_fonts/Bitter-Bold-webfont.ttf') format('truetype'),  url('_fonts/Bitter-Bold-webfont.svg#BitterBold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'DroidSans';
	src: url('_fonts/DroidSans-webfont.eot');
	src: url('_fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),  url('_fonts/DroidSans-webfont.woff') format('woff'),  url('_fonts/DroidSans-webfont.ttf') format('truetype'),  url('_fonts/DroidSans-webfont.svg#DroidSansRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DroidSans';
	src: url('_fonts/DroidSans-Bold-webfont.eot');
	src: url('_fonts/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),  url('_fonts/DroidSans-Bold-webfont.woff') format('woff'),  url('_fonts/DroidSans-Bold-webfont.ttf') format('truetype'),  url('_fonts/DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
	font-weight: bold;
	font-style: normal;
}
body {
	background: rgb(65, 64, 66);
	font: 100% DroidSans, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-weight: normal;
	font-style: normal;
}
#outerWrapper {
	width: 960px;
	padding: 0;
	position: relative;
}
