/*** DEFAULT ELEMENTS **/

* {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
a {
	color: #111111;
	text-decoration: none;
}
a:visited {
	color: #333;
}
a img {
	border: 0;
}
body {
	background: #000 none repeat 0 0;
	color: #222222;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	color: #111111;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
	line-height: 1;
	margin: 1em 0 0.5em;
}
h3 {
	font-size: 1.3em;
	line-height: 1;
	margin: 1em 0;
}
h4 {
	font-size: 1.2em;
	line-height: 1;
	margin: 1em 0;
}
h5 {
	font-size: 1.1em;
	margin: 0.5em 0;
}
p, #main .tab2 p.error {
	margin: 0.5em 0 0.5em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong, em, a, span {
	font-size: inherit;
	font-weight: normal;
}
ul {
	list-style: none;
}

/*** DEFAULT CLASSES ***/

.break {
	clear: both;
	line-height: 1px;
}
.error {
	color: #640E27;
}
.first {
	border: none !important;
	margin: 0 !important;
}
.hidden {
	display: none;
}
.img-left {
	float: left;
	margin: 0 20px 10px 0;
}
.inner {
	padding: 10px;
}
.replace {
	overflow: hidden;
	text-indent: -9999px;
}
a.replace {
	background-repeat: no-repeat;
	display: block;
	float: left;
}

/*** DEFAULT FORM ELEMENTS ***/

form, fieldset {
	border: none;
}
form ol {
	margin: 0 !important;
}
input {
	float: left;
}
input.password, select.select, input.text {
	border: 1px solid #d8d8d8;
	padding: 4px 3px 4px;
	width: 280px;
}
select.select {
	width: 228px;
}
input.image, input.submit {
	border: none;
}
label {
	float: left;
	width: 170px;
}
legend {
	display: none;
}


/*** LAYOUT ELEMENTS ***/

div#title {
	margin: 20px 0 10px 0;
}
div#title a {
	font-size: 4em;
	line-height: 1;
	margin-bottom: 0;
}
#wrapper {
	background: url(/images/09/body.jpg) no-repeat #000 center top;
	display: table;
	min-width: 950px;
	width: 100%;
}
#header {
	height: 238px;
	margin: 0 auto;
	position: relative;
	width: 950px;
}
ul#account {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 0;
	width: 550px;
}
ul#account li {
	/*background: url(/images/09/bullet_account.png) no-repeat 7px 7px;*/
	background: url(/images/09/sprite.png) no-repeat -3px -3px;
	display: inline;
	float: right;
	font-size: 1.1em;
	padding-left: 12px;
}
ul#account li a {
	color: #fff;
	font-weight: bold;
	padding: 5px;
	text-decoration: underline;
}
#logo {
	float: left;
	margin-right: 10px;
}
#strapline {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	line-height: 26px;
	padding-right: 400px;
	width: 550px;
}
#header .adspace {
	float: left;
	margin: 1.5em 10px 0 0;
	width: 390px;
}

#content {
	background: url(/images/09/container.gif) repeat-y 0 0;
	display: block;
	margin: 7px auto 0;
	min-height: 800px;
	position: relative;
	width: 950px;
}
#content a {
	color: #640E27;
}
#content .top {
	background: url(/images/09/container-top.jpg) no-repeat right top;
	float: none !important;
	height: 50px;
	position: relative;
}
#content .bottom {
	background: url(/images/09/container-bottom.jpg) no-repeat 0 -1px;
	float: none !important;
	height: 59px;
}
#navbar {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	width: 200px;
}
#navbar ul.nav {
	clear: both;
	margin: 0 0 20px 0;
}
#navbar ul.nav li {
	background: url(/images/09/bullet_navbar.png) no-repeat 4px 12px;
	/*background: url(/images/09/sprite.png) no-repeat -6px -26px;*/
	border-top: 1px dashed #d8d8d8;
/*	display: block;*/
}
#navbar .nav li a {
	display: block;
	padding-left: 17px;
	width: 163px;
}
#navbar .nav li a span {
	font-size: 1.2em;
}
#main {
	float: left;
	width: 496px;
}
#main ol {
	margin-left: 20px;
}
#main ol li {
	padding: 5px 0 5px 7px;
}
#main ul li {
	background: url(/images/09/bullet_navbar.png) no-repeat 0px 12px;
	/*background: url(/images/09/sprite.png) no-repeat -6px -26px;*/
	border-top: 1px dashed #d8d8d8;
	padding: 5px 0 5px 12px;
}
#sidebar {
	float: left;
	width: 254px;
}
#sidebar a.final {
	display: block;
	text-align: right;
}
#sidebar h2 {
	margin: 0;
	padding: 5px 0;
}
#sidebar h4 {
	font-size: 1.1em;
	margin: 1em 0 0.5em;
}
#sidebar .eventItem {
	border-top: 1px dashed #777B88;
}
#sidebar p.dates {
	color: #4d4d4d;
	font-size: 0.9em;
}
#sidebar .panel {
	border-bottom: 1px dashed #d8d8d8;
	margin: 0 0 1em;
}
#sidebar .events h2 {
	/*background: url(/images/09/icons/calendar.png) no-repeat 0 0;*/
	/*background: url(/images/09/sprite.png) no-repeat -10px -83px;*/
}
#sidebar .twitter h2 {
	padding-left: 40px;
	/*background: url(/images/09/icons/twitter.png) no-repeat 0 0;*/
	/*background: url(/images/09/sprite.png) no-repeat -10px -135px;*/
}
#sidebar .movies h2 {
	/*background: url(/images/09/icons/movies.png) no-repeat 0 0;*/
	/*background: url(/images/09/sprite.png) no-repeat -10px -187px;*/
}
#twitter_update_list li {
	padding: 0.5em 0;
}
#twitter_update_list li span a {
	/*display: block;*/
	display: inline;
}
#twitter_update_list a {
	display: none;
}
#signoff {
	background: url(/images/09/box_footer.jpg) no-repeat #000 center top;
	height: 49px;
}
#footer {
	background: url(/images/09/footer.jpg) no-repeat #000 center top;
	height: 250px;
}
#footer .inner {
	color: #fff;
	margin: 0 auto;
	text-align: right;
	width: 930px;
}
#footer .inner a {
	color: #fff;
}
#main p.error {
	margin-bottom: 0;
}
#main ul.error {
	margin: 0 30px 10px;
}
#main ul.error li {
	border: none;
}
.message {
	background-color: #f0f0f0;
	border: 1px dashed #d8d8d8;
	margin: 20px 0;
	padding: 5px 10px;
}


