body {
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: Times, "Times New Roman", serif;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-image: url(../img/bg_road.jpg);
	background-color: #000;
}

p {
	margin: 0;
	padding: 0 0 1em 0;
	line-height: 1.4;
}

a:link {
	color: #9ff;
}

a:visited {
	color: #E0FF5F;
}

form {
	position: relative;
}

#frame {
	width: 720px;
	margin: 0 auto;
	padding: 0 6px 6px 6px;
	text-align: left;
	background-image: url(../img/bg_transparent.png);
}

.qa {
	float: left;
	width: 117px;
	height: 110px;
	margin: 0 12px 30px 0;
	padding: 24px 0 0 12px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -0.05em;
	border-left: 1px dotted #54575f;
}

/* outdated overrides*/
.qa {
	padding-top: 54px;
}

.qa.first {
	border-left: 0;
}

.qa strong {
	color: #f90;
}

#whatwhereContainer {
	display: inline;
	position: relative;
	float: right;
	width: 145px;
	margin: 18px 50px 0 50px;
}

#whatwhere {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 145px;
	padding: 5px 7px;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: -0.08em;
	background-image: url(../img/bg_transparent.png);
}

img#bluecircle {
	display: none;
	position: absolute;
	top: -55px;
	left: -60px;
	z-index: 1;
}

#headerMap {
	position: absolute;
	top: -160px;
	left: -94px;
}

#whatwhere strong {
	font-size: 42px;
	letter-spacing: -0.09em;
}

#whatwhere a {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0;
}

h1 {
	width: 400px;
	margin: 0 60px 10px 60px;
	font-size: 60px;
	letter-spacing: -0.09em;
	text-align: center;
}

h2 {
	font-size: 24px;
	letter-spacing: 0;
}

h2.subheader {
	width: 400px;
	margin: 0 60px 0 60px;
	font-size: 36px;
	letter-spacing: 0;
	text-align: center;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active, 
h2.subheader a:link, h2.subheader a:visited, h2.subheader a:hover, h2.subheader a:active {
	color: #fff;
	text-decoration: none;
}

#entries {
	clear: left;
	margin: 50px 222px 0 0;
}

.entry {
	clear: left;
}

.entry h2 {
	display: inline;
	float: left;
	width: 60px;
	margin: 0 0 0 34px;
	padding: 0;
	font-size: 48px;
	letter-spacing: -0.15em;
	line-height: 36px;
	text-align: left;
}

.entry h2 strong {
	display: block;
	margin: 5px 0 0 0;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: -0.025em;
	line-height: 18px;
}

#entries.narrowcolumn .entry p {
	margin: 0 20px 0 112px;
}

#entries.widecolumn .entry p {
	margin: 0 20px 0 62px;
}

form.signups {
	position: relative;
	clear: left;
	width: 385px;
	margin: 30px 0 30px 112px;
	padding: 0 0 30px 0;
}

form#info h2 {
	margin: 0;
	color: #c0f;
	font-size: 36px;
	letter-spacing: -0.08em;
	text-align: left;
}

form#info dl {
	font-size: 15px;
}

form dt {
	float: left;
	clear: left;
	width: 6em;
	margin: 0 0.5em 0.5em 0.5em;
	text-align: right;
}

form dt label {
	font-weight: bold;
}

form#info dt label {
	color: #f90;
}

form dd {
	margin: 0 0 0.5em 7em;
}

form#info dd.birthyear {
	float: left;
	margin-left: 0;
}

form#info dt.submit {
	clear: none;
	margin: 0;
	text-align: right;
}

input.inputError {
	background-color: #9ff;
}

small.inputError {
	color: red;
}

form dd small {
	color: #fff;
}

#photos {
	height: 90px;
	margin: 50px 0 20px 0;
	padding: 6px 18px;
	/* background-image: url(../img/bg_transparent_25.png); */
	text-align: center;
}

#photos ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#photos li {
	float: left;
	width: 60px;
	height: 45px;
	margin: 0;
	padding: 4px;
	list-style: none;
}

.morePhotos {
	float: right;
	clear: left;
	margin: -15px 15px 0 0;
}

#rightContainer {
	display: inline;
	position: relative;
	float: right;
	clear: right;
	width: 184px;
	margin: 30px 34px 0 20px;
}

img#yo-ho {
	position: absolute;
	top: 50px;
	left: 30px;
	z-index: 1;
}

#rightInnerContainer {
	position: absolute;
	z-index: 2;
	width: 184px;
	margin: 0;
	padding: 0;
}

.icons {
	text-align: center;
}

.icons img {
	padding: 1px 3px 10px 3px;
}

#tellafriendContainer {
	width: 208px;
	background-image: url(../img/bg_transparent.png);
}

#tellafriendContainer.extended {
	/* background-image: url(../img/bg_transparent.png); */
	background: none;
}

form#tellafriend {
	width: 184px;
	padding: 12px 12px;
}

form#tellafriend input {
	position: relative;
}

form#tellafriend dl {
	margin: 0;
	padding: 0;
	font-size: 15px;
}

form#tellafriend h2 {
	margin: 0 0 3px 0;
	padding: 0;
	color: #c0f;
	font-size: 20px;
	letter-spacing: -0.08em;
	text-align: left;
	line-height: 20px;
}

form#tellafriend dt {
	float: none;
	width: auto;
	margin: 6px 0 0 0;
	text-align: left;
}

form#tellafriend dd {
	margin: 0;
}

form#tellafriend dt label {
	font-weight: normal;
}

form#tellafriend dt label {
	color: #fff;
}

