/*
Theme Name: WP Bootstrap
Theme URI: http://teamtreehouse.com/wordpress-bootstrap-theme-tutorial
Description: A demo theme built to accompany the Treehouse blog post <a href="http://teamtreehouse.com/wordpress-bootstrap-theme-tutorial">How to Build a WordPress Theme with Bootstrap</a>.
Author: Damien O'Neill
Author URI: http://hatchmedia.ie/
Version: 1.0
Tags: responsive, white, bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

This simple theme was built using the example Bootstrap theme "Basic marketing site" found on the Bootstrap web site http://twitter.github.com/bootstrap/examples/hero.html
*/

@import url('bootstrap/css/bootstrap.css'); 
@import url('bootstrap/css/bootstrap-theme.css'); 
@import url('https://fonts.googleapis.com/css?family=Sanchez');

/* =====================================================
   GENERAL 
   ===================================================== */

html,
body {
   	margin:0;
   	padding:0;
   	height:100%;
   	font-family: Arial, sans-serif;
}
#container {
	background:#f0ede6;
   	min-height:100%;
   	position:relative;
}
#header {
   	/*padding:10px;*/
   	max-width:960px;
   	margin:0 auto;
}
#body {
	background:#fff;
   	padding:10px;
   	padding-bottom:190px;   /* Height of the footer */
   	max-width:960px;
   	margin:0 auto;
}
#footer {
   	position:absolute;
   	bottom:0;
   	width:100%;
   	height:160px;   /* Height of the footer */
   	background:#9B0B7A;
   	max-width:960px;
   left:0;
    right:0;
    margin:0 auto;
}
h1{
	font-family: 'Sanchez', courier, monospace;
	color: #9B0B7A;
	font-weight:300;
	font-size:2em;
	line-height: 0.8em;
	margin-bottom: 0.5em;
}
h2{
	font-family: 'Sanchez', courier, monospace;
	color: #000;
	font-weight:700;
	font-size:1.6em;
	line-height: 0.7em;
	margin-bottom: 0.5em;
}
h3{
	font-family: 'Sanchez', courier, monospace;
	color: #ccc;
	font-weight:700;
	font-size:1.2em;
	line-height: 0.7em;
	margin-bottom: 0.5em;
}
p{
	color: #444;
	line-height: 1.9em;
	font-weight: 300;
	font-size: .95em;
}

#body ul li { margin-bottom:10px;} 

/* =====================================================
   HEADER 
   ===================================================== */

.navbar-default{
	background-color:#57b1b5;
	background-image:none;
	border:0px;
	border-radius:0px;
	-webkit-border-radius:0px;
	box-shadow:none;
	-webkit-box-shadow:none;
	margin-bottom:0px;
	}
.navbar-default .navbar-nav > li > a{
	color:#fff;
	font-family: 'Sanchez', courier, monospace;
	font-size:1.2em;
	text-shadow:none;
	-webkit-text-shadow:none;
	}
.navbar-default .navbar-nav > li > a:hover{
	color:#000;
	}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-nav > li > a{
	color:#000;
	background-color:transparent;
	background-image:none;
	text-shadow:none;
	-webkit-text-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	}
	
	
/* =====================================================
   BODY
   ===================================================== */

.page-id-5 h1{
	text-transform:capitalize;
	text-align:center;
	}
.all-brands{
	margin-top:30px;
	}
ul.all-brands{ list-style-type:none; }
.brand-img{
	min-height:80px;
	display:block;
	}
/* =====================================================
   SLIDER
   ===================================================== */
   
.slider{
	margin-bottom:20px;
	}




/* =====================================================
   SIDEBAR
   ===================================================== */
#sidebar h2{
	display:none;
	}
#sidebar .textwidget{
	margin-bottom:10px;
	}
#slideshow-2 h3{
	display:none;
	}
#slideshow-2{
	margin-bottom:10px;
	}
/* =====================================================
   SHOP
   ===================================================== */

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	width:50% !important;
	}   
   
   
/* =====================================================
   FOOTER
   ===================================================== */
   
#footer-content{
	margin:0 auto;
	max-width:960px;
	}
#footer-content h2{
	color:white;
	font-family: 'Sanchez', courier, monospace;
	text-align:center;
	}
#footer-content .textwidget{
	color:white;
	text-align:center;
	}
#footer-content a{
	color:white;
	}

/* =====================================================
   NG GALLERY
   ===================================================== */
.slideshowlink{
	display:none;
	}