a:link {text-decoration:none; color:#5c5c5c;}
a:visited {text-decoration:none; color:#5c5c5c;}
a:active {text-decoration:none; color:#5c5c5c;}
a:hover {text-decoration:none; color:#60DB37;}


p {
    font-size: 18px;
    color:#000000;
 }

h1 {
	display:inline;
	font-family: lato-light;
	font-size: 30px;
	color:#5c8bbe;
 }

h2 {
	display:inline;
	font-family: lato-light;
	font-size: 25px;
	color:#5c8bbe;
 }

h3 {
	display:inline;
	font-family: lato-light;
	font-size: 20px;
	color:#5c8bbe;
 }

h4 {
	display:inline;
	font-family: lato-light;
	font-size: 14px;
	color:#5c8bbe;
 }

hr {
    border: 0;
    border-bottom: 1px dashed #5c8bbe;
    background: #5c5c5c;
}

@font-face {
	font-family: lato-light;
	src: url(fonts/lato-light.ttf);
 }

.logo {
	margin: 20px 0px 30px 0px;
 }

body {
	background-color:#ffffff;
	margin:0px auto 0px auto;
	color:#5c5c5c;
 }

.container {
	width:1000px;
	padding:10px 20px 50px 20px;
	margin:0px auto;
	font-family: lato-light, helvetica, trebuchet ms, tahoma;
	overflow:hidden;
	background-color:#ffffff;
 }

.left {
	float:left;
	width:485px;
	margin-bottom:20px;
 }

.right {
	float:right;
	width:485px;
	margin-bottom:20px;
 }

.header {
	width:1000px;
	margin:0px auto;
	padding:20px;
	height: 50px;
	background-color:#ffffff;
	font-family: lato-light;
	font-size: 35px;
	word-spacing: 25px; 
 }

.footer {
	width:1000px;
	margin:0px auto;
	padding:20px 20px 100px 20px;
	font-family: helvetica, trebuchet ms, tahoma;
	font-size: 10px;
	background-color:#ffffff;
	color: #ffffff;
 }

.publink {
    font-size: 18px
 }


/*------------------------index.php------------------------*/

table.upcoming {
	width: 485px;
	font-size: 23px;
 }

td.upcoming_venue {
	color: #5c5c5c;
 }

td.upheader {
	font-size: 15px;
 }


/*------------------------shows.php------------------------*/

table.shows {
	width:1000px;
 }

td.theader {
	color: #5c5c5c;
	font-size: 25px;
	padding-bottom: 20px;
 }

td.show {

	padding-bottom: 15px;
 }


/*------------------------setlists.php------------------------*/



/*------------------------music.php------------------------*/



/*------------------------about.php------------------------*/



/*------------------------contact.php------------------------*/
