@charset "UTF-8";
/* CSS Document */

body {
	background-attachment: scroll;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: center;
	margin: 0 0 15px 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
}

li {
	list-style: none;
}

h2 {
	margin: 0 0 12px 0;
	padding: 5px 0;
	border-top: 1px solid #9a8675;
	border-bottom: 1px solid #9a8675;
	border-left: 0px;
	border-right: 0px;
	border-style: dotted;
	font-size: 19px;
}

img {

	border: 0;
}


/* links */
a:link {
	color: #ae101e;
	text-decoration: none;
}

a:hover {
	color: #fff;
	background: #ae101e;
}

a:visited {
	color: #ae101e;
	text-decoration: none;
}

a:visited:hover {
	color: #fff;
	background: #ae101e;
}


/* layout */

div#container {
	margin: 0 auto;
	width: 960px;
	z-index: 1;
	position: relative;
}

div#logo {
	margin: 50px 0 0 0;
	width: 657px;
	float: left;
}

div#tooltip_link {
	width: 300px;
	height: 283px;
	position: absolute;
	top: 0px;
	left: 700px;
	cursor: pointer;
	z-index: 300;
}

div#header_image {
	width: 165px;
	margin: 0 60px 0 0;
	float: right;
	clear: right;
}

div#countdown {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	line-height: 28px;
	width: 670px;
	margin: 36px 0 30px 0;
	float: left;
}

div#twitter {
	width: 320px;
	margin-right: 35px;
	margin-bottom: 20px;
	float: left;
}

div#flickr {
	width: 320px;
	margin-right: 35px;
	margin-bottom: 20px;
	float: left;
}

div#promo {
	width: 227px;
	margin-bottom: 20px;
	float: left;
	clear: right;
}

div#note {
	margin: 20px 0 0 0;
	color: #766655;
	width: 960px;
	clear: both;
	display: block;
}

div#footer {
	width: 960px;
	height: 18px;
	padding: 1px 5px 17px 18px;
	background-color: #ae101e;
	color: #fff;
	display: block;
}

div#credit {
	width: 100px;
	float: left;
	display: block;
}

div#share {
	width: 230px;
	margin-top: 8px;
	float: right;
	clear: right;
	display: block;
}

div#share span {
	display: inline;
}

div#tooltip {
	z-index: 100;
	position: absolute;
	top: 145px;
	left: 485px;
	background-image: url(../images/tooltip.png);
	width: 420px;
	height: 144px;
	display: none;
}

div.tweet {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #9a8675;
	border-style: dotted;
}

div.tweet p {
	margin: 8px 0;
}

div .flickr_badge_image {
	float: left;
	padding: 0px;
	margin: 0 15px 15px 0;
	border: 4px solid #aca17e;
}

div .flickr_badge_image a:hover {
	border: #ae101e;
}


/* classes */

.highlight {
	color: #ae101e;
}

.small_text {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
}

.small_text a:hover {
	background: none;
	color: #ae101e;
}

.widgettitle {
	border: 0;
	margin: 0;
	padding: 0;
}

.vertical-align {
	vertical-align: bottom;
}

.no-hover a:hover {
	background: none;
}

.no-hover a:visited:hover {
	background: none;
}
