h1,h2,h3, .view-more, .link-box {
	font-family: "Franklin Gothic Heavy", "Arial Black", sans-serif;
	line-height: 27px;
	letter-spacing: -1px;
	margin: 10px 0;
	text-transform:uppercase;
}
h1 {
	font-size:34px;
}
h2{
	font-size:26px;
}
h3 {
	font-size:20px;
}
h4 {
	font-size:18px;
	font-weight: normal;
	margin-bottom:10px;
}
h5 {
	font-size:16px;
	color: #00a7e5;
	font-weight: normal;
}
a {
	color: #00A7E5;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin-bottom:10px;
}
small {
	font-size:11px;
	*font-size:10px;
}
body {
	background: #fff url(../images/interface/banner-bg.jpg) repeat-x;
	font-family: Georgia, serif;
	font-size: 14px;
	color: #666666;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
}

.separator {
	float: left;
	margin: 6px 10px 20px;
}
.content {
	float: left;
	padding: 5px 30px;
	*margin-bottom:20px;
}


/* Header Styles */
.header {
	height: 94px;
	*height:100px;
}
.header-logo {
	float: left;
	display: inline;
	position: relative;
	padding: 4px 10px 15px;
	margin: 0 0 0 30px;
}
.header-logo a {
	background:url(../images/logos/brew-logo.png) no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-999px;
	width:120px;
	height:55px;
}

/* Navbar Styles*/
ul.navbar {
	float: right;
	display: inline;
	position: relative;
	margin: 30px 20px 0 0;
}
ul.navbar li {
	float: left;
	list-style: none;
	margin: 0 20px;
}
ul.navbar li a {
	font-family: Franklin Gothic Heavy, Arial Black, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
}


/* Highlights Styles */
.highlights {
	float: left;
	display: inline-block;
	position: relative;
}

.highlights .jcarousel-skin-tango,
.highlights .hg-title,
.highlights .hg-caption {
	float: left;
	width: 280px;
	margin: 0 0 0 20px;
}
.highlights .hg-caption {
	line-height:20px;
}
.highlights .jcarousel-skin-tango {
	width: 580px;
	margin: 0 0 0 10px ;
}
.highlights .pager {
	display:inline-block;
	float:left;
	font-size:12px;
	margin:0 0 0 10px;
	padding:10px;
	width:900px;
}
.highlights .pager a {
	background:url(../images/interface/grey-circle.gif) no-repeat;
	display:inline-block;
	height:11px;
	width:11px;
	overflow:hidden;
	text-indent:-999px;
	margin:0 2px;
}
.highlights .pager a:hover {
	background:url(../images/interface/dark-circle.gif) no-repeat;
}
.highlights .pager a.active {
	background:url(../images/interface/blue-circle.gif) no-repeat;
}

/* jCarousel Styles */
.jcarousel-skin-tango .jcarousel-item {
	height:290px;
	width:580px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	height:290px;
	width:580px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-right:0px;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
	background:none;
	border:none;
	padding:0;
	width:580px;
}

/* Box styles */
.box {
	float: left;
	display: inline;
	position: relative;
	width: 238px;
	height: 265px;
	line-height:1.5em;
	margin: 10px;
	padding: 10px 20px;
	background: #f6f6f6;
	border: 1px solid #cccccc
}
.featured {
	float: left;
	width: 100%;
}
.box h3 {
	margin: 0;
}
.text {
	float: left;
	display: inline;
	position: relative;
	width: 100%;
}
.link-box {
	float: left;
	display: inline;
	position: relative;
	text-align: center;
	vertical-align: middle;
	margin: 10px 0;
	padding: 0 10px;
	font-size: 11px;
	letter-spacing: 0px;
	background: #c2b796;
}

.highlights .link-box {
	margin-left:20px;
}
.highlights .view-more {
	margin-left:10px;
}
.view-more a,
.link-box a {
	color: #fff;
	text-decoration: none;
}

.img-container {
	background: #ccc;
	border:1px solid #999999;
	float: left;
	width: 240px;
	height: 75px;
	margin: 5px 0 10px;
}

/* Blog entries list styles */
.recent-entries {
	float: left;
	display: inline;
	position: relative;
	width:480px;
	margin:0 0 0 10px;
}
.recent-entries .entry {
	float: left;
	height: 140px;
	width: 460px;
}
.recent-entries .thumbnail {
	background: #ccc;
	float: left;
	width: 100px;
	height: 100px;
	margin: 20px 0;
}

.entry .details {
	float: left;
	display: inline;
	position: relative;
	width: 340px;
	padding: 0 0 0 20px;
	margin: 20px 0;
}
.entry .title h4 {
	font-size: 16px;
}
.entry .details .title {
	margin:0;
}
.entry .post-date,
.entry .author,
.entry .comment {
	float: left;
	display: inline;
	position: relative;
	font-size: 12px;
	*font-size:10px;
	color: #999999;
}
.entry .author {
	border-left:1px solid #999;
	border-right:1px solid #999;
	margin:0 4px;
	padding:0 4px;
}
.entry .teaser {
	float: left;
}

