/* css information
--------------------------------------------------------
	Shakespeare & Company:      		screen stylesheet
	author:         					www.studiotwo.com
	updated:        					January 2009

	blue back light:    00185E
	blue back dark:     000D28
	grey nav:   		5A5A5A
	red raspberry:		9C0025
	nav2 light tan:		EEEEDD 
	nav2 divider tan:	CFCFBD
	nav2 bottom tan: 	DED6B8	
	nav2 text link: 	8A8A8A
	content back: 		EAE5D6
	title tan line: 	F3F0E3
	title grey line: 	5D6065
	body text: 			363A43

-------------------------------------------------------- */

body {
	/*background: #b0006e url(../images/bg-pg.jpg) repeat-x top left fixed;*/
	background-color: #59002c;
	color: #4D4D40;
	font-size: 76%;
	font-family: tahoma, geneva, arial, sans-serif; 
	font: 11px/1.2em "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	margin: 0;
	padding: 0;
/* min-width: 800px; */
}


#nav {
	/*background: #aa000d url(../images/bg-nav.jpg) repeat-x top left; */
	background-color: #990000;
	height: 45px; 
	width: 950px; 
	margin: 0 auto; 
	color: #b8535b;}
	
#nav a:link {
	text-align: center;
	color: white; 
	text-decoration: none; 
	font-size: 11px;
	font-family: verdana, sans-serif;
	padding: 0 14px 0 0px;
	}

#nav a:visited {
	text-align: center;
	color: white; 
	text-decoration: none; 
	font-size: 11px;
	font-family: verdana, sans-serif;
	padding: 0 14px 0 0px;
	}
		
#nav a:hover {
	text-decoration: none;
	color: #ffc846;
	}

.navfloat {
	float: left;
	padding-top: 7px;
	padding-left: 7px;
}
#photoarea {
	margin: 0px auto; 
	width: 950px;
	height: 151px;
	padding: 0px 0 0 0;
	}	

#bodywrap {
	width: 950px; 
	margin: 80px auto 0 auto; 
	background-color: transparent;
	text-align: center;
	position: absolute;
	padding: 0px 0 0 0;

}

#contentwrap {
	border: 4px solid white;
	padding: 0px;
	margin: 0px;
	width: 950px;
	background: white;
}
	
#wrap {
	width: 960px;
	margin: 0 auto;
}

#header {
	background: transparent;
	position: absolute;
	width: 960px;
	height: 80px;
	}

#navtertiary {
	position: absolute;
	right: 10px;
	top: 9px;
	width: 590px;
	height: 10px;
	text-align: right;
	font-size: 10px;
}

#navtertiary2 {
	text-align: right;
	position: absolute;
	right: 20px;
	top: 40px;
	width: 590px;
	height: 16px;
	padding: 10px 0 0 0;
	margin: 0px;
}

#navtertiary2 img {
	margin-left: 35px;
}

#logo {
	position: absolute;
	left: 20px;

	width: 235px;
	height: 80px;
}

#navtertiary a:link {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	background: transparent url(../images/arrow-yellow.gif) 0 5px no-repeat;
	padding: 0 15px 0 6px;
}

#navtertiary a:visited {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	background: transparent url(../images/arrow-yellow.gif) 0 5px no-repeat;
	padding: 0 15px 0 6px;
}

#navtertiary a:hover {
	text-decoration: underline;
}

#navtertiary a.buytickets {
	background: none;
	padding: 0 15px 0 6px;
}


table#titlebar {
	width: 950px;
	text-align: left;
	border-top: 4px solid #ffffff;
	border-bottom: 4px solid #ffffff;
}

#breadcrumbs {
	background-color: #898989;
	background-color: #ba9987;
	text-align: right;
	color: white;
	font-size: 9px;
	padding: 2px 10px 3px 0px;
}

#breadcrumbs a:link {
	color: white;
	text-decoration: underline;
	font-size: 9px;
	}
	