form#tellafriend dd.birthyear {
	float: left;
	margin-left: 0;
}

form#tellafriend dd input.tf {
	width: 180px;
}

form#tellafriend dt.submit {
	clear: none;
	margin: 6px 0 0 0;
	text-align: right;
}

#sidebar {
	width: 184px;
	margin: 12px 0 0 0;
	padding: 6px 12px;
	background-image: url(../img/bg_transparent.png);
}

#sidebar h2 {
	margin: 0 0 3px 0;
	color: #c0f;
	font-size: 20px;
	letter-spacing: -0.08em;
	text-align: left;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul ul li {
	margin: 0 0 3px 0px;
	padding: 0;
	list-style: none;
}

a.lightboxLink:link, a.lightboxLink:hover, a.lightboxLink:active {
	color: #00f;
	font-weight: normal;
}

a.lightboxLink:visited {
	color: #c0c;
	font-weight: normal;
}

em.description {
	font-weight: normal;
	font-style: normal;
}

.thumb {
	float: left;
	background: url(../img/shadow.png) no-repeat bottom right;
	margin: 5px 0px 0px 6px;
 	padding: 5px 10px 10px 5px;
}

#photosPage {
	width: 600px;
	margin: 0 50px;
	text-align: center;
}

#photosPage h2 {
	clear: left;
	margin-bottom: 10px;
	padding-top: 50px;
	text-align: left;
}

#responseMsg {
	clear: left;
	margin: 50px 222px 0 80px;
	text-align: left;
}

#responseMsg dt label {
	color: #f90;
}

#responseMsg h2 {
	text-align: left;
}

.orange {
	color: #f90;
}

#signupCount {
	overflow: auto;
	width: 184px;
	margin: 12px 0 0 0;
	padding: 6px 12px;
	background-image: url(../img/bg_transparent.png);
}

#signupCount h3 {
	float: left;
	margin: 0 12px 0 30px;
	padding: 0;
	color: #c00;
	font-size: 48px;
	line-height: 48px;
	letter-spacing: -0.1em
}

#signupCount strong {
	display: block;
	padding: 7px 0 0 0;
	font-size: 18px;
	letter-spacing: -0.05em;
	line-height: 15px;
}

#signupCount a {
	display: block;
	clear: left;
	margin: 0.75em auto;
	text-align: center;
}

form#tellafriendExtended h2 {
	margin: 0 0 3px 0;
	padding: 0;
	color: #c0f;
	font-size: 30px;
	letter-spacing: -0.08em;
	text-align: left;
	line-height: 30px;
}

#tellafriendExtended input.tf {
	width: 325px;
}

#tellafriendExtended select {
	width: 350px;
}

#tellafriendExtended textarea {
	width: 350px;
	height: 150px;
	padding: 2px;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.4;
}

.tf.readonly {
	color: #333;
	background-color: #ccc;
}

#tellafriendExtended #suffix {
	width: 350px;
	margin: 3px 0 0 0;
	padding: 2px 2px 2px 2px;
	color: #333;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size: 11px;
	background-color: #ccc;
	border: 2px inset #ddd;
}

#videos {
	position: relative;
	height: 160px;
	margin: 0 20px 0px 52px;
	padding-bottom: 30px;
	zoom: 1;
}

#videos a.more {
	display: block;
	clear: both;
	padding-right: 5px;
	text-align: right;
	text-decoration: underline;
}

#videos a {
	text-decoration: none;
}

#videos a img {
	padding: 0 0 5px 0;
	border: 0;
}

#videosInner {
	position: absolute;
	z-index: 2;
}

.videoThumbnail {
	float: left;
	width: 130px;
	margin: 5px 5px 0 5px;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size: 10px;
	text-align: center;
	line-height: 14px;
}

#footer {
	position: relative;
	clear: both;
	padding-top: 40px;
}

#theoriginal {
	position: absolute;
	top: -40px;
	left: 85px;
}

#weHeartStoras {
	position: absolute;
	top: -50px;
	left: -30px;
	z-index: 3;
}

#outdated {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 20px;
	padding: 7px 0 3px 0;
	color: #fff;
	text-align: center;
	background-image: url(../img/bg_transparent_lilac.png);
	border-bottom: 2px solid #000;
}

#outdated a:link, #outdated a:visited, #outdated a:hover, #outdated a:active {
	Xcolor: #fff;
	
}

#datesAirplane, #datesBus {
	float: left;
	width: 359px;
	margin: 35px 0;
	color: #fff; /* #ff9900 */
	font-size: 20px;
	text-align: center;
}

#datesAirplane {
	border-right: 1px dotted #54575f;
}

#datesAirplane img, #datesBus img {
	padding-bottom: 10px;
}

#sidebar #linkcat-1 li {
	color: #555;
	font-size: 13px;
}

#linkcat-1 li a {
	padding-right: 0.25em;
	font-size: 16px;
}

table.invites {
	border-collapse: collapse;
	border: 0;
}

table.invites th {
	padding: 3px 7px 3px 5px;
	color: #c0f;
	vertical-align: bottom;
}

table.invites td {
	padding: 3px 7px 3px 5px;
	border-top: 1px dotted #555;
}

table.invites td.status {
	font-style: italic;
}

table.invites td.visits {
	text-align: center;
}

table.invites td.latestVisit {
	text-align: right;
}

#outdated {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 20px;
	padding: 7px 0 3px 0;
	color: #fff;
	text-align: center;
	background-image: url(../img/bg_transparent_lilac.png);
	border-bottom: 2px solid #000;
}