html
{
	background-color: #000;
	background-image: url(/assets/images/styles/bg-ptn.png);
	background-repeat: repeat-x repeat-y;
}
body
{
	background-image: url(/assets/images/styles/bar-bg.png);
	background-position: top 30px center;
	background-repeat: no-repeat;
	background-color: transparent;
	font-family: 'titillium';
	color: #fff;
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6, label
{
	font-family: 'titillium';
	color: #fff;
}

.error
{
	background-color: #de2a2a;
	padding: 3px 6px;
}

a:hover
{
	color: #EBE4C7;
}

.main-container
{
	padding: 30px 0;
}

h1
{
	font-size: 2.25rem;
	margin-top: 15px;
	margin-bottom: 15px;
}

#header
{
	padding: 30px 0;	
}

.brand
{
	display: block;
	margin: 20px auto 0px auto;
	height: 6em;
	background-image: url(/assets/images/styles/logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

#footer
{
	padding: 30px 0;
	background-color: #4D0020;
}

#footer h6
{
	color: #D1C695;
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: 1px dotted #D1C695;
}

.tint
{
	background-image: url(/assets/images/styles/black-bg.png);
}



#nav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	margin: 0 auto;
	text-align: center;
}

#nav ul > li
{
	display: inline;
	margin: 0 10px;
}

#nav ul > li > a
{
	background-color: #000;
	padding: 12px 16px;
	color: #fff;
}

.event .date, .abv
{
	margin: 20px 0 30px;
}

.event.row.collapse
{
	padding: 15px;
	margin-bottom: 30px;
}

.row.side-block
{
	margin-bottom: 30px;
}

.button.red
{
	background-color: #91003D;
}

.button.red:hover
{
	background-color: #5F0028;
	transition: background-color 300ms ease-out 0s;
}
table, tr, table tr:nth-of-type(2n), table .label
{
	border: none;
	background-color: transparent;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea
{
	margin: 0;
}

form
{
	padding: 20px;
}

.post .date
{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #333;	
}

.post .date p
{
	margin: 0.2em 0;
	line-height: 1em;
}

.post .excerpt p
{
	margin: 0;
	padding: 0 20px;
}

.post .list_image
{
	margin-top: 7px;
}

.post .categories
{
	margin-top: 10px;
	font-size: 0.8rem;
}

.post-wrapper
{
	padding: 0px 20px;
}

img[align="left"]
{
	width: 50%;
	margin-right: 20px;
}

img[align="right"]
{
	width: 50%;
	margin-left: 20px;
}

.post-list .post
{
	border-bottom: 1px dotted #91003d;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.post-title
{
	color: #D1C695;
}

.post_content
{
	margin-top: 30px;
}

.comments
{
	margin-bottom: 30px;
}

.comment
{
	padding: 20px;
	border-bottom: 1px dotted #91003d;
}

h3
{
	color: #D1C695;
}

cite
{
	font-style: normal;
}

cite .date
{
	margin-bottom: 10px;
	color: #91003d;
}


	    
.side-block ul
{
	
}

.side-block ul li
{
	padding: 5px 4px 11px 4px;
}

.side-block ul li a
{
	display: block;
}

.side-block ul li a span
{
	color: #fff;
}

.side-block ul li:hover, .side-block ul li:hover a, .side-block ul li:hover a span
{
	background: #fff;
	color: #91003d;
}

.side-block ul li .sub-heading
{
	font-size: 0.8em;
}

.side-block ul li.view-all
{
	padding: 0;
}

.side-block ul li.view-all a
{
	margin: 0;
	padding: 5px 4px 11px 4px;
	display: block;
}

.view-all a:hover
{
	color: #333;
}

#footer-social li a
{
	display: block;
	margin: 0 10px 10px 0;
	width: 60px;
	height: 60px;
	background-position: bottom center;
}

#footer-social li a:hover
{
	background-position: top center;
}

#footer-social a.facebook
{
	background-image: url(/assets/images/styles/facebook.png);	
}

#footer-social a.twitter
{
	background-image: url(/assets/images/styles/twitter.png);
}

#footer-social a.untappd
{
	background-image: url(/assets/images/styles/untappd.png);
}

#footer-social a.perfectpint
{
	background-image: url(/assets/images/styles/perfect-pint.png);
}

.right-off-canvas-menu, .tab-bar
{
	background-color: #262626;
}
aside ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}
aside li a, aside li a:hover, aside li a:focus
{
	display: block;
	color: #fff;
	padding: 1em;
	border-bottom: 1px dotted #808080;
}