/* @override http://slingshotbooth.dev/default.css */

/* 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-family: inherit;
	vertical-align: baseline;
}

html {
	font-size: 100.01%;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1em;
	color: black;
	background: black;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

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: "" "";
}

:link img {
	border: 0px none;
}

img, a img {
	padding: 0;
	margin: 0;
	border: none;
	display: block;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* !MAIN TYPOGRAPHY  ============*/

p, h1, h2, h3, li {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 14px;
	line-height: 19px;
	margin: 0 0 13px 0;
}

p a, p a:visited {
	color: #ff3300;
	text-decoration: underline;
}

ul li, ul li a {
	font-size: 12px;
	line-height: 16px;
	margin: 0;
}

h1 {
	font-size: 30px;
	color: #ff3300;
	line-height: 34px;
	font-weight: normal;
	margin: 0 0 12px 0;
	width: 330px;
}

h2 {
	color: rgb(30,30,30);
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	margin: 9px 0;
}

h3 {
	margin: 18px 0 3px;
	font-size: 15px;
	line-height: 18px;
	color: #ff3300;
}

h4 {
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: bold;
	color: #8b5c29;
}

/* General CSS */

#banner {
	width: 100%;
	display: block;
	height: 300px;
	background: black url(site/images/banner.jpg) top right no-repeat;
	margin-bottom: 10px;
}

body {
	background-color: #333;
	margin-top: 20px;
}

#container {
	/* main wrapper for all content */
    width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 0 0px 50px 20px;
	position: relatve;
}

#contactus {
	position: relative;
	width: auto;
	height: 50px;
	overflow: visible;
	background-color: white;
}

#contactus h3 {
	line-height: 50px;
	padding-left: 30px;
	color: #8b5c29;
	font-size: 18px;
}

#pointer {
	background: url(site/images/pointer.png) top right no-repeat;
	position: absolute;
	left: -35px;
	top: -25px;
	width: 55px;
	height: 55px;
}

#page {
	/* visible page area */
    background-color: #e1f4fa;
	width: 700px;
	position: relative;
	margin: 0;
	padding-bottom: 20px;
	border: 10px solid #444;
}

#sidebar {
	background: #e1f4fa url(site/images/grad.png) repeat-x;
	position: absolute;
	right: 0px;
	top: 270px;
	width: 230px;
	height: auto;
	padding-top: 10px;
}

#sidebar h3 {
	margin-top: 0;
}

#sidebar ul {
	margin-bottom: 18px;
}

#sidebar li, #sidebar li a {
	color: black;
	line-height: 18px;
	text-decoration: none;
}

#sidebar li, #sidebar h3 {
	padding-left: 18px;
	font-weight: bold;
}

#sidebar h3 {
	color: #505050;
	letter-spacing: 1px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#sidebar li a:hover {
	color: #FF3000;
	text-decoration: underline;
	background-color: transparent;
}

#thumbs {
	position: absolute;
	top: -10px;
	right: -220px;
	width: 200px;
}

#thumbs img {
	margin: 0 0 2px 0;
}

#thumbs p {
	color: #aaa;
	text-align: right;
	font-size: 12px;
}

#thumbs p.quote {
	font-size: 17px;
	font-family: Georgia, "Times Roman", serif;
	font-style: italic;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 12px;
	width: 100%;
	border: 1px solid #666;
	border-width: 1px 0;
	padding: 10px 0;
	text-align: center;
	color: white;
}

.intro {
	width: 400px;
	margin: 0 0 50px 25px;
}

.details {
	width: 570px;
	margin: 15px 0 0 25px;
}

h1.logo {
	background: url(site/images/logo.png) top left no-repeat;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
	width: 385px;
	height: 171px;
	position: absolute;
	top: 0px;
	left: -60px;
}

h1.headline {
	background: url(site/images/headline.png) top left no-repeat;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
	width: 315px;
	height: 87px;
}

.orange {
	color: #FF3300;
}