@import url("/css/scrollbars.css");


/* LAYOUT */

html {
	overflow-y: scroll;
}

html, body {
	height: 100%;
	margin: 0px;	
}

body {
	background: black;
	color: white;
	font-size: 100.1%;
	font-family: Helvetica, Arial, Sans-serif;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 960px;
	margin: 0 auto -230px; /* the bottom margin is the negative value of the footer's height */
}

#footer, #push {
	height: 230px;
	width: 960px;
	margin: 0px auto;
	clear: both;
}

#push {
	height: 230px;
}


#content {
	width: auto;
	margin-left: 100px;
	overflow: hidden;
	width: 760px
}

p {
	margin-top: 5px;
	line-height: 18px;
}

/* STORY PAGE SPECIFIC */

#wrapper_rab_story {
	background: url('/assets/rabstory_bg.jpg') center top no-repeat;
}

#wrapper_rab_story #content, #wrapper_event_story #content {
	padding-right: 100px;
}

#wrapper_rab_story #content h2, #wrapper_event_story #content h2 {
	line-height: 20px;
	font-size: 0.813em;
	margin: 10px 0px;
}

#wrapper_rab_story #header, #wrapper_event_story #header {
	padding-top: 103px;
	padding-left: 61px;
}

#wrapper_rab_story #header .strapline, #wrapper_event_story #header .strapline {
	top: -52px;
	left: 175px;
}

#wrapper_event_story {
	background: url('/assets/eventstory_bg.jpg') top center no-repeat;
}

#logos {
	float: right;
	margin-right: 10px;
}

#logos img {
	position: relative;
}

#logos #rab_logo {
	margin-right: 9px;
	top: 4px;
}

#logos #event_logo {
	padding-right: 5px;
}

#header {
	padding-top: 50px;
	padding-left: 50px;
}

#header .strapline {
	display: none;
	position: relative;
	font-size: 0.875em;
	letter-spacing: 0.5px;
	top: -45px;
	left: 192px;
	width: 550px;
}

#copyright {
	margin-top: 5px;
	text-indent: 100px;
	font-size: 0.563em;
	font-family: Verdana, Arial, Sans-serif;
}


/* TEXT STYLES */

a, a:visited {
	color: white;
}

a:hover {
	color: red;
}

.red {
	color: red;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

sup {
	font-size: 0.563em;
}

#content > * {
	font-size: 0.75em;
}

#content h2 {
/* 	font-size: 0.813em; */
	font-size: 1em;
	margin-bottom: 0px;
}


/* MENU */

#menu {
	padding-left: 100px;
	font-size: 0.813em;
}

#menu a, #menu a:visited {
	text-decoration: none;
	color: white;
	margin-right: 14px;
	font-weight: bold;
}

#menu a:hover, #menu a.selected {
	color: red;
}


/* HOMEPAGE */

.homepage_splash {
	margin: 0px auto 10px auto;
	
	width: 700px;
	display: block;
}

#wrapper_homepage #content {
	margin-left: 70px;
}

#content .strapline {
	display: none;
	position: relative;
	top: -68px;
	left: 100px;
	font-size: 0.813em;
	letter-spacing: 0.5px;
}


/* CONTACT PAGE */

#wrapper_contact #content h2 {
	margin-top: 0px;
}

#wrapper_contact #content p {
	margin-bottom: 30px;
}


/* STOCKISTS PAGE */

#store_locator_text h2 {  
  	font-size: 1.063em;
}  


/* FOOTER LINKS */

#footer a, #footer a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img, a:visited img {
	border: none;
}

