* {
  padding: 0;
  margin: 0;
}

body {
  font-size: 62.5%; /* 16px x 62.5% = 10px */
  background-color: #E5C594;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  color: #404040;
  padding: 0;
  margin: 0;
  background-image: none;
  max-width: none;
  min-width: none;
  width: auto;
}

a {
  outline: none; /* remove dotted borders around active image links */
  color: #FD7C09;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  font-size: 1em;
}

h1 {
  font-size: 1.8em;
  line-height: 1.2em;
}

h2 {
  font-size: 1.4em;
  font-weight: normal;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.1em;
}

.section-header {
  font-size: 1em;
}

h1, h2, h3, .section-header, h5, h6, p {
  padding: 0.5em 0;
  margin: 0;
}

img, fieldset {
  border: 0;
}

input, select, th, td, textarea {
  font-size: 1em;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
}

textarea {
  padding: 0.1em;
}

input, textarea, select {
  border-radius: 3px;
  -moz-border-radius: 3px;
}

hr {
  border: none 0;
  border-top: 1px dashed #FFF;
  width: 100%;
  height: 1px;
  margin: 1em 0 0.5em;
}

.cleaner, .cb {
  clear: both;
  height: 1px;
  font-size: 1pt;
  line-height: 0;
  border: none;
  margin: 0;
  padding: 0;
  display: block;
}

body, #bg, #bg table, #bg td {
    height:100%;
    width:100%;
    overflow:hidden;
}

html {
	overflow: auto;
}

a.play-button {
	display: block;
	position: relative;
}

a.play-button span {
	background: transparent url(/images/play_button.png) no-repeat left top;
	width: 74px;
	height: 45px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -37px;
	margin-top: -22px;
}

a.play-button:hover span {
	background-position: left -200px;
}

a.play-100 span {
	background: transparent url(/images/play_button_s.png) no-repeat left top;
	width: 50px;
	height: 30px;
	margin-left: -25px;
	margin-top: -15px;
}

.map {
	width: 600px;
	height: 400px;
	margin: 20px auto;
	position: absolute;
	top: -2000px;
}

.map-show {
	top: 0;
	position: static;
}

.right-pic {
	float: right;
	margin: 5px 10px 10px 5px;
}

#bg {
	position: fixed;
}

#bg div {
	height:200%;
	position:absolute;
	left:-50%;
	top:-50%;
	width:200%;
}

#bg td {
	text-align:center;
	vertical-align:middle;
}

#bg img {
	margin:0 auto;
	min-height:50%;
	min-width:50%;
}

#cont {
	position:absolute;
	top:0;
	left:0;
	z-index:70;
	overflow:auto;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}

.box {
	margin: 0 auto;
	width: 800px;
}

#header {
	position: relative;
	width: 800px;
	height: 80px;
	margin-top: 10px;
}

#header #logo {
	display: block;
	padding: 0;
	position: absolute;
	left: 45px;
	top: -14px
}

#nav {
	margin: 15px auto;
	color: #FFF;
	height: 40px;
  line-height: 40px;
	font-family: "Georgia", "Times New Roman", serif;
	font-weight: bold;
	text-align: center;
	font-size: 1.6em;
	position: absolute;
	right: 0;
}

#nav li a.current {
	color: #CCC;
}

#content {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 1.5em;
}

#content h2 {
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	font-size: 2em;
	padding: 0.5em 0 0.2em;
}

.shaded-box {
	background: transparent url(/images/70pc_black.png) repeat left top;
  border-radius: 6px;
  -moz-border-radius: 6px;
}

#nav ul {
	list-style-type: none;
}

#nav li {
	float: left;
	display: block;
	padding: 0 7px;
}

#nav li a {
	color: #FFF;
}

#flowpanes .vimeoBadge { margin: 0; padding: 0; font: normal 11px verdana,sans-serif; }
#flowpanes .vimeoBadge img { border: 0; }
#flowpanes .vimeoBadge a, .vimeoBadge a:link, .vimeoBadge a:visited, .vimeoBadge a:active { color: #3A75C4; text-decoration: none; cursor: pointer; }
#flowpanes .vimeoBadge a:hover { color:#00CCFF; }
#flowpanes .vimeoBadge #vimeo_badge_logo { margin-top:10px; width: 57px; height: 16px; }
#flowpanes .vimeoBadge .credit { font: normal 11px verdana,sans-serif; }
#flowpanes .vimeoBadge .clip { padding:0; float:left; margin:0 50px 10px 0; width:100px; line-height:0; }
#flowpanes .vimeoBadge .caption { font: normal 11px verdana,sans-serif; overflow:hidden; width:100px; height: 30px; }
#flowpanes .vimeoBadge .clear { display: block; clear: both; visibility: hidden; }

#vimeo_badge_link {
	display: none;
}

#flowpanes {
	position:relative;
	overflow:hidden;
	clear:both;
	min-height: 450px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

/* override single pane */
#flowpanes .flowdiv {
	float:left;
	display:block;
	width:760px;
	color: #FFF;
	padding: 0 20px;
	text-align: left;
}

/* our additional wrapper element for the items */
#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
	left: 0;
}

#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
	font-size:11px;
}

/* ----- SOCIAL SITES ----- */

#social-sites {
	position: fixed;
	top: 107px;
	margin-left: 400px;
	padding-top: 15px;
	left: 50%;
	width: 60px;
	height: 350px;
  border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
	background: transparent url(/images/70pc_black.png) repeat left top;
	border-left: 1px solid #D5C594;
}

#social-sites ul {
	list-style-type: none;
}

#social-sites ul li {
	margin-bottom: 10px;
}

/* ----- HOME ----- */

.left-column {
	float: left;
	width: 500px;
}

.right-column {
	float: right;
	width: 240px;
}

.inside-fb, .inside-twitter {
	margin-left: 10px;
	margin-top: 10px;
	float: right;
}

.inside-fb {
	width: 60px;
	height: 61px;
	overflow: hidden
}

.inside-twitter {
	width: 50px;
	height: 61px;
	overflow: hidden
}

#home-player {
	margin: 0 0 20px;
	position: relative;
	height: 100px;
	border: 1px solid #000;
	background-color: #FFF;
}

#home-preview {
	float: left;
	width: 78px;
	height: 80px;
	color: #333;
	padding: 20px 10px 10px;
}

#home-preview h3 {
	padding: 0;
}

#home-player object {
	float: right;
}

#home-share {
	list-style-type: none;
}

#home-share li {
	float: left;
}

/* ----- TWITTER ----- */

#p-twitter #twtr-widget-1 {
	font-size: 1em !important;
	font-family: "Georgia", "Times New Roman", serif !important;
}

/* ----- GIGS----- */

#p-gigs ul {
	margin-left: 2em;
	padding-left: 1em;
}

/* ----- VIDEOS ----- */

#p-videos {
	height: 600px;
}

#p-videos iframe {
	margin-left: -20px;
	margin-bottom: 20px;
}


/* ----- CONTACT ----- */

#contact-social {
	list-style-type: none;
	text-align: center;
	margin: 0 auto;
}

#contact-social li {
	float: left;
	padding: 0 25px;
	margin-bottom: 10px;
}

#contact-social li a {
	font-size: 1.3em;
}