/*
Common CSS File for http://www.loosecannonec4.co.uk/ v3.0
©2011 Christopher Bolton
For help with this CSS file contact chris[at]fifthstreetmedia.com
*/

/* >>> ERIC MEYER CSS RESET <<<--------------- */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

:focus { outline: 0; } /* remember to define focus styles! */

ins { text-decoration: none; } /* remember to highlight inserts somehow! */

del { text-decoration: line-through; }

table { border-collapse: collapse; border-spacing: 0; } /* tables still need 'cellspacing="0"' in the markup */

/* >>> COMMON LAYOUT AND STYLING <<<---------- */

body {
	position: relative;
	text-align: center;
	font-size: 62.5%;
	font-family: "helvetica neue",helvetica,arial,sans-serif;
	color: #433d35;
	background: #2c2a20;
}

.wrapper {
	margin: 0 auto;
	width: 960px;
	text-align: left; /* ie fix */
}

.screenreaders { display: none; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

strong { font-weight: bold; }
a { text-decoration: none; color: #9f1501; }
a:hover { text-decoration: underline; }

/* >>> HEADER <<<----------------------------- */

header {
	display: block;
	width: 100%;
	height: 160px;
	background: #f2efe4 url(../images/body/headerBg.png) repeat-x top center;
}

header .wrapper { height: 160px; }

a#logo {
	float: left;
	width: 140px;
	height: 160px;
	background: url(../images/body/loose-cannon-club-logo.png) no-repeat top left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

header nav {
	float: right;
	display: block;
	width: 800px;
	height: 40px;
	margin-top: 70px;
}

header nav ul {
	width: 800px;
	height: 40px;
}

header nav ul li {
	float: right;
	display: inline;
	height: 40px;
	margin-left: 20px;
}

header nav ul li a {
	float: left;
	display: inline;
	height: 40px;
	line-height: 40px;
	font-family: arvo,serif;
	font-size: 16px;
	font-weight: 500;
	color: #433d35;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}

header nav ul li a:hover,
#home header nav ul li#mnHome a,
#city-bar header nav ul li#mnBar a,
#parties header nav ul li#mnParties a,
#events header nav ul li#mnEvents a,
#kitchen header nav ul li#mnKitchen a,
#contact header nav ul li#mnContact a {
	color: #ae0c26;
	text-decoration: none;
}

/* >>> TOP CONTENT <<<------------------------ */

#topContent {
	width: 100%;
	height: 110px;
	background: #ae0c26 url(../images/body/topContentBg.png) repeat-x bottom center;
}

#topContent .wrapper { height: 110px; }

#topContent #current {
	float: left;
	width: 630px;
	margin-top: 7px;
	height: 50px;
}

#topContent #current p.pageTitle,
#topContent #current p.currentPage {
	float: left;
	display: block;
	height: 50px;
	font-family: arvo,serif;
	font-weight: 500;
	color: #36645e;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

#topContent #current p.pageTitle {
	padding-right: 20px;
	line-height: 50px;
	font-family: arvo,serif;
	font-size: 24px;
	color: #f2efe4;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
}

#topContent #current p.currentPage {
	margin-top: 4px;
	border-left: 1px solid #d07e85;
	padding-left: 20px;
	line-height: 46px;
	font-size: 12px;
	color: #f2efe4;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
}

#topContent #current p.currentPage a {
	color: #f2efe4;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
}

#home #topContent { height: 320px; }
#home #topContent .wrapper { height: 320px; }
#home #topContent .newsFeed {
	float: left;
	display: inline;
	width: 380px;
	margin-top: 25px;
}

#home #topContent p.date {
	display: block;
	padding: 3px 0;
	font-family: "pt serif",serif;
	font-style: italic;
	font-size: 16px;
	font-weight: 400;
	color: #4b1d1e;
	text-shadow: 0 1px 0 rgba(255,255,255,0.3);
}

#home #topContent h2 a {
	display: block;
	line-height: 30px;
	font-family: arvo,serif;
	font-size: 22px;
	font-weight: 500;
	color: #f2efe4;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
	text-decoration: none;
}

