body {
	font: 13px/1.5 Arial, 'Liberation Sans', FreeSans, sans-serif;
	background:url(../images/template/header_bkg.png) repeat;
}

h1 {
	font-family: arial;
	color:#F93;
	font-size:36px;
	padding-bottom: 15px;
	padding-top: 15px;
	line-height:35px;
}

h1.center {
	text-align: center;
}

h2 {
	font-family: arial;
	color: #1c4792;
	font-size:24px;
	line-height:30px;
	padding-bottom: 5px;
	padding-top: 5px;
}

h2.center {
	text-align: center;
}

h2.tickets {
	font-family: arial;
	color: #1c4792;
	font-size:17px;
	line-height:20px;
}

h3 {
	font-family: arial; /* Used to have futura as a font here as well */
	color: #F93;
	font-size:24px;
}

h4 {
	font-family: arial;
	color: #1c4792;
	font-size: 12px;
	line-height:14px;
	padding-top: 2px;
	padding-bottom: 10px;
}

h4.center {
	text-align: center;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

P,ul {
	margin-bottom: 10px;
}

a {
	text-decoration:none;
}

a:visited {
	color:#F93;
}

a:active {
	color:#F93;
}

a.noborder:hover {
/* Hack to prevent link underline for images */
	border:none;
}

a:hover {
/* Dotted link underline */
	text-decoration: none;
	background-color: transparent;
	border-color: #333333;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

table, th, td {
	border: 1px solid #191f51;
	padding: 5px;
}

table {
	width:100%;
}

th {
	background-color: #1c4792;
	color:white;
}

tr.alternate {
	background-color: #dbe4f4;
}

.darkblue_container {
	background:url(../images/template/header_bkg.png) repeat-x;
}

.lightblue_container {
	background:url(../images/template/nav_bkg.png) repeat-x;
}

.white_container {
	background:#FFF;
}

.socialimg {
/* This Pads and Centers all of the social icons */
	padding-top: 13px;
	margin-left: auto;
    margin-right: auto;
    width: 40px;
}

.imgborder {
/* Adds blue border to images */
	border-style:solid;
	border-color: #1c4792;
	border-width:3px;
}

.padding_20px {
/* Forces a full width row with 20 px of vertical padding.  Currently only used between nav and body.  Could convert to an ID */
	height: 20px;
}

.thumbnail_div {
	/* Used for dynamically rendered thumbnails on cast pages */
	padding-left:6px;
	padding-right: 6px;
	padding-bottom: 5px;
	float: left;
	width: 140px;
}

#nav_inner_container {
/* This centers the navigation menu */
	margin-left: auto;
	margin-right: auto;
 	width: 110px;
}

#home_nav_bkg {
/* Page photo in nav for home page */
	background:url(../images/home_bkg.png) no-repeat;
}

#about_nav_bkg {
/* Page photo in nav for about page */
	background:url(../images/about_bkg.png) no-repeat;
}

#shows_nav_bkg {
/* Page photo in nav for shows page */
	background:url(../images/shows_bkg.png) no-repeat;
}

#cast_nav_bkg {
/* Page photo in nav for cast page */
	background:url(../images/cast_bkg.png) no-repeat;
}

#blog_nav_bkg {
/* Page photo in nav for blog page */
	background:url(../images/blog_bkg.png) no-repeat;
}

#media_nav_bkg {
/* Page photo in nav for media page */
	background:url(../images/media_bkg.png) no-repeat;
}

#featured_show_title {
/* Offsets show title as a hack for centering. WAS 55*/
	position:relative;
	margin-top: 30px;
}

#featured_show_and {
/* Offsets ampersand as a hack for centering */
	position:relative;
	margin-top: 70px;
}

#featured_show_tix {
/* Offsets tix and info as a hack for centering WAS 75 */
	position:relative;
	margin-top: 50px;
}

#footer {
/* Centers footer content */
	margin-left: auto;
    margin-right: auto;
    width: 721px;
}
