/*
Theme Name: RumDatabase
Theme URI: http://rumdatabase.com/bootstrap
Author: Rob Wagner
Author URI: http://rumdatabase.com
Description: WordPress theme based on the Bootstrap framework from Twitter.
Version: 0.0.1
*/

/* Apply bootstrap styles */
@import url('css/bootstrap.css');
@import url('css/bootstrap-responsive.css');



/* CSS Document */
@font-face { font-family: "Augusta"; src: url("fonts/Augusta.ttf") format("truetype"); }

BODY {
	background: #FFF url("images/roughcloth_gradient.png") 0 0 repeat-x;	
	background-position: 0 35px;
	padding-top: 40px;
}
.navbar-fixed-top .brand{
	font-family: "Augusta", serif;
	float: left;
	padding: 6px 10px 5px 0;
	font-size: 24px;
	line-height: 1em;
	color: #FFFFFF;
}
.navbar .current-menu-item A {
	color: #fff!important;
	text-decoration: underline!important;
}
.masthead{
	margin-bottom: 0;	
}
.navbar-fixed-top .brand {
	padding-right: 20px;	
}
section:first-child {
    padding-top: 20px;
}
.page-header {
	border-color: #2C2C2C;
}
.page-header h1 {
    font-family: "Augusta",serif;
    line-height: 0.8em;
}

.bottle { text-align: center; }
.bottle-image { z-index: 1; }
.bottle-shadow { z-index: 2; margin: -0.5em 0;  }
.bottle IMG {width: 100%; max-width: 125px; min-width: 80px; }

@media (max-width: 980px) {
	body {
		padding-top: 0;
	}
	BODY.nothome{
		padding-top: 40px;
	}
	.navbar .brand {
		padding-left: 10px;
	}
}
