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: "Helvetica Neue Light", HelveticaNeue-Light, Helvetica, Arial, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
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: "" "";
}

/* =Typography */
html {
	font-size: 100%;
	}
body {
	font-size: 1em;
	}
h1, #header #brand {
	font-size: 1.675em;
	}
h2 {
	font-size: 1.5em;
	}
h3, legend, dt, caption {
	font-size: 1.125em;
	font-weight: normal;
	}
#nav {
	text-transform: lowercase;
	font-size: .875em;
	}
cite {
	font-style: italic;
	}
ol {
	list-style-type: decimal;
	list-style-position: outside;
	}

/* =Layout + Colors */
html {
	color: #959595;
	background: white;
	}
body {
	margin: 0 auto;
	line-height: 1.5em;
	}
#header {
	color: black;
	background-color: white;
	margin: 20px 10px;
	height: 1.8em;
	}
	#header #brand {
		float: right;
		display: inline;
		}
		#header #brand a:link, #header #brand a:visited {
			color: black;
			border-color: transparent;
			}
		#header #brand a:hover {
			color: #8fbfda;
			border-bottom: 1px solid #8fbfda;
			}
#nav {
	display: inline;
	line-height: 2em;
	}
	#nav li {
		display: inline;
		margin-right: 1em;
		}
		#nav li span {
			margin-top: 0;
			color: #959595;
			}
		#nav li a {
			margin-top: 0;
			text-decoration: none;
			}
		#nav li a:link, #nav li a:visited {
			color: #8fbfda;
			border: none;
			}
		#nav li a:hover {
			color: #f90;
			}
		#nav li.current a {
			color: #959595;
			}
			#nav li.current a:hover {
				color: #f90;
				}
#banner {
	width: 950px;
	height: 214px;
	background: url(../images/header-bg03.jpg) top left no-repeat; /* change #1 relative path in #banner bg */
	}
	#banner h1 {
		color: #fff;
		position: relative;
		top: 70px;
		margin-left: 10px;
		}
h2 {
	margin: .5em 0 .25em 0;
	padding-top: 1em;
	color: #8fbfda;
	border-top: 1px dotted #959595;
	}
h3 {
	margin: 1em 0 .25em 0;
	}
h3, legend, dt, caption {
	color: #8fbfda;
	}
#content {
	padding-bottom: 1em;
	}
	#content p {
		padding-bottom: 1em;
		}
	#content object {
		margin-bottom: 10px;
		}
#album ul {
	list-style: square;
	list-style-position: inside;
	}
em {
	color: #8fbfda;
	}
strong {
	color: #8fbfda;
	font-weight: normal;
	}
	.promo strong {
		font-size: 2em;
		}
.video {
	float:left;
	margin-right: 18px;
	margin-bottom: 20px;
	}
.gallery {
	padding-bottom: 30px;
	}
	.gallery .new {
		padding-bottom: 0;
		}
.gallery li {
	display: inline;
	margin-right: 0px;
	outline: 0;
	}
.gallery li a {
	border: none;
	}
	.gallery li a:link img {
		border: 2px #eee solid;
		}
	.gallery li a:hover img {
		border-color: #ccc;
		}
	.new li {
		display:inline-block;
		margin-right: 10px;
		padding-bottom: 20px !important; 
		}
#gallery-list {
	border-top: 1px dotted #959595;
	float: left;
	margin-top: 24px;
	}
	#gallery-list h2 {
		border-top: none;
		padding-top: 10px;
		}
	#gallery-list li {
		float:left;
		display:inline;
		margin-left:70px;
		width: 440px;
		}
	#gallery-list a img {
		/* margin-left: 10px; */
		}
#shortcuts li {
	display: inline;
	font-size: .875em;
	padding-right: 20px;
	}
table {
	margin: 1.75em 0 .25em;
	width: 480px;
	}
dl {
	margin-top: 10px;
	}
#vcard h3 {
	margin-top: 0;
	}
#twitter_div {
	margin-top: 1.75em;
	}
.opinion h3 {
	clear: right;
	}
.opinion img {
	float: right;
	height: 292px;
	margin-left: 20px;
	padding-bottom: 10px;
	width: 440px;
	}
/* =Form */

form ol {
	list-style-type: none;
	}
fieldset {
	border: none;
	}
label {
	display: block;
	margin-bottom: .025em;
	margin-top: .25em;
	}
input, textarea {
	width: 464px;
	padding: 1px 0;
	}
	input.button {
		width: auto;
		}
	textarea {
		height: 7em;
		}
.honey-pot {
	display: none;
	}
.message {
	background-color: #464443;
	margin: 10px 0;
	padding: 0 10px;
	}
	#alert em {
		font-weight: bold;
		line-height: 2em;
		}
	#alert ul {
		padding-bottom: 10px;
		}
		#alert ul li {
			color: white;
			}
#footer {
	margin: 1em 0 1em 10px;
	padding-top: 1em;
	border-top: 1px dotted #959595;
	text-align: center;
	font-size: 0.75em;
	}
a:link {
	color: #8fbfda;
	text-decoration: none;
	border-bottom: 1px solid #8fbfda;
	}
	a:visited {
		color: #8fbfda;
		text-decoration: none;
		border-bottom: 1px dotted #8fbfda;
		}
	a:hover {
		color: #f90;
		border-bottom: 1px solid #f90;
		}
	