#breadcrumbs a:visited {
	color: white;
	text-decoration: underline;
	font-size: 9px;
	}	
#breadcrumbs a:hover {
	text-decoration: none;
	}

#titlemain {
	background-color: #e88800;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	padding: 10px 5px 10px 25px;
	letter-spacing: .2em;
	
}
table#content {
	text-align: left;
	width: 950px;
	border-top: 4px solid white;
	background-color: #ffffff;
	}

table#content td {
	vertical-align: top;
}

#leftcol {
	width: 152px;
	background-color: #006699;
	padding-top: 10px;
}

#left {
	padding-left: 8px;
	padding-right: 8px;
	background-color: #ececec;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

.left {
	display: block;
	background: #e1e1e1 /*url(../images/bullet-grey.gif) 0 12px no-repeat*/;
	border-top: 1px solid #d0d0d0;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 1em;
	color: #636363;
	padding: 7px 10px 7px 7px;
	margin-top: 7px;
	text-decoration: none;
	font-weight: bold;
	font-family: verdana, sans-serif;
}
/*
a.left:link {
	display: block;
	background: #EEEEDD url(../images/bullet-grey.gif) 0 12px no-repeat;
	border-top: 1px solid #DED6B8;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 1em;
	color: #8A8A8A;
	padding: 7px 10px 7px 7px;
	margin-top: 7px;
	text-decoration: none;
	font-weight: bold;
	font-family: verdana, sans-serif;

}
a.left:visited {
	display: block;
	background: #EEEEDD url(../images/bullet-grey.gif) 0 12px no-repeat;
	border-top: 1px solid #DED6B8;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 1em;
	color: #8A8A8A;
	padding: 7px 10px 7px 7px;
	margin-top: 7px;
	text-decoration: none;
	font-weight: bold;
	font-family: verdana, sans-serif;

}

a.left:hover {
	text-decoration: underline;
	}
*/
a.leftsub:link {
	display: block;
	font-size: 10px;
	background: #ededed url(../images/bullet-grey.gif) 0 6px no-repeat;
	padding: 3px 10px 3px 4px;
	margin-left: 8px;
	line-height: 1.1em;
	color: #636363;
	text-decoration: none;
	font-family: verdana, sans-serif;
}
a.leftsub:visited {
	display: block;
	font-size: 10px;
	background: #ededed url(../images/bullet-grey.gif) 0 6px no-repeat;
	padding: 3px 10px 3px 4px;
	margin-left: 8px;
	line-height: 1.1em;
	color: #636363;
	text-decoration: none;
	font-family: verdana, sans-serif;
}
a.leftsub:hover {
	text-decoration: underline;
	}
	
#midcol {
	background: #ffffff;
	border-left: 4px solid white;
	border-right: 4px solid white;
	padding: 15px 15px 15px 25px;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	line-height: 1.4;
}

#mid a:link { /*color: #D7033F;*/ color: #006699; text-decoration: underline; font-weight: bold;}
#mid a:visited { color: #006699;  text-decoration: underline; font-weight: bold;}
#mid a:hover { text-decoration: none;}


#mid h1 {
	margin: 0px -5px -10px -5px;
	font-size: 10px;
	padding: 4px 4px 4px 4px;
	text-transform: uppercase;
	color: #5c5c5c;
	
}


#mid h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #9C0025;
	font-size: 18px;
	line-height: 1.2em;
}

#mid h3 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	background-color: #e88800;
	padding: 3px 3px 3px 10px;
	margin-right: 8px;
}

/* #mid h3 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	background-color: #5c5c5c;
	padding: 3px 3px 3px 10px;
}*/

#mid h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #738c1f;
	margin-bottom: 8px;
	margin-top: 0px;
}

/*#mid h4 {
	font-size: 12px;
	font-weight: bold;
	color: #5C5C5C;
	border-bottom: 1px solid #D0CCBA;*/
}