#home #topContent h2 a span {
	display: block;
	padding: 0 0 5px 0;
	font-family: "pt serif",serif;
	font-style: italic;
	font-size: 16px;
	color: #4b1d1e;
	text-shadow: 0 1px 0 rgba(255,255,255,0.3);
	text-decoration: none;
}

#home #topContent .newsImage {
	float: right;
	display: inline;
	width: 456px;
	margin-top: 12px;
}

#home #topContent .newsImage img {
	border: 5px solid #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

/* >>> CONTENT <<<---------------------------- */

#content {
	width: 100%;
	padding: 40px 0;
	background: #f2efe4;
}

#content .wrapper {
	overflow: hidden;
	background: url(../images/body/contentSep.png) repeat-y top right;
}

#mainContent { float: left; width: 600px; }

#content h1,
#content h2 {
	margin-bottom: 20px;
	padding-right: 30px;
	line-height: 32px;
	font-family: arvo,serif;
	font-size: 24px;
	font-weight: 500;
	color: #433d35;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}

#content h2 {
	margin-bottom: 0;
	line-height: 24px;
	font-size: 18px;
}

#news #content h2 { margin-bottom: 10px; }

#content img {
	float: left;
	display: inline;
	margin: 0 20px 20px 0;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

#content p, #content ul { margin-bottom: 1.5em; font-size: 14px; line-height: 1.5em; }

#news #mainContent p.date,
#article #mainContent p.date {
	display: block;
	margin-bottom: 0;
	padding-bottom: 15px;
	line-height: 1em;
	font-family: "pt serif",serif;
	font-size: 14px;
	font-weight: 400;
	color: #8f8372;
	text-shadow: 0 1px 0 rgba(255,255,255,0.3);
}

#news #mainContent p.date { padding-bottom: 5px; }

/* >>> GALLERY <<<---------------------------- */

#content .galleryWrap img {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
	border: 3px solid #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

/* >>> SECONDARY <<<-------------------------- */

#secondary { float: right; width: 300px; }
#secondary p { font-size: 13px; }

#secondary h4 {
	margin-bottom: 20px;
	line-height: 24px;
	font-family: arvo,serif;
	font-size: 18px;
	font-weight: 500;
	color: #433d35;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}

#secondary .secBox  { clear: both; width: 300px; margin-bottom: 20px; }

#secondary #secNews li.date {
	padding-bottom: 2px;
	font-family: "pt serif",serif;
	font-size: 12px;
	font-weight: 400;
	color: #8f8372;
}

#secondary #secNews .artTitle { margin-bottom: 1.5em; }

/* >>> HIGHLIGHTS <<<------------------------- */

#highlights {
	width: 100%;
	height: 310px;
	background: #f2efe4;
}

#highlights .wrapper { height: 310px; }

#highlights .box {
	float: left;
	display: inline;
	width: 204px;
	height: 310px;
	margin-right: 48px;
}

#highlightKitchen.box { margin-right: 0; }

#highlights h4 {
	margin: 20px 0 15px 0;
	font-family: arvo,serif;
	font-size: 20px;
	font-weight: 500;
	color: #433d35;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}

#highlights h6 {
	margin-top: 5px;
	font-family: arvo,serif;
	font-size: 10px;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
	color: #ae0c26;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

#highlights img {
	border: 3px solid #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

#highlights .box p {
	margin-top: 10px;
	padding-left: 3px;
	line-height: 1.5em;
	font-size: 14px;
	color: #666;
}

#highlights .box p a.more {
	display: block;
	margin-top: 7px;
	font-family: "pt serif",serif;
	font-style: italic;
	font-size: 14px;
	color: #ae0c26;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	text-decoration: none;
}

/* >>> HOME SECONDARY <<<--------------------- */

#homeSecondary {
	width: 100%;
	height: 200px;
	background: #bfbdb4 url(../images/body/homeSecBg.png) repeat-x top left;
}

#homeSecondary .wrapper { height: 310px; }

#homeSecondary .box {
	float: left;
	display: inline;
	width: 456px;
	height: 200px;
}

#homeSecGallery.box { float: right; }

#homeSecondary h4 {
	margin: 30px 0 12px 0;
	font-family: arvo,serif;
	font-size: 18px;
	font-weight: 500;
	color: #433d35;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6);
}

