
/* links */
/* -------------------------------------- */

a:link {
	text-decoration: none;	
	color: #aa633b; 
	background: transparent;
}

a:visited {
	text-decoration: none;	
	color: #6f4026; 
	background: transparent;
}

a:hover { 
	color: #fff; 
	border-bottom: 1px dotted #fff; 
	background: transparent 
}

a:active {
	text-decoration: none;	
	color: #cd7747; 
	background: transparent;
}


/* type basics */
/* -------------------------------------- */

body  { 
	background-color: #f8f4ee; 
	color: #3c3b39; 
	margin: 0 0 20px 0; 
	text-align: center;
}

p, td, ul, ol, ul, li, dl, dt, dd {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Geneva, Lucida, Arial, Helvetica, "sans serif"; 
	text-align: left;
}	

p  { 
	font-size: 11px; 
	line-height: 20px; 
	margin-top: 0; 
}

strong  { 
	font-style: italic;
	font-weight: normal; 
}


h1, h2, h3, h4, h5, h6 {
	font-family: Georgia,"Times new roman",Times,serif;
	font-weight: bold; 
}

/* column headers */
h3 {
	font-size: 10px; 
	color: #20272b; 
	letter-spacing: 4px;
	text-align: center; 
}

/* entry date */
h4  { 
	font-size: 10px; 
	letter-spacing: 5px; 
}

/* back and next */
h6  { 
	font-size: 9px; 
	letter-spacing: 5px; 
	text-align: center;
}

ul  { 
	font-size: 9px; 
	line-height: 14px; 
	list-style-type: none;
	padding-top: 3px;
	padding-left: 0;
	margin-left: 0; 
}
	
table  { 
	margin: 0 auto;
}	

td  { 
	background: #efe5da; 
	border: 1px solid #b7b2ae;
}	

td.tabletop  { 
	border-bottom: none;
}	
		
td.tableleft  { 
	border-right: none;
}	
		
td.tableright  { 
	border-left: none;
}

li.here {
	color: #cbc3b9;
}

a.here {
	color: #cbc3b9;
}

/* structure */
/* -------------------------------------- */

#left    { 
	padding: 20px 0 10px 10px;
}
	
#middle    { 
	padding: 20px 10px 10px 10px; 
}

#middlephoto    { 
	padding: 20px 10px 10px 10px; 
	text-align: center;
}

#right    { 
	padding: 20px 0 10px 4px;
	font-size: 9px; 
	text-align: center;
}

#footer {
	text-align: center;
	padding: 10px;
	font-size: 9px;
}


/* images */
/* -------------------------------------- */

	
img { 
	border: 1px solid #b7b2ae;
	padding: 2px;
	margin: 2px;
}

img.noborder { 
	border: none;
	padding: 0;
	margin: 0px;
}

img.ticketleft  {
	float: left;
	margin: 10px 15px 8px 0px;
}

img.ticketright
{
	float: right;
	margin: 10px 0px 8px 15px;
}

/* Misc /*********************************************/

.standardsAlert { display:none; }