/* About page styles */
.intro {
	font-size:2em;
	line-height:1.2em;
	margin:10px 10px 15px;
	*margin-bottom:35px:;
	float:left;
	display: inline-block;
	position: relative;
}
.highlights .image {
	float:left;
	margin:10px;
}
.highlights .text-box {
	float:left;
	line-height:1.5em;
	margin:10px;
	width:460px;
}
.culprits, .supporters {
	float:left;
	display: inline;
	position: relative;
	width:820px;
	margin:15px 0 0;
}
.culprits .title h2{
	background:url(../images/interface/the-3-culprits.png) no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-999px;
	width:375px;
	height:20px;
}
.title {
	margin:0 10px;
}
.profile {
	float:left;
	line-height:1.5em;
	margin:5px 10px;
	width:160px;
}
.profile .img-container {
	border:1px solid #ccc;
	background:#faf9f4;
	width:158px;
	height:78px;
	margin:5px 0 10px;
}
.profile .name{
	font-size:18px;
	color:#0099cc;
}
.blue {
	color:#00A7E5;
}

/* Services Styles */

.list-box {
	float:left;
	display:inline-block;
	margin:10px 10px 0;
	width:205px;
}
.list-wrapper {
	float:left;
	display:inline-block;
	width:100%;
}
.list-box h3 {
	font-size:18px;
	margin-bottom:5px;
}
.list-box ul {
	list-style:disc;
}
.list-box ul li {
	line-height:1.5em;
	margin-left:15px;
}

/* Portfolio styles */
.portfolio {
	float:left;
	display: inline;
	position: relative;
	padding:10px;
	width:100%;
}
.portfolio .link-box {
	margin:5px;
}
.portfolio .link-box-1 {
	margin:5px 5px 5px 0;
}
.portfolio .box-inactive {
	background:#bababa;
}
.portfolio .list-wrapper {
	float:left;
	width:100%;
	margin:5px -10px;
}
.portfolio .listing {
	float:left;
	display: inline;
	position: relative;
	width:280px;
	margin:10px;
}
.listing .img-container {
	width:260px;
	height:146px;
}
.portfolio .pager {
	float:left;
	font-size:12px;
	margin:0 0 40px;
}
.portfolio .pager .next, .portfolio .pager .page, .portfolio .pager .prev {
	float:left;
	color:#00a7e5;
	margin:5px;
	padding:1px 6px;
}
.portfolio .pager .prev {
	margin:5px 5px 5px 0;
}
.portfolio .pager .page {
	border:1px solid #ccc;
}
.portfolio .pager .active{
	color:#fff;
	background:#00a7e5;
	padding:2px 7px;
}

/*
	Contact Styles
*/
.contact .map {
	display:inline-block;
	float:left;
	margin:10px;
}
.contact .link-box {
	margin:0 277px 20px 0;
}
.contact h4 {
	margin-bottom:5px;
}
.contact p {
	margin-bottom:15px;
}
.small {
	font-size:11px;
}

/* Twitter feed styles */
.twitfeed {
	float:right;
	display: inline;
	position: relative;
	width:380px;
	margin:40px 0 0 0;
	padding:0 0 0 20px;
}
.follow-us {
	float:right;
	padding:10px 0;
	margin:0 30px 0;
	position:relative;
}
.follow-us .logo{
	float:left;
	position:absolute;
	right:145px;
	top:3px;
}
.twit-wrapper {
	float:left;
	display: inline;
	position: relative;
	background:#fff url(../images/interface/twit-bg.gif) center center no-repeat;
	width:320px;
	height:310px;
	padding:20px;
}
.twit{
	float:left;
	display: inline;
	position: relative;
	width:100%;
	margin:0 0 20px 0;
}
.twit .message,
.twit .details {
	float:left;
	width:100%;
}
.twit .details {
	font-size:12px;
}

/* Footer styles */
.footer {
	background: #fff url(../images/interface/footer-bg.jpg) top center no-repeat;
	color:#999999;
	position:relative;
	height: 115px;
	width: 100%;
	margin:40px 0;
	float: left;
	display: inline-block;
	position: relative;
}
.above-line {
	float:left;
	display: inline-block;
	position: relative;
	font-size:10px;
	margin:60px 0 0 80px;
	width:800px;
}
.below-line {
	float:left;
	display: inline-block;
	position: relative;
	font-size:11px;
	*font-size:10px;
	line-height:1.5em;
	margin:20px 0 0 80px;
}
.below-line .slogan {
	font-weight:bold	;
}
