/*
Theme Name: Century Services
Theme URI: http://wordpress.org/
Description: Century Services WordPress theme
Version: 1.0
Author: Matt Cox

	Century Services v1.0
	
	This theme was designed and built by Matt Cox.

*/

@import url('styles/layout.css');
@import url('styles/typography.css');
@import url('styles/navigation.css');

/* Mailchimp overrides */
#mc_embed_signup {
	width: 98% !important;
}

.announcement {
  background-color: #FFFFE0;
  border: 2px dashed #28425B;
  margin-left: 5px;
  padding: 10px;
  width: 910px;
  text-align: center;
}

.announcement a {
  font-weight: bold;
  font-size: 14px;
}

#news ul li:first-child h4 a {
  color: red;
  font-weight: bold;
  text-transform: uppercase;
}

