/*-----------------------------------------------
live2play.org - 'template'
created: 2008.12.05
author: Chris Benson
----------------------------------------------- */
/*---------- template.css ----------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding:0;
	font-size: 11px;
	text-align: center;
	background-color: #727272; /* bkgrnd color of site */
	color: #ffffff; /* changes text color for site */
}
/*---------------------------- header ----------*/
#header {
background:#000000 url(/img/header.jpg) no-repeat;
height:157px;
width:775px;
margin-left: auto; /*center aligns block*/
margin-right: auto; /*center aligns block*/
text-align:right;
border-top:#727272 solid 1px; /*aligns site to top of window in FF*/
}
/*-----------main_content----------------------*/
#home {
	background:#000000 url(/img/back_repeat.gif);
	width:775px;
	margin-left: auto; /*center aligns block*/
	margin-right: auto; /*center aligns block*/
	text-align:left;
	}
#interior {
	background:#000000 url(/img/back_repeat.gif);
	width:775px;
	margin-left: auto; /*center aligns block*/
	margin-right: auto; /*center aligns block*/
	text-align:left;
	padding-top:20px;
	}
.columnl { 
	float:left; 
	width: 400px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-right:#ffffff solid 1px;
	}
.columnr { 
	float:right; 
	padding: 0 0 0 0; 
	margin: 0 0 0 0;
	width: 360px;
	}
/*---------------------------- global_nav ----------*/
#global_nav {
	width:100%;
	position:relative;
	top:140px;
	right:27px;
	margin:0;
	padding:0;
	}

#global_nav ul {
font-size: 11px;
color: #ffffff;
font-weight: normal;
text-decoration: none;

/*list-style-type:block;*/
}

#global_nav li {
display:inline;
margin: 0 0 0 16px; /*spacing between global_nav links*/
}

#global_nav a {
font-size:11px;
font-weight:bold;
}

#global_nav a:link { color:#ffffff; text-decoration:none; }
#global_nav a:visited { color:#ffffff; text-decoration:none; }
#global_nav a:hover { color:#2C6FE0; text-decoration:none; }
#global_nav a:active { color:#2C6FE0; text-decoration:none; }
/*---------------------------- seo_nav ----------*/
#seo_nav {
	background:#000000 url(/img/back_repeat.gif);
	margin-left: auto; /*center aligns block*/
	margin-right: auto; /*center aligns block*/
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
	}

#seo_nav ul {
font-size: 10px;
color: #ffffff;
font-weight: normal;
text-decoration: none;

/*list-style-type:block;*/
}

#seo_nav li {
display:inline;
margin: 0 0 0 16px; /*spacing between global_nav links*/
}

#seo_nav a {
font-size:11px;
font-weight:normal;
}

#seo_nav a:link { color:#2c6fe0; text-decoration:none; }
#seo_nav a:visited { color:#2c6fe0; text-decoration:none; }
#seo_nav a:hover { color:#ffffff; text-decoration:none; }
#seo_nav a:active { color:#ffffff; text-decoration:none; }
/*---------------------------- images ----------*/
#home img.title {
	padding-left: 28px;
	}
#interior img.title {
	padding-left: 28px;
	}
/*---------------------------------- type ----------*/
p {
	font-size: 11px;
	line-height: 1.4em;
	margin-top: 0.3em;
	margin-bottom: 0.25em;
	margin-left: 35px;
	margin-right: 28px;
	padding: 0.5em 0 0 0;
	color: #ffffff;
	}
.pastconcert {
font-size: 11px;
	line-height: 1.4em;
	margin-top: 0.3em;
	margin-bottom: 0.25em;
	margin-left: 0;
	margin-right: 28px;
	padding: 0.5em 0 0 0;
	color: #ffffff;
}
.homeinfo{
	font-size: 11px;
	color: #000000;
	}
.thankyou{
	font-size: 11px;
	line-height: 1.8em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	margin-left: 28px;
	margin-right: 2px;
	padding: 0em;
	color: #ffffff;
}
ul {
	font-size: 11px;
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 0 0 0;
	color: #ffffff;
	}
li { 
	list-style:none;
	}

a:link { color:#2c6fe0; text-decoration:none; font-weight:bold; }
a:visited { color:#2c6fe0; text-decoration:none; font-weight:bold; }
a:hover { color:#2c6fe0; text-decoration:underline; font-weight:bold; }
a:active { color:#2c6fe0; text-decoration:none; font-weight:bold; }
/*---------------------------- tables ----------*/
#table {
border-collapse: collapse;
width:100%;
}
#table td, th {
margin: 0;
padding: 0;
}
/*---------------------------- type-headers ----------*/

/*---------------------------------- lists ----------*/

/*---------------------------- END template.css ----------*/
