body {
	background: #90b2c2 url('../../images/gray.png') 0 0 repeat-x;
}

.more-link {
	background: #959595;
	background: -moz-linear-gradient(top, #959595 0%, #656565 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#959595), to(#656565));
	border: 1px solid #656565;
	border-bottom: 1px solid #525151;
	-moz-box-shadow: inset 0 1px 0 0 #bfbfbf, 0 1px 2px 0 #B3B3B3;
	-webkit-box-shadow: inset 0 1px 0 0 #bfbfbf, 0 1px 2px 0 #B3B3B3;
	box-shadow: inset 0 1px 0 0 #bfbfbf, 0 1px 2px 0 #B3B3B3;
	color: #F9F9F9;
}

.more-link:hover {
	color: #F9F9F9;
	background: #656565;
	background: -moz-linear-gradient(top, #656565 0%, #959595 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#656565), to(#959595));
	-moz-box-shadow: inset 0 1px 0 0 #bfbfbf, 0 1px 2px 0 #4c4c4c;
	-webkit-box-shadow: inset 0 1px 0 0 #bfbfbf, 0 1px 2px 0 #4c4c4c;
	box-shadow: inset 0 1px 0 0 #bfbfbf, 0 1px 2px 0 #4c4c4c;
}

.more-link:active {
	-moz-box-shadow: inset 0 0 8px 4px #656565, 0 1px 0 0 #eee;
	-webkit-box-shadow: inset 0 0 8px 4px #656565, 0 1px 0 0 #eee;
	box-shadow: inset 0 0 8px 4px #656565, 0 1px 0 0 #eee;
}

.menu-header .menu a span {
    color: #d5d5d5;
}

.menu-work .current-menu-item a {
    background: #8F8D92;
	border: 1px solid #8f8d92 !important;
}

#masthead p {
    color: #d5d5d5;
}

#content .thedate {
	background: url('../../images/date-bg.png') 0 -126px no-repeat;
}

#content .thedate span.the-month {
	color: #f9f9f9;
}

#content .thedate span.the-year {
	color: #f9f9f9;
}

.nivo-controlNav a {
	background: url("../../images/sliders/bullets-gray.png") 0 0 no-repeat;
}

.footer-wide {
	background: #90b2c2 url('../../images/gray.png') 0 0 repeat-x;
}

#footer ul li {
    border-bottom: 1px solid #616161;
}
 
.pagination .current {
	color: #ffffff;
	background: #8f8d92;
	border: 1px solid #8f8d92;
}

#digislider2-feature-wrap a.pager-link {
    background: url("../../images/sliders/bullets-gray.png") no-repeat 0 0;
}

#digislider2-feature-wrap a.pager-active {
    background: url("../../images/sliders/bullets-gray.png") no-repeat 0 -20px;
}

.bx-wrapper .pager-link {
	background: url("../../images/sliders/bullets-gray.png") no-repeat 0 0;
}
.bx-wrapper .pager-active {
	background: url("../../images/sliders/bullets-gray.png") no-repeat 0 -20px;
}

#commentform #submit {
	background: #959595;
	background: -moz-linear-gradient(top, #959595 0%, #656565 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#959595), to(#656565));
	border: 1px solid #656565;
	border-bottom: 1px solid #525151;
	-moz-box-shadow: inset 0 1px 0 0 #bfbfbf, 0 1px 2px 0 #B3B3B3;
	-webkit-box-shadow: inset 0 1px 0 0 #bfbfbf, 0 1px 2px 0 #B3B3B3;
	box-shadow: inset 0 1px 0 0 #bfbfbf, 0 1px 2px 0 #B3B3B3;
	color: #F9F9F9;
}

#commentform #submit:hover {
	color: #F9F9F9;
	background: #656565;
	background: -moz-linear-gradient(top, #656565 0%, #959595 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#656565), to(#959595));
	-moz-box-shadow: inset 0 1px 0 0 #bfbfbf, 0 1px 2px 0 #4c4c4c;
	-webkit-box-shadow: inset 0 1px 0 0 #bfbfbf, 0 1px 2px 0 #4c4c4c;
	box-shadow: inset 0 1px 0 0 #bfbfbf, 0 1px 2px 0 #4c4c4c;
}

#commentform #submit:active {
	-moz-box-shadow: inset 0 0 8px 4px #656565, 0 1px 0 0 #eee;
	-webkit-box-shadow: inset 0 0 8px 4px #656565, 0 1px 0 0 #eee;
	box-shadow: inset 0 0 8px 4px #656565, 0 1px 0 0 #eee;
}

