@charset "utf-8";

@font-face {
	font-family: "robotocondensed";
	font-style: normal;
	font-weight: normal;
	src: url("/fonts/RobotoCondensed-Regular.ttf") format("truetype");
}
@font-face {
    font-family: 'bromello';
    src: url('/421/fonts/bromello.ttf') format('truetype');
    src: url('/421/fonts/bromello.ttf');
    font-weight: normal;
    font-style: normal;
}
body {
	background-color: #fafaf2;
}

.navbar-inverse .navbar-inner {
    background-color: #11397c;
    }

 
#home .span8, div.span12.artnews {
	margin-left: 0;
}
.span8 {
	margin-left: 0 !important;
}

 .col_1  h1, .col_8 h1 {
 	    background-color: #bcbdc0 !important;
 }
.col_8 h1 a{
	color: #3d3d3d !important;
}

.login-btn {
	background-color: #bcbdc0!important; 
}

.quick-links h1 {
	color: #3d3d3d !important;
}

div.brand-dates {
    color: #58595b;
    font-weight: 300;
    float: right;
    margin-top: 40px;
    margin-bottom: 20px;
    border: 1px solid #58595b;
    border-radius: 0px;
    padding: 5px 10px 0px 20px;
    background-color: #fff;
}
div.brand-dates span.date {
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
div.brand-dates p {
	float: left;
	margin-top: 5px;
}
div.brand-dates img {
	float: right;
	padding-left: 20px;
	padding-bottom: 5px;
}

.tiles {
	padding: 20px;
	/*border: dotted 1px #FC5050;*/
	margin-bottom: 20px;
	margin-left: 0px !important;
	background-color: #FFD00C;
}

.tiles h2, .tiles h2 a {
	font-family: 'everafte', sans-serif;
	font-size: 30px !important;
    font-weight: normal;
    color: #11397c !important;
    text-decoration: none;
}

.tiles h2 a:hover {
	color: #000 !important;
	text-decoration: none;
}

.artnews .format_events {
	text-align: left;
	padding: 20px;
	margin-bottom: 10px;
	border: 1px dotted #FFD00C;

}