a {
	color: #cc9999;
}
a:visited {
	color: #877270;
}
a:hover {
	color: #8b514c;
}
body {
	background: #000 url(images/background-red.jpg) center top no-repeat;
}
#wrapper {
	background: #131313 url(images/background-red.jpg) center top no-repeat;
}

.nav li:hover,
.nav li.sfhover,
.nav li.current-menu-item,
.nav li.current_page_item {
	background: url(images/menu-red.png) 50% 29px no-repeat;
}
.nav li:hover a,
.nav li.sfhover a,
.nav li.current-menu-item a,
.nav li.current_page_item a {
	color: #6c4542!important;
}
.nav li.has-children a {
	background: url(images/arrows-red.png) 100% -89px no-repeat;
}

.nav li:hover li:hover a,
.nav li.sfhover li.sfhover a {
	color: #6c4542!important;
}
.nav li li.has-children a {
	background: url(images/arrows-red.png) 100% 6px no-repeat;
}

.nav li:hover li:hover li:hover a,
.nav li.sfhover li.sfhover li.sfhover a {
	color: #6c4542!important;
}

#header {
	border-bottom: 4px solid #592f2b;
}

#searchform input[type=text] {
	border: 1px solid #70413d;
}
#searchform input[type=submit]{
	border: 1px solid #70413d;
	color: #70413d;
}

/* Text */
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
	color: #70413d;
}

blockquote {
	border: 1px solid #70413d;
	background: rgba(95,45,45,0.15);
}
a.more-link {
	color: #70413d;
	border-bottom: 1px solid #70413d;
}

.wp-caption img {
	border-left: 1px solid #70413d;
	border-top: 1px solid #70413d;
	border-right: 1px solid #70413d;
}
.wp-caption p {
	border-left: 1px solid #70413d;
	border-bottom: 1px solid #70413d;
	border-right: 1px solid #70413d;
}

.post-meta a,
.post-meta a:visited,
.post-info a,
.post-info a:visited {
	color: #70413d;
}
.post-meta {
	border: 1px solid #70413d;
	color: #70413d;
}

#comments img {
	border: 1px solid #70413d;
}

#comments cite,
#comments cite a {
	color: #70413d;
}

#comments .reply,
#comments .reply a {
	color: #70413d;
}
#comments li .comment-body {
border-bottom:1px solid #70413d;
border-right:1px solid #70413d;
border-top:1px solid #70413d;
}

#comments li .comment-body .comment-arrow {
	background: url(images/comment-arrow-red.png) no-repeat;
}

#comments li li .comment-body .comment-arrow {
	background: url(images/comment-arrow-red.png) -8px 0 no-repeat;
}

#comments li li .comment-body {
	border-left:1px solid #70413d;
}

#comments li li li .comment-body .comment-arrow {
	background: url(images/comment-arrow-red.png) -8px 0 no-repeat;
}

#comments input {
	border: 1px solid #70413d;
}

#comments textarea {
	border: 1px solid #70413d;
}

#comments input[type=submit] {
	color: #70413d;
}

#comments input[type=submit]:hover {
	background: #70413d;
}

#footer {
	background: url(images/footer-red.jpg) 50% 0;
}

.mc_input {
		border: 1px solid #70413d;
}

.mc_signup_submit input[type=submit]:hover {
		background: #70413d;
}

.gigpress-table {
	color: #602d2d !important;}
    
a.gigpress-tickets-link {
    background: none repeat scroll 0 0 #602d2d;
    border: 1px solid #683131;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25) inset;
    color: #CECECE!important;
    display: block;
    font-weight: bold;
    left: 79%;
    padding: 2px 0 2px 2px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 45px;
    width: 100px;}
    
a:hover.gigpress-tickets-link {
    background: none repeat scroll 0 0 #773838;
	text-decoration: none;}

a:active.gigpress-tickets-link {
	background-color: #562828;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4) inset;}

span.gigpress-info-item {
    color: #602d2d !important;}