* {
	margin: 0;
}

html, body {
	height: 100%;
	padding-top: 10px;
}

body {
	background-image: url(images/performances_bg.jpg);
}

.wrapper {
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
}

.logo {
    margin-right: 5px;
}

.header {
	padding-left: 100px;
	padding-right: 100px;
}

.footer, .push {
	height: 60px; /* .push must be the same height as .footer */
	margin-bottom: 50px;
}

.main {
	background-color: white;
	color: black;
	width: 86%;
	margin: 100px auto 0 auto;
	padding:60px;
}

.photo {
	float: left;
	margin-right: 40px;
	margin-bottom: 30px;
}

.text {
	float: left;
	width: 75%;
}

.docs {
	float: left;
	width: 20%;
	margin-left: 50px;
}

.clear {
    clear: both;
}

h2 {
	text-transform: uppercase;
	margin-bottom: 2em;
}

h3{
	margin-bottom: 10px;
	margin-top:10px;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: normal;
}



.main p{
	line-height: 1.7em;
	margin-bottom: 2.5em;
}

ul{
	line-height: 1.7em;
	list-style-type: none;
}

ul li {
	margin-bottom: 10px;
}

ul li a {
	color: black;
}

.docs img {
	margin-right: 5px;
	vertical-align: middle;
}

ul#tabs {
    list-style-type: none;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}
ul#tabs li {
    display: inline-block;
/*    background-color: #32c896;
    border-bottom: solid 5px #238b68;
    padding: 5px 20px;*/
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
        padding-left: 20px;
    margin-bottom: 4px;
    color: black;
    cursor: pointer;
    text-align: left;
}
ul#tabs li:hover {
    background-color: black;
    color: white;
}
ul#tabs li.active {
	color: black;
	font-size: 1.5em;
/*    background-color: #238b68;*/
}
ul#tabs li.active:hover {
	color: black;
	background-color: white;
}

ul#tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul#tab li {
    display: none;
}
ul#tab li.active {
    display: block;
}

.pickle{
	float: right;
}

.pickle .pickle-icon{
	width: 27px;
	margin: 0 6px;	
}

.datagrid table { 
	border-collapse: collapse; 
	text-align: left; 
	width: 90%; 
	margin-left: 1.5em;
} 
.datagrid {
	font: normal 1em/150% "adobe-garamond-pro", Georgia, serif; 
	background: #fff; 
	overflow: hidden; 
/*	border: 1px solid #006699; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; */
}

.datagrid table td, .datagrid table th { 
	padding: 3px 10px; 
}

.datagrid table tbody tr { 
	line-height: 1em;


}

.datagrid table tbody td { 
	color: black; 
	font-size: 0.9em;
	font-weight: normal; 
	vertical-align: top;
		padding-top: 10px;
	padding-bottom: 10px;

}

.datagrid table tbody td.date{ 
width: 10%;
}

.datagrid table tbody td.time{ 
width: 10%;
}

.datagrid table tbody td.song{ 
width: 30%;
}

.datagrid table tbody td.performer{ 
width: 20%;
}

.datagrid table tbody td.location{ 
width: 15%;
}

.datagrid table tbody td.city{ 
width: 15%;
}

.datagrid table tbody tr.alt { 
	background: #f2f2f2; 
	color: black; 
}

.datagrid table tbody td:first-child { 
	border-left: none; 
}
.datagrid table tbody tr:last-child td { 

	border-bottom: none; }

	table.upcomings tr {
   cursor: pointer;
   /* whatever other hover styles you want */
}