#comments a.comment-reply-link {
	background: #959595;
	background: -moz-linear-gradient(top, #959595 0%, #656565 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#959595), to(#656565));
	border: 1px solid #656565;
	border-bottom: 1px solid #525151;
	-moz-box-shadow: inset 0 1px 0 0 #bfbfbf;
	-webkit-box-shadow: inset 0 1px 0 0 #bfbfbf;
	box-shadow: inset 0 1px 0 0 #bfbfbf;
	color: #F9F9F9;
}
#comments a.comment-reply-link:hover {
	color: #F9F9F9;
	background: #656565;
	background: -moz-linear-gradient(top, #656565 0%, #959595 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#656565), to(#959595));
	-moz-box-shadow: inset 0 1px 0 0 #bfbfbf, 0 1px 2px 0 #4c4c4c;
	-webkit-box-shadow: inset 0 1px 0 0 #bfbfbf, 0 1px 2px 0 #4c4c4c;
	box-shadow: inset 0 1px 0 0 #bfbfbf, 0 1px 2px 0 #4c4c4c;
}

#comments a.comment-reply-link:active {
	-moz-box-shadow: inset 0 0 8px 4px #656565, 0 1px 0 0 #eee;
	-webkit-box-shadow: inset 0 0 8px 4px #656565, 0 1px 0 0 #eee;
	box-shadow: inset 0 0 8px 4px #656565, 0 1px 0 0 #eee;
}

#sendmail {
	background: #959595;
	background: -moz-linear-gradient(top, #959595 0%, #656565 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#959595), to(#656565));
	border: 1px solid #656565;
	border-bottom: 1px solid #525151;
	-moz-box-shadow: inset 0 1px 0 0 #bfbfbf, 0 1px 2px 0 #B3B3B3;
	-webkit-box-shadow: inset 0 1px 0 0 #bfbfbf, 0 1px 2px 0 #B3B3B3;
	box-shadow: inset 0 1px 0 0 #bfbfbf, 0 1px 2px 0 #B3B3B3;
	color: #F9F9F9;
}

#sendmail:hover {
	color: #F9F9F9;
	background: #656565;
	background: -moz-linear-gradient(top, #656565 0%, #959595 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#656565), to(#959595));
	-moz-box-shadow: inset 0 1px 0 0 #bfbfbf, 0 1px 2px 0 #4c4c4c;
	-webkit-box-shadow: inset 0 1px 0 0 #bfbfbf, 0 1px 2px 0 #4c4c4c;
	box-shadow: inset 0 1px 0 0 #bfbfbf, 0 1px 2px 0 #4c4c4c;
}

#sendmail:active {
	-moz-box-shadow: inset 0 0 8px 4px #656565, 0 1px 0 0 #eee;
	-webkit-box-shadow: inset 0 0 8px 4px #656565, 0 1px 0 0 #eee;
	box-shadow: inset 0 0 8px 4px #656565, 0 1px 0 0 #eee;
}

#iwacontactform #submit {
	background: #959595;
	background: -moz-linear-gradient(top, #959595 0%, #656565 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#959595), to(#656565));
	border: 1px solid #656565;
	border-bottom: 1px solid #525151;
	-moz-box-shadow: inset 0 1px 0 0 #bfbfbf, 0 1px 2px 0 #B3B3B3;
	-webkit-box-shadow: inset 0 1px 0 0 #bfbfbf, 0 1px 2px 0 #B3B3B3;
	box-shadow: inset 0 1px 0 0 #bfbfbf, 0 1px 2px 0 #B3B3B3;
	color: #F9F9F9;
}

#iwacontactform #submit:hover {
	color: #F9F9F9;
	background: #656565;
	background: -moz-linear-gradient(top, #656565 0%, #959595 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#656565), to(#959595));
	-moz-box-shadow: inset 0 1px 0 0 #bfbfbf, 0 1px 2px 0 #4c4c4c;
	-webkit-box-shadow: inset 0 1px 0 0 #bfbfbf, 0 1px 2px 0 #4c4c4c;
	box-shadow: inset 0 1px 0 0 #bfbfbf, 0 1px 2px 0 #4c4c4c;
}

#iwacontactform #submit:active {
	-moz-box-shadow: inset 0 0 8px 4px #656565, 0 1px 0 0 #eee;
	-webkit-box-shadow: inset 0 0 8px 4px #656565, 0 1px 0 0 #eee;
	box-shadow: inset 0 0 8px 4px #656565, 0 1px 0 0 #eee;}