body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #6B6B6B;
	background-color: #000000;
	background-image: url(img/epbg_r1_c1.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
h1 {
	color: #C84242;
}
#sidebar ul {

}
.thrColElsHdr #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColElsHdr #header {
	background-image: url(img/header_hearts.jpg);
	height: 303px;
	padding-top: 0;
	padding-right: 115px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	}
.thrColElsHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 190px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 19%;
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColElsHdr #sidebar1 p" rule.
*/
.thrColElsHdr #sidebar1 {
	float: left;
	width: 145px; /* the background color will be displayed for the length of the content in the column, but no further */
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	margin-top: 0px;
}
.thrColElsHdr #sidebar2 {
	float: right;
	width: 175px; /* top and bottom padding create visual space within this div */
	font-size: 12px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 0px;
	border-left-width: 0px;
	border-left-style: dashed;
	border-left-color: #5B5B5B;
}
.thrColElsHdr #sidebar2page {
	float: right;
	width: 250px; /* top and bottom padding create visual space within this div */
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	border-left-width: 0px;
	border-left-style: dashed;
	border-left-color: #5B5B5B;	
	
}
.thrColElsHdr #sidebar3 {
	float: right;
	width: 195px; /* top and bottom padding create visual space within this div */
	font-size: 11px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #5B5B5B;
}
.entry {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5B5B5B;
	padding-bottom: 10px;
	margin-right: 10px;

}
.up {
	margin-bottom: 10px;
}
/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.thrColElsHdr #mainContent {
	font-size: 11px;
	width: 375px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 155px;
	padding-top: 0px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #5B5B5B;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #5B5B5B;
	padding-left: 10px;
	padding-right: 10px;
}
#mainContent img {
	width: 365px;
	border: 0px solid #CECECE;
}
 #mainContentpage img {
	border: 0px solid #CECECE;
}
#mainContent .none {
width: auto;
height: auto;
}
 
.thrColElsHdr #mainContentpage {
	font-size: 12px;
	width: 500px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 145px;
	padding-top: 0px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #5B5B5B;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #5B5B5B;
	padding-left: 15px;
	padding-right: 15px;	
} 
.thrColElsHdr #footer {
	padding: 0 10px;
} 
.thrColElsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
gigpress{
	list-style-type: none;
}

.widget gigpress_widget{
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
a {
	color: #C84242;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
h2 {
	color: #BABABA;
	font-weight: normal;
	text-transform: uppercase;
}
h2 a {
	color: #BABABA;
	text-decoration: none;
}
h3 {
	color: #C84242;
}
h4 {
	color: #C84242;
}
h5 {
	color: #C84242;
}
h6 {
	color: #C84242;
}
#navcontainer {
	font-size: 18px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13px;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

#navcontainer a
{
display: block;
padding: 3px;
}

#navcontainer a:link, #navcontainer a:visited
{
color: #C84242;
text-decoration: none;
}

#navcontainer a:hover
{
color: #fff;
}
#smaller {
	font-size: 70%;

}
#comment {
	width: 400px;
}
.alignleft{
	float: left;
	margin-right: 25px;
}
.alignright{


}
/* GigPress
*/
.gigpress-listing{
padding: 0;
margin: 0;
list-style-type: none;
}
#gigpress{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.widgettitle
{
	color: #C84242;
}
/*
This is the default stylesheet.  You should probably leave it as is.
To customize any of these styles, drop a *copy* of this file into your current theme directory.
Any style changes make there will override styles in this document.
*/

/* Meet the table that displays our shows */
.gigpress-table {
	width: 100%;
	border: none;
	margin: 0 0 1em 0;
}

/* This is for the main header cells containing the column labels */
tr.gigpress-header th {
	font-weight: bold;
}

/* Generic class for the table header cells */
.gigpress-table th {
	padding: 6px 8px;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #CCC;
}

/* This is for the tour name header cells */
th.gigpress-heading {
	border-bottom: 1px solid #CCC;
	color: #FF9900;
}

/* This is for the tour name headings, whichever one you're using */
th.gigpress-heading h1, th.gigpress-heading h2, th.gigpress-heading h3, th.gigpress-heading h4, th.gigpress-heading h5 {
	margin: 0;
}

/* Applies to all cells in the table */
.gigpress-table td {
	padding: 6px 8px;
	vertical-align: middle;
	text-align: left;
}

/* Some subtle hover effects */
.gigpress-row:hover, .gigpress-info:hover {
	background-color: #EAEAEA;
}

/* Applies to the first row of each show listing */
.gigpress-row td {
	border-bottom: 1px solid #EEE;
}

/* To set an alternating row style */
.gigpress-alt {
}

/* Individual classes for the label header cells that start the table */
th.gigpress-date {
}

th.gigpress-city {
}

th.gigpress-venue {
}

th.gigpress-country {
	text-align: center;
}

/* Likewise, individual classes for the content cells */
td.gigpress-date {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

td.gigpress-city {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

td.gigpress-venue {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

td.gigpress-country {
	text-align: center;
}

tr.gigpress-info td {

	color: #333;
	border-bottom: 1px solid #CCC;
}

/* This wraps each of the address, admission, etc spans in the "info" cell */
span.gigpress-info-item {
}

/* For the labels for address, admission, etc in the "info" cell */
span.gigpress-info-label {
	color: #666;
}

/* For the spacer cell that goes in-between tours */
td.gigpress-empty {
}

/* In case you want to style the "Buy Tickets" link */
a.buy-tickets {
	font-weight: bold;
}

/* In case you want to style the Googlefied address link */
a.gigpress-address {
}

/* This is for the RSS link */
td.gigpress-rss a {
	padding-left: 14px;
	background: transparent url(images/feed-icon-10x10.png) no-repeat left center;
}



/* These styles are for the sidebar listing */

/* This is the unordered list that holds the dates */
ul.gigpress-listing {
	list-style-type: none;
	width: 95%;
	margin: 0px;
}
#gigpress .widgettitle{
	list-style-type: none;
	color: #BABABA;
	font-weight: normal;
	text-transform: uppercase;
	display: none;
}
#sidebar{
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar3 .showstitle {
	font-size: 15px;
	color: #BABABA;
	display:block;
	text-transform: uppercase;
	font-weight: normal;
}
#sidebar ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
text-align:left;
}
/* Generic styles for the list items within */
.gigpress-listing li {
	padding-bottom: 15px;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/* For tour headings in the sidebar */
span.gigpress-list-heading {	
	font-weight: bold;
}

/* So if you like you can syle the first list item differently */
li.gigpress-list-first {
	list-style-type: none;
display: block;	
}
.vevent{
	list-style-type: none;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #464646;
}

/* So if you like you can syle the last list item differently */
li.gigpress-list-last {
}

/* So if you like you can syle the date differently */
span.gigpress-date {
	font-weight: bold;
	display: block;
}

/* Add a feed icon to the RSS link */
li.gigpress-list-rss a {
	padding-left: 14px;
	background: transparent url(images/feed-icon-10x10.png) no-repeat left center;
}


/* This is just to include data dor hcalendar support, but hide it from view */
span.hide {
	display: none;
}

/* Stop Firefox from underlining our abbreviated dates */
abbr {
	border: none;
	text-decoration: none;
}
span.location {
	margin-bottom: 55px;
	padding-bottom: 25px;
}
/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
span.gigpress-date {
	color: #7C7C7C;
	font-weight: bold;
}
#footer {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 9px;
}