/*
Theme Name: 	Black Truffle Records
Theme URI: 		http://blacktrufflerecords.com/
Description: 	The official Black Truffle Records theme
Version: 		1.0
Author: 		d[esign]Void
Author URI: 	http://www.designvoid.com
Tags: 			
*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@import "css/bootstrap.min.css";
@import "css/multi-columns-row.css";

body {
	background: #FFF url(img/oren_bg.png);
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
}
.header {
	margin-bottom: 10px;
}
h1, h2 {
	font-family: 'Duru Sans', sans-serif;
	text-transform: uppercase;
}
h3, h4 {
	font-weight: 300;
}
a {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.collapseomatic_excerpt, .collapseomatic_content {
	margin-top: 0px;
	margin-left: 0px !important;
	padding: 0px;
}
.orange-trigger {
	color: #FF6600;
}

.top-nav {
	text-transform: uppercase;
	text-align: center;
}
.top-contact {
	text-align: center;
}

@media (min-width: 768px) {

	.top-nav {
		text-align: left;
	}
	.top-contact {
		text-align: right;
	}

}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}