@charset "UTF-8";

:focus {
  -moz-outline-style: none;
}


/********************************************************************
## RESET
********************************************************************/

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-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}


/********************************************************************
## TOP LEVEL
********************************************************************/

body {
  font: 12px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #313131;
}


/********************************************************************
## COMMON
********************************************************************/

/************* IDs ************/
#header, #body, #footer {
	width: 950px;
	margin: 0 auto;
	clear: both;
	position: relative;
}

#header_wrapper, #body_wrapper, #footer_wrapper {
	clear: both;
}

/************* CLASSES ************/
.img {
	text-indent: -90000px;
	display: block;
	background-repeat: no-repeat;
}

.hidden {
	display: none;
}
img.alignright {
	float:right;
	margin: 0 0 10px 10px;
}
img.alignleft {
	float:left;
	margin: 0 10px 10px 0;
}


/********************************************************************
## HEADER
********************************************************************/

#header_wrapper {
	background: #ffb200 url(../images/header_bg.png) no-repeat bottom center;
	height: 185px;
}

/************* LOGO ************/
#logo a {
	width: 451px;
	height: 99px;
	background: url(../images/logo.png);
	position: absolute;
	top: 20px;
}


/************* NAV ************/
#nav {
	position: absolute;
	top: 146px;
	left: -8px;
	width: 600px;
	list-style: none;
}

#nav:hover {
	cursor: pointer;
}

#nav li {
  float: left; 
}

#nav li a {
	height: 27px;
}

#nav li a:hover, #nav li a.on {
	background-position: 0 -27px;
}

#nav_home a { 
  background: url(../images/nav_home.png);
	width: 75px;
}

#nav_book a { 
  background: url(../images/nav_book.png);
	width: 100px;
}

#nav_tour a { 
  background: url(../images/nav_tour.png);
	width: 100px;
}

#nav_blog a { 
  background: url(../images/nav_blog.png);
	width: 112px;
}
#nav_hiddenmanuscripts a { 
  background: url(../images/nav-hiddenmanuscripts.png);
	width: 180px;
}
#nav_tourpromo a { 
  background: url(../images/nav-tourpromomaterials.png);
	width: 220px;
}

/************* EMAIL ************/

#email_signup {
	position: absolute;
	top: 28px;
	right: 0;
	width: 432px;
	height: 112px;
	background: url(../images/email_bg.png) no-repeat;
}

#email_signup label {
	display: none;
}

#email_signup .textfield {
	border: none;
	background: none;
	height: 20px;
	top: 70px;
	color: #999;
}

#email_signup .textfield:focus {
	color: inherit;
}

#email_name input {
	position: absolute;
	left: 31px;
	width: 90px;
}

#email_email input {
	position: absolute;
	left: 133px;
	width: 90px;
}

#email_zip input {
	position: absolute;
	left: 234px;
	width: 63px;
}

#email_submit input {
	position: absolute;
	left: 313px;
	top: 63px;
}


/********************************************************************
## BODY
********************************************************************/

#body_wrapper {
	margin: 20px 0;
}

#body {
	width: 950px;
}

/************* COLUMN LEFT ************/

#col_left {
	width: 545px;
	margin-left: 10px;
	float: left;
}

#col_left h2 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 12px;
}

#col_left p {
  margin-bottom: 14px; 
}

#col_left ul, #col_left ol, #col_left dl {
  margin: 14px 24px; 
}

/************* COLUMN RIGHT ************/

#col_right {
	width: 360px;
	margin-right: 10px;
	float: right;
}

.sidebar_item {
	margin-bottom: 30px;
}

#sidebar_title_tour_dates_tickets {
	background: url(../images/title_tour_dates_tickets.png) no-repeat;
	height: 14px;
	margin-bottom: 12px;
}

#sidebar_title_updates_from_don {
	background: url(../images/title_updates_from_don.png) no-repeat;
	height: 14px;
	margin-bottom: 12px;
}

#sidebar_twitter_feed {
	background: url(../images/twitter_updates_bg.png) no-repeat;
	width: 311px;
	height: 122px;
	padding: 15px 20px;
	margin: 0 0 12px 0;
	position: relative;
}

#twitter_post {
	font-size: 14px;
}

#twitter_post a {
  color: #666; 
}

.twitter-timestamp {
	text-transform: uppercase;
	position: absolute;
	bottom: 10px;
	left: 20px;
	font-size: 10px;
	color: #666;
}

#sidebar_social_links {
  width: 351px;
  text-align: right;
  margin-bottom:60px;
}


/********************************************************************
## FOOTER
********************************************************************/

#footer_wrapper {
	background: #ffb200 url(../images/footer_bg.png) no-repeat top center;
	min-height: 30px;
}



/********************************************************************
## HOMEPAGE
********************************************************************/

#home_tickets {
	width: 544px;
	height: 409px;
	background: url(../images/home_tickets.jpg) no-repeat;
	position: relative;
	margin-bottom: 20px;
}

#home_tickets #info {
	position: absolute;
	top: 90px;
	left: 34px;
	width: 250px;
	height: 300px;
}

#home_tickets #info p {
	margin-bottom: 15px;
}
table#tour_dates tbody tr td {
	padding:2px 7px;
	border-bottom:1px solid #DDDDDD;
}
table#tour_dates tbody tr.head td {
	border-bottom:5px solid #DDDDDD;
	font-size:120%;
	font-weight:bold;
}
.buy-book-widget {
margin-top:20px;
}