body {
	background-color: #e8e8e8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #e8e8e8;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #E7A614;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 1px;
	line-height: 13pt;
}
.nav a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #E8E8E8;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
}
.nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #E8E8E8;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
}
.nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #F5C882;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: 87b2d8;
	font-weight: normal;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #E8E8E8;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #E8E8E8;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #0000CC;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: e8e8e8;
}
.date {
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 10px;
}
hr {
	line-height: 1px;
	color: #000066;
}
.copyright {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
}
.copyright a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
.copyright a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
.copyright a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #F5C882;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
.highlight {
	font-weight: bold;
	color: #000099;
}
.gtprofile {
	background-color: #194eac;
	background-image: url(images/2ablue.jpg);
	background-repeat: no-repeat;
}
.gtreviews {
	background-color: #194eac;
	background-image: url(images/4bblue.jpg);
	background-repeat: no-repeat;
}
.quote {
	font-weight: bold;
	color: #000099;
	line-height: 10pt;
}
#wrapper {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	position: relative;
}

#content {
	padding: 1em 0 0 0;
}


/**
CSS for the calendar and listing which you may want to use/edit for your site.
*/


/* --- LISTING --- */
/**
CSS white top divider
*/
ul.events {
	width: 700px;
	list-style: none;
	margin: 10px;
	padding: 0;
	border-top: 1px solid #bed6ec;
	font-weight: bold;
}
/**
CSS white divider
*/
ul.events li {
	
	border-bottom: 1px solid #bed6ec;
	vertical-align: top;
	
	clear: left;
}

ul.events li ul {
	list-style: none;
}

ul.events li li {
	border: none;
	border-bottom: 2px dotted #999;
	min-height: 0;
	margin-left: 25px;
	padding: 10px;
	
	clear: none;
}

ul.events li li:last-child {
	border-bottom: 0;
}
/**
CSS time of concert
*/
ul.events li li span.time {
	color: #FFFFFF;
	font-style: italic;
	font-size: 80%;
	width: 100px;
	text-align: left;
	display: inline-block;
	font-weight: bold;
}
/**
CSS descriprion not title of event
*/
ul.events li li div.description {
	margin: 5px 0 0 0px;
	font-size: 80%;
	color: #FFFFFF;
	font-weight: normal;	
}

ul.events li li div.description p {
	margin: 0 0 1em 0;
}
 /**
CSS date
*/
ul.events li span.day {
	font-weight: bold;
	font-size: 80%;
	float: left;
	color: #ffffff;
	text-align: left;
	width: 50px;
	margin: 0 0 0 1px;
	padding: 0 15px 0 0;
	line-height: 1;	
}
 /**
CSS top line left above date
*/
ul.events li:first-child span.day {
	border-top-color: #bed6ec;
}

ul.event-listing-nav {
	width: 546px;
	list-style: none;
	margin: 10px;
	padding: 0;
	clear: both;
}

ul.event-listing-nav li {
	width: 33.3%;
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
	display: block;
	float: left;
	text-align: center;
}

ul.event-listing-nav li:first-child {
	text-align: left;
}

ul.event-listing-nav li:last-child {
	text-align: right;
}

ul.event-listing-nav:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

ul.custom-listing {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 500px;
}

ul.custom-listing li {
	padding: 0 0 1em 0;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #ccc;
}
