@import url(https://fonts.googleapis.com/css?family=Merriweather:200,300,400,400,600,700&subset=latin,latin-ext);
/* Options set in the admin page */

body,
body p{ 
	font-family: 'Merriweather';
	color: ;
}
#header .logo h1 {
	font-family: 'Merriweather';
}
#breaking,
#breaking .close {
	background: #a6cd5c;
}
#breaking h3{
	background: #004a0e;
}
#breaking h3:after {
	border-left-color: #004a0e;
}

/* Extra CSS */
.notfound #searchform {
  max-width:360px;
  margin:0 auto 30px
}