#mid h5 {
	font-size: 12px;
	font-weight: bold;
	color: #5C5C5C;
}



#mid h6 {
	font-size: 10px;
	font-weight: bold;
	color: #5C5C5C;
	padding: 0px;
	margin: 0px;
}



#oneact {
	padding: 15px 15px 15px 25px;
	font-size: 11px;
	font-family: verdana, arial, sans-serif; 
}
#longintro {
	padding: 10px 10px 10px 20px;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
}
#intro {
	padding: 15px 15px 15px 25px;
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	line-height: 15px;
	}
#intro a:link {color: #D7033F; text-decoration: none; font-weight: bold;}
#intro a:visited {color: #D7033F; text-decoration: none; font-weight: bold;}
#intro a:hover { text-decoration: underline;}

	

.fourteentxt {
	font-size: 14px;
	font-weight: bold;
	}

.introcallout {
	font-size: 12px;
	font-weight: bold;
	}

#rightcol {
	width: 180px;
	/*background-color: #5eae3f;*/
	background-color: #738c1f;
	padding: 17px 15px 15px 20px;
	color: #ffffff;
	font-size: 10px;
}
.italic {
	font-style: italic;
}
#right h1 {
	font-size: 16px;
	padding: 2px 3px 1px 3px;
	margin: 0px -5px 0px -5px;
	/*text-transform: uppercase;*/
	text-transform: capitalize;
	line-height: 17px;
}

#right h2 {
	font-size: 9px;
	text-transform: uppercase;
	padding: 0px;
	border-bottom: 1px solid #5d6065;
	}

#right h3 {		
	font-size: 10px;
	font-weight: bold;
}

#right a:link {
	color: #ffff00;
	font-weight: bold;
	text-decoration: none;
}
#right a:visited {
	color: #ffff00;
	font-weight: bold;
	text-decoration: none;
}
#right a:hover {
	text-decoration: none;
	color: #006699;
}

#right #events a:link {
	background: transparent url(../images/bullet-calendar.gif) 0px 3px no-repeat;
	padding: 0px 0px 0px 15px;
}	
	
#footer {
	width: 950px;
	color: #ffffff;
	/*background: #a90013 url(../images/bg-footer.jpg) repeat-x top left;*/
	background-color: #990000;
	margin: 0px auto 15px auto;
	padding: 10px 0px 10px 0px;
	border-left: 4px solid white;
	border-right: 4px solid white;
	border-bottom: 4px solid white;
	font-size: 10px;
	
}

#footer table td {
	font-size: 10px;
	text-align: left;
	padding-left: 10px;
	vertical-align: top;
	}

#footer a:link {
	color: #ffc846;
	text-decoration: none;
}

#footer a:visited {
	color: #ffc846;
		text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
}






.bold {font-weight: bold;}



.discountUppercase {
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	font-size: 14px;
}
#discount {
	padding: 10px;
	background-color: #9C0025;
	text-align: center;
		color: white;
		width: 50%;
}
caption {
text-align: center;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
}

ul#linklist li {
margin-bottom: 12px;
font-weight: normal;

}

.imgleft {
	float: left;
	margin: 0 12px 8px 0;
	border: 1px solid #777;
	}
	
.imgright {
	float: right;
	margin: 0 0 8px 12px;
	border: 1px solid #777;
	}
	
.imgleft-0 {
	float: left;
	margin: 0 12px 8px 0;
}

.imgright-0 {
	float: right;
	margin: 0 0 8px 12px;
}

.imgright-0 span {
	font-size: 9px;
	color: #666;
	display: block;
	text-align: right;
}

.imgleft-0 span {
	font-size: 9px;
	color: #666;
	display: block;
	text-align: left;
}

.imgright-0 img, .imgleft-0 img {
	border: 1px solid #777;
}
	
blockquote.pull {
	background: transparent url(../images/quoteleft.png) left top no-repeat;
	padding: 0px 40px;
	font-size: 12px;
	margin: 10px 20px 0px 20px;
	line-height: 140%;
	}
	
