/*
     ---------------------------------------------
     Benjamin Bridge Stylesheet
     Sean Mitchell, sean@seanmitchell.ca
     05 / 05 / 09
     ---------------------------------------------
*/



/* RESET
-------------------------------------------------- */
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, sub, sup, tt, var, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}



/* BODY
-------------------------------------------------- */
body {
	background: #000000;
	text-align: center;
	font-family: "Lucida Grande", Lucida Sans Unicode, Arial, Sans-Serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
}
a {
	color: #CE9229;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
.highlight {
	color: #CE9229;
}
.dash {
	color: #191919;
	padding: 0 5px 0 5px;
}
.slash {
	color: #191919;
	padding: 0 5px 0 5px;
}
.selected {
    color: #FFFFFF;
}



/* WRAPPER
-------------------------------------------------- */
#wrapper {
	margin: auto;
	text-align: left;
	width: 100%;
}



/* HEADER
-------------------------------------------------- */
#header {
	float: left;
	background: #FFFFFF url(/_img/background.jpg) center top no-repeat;
	width: 100%;
}
#header h1 {
	float: left;
	padding: 50px 76px 33px 76px;
	width: 328px;
}
#header h1 span {
	display: none;
}
#header h1 a {
	background: url(/_img/logo.gif) no-repeat;
	display: block;
	width: 328px;
	height: 79px;
}



/* HEADER-WRAPPER
-------------------------------------------------- */
#header-wrapper {
	margin: auto;
	width: 960px;
}



/* HEADLINE
-------------------------------------------------- */
#headline {
	float: left;
	width: 100%;
}
#headline h2 {
	background: url(/_img/headline.gif) no-repeat;
	width: 960px;
	height: 140px;
}
#headline h2 span {
	display: none;
}



/* HEADLINE-WRAPPER
-------------------------------------------------- */
#headline-wrapper {
    border-bottom: 1px solid #191919;
	margin: auto;
	width: 960px;
}



/* MENU
-------------------------------------------------- */
#menu {
	float: left;
	width: 100%;
}
#menu p {
	color: #191919;
	padding: 20px 15px 20px 15px;
}
#menu a {
	padding: 0 5px 0 5px;
}



/* MENU-WRAPPER
-------------------------------------------------- */
#menu-wrapper {
    border-bottom: 1px solid #191919;
	margin: auto;
	width: 960px;
}



/* CONTENT
-------------------------------------------------- */
#content {
	float: left;
	width: 100%;
}
#content em {
	font-style: italic;
}
#content strong {
	font-weight: bold;
}
#content p {
    padding-bottom: 13px;
}
#content ul {
    padding-bottom: 13px;
}
#content h3 {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 13px;
	
}
#content h6 {
    font-size: 12px;
	color: #CB4927;
    padding-bottom: 13px;
}
#content a {
	border-bottom: 1px solid #191919;
}
#content a:hover {
	border-bottom: 1px solid #FFFFFF;
}
#content #subscribe-form dl {
	padding-bottom: 35px;
}
#content #subscribe-form dd {
	padding-bottom: 10px;
}
#content #subscribe-form dd input {
	background: #E6E6E6;
	border: 1px solid #141414;
	padding: 6px 8px 6px 8px;
	font-size: 12px;
	color: #323232;
	width: 240px;
}



/* CONTENT-WRAPPER
-------------------------------------------------- */
#content-wrapper {
	margin: auto;
    padding: 35px 20px 35px 20px;
	width: 920px;
}



/* CONTENT > LEFT
-------------------------------------------------- */
#content #left {
	float: left;
	width: 620px;
}



/* CONTENT > RIGHT
-------------------------------------------------- */
#content #right {
	float: left;
    padding-left: 40px;
	width: 260px;
}



/* FOOTER
-------------------------------------------------- */
#footer {
	float: left;
	width: 100%;
}
#footer p {
	padding: 20px 15px 20px 15px;
}



/* FOOTER-WRAPPER
-------------------------------------------------- */
#footer-wrapper {
    border-top: 1px solid #191919;
	margin: auto;
	width: 960px;
}