/* color */

a {
	color: #3f3f3f;
}
a:visited {
	color: #3f3f3f;
}
a:hover {
	color: #2290d9;
}
.nav li.current-menu-item a,
.nav li.current_page_item a, {
	color: #ffffff;
	background-image: url(images/whitebackground.png);
}


.nav li:hover a,
.nav li.sfhover a,
.nav li:hover li:hover a,
.nav li.sfhover li.sfhover a,
.nav li:hover li:hover li:hover a,
.nav li.sfhover li.sfhover li.sfhover a,
.post-meta a,
.post-meta a:visited,
.post-info a,
.post-info a:visited,
.post-meta,
a.more-link {
	color: #3d5d71 !important;
}
#searchform input[type=submit] {
	color: #ffffff; !important;
	background-color:#3d5d71;
}

#comments cite,
#comments cite a,
#comments .reply,
#comments .reply a,
#comments input[type=submit] {
	color: #3f3f3f; !important;}


h1,
h1 a, 
h1 a:visited,
h2,
h2 a, 
h2 a:visited {
   color: #3d5d71;
}

h1 a:hover {
color: #2290d9;
}

h3,
h4,
h5,
h6,
h3 a,
h4 a,
h5 a,
h6 a,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
	color:#3d5d71;
}

/* border */

#searchform input[type=text],
#comments img,
#comments input,
#comments textarea,
.mc_input,
#searchform input[type=submit],
.post-meta,
blockquote {
	border: 1px solid #3f3f3f;
}

.wp-caption img {
	border-top:1px solid #3D595F;
}

#header {
	border-bottom: 2px solid #3f3f3f;
}
a.more-link,
.wp-caption p,
#comments li .comment-body {
	border-bottom:1px solid #000000;
}

.wp-caption p,
.wp-caption img,
#comments li li .comment-body {
	border-left:1px solid #000000;
}

.wp-caption img,
.wp-caption p,
#comments li .comment-body {
	border-right:1px solid #000000;
}


/* background */

#comments input[type=submit]:hover,
.mc_signup_submit input[type=submit]:hover {
	background: #3f3f3f;
}

body {
	background-color: #ffffff;
	background-image: url(images/craigbackground.jpg);
	background-repeat:no-repeat;
	background-position: center top;
}
#wrapper {
	background: url(images/whitebackgroundNO.png)  center top repeat;
}
.nav li:hover,
.nav li.sfhover {
	background: url(images/menubar-purpleNO.jpg) 47% 26px no-repeat;
}
.nav li.current-menu-item,
.nav li.current_page_item {
	background: url(images/menubar.jpg) 47% 30px no-repeat;
	color: #787876 !important;
}
.nav li.has-children a {
	background-image: url(images/arrows_white.gif);
	background-repeat: no-repeat;
	background-position: 100% -89px;
}
.nav li li.has-children a {
	background: url(images/arrowsNO.png) 50% 6px no-repeat;
}

blockquote {
	background: rgba(61,90,95,0.15);
}

#comments li .comment-body .comment-arrow {
	background: url(images/comment-arrow.png) no-repeat;
}

#comments li li .comment-body .comment-arrow {
	background: url(images/comment-arrow.png) -8px 0 no-repeat;
}

#comments li li li .comment-body .comment-arrow {
	background: url(images/comment-arrow.png) -8px 0 no-repeat;
}

#footer {
	background: #d0cfbc;
}

#footer label {

    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    padding-right: 5px;
    color: #9a9a9a;
}

#footer form {
margin-top: -4px;
}

#footer input {
height:17px;
background: #265bd3;
border: none;
margin-left: 5px;
color: #6d6c6d;
padding-left: 4px;
width: 180px
}

#footer input:hover {
cursor:text;
}
#footer input[type=submit] {
	height: 19px;
	width: 75px;
	text-align: center;
	text-transform: uppercase;
	color: #3f3f3f;
	font-size: 10px;
	background: #265bd3;
	border: none;
	padding: 3px 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#footer input[type=submit]:hover{
color:#fff;
background: #265bd3;
cursor: pointer
}

#footer-newsletter-button input {
height:21px;
border: none;
}


.gigpress-table {
	color: #000000 !important;
}
    
a.gigpress-tickets-link {
    background: none repeat scroll 0 0 #039;
    border: 1px solid #3E585D;
    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 #4b6e74;
	text-decoration: none;}

a:active.gigpress-tickets-link {
	background-color: #384f54;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4) inset;}

span.gigpress-info-item {
	color: #000 !important;
}
    