body {
	background-color: #eeeeee;
	margin: 0;
}
b { font-weight: 700; }
a:link, a:active, a:visited {
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	text-decoration: none;
	font-weight: 600;
	color: #b08359;
}
a:hover {
	border-bottom: 3px solid #b08359;
	color: #808080;
}

input, textarea, select {
    font: 300 13px 'Roboto', sans-serif;
    box-shadow: 0 0 5px #eeeeee;
    border: 1px solid #eeeeee;
    background-color: #ffffff;
    border-radius: 5px;
    color: #333333;
    padding: 8px;
    margin: 2px;
}

hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.show_members_showing_what { display: none; }

/* Layout Headings
-------------------------------------------------------------- */
h1 {
	font: italic 600 20px 'Trebuchet MS', serif;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	margin: 0 0 0 0;
	color: #000000;
}

/* Layout Headers
-------------------------------------------------------------- */
#header {
	background-image: url('images/header-full.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 0 auto 0px auto;
	background-size: cover;
	min-height: 550px;
	max-width: 100%;
	display: block;
}
#welcome {
	margin: 8% 0 0 13%;
	position: absolute;
	width: 335px;
}
#welcome .title {
	font: 400 90px 'Amatic SC', cursive;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	text-align: left;
	color: #ffffff;
}
#welcome .subtitle {
	font: 600 11px 'Trebuchet MS', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-top: -10px;
	text-align: left;
	color: #b08359;
}
#welcome .message {
	font: 400 11px 'Trebuchet MS', sans-serif;
	line-height: 20px;
	text-align: justify;
	margin-top: 40px;
	color: #b08359;
}
#welcome .message i { color: #ffffff; }

/* Layout Top Links & Latest Update List
-------------------------------------------------------------- */
#navigation {
	padding-left: 13%;
	text-align: left;
	margin: 2% 0 0 0;
	position: fixed;
	z-index: 100;
	width: 100%;
}
#navigation a {
	font: italic 600 13px 'Trebuchet MS', sans-serif;
	border-bottom: 3px solid #000;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 0;
	color: #ffffff;
	margin: 0 10px;
}
#navigation a:hover {
	border-bottom: 3px solid #ffffff;
}
.navbar-fixed-top.scrolled {
	padding: 10px 0;
	margin-top: 0 !important;
	background-color: #000000 !important;
	transition: background-color 200ms linear;
}
.navbar-fixed-top.scrolled .nav-link { color: #ffffff; }

#latest-news {
	margin: 10% 0 0 43%;
	position: absolute;
	text-align: left;
	width: 300px;
}
#latest-news li {
	font: 400 10px 'Trebuchet MS', sans-serif;
	background-color: #b08359;
	text-transform: uppercase;
	padding: 0px 10px 0px 0;
	list-style-type: none;
	margin: 0 0 2px 0;
	text-align: left;
}
#latest-news li:hover { background-color: #131313; }
#latest-news li b {
	border-radius: 0 14px 14px 0;
	padding: 10px 10px 10px 5px;
	background-color: #76593b;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 10px;
	font-size: 10px;
	color: #ffffff;
	width: 52px;
}
#latest-news li a { font-weight: 600; color: #ffffff; }

/* Layout Container & Sidebar
-------------------------------------------------------------- */
#container {
	margin: -4% 0 0 13%;
	position: relative;
	float: left;
	width: 50%;
}
#container .box {
	font: 300 13px 'Roboto', sans-serif;
	box-shadow: 1px 1px 2px #cccccc;
	background-color: #ffffff;
	text-align: justify;
	margin-bottom: 20px;
	line-height: 24px;
	color: #333333;
	padding: 24px;
}
#sidebar {
	margin: 0 13% 0 0;
	position: relative;
	float: right;
	width: 23%;
}
#sidebar .box {
	font: 300 12px 'Roboto', sans-serif;
	text-align: justify;
	margin-bottom: 20px;
	line-height: 20px;
	color: #333333;
}
#sidebar h2 {
	font: italic 600 12px 'Trebuchet MS', sans-serif;
	background-color: #333333;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;
	padding: 10px;
	color: #ffffff;
}
#footer {
	font: 300 11px 'Roboto', sans-serif;
	background-color: #000000;
	text-align: center;
	overflow: hidden;
	color: #ffffff;
	padding: 2%;
	width: 96%;
}

/* Post and News Styles
-------------------------------------------------------------- */
.post-title {
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.post-title:hover { color: #46403e; }
.category {
	font: 400 11px 'Alegreya', sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 2px;
	padding: 3px 0;
	color: #aaaaaa;
}
.category a { border-bottom: none; font-weight: 400; color: #aaaaaa; }
.category a:hover { color: #cccccc; }
.category .fa-comment, .category .fa-tag, .category .fa-user, .category .fa-clock {
	margin-right: 5px;
	color: #aaaaaa;
}
.post-date {
	margin-bottom: 0px;
	margin-right: 15px;
	text-align: center;
	float: left;
}
.post-date .date {
	font: 600 22px 'Montserrat', serif;
	border-right: 1px solid #cccccc;
	padding: 0 5px 5px 0;
	line-height: 22px;
	display: block;
	color: #76593b;
}
.post-date .year {
	font: 600 11px 'Montserrat', sans-serif;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	padding: 5px 5px 0 0;
	letter-spacing: 3px;
	color: #b08359;
	display: block;
}

/* Image and Purchase Link Styles
-------------------------------------------------------------- */
.sideThumb {
	box-shadow: 1px 1px 3px #bbbbbb;
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
	margin: 0 10px 0 0;
	padding: 5px;
}
a.purchase {
	font: 500 11px 'Trebuchet MS', sans-serif;
	background-color: #b08359;
	text-transform: uppercase;
	color: #ffffff;
	padding: 8px;
}
a.purchase:hover { border-bottom: none; background-color: #76593b; }