blockquote.pull p {
	margin-bottom: 5px;
	}
	

blockquote.pull cite {
	font-size: 10px;
	font-style: italic;
	text-align: right;
	display: block;
	margin: 8px;
	}
	
div.calloutdiv {
	width: 90%;
	background: #e1e1e1;
	color: #444;
	padding: 8px;
	margin: 0 12px;
	border: 1px solid #738c1f;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}

div.calloutdiv h4 {
	margin-top: 0px !important;
}
	
table.eventSpacesMenu {
	margin-top: -20px;
}

table.eventSpacesMenu tr td a img {
	border: 1px solid #555;
}

table.eventSpacesMenu tr td a img:hover {
	border: 1px solid #D7033F;
}

a.eventSpacesImg img {
	border: 1px solid #888;
	height: 150px;
	}

a.eventSpacesImg img:hover {
	border: 1px solid #d7033f;
	}

div.mts {
text-align: left; 
background-color: #ddd; 
height: 74px; 
width: 450px; 
padding: 8px; 
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

div.mts img {
width: 70;
height: 70; 
float: left;
border: 1px solid #666666; 
margin: 0px 8px 0px 0px;
}

a.video {
	background: url(../images/video-icon.gif) center left no-repeat;
	padding: 0 0 0 26px;
	line-height: 22px;
}

a.audio {
	background: url(../images/audio-icon.gif) center left no-repeat;
	padding: 0 0 0 26px;
	line-height: 22px;
}

a.story {
	background: url(../images/blog-icon.gif) center left no-repeat;
	padding: 0 0 0 26px;
	line-height: 22px;
}

a.pdf {
	background: url(../images/pdf-icon.gif) center left no-repeat;
	padding: 0 0 0 26px;
	line-height: 22px;
}

a.photo {
	background: url(../images/photo-icon.gif) center left no-repeat;
	padding: 0 0 0 26px;
	line-height: 22px;
}



img.showImg {
	width: 270px;
	height: 175px;
	float: right;
	border: 1px solid #E88800;
}

div.showDetails {
	min-height: 175px;
	margin-bottom: 20px;
}

table.studyGuides {
width: 100%;
border: 0;
margin: 0 auto;
cellpadding: 5px;
}

table.studyGuides td {
width: 33%;
}

table.studyGuides tr td a img {
text-decoration: none !important;
width: 125px;
border: 0;
display: block;
}

span.h7 {
font-weight: bold;
color: #5C5C5C;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 2px;
}

div.trainingNav a img {
border: 2px solid #fff;
}

div.trainingNav a:hover img {
border: 2px solid #fdaf17;
}

span.caption {
font-size: 9px;
color: #666;
}


.events {
	font-size: 11px;
	color: white;
	padding: 0px 0px 12px 0px;
	
}

.events span {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 3px;
	display: block;
	color: #ccc;
}


.events a:link { font-size: 12px; text-transform: uppercase; font-weight: bold;}
.events :visited { font-size: 12px; text-transform: uppercase; font-weight: bold;}

table.ticketPrices {
width: 100%;
border: 0;
}

table.ticketPrices td {
text-align: center;
}

div.advertiser img {
border: 0px;
width: 180px;
height: 90px;
}

.displayShowDiv { margin-bottom: 15px; min-height: 75px }
.displayShowImg { float: left; height: 60px; margin: 3px 12px 15px 0; border: 1px solid #006699; }

.everyman { text-decoration: line-through; display: inline; }

img.prodphoto { display: inline; border: 1px solid #E88800; margin: 0 5px; width: 165px; }

a.bigLink {
	margin-top: 10px;
	padding: 8px;
	font-size: 12px;
	color: #ffffff !important;
	background-color: #006699;
	text-decoration: none !important;
}

a.bigLink:hover {
	background-color: #738c1f;
}
