/* Styles to override Color module settings */

#header a {
    color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    text-shadow: none;
	color: #155289;
}

.links ul li a,
a.more,
.line-item-summary ul li a,
#comments ul.links li a,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    color: #2882d3;
	border: 1px solid #2882d3;
    text-shadow: none;
    background: #eaf3fb;
    /*background: #ffffff;*/
    background-image: none;
    background-image: linear-gradient(top, #eaf3fb 0%, #eaf3fb 100%);
    box-shadow: none;
	/*font-weight: normal;*/
	/*font-size: 100%;*/
	line-height: 130%;
}

.links ul li a:hover,
a.more:hover,
.line-item-summary ul li a:hover,
#comments ul.links li a:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    color: #ffffff;
	background: #2882d3;
	text-decoration: none;
}

.view .node-teaser .links ul li a,
.view .node-teaser a.more,
.view-license-types .commerce-add-to-cart .form-submit {
    background: #d4e7f7;
	/*background: #eaf3fb;*/
}

.view .node-teaser .links ul li a:hover,
.view .node-teaser a.more:hover,
.view-license-types .commerce-add-to-cart .form-submit:hover {
    background: #2882d3;
}

#banner {
 	background: #155289 url("../images/banner-background-image.png") 50% 0 no-repeat;
	border-bottom: none;
}