/*** FORM ELEMENTS ***/

#main form ol li {
	background-image: none;
	border: none;
	clear: both;
	float: left;
	list-style-type: none;
	padding: 3px 0 3px;
	position: relative;
	width: 476px;
}
#main form ol li input.submit {
	border: 1px solid #d8d8d8;
	width: auto;
}
#main form input.checkbox {
	margin: 0 10px 0 170px;
	width: auto;
}
#main form textarea {
	border: 1px solid #d8d8d8;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100px;
	padding: 3px 5px 2px;
	width: 276px;
}


/*** EVENT ELEMENTS ***/

.eventListing {
	border-bottom: 1px dashed #d8d8d8;
	clear: both;
	margin-bottom: 1em;
}
.eventListing h4 {
	margin-bottom: 0;
}
.eventListing p {
	margin-bottom: 0.5em;
}
.eventListing p.dates {
	font-style: italic;
}

/*** MOVIE ELEMENTS ***/

#main ol.movieList {
	padding: 0;
	margin: 10px 0 0 20px;
	width: 450px;
}
#main ol.movieList li {
	background-image: none;
	border: 1px dashed #d8d8d8;
	padding: 5px 10px;
	margin: 0 0 10px;
}
.entry {
	border-bottom: 1px dashed #d8d8d8;
	clear: both;
	float: left;
	margin-bottom: 1em;
}
.entry p {
	margin-bottom: 1em;
}
p.postdata {
	font-size: 0.9em;
	font-style: italic;
	margin-bottom: 0.5em;
}

/* MISC */

.adspace {
	margin: 10px auto 0;
	width: 728px;
}
#main .blockList {
	margin-bottom: 1em;
	margin-left: 0;
}
#main .blockList li {
	background-image: none;
	border-top: 1px dashed #d8d8d8;
	clear: both;
	list-style: none;
	padding-left: 0;
}
.nav_banner {
	margin-bottom: 10px;
}
.icon {
	height: 32px;
	width: 32px;
}
.facebook {
	background: url(/images/09/icons/facebook_32.png) no-repeat;
}
.flickr{
	background: url(/images/09/icons/flickr_32.png) no-repeat;
}
.twitter {
	background: url(/images/09/icons/twitter_32.png) no-repeat;
}
.topTen li {
	height: 220px;
	overflow: hidden;
}
.topTen li img {
	margin-right: 20px;
}
a.entryMore {
	background: url(/images/09/bullet_entryMore.png) no-repeat 0 4px;
	padding-left: 10px;
}
a.entryLess {
	background: url(/images/09/bullet_entryLess.png) no-repeat 0 4px;
	padding-left: 10px;
}
a.rate {
	background: url(/images/star-rating.gif) no-repeat 0px -16px;
	float: left;
	height: 16px;
	display: block;
	width: 16px;
}
#ratings a.active {
	background-position: 0px 0px;
}
.rss {
	
}
.widget {
	margin-top: 20px;
}

/* MAP ELEMENTS */
.venueDetail {
}
.venueMap {
	position: relative;
}
#content .venueMap a.view-larger {
	background: url(/images/09/map_viewlarger.gif) no-repeat;
	color: #fff;
	height: 200px;
	left: 0;
	position: absolute;
	top: 0;
	width: 470px;
	z-index: 10;
}
#content .venueMap img {
	border: 1px solid #d8d8d8;
	clear: both;
	left: 9px;
	position: relative;
	top: 10px;
}
#map {
	border: 1px solid #640E27;
	height: 200px;
	overflow: hidden;
	position: relative;
	width: 470px;
	z-index: 5;
}
#map .gmnoprint {
	display: none;
}

/* BIRTHDAY ELEMENTS */
.entry {
	padding-bottom: 10px;
}
.entry .thumb {
	float: left;
	width: 120px;
}
.entry .date {
	float: left;
	width: 140px;
}
.entry .info {
	float: left;
	padding-left: 5px;
	width: 205px;
}
.entry .info p {
	margin: 0;
}