#homeSecondary p {
	line-height: 1.5em;
}

#homeSecondary ul { width: 456px; height: 98px; }
#homeSecondary ul li {
	float: left;
	display: inline;
	margin-right: 13px;
	width: 80px;
	height: 80px;
}

#homeSecondary ul li:last-child { margin-right: 0; }

#homeSecondary ul li img {
	border: 2px solid #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

#homeSecondary p a.more {
	display: block;
	font-family: "pt serif",serif;
	font-style: italic;
	font-size: 14px;
	color: #433d35;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	text-decoration: none;
}

/* >>> CONTACT <<<---------------------------- */

.contactDetails {
	float: right;
	display: inline;
	width: 280px;
	text-align: right;
}

.contactDetails h4 {
	margin-bottom: 5px;
	line-height: 24px;
	font-family: arvo,serif;
	font-size: 16px;
	font-weight: 500;
	color: #433d35;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}

/* >>> FOOTER <<<----------------------------- */

footer {
	clear: both;
	display: block;
	width: 100%;
	height: 300px;
	background: #433d35 url(../images/body/footerBg.png) repeat-x top left;
}

footer .wrapper { height: 300px; }

footer .box {
	float: left;
	display: inline;
	height: 300px;
	line-height: 1.5em;
	font-size: 13px;
	color: #f2efe4;
}

#footerNav { width: 300px; margin-right: 30px; }
#footerContact { width: 300px; margin-right: 30px; }
#footerFind { width: 300px; }

footer h4 {
	margin: 30px 0 25px 0;
	font-family: arvo,serif;
	font-size: 18px;
	font-weight: 500;
	color: #f2efe4;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.6);
}

footer p,
footer ul { width: 300px; margin-bottom: 1.5em; color: #9b968d; }
footer a { color: #9b968d; }

footer .footFindImage { width: 300px; }

footer .footFindImage img {
	margin-bottom: 13px;
	border: 4px solid #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

/* >>> V BTM <<<------------------------------ */

#vBtm {
	clear: both;
	display: block;
	width: 100%;
	height: 50px;
	background: #332e28 url(../images/body/vBtmBg.png) repeat-x top left;
}

#vBtm .wrapper { height: 50px; }

#vBtm p {
	float: left;
	margin-top: 4px;
	line-height: 46px;
	font-size: 12px;
	color: #76716a;
}

#vBtm p.fsm {
	float: right;
	text-align: right;
}

#vBtm p a { color: #afaca2; }

/* >>> HEADERS <<<---------------------------- */

h1,h2,h3,h4,h5,h6 {
}

/* >>> FORM ELEMENTS <<<---------------------- */

form {
	float: left;
	display: inline;
	width: 280px;
}

fieldset {
	width: 280px;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

label {
	display: block;
	font-size: 14px;
	line-height: 1.5em;
}

span.req { font-size: 11px; color: #ae0c26; }

.input,
#comments {
	width: 260px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	box-shadow: 0 1px 2px #d0d0d0 inset;
	padding: 8px 6px 7px 6px;
	padding: 7px;
	font-family: arial,sans-serif;
	font-size: 13px;
	line-height: 14px;
	color: #4a4a42;
	background: #f9f9f9;
}

.inlineInputs {
	width: 240px;
	height: 24px;
	margin-bottom: 10px;
}

.inlineInputs label,
.inlineInputs input {
	display: inline;
}

#comments { width: 260px; }

select {
	width: 260px;
	margin-bottom: 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #e5e5e5;
	padding: 8px 10px;
	font-family: "helvetica neue",helvetica,arial,sans-serif;
	font-size: 120%;
	line-height: 12px;
	color: #4a4a42;
	background: #fff;
}

.submit {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	outline: none;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	padding: 9px 12px;
	text-shadow: 0 -1px 0 rgba(0,0,0,1);
	border: none;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-family: "helvetica neue",helvetica,arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 12px;
	color: #d5c0ba;
	background: #004100;
	background: -moz-linear-gradient(top, #ae0c26, #610312);
	background: -webkit-gradient(linear, 0 0, 0 50%, from(#ae0c26), to(#610312));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae0c26', endColorstr='#610312');
}

.submit:hover { color: #fff; }
