/* -------------------------------------------------- 
   Custom styles
-----------------------------------------------------*/

/* -------------------------------------------------- 
  Global resets
-----------------------------------------------------*/
body {
	font-family: Lato, Arial, sans-serif;
	font-weight: 500;
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Lato, Arial, sans-serif;
	font-weight: 200;
}
p {
	font-family: Cardo, Georgia, Times, serif;
	font-weight: normal;
}
.button {
	font-family: Lato, Arial, sans-serif;
	font-weight: 700;
}
/* -------------------------------------------------- 
   top navigation styles
-----------------------------------------------------*/
.top-bar {
	background: #991B1F;
}
/*set font and color of menu text*/
.menu {
	color: white;
	padding-left: 30px;
}
.top-bar ul li a:not(.button), .top-bar ul li a:not(.name) {
	font-weight: normal;
	font-size: 14px;
}
.top-bar ul > li.search:hover {
	background: #991B1F;
}
/*hide the search form label*/
.top-bar ul > li.search form label {
	position: absolute;
	left: -9000px;
}
/*increase the area available for the search input*/
.top-bar ul > li.search form {
	width: 250px;
}
/*remove right padding from search box*/
.top-bar ul > li.search {
	padding: 0 0 0 15px;
}
/*style search form input and button and enable floating */
.top-bar ul > li.search form input[type="search"] {
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	float: left;
	font-size: 16px;
	margin-top: 0px;
	height: 25px;
	width: 60%;
	margin-right: 3px;
}
.top-bar ul > li.search form input[type="search"] + .button {
	border-left: none;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	float: left;
	font-size: 12px;
	margin-top: -1px;
	padding: 5px 12px 4px;
	width: 20%;
}
/* -------------------------------------------------- 
  header styles
-----------------------------------------------------*/
header {
	margin-bottom: 30px;
}
header h1 {
	font-size: 48px;
	font-weight:bold;
	float: left;
	line-height: 100px;
	margin: 0;
	padding-left: 70px;
	background: url(../_images/sp-logo-100.png) no-repeat left center;
	margin:0 15px 0 30px;
}
.primate {
	color: #991B1F;
}
header h2 {
	font-size: 18px;
	font-style: italic;
	font-weight: 700;
	color: #666;
	padding-top: 50px;
	text-transform: lowercase;
}

/* -------------------------------------------------- 
   main article styles
-----------------------------------------------------*/
.main h2 {
	color: #666;
	font-weight: 500;
	font-size: 24px;
}
.main h3 {
	font-size: 64px;
	padding-bottom: 12px;
	border-bottom: 2px solid #666;
}
.main p {
	font-size: 20px;
	line-height: 1.6;
}
.main .teaser {
	margin-bottom: 0;
}
.main img.teaser {
	margin-bottom: 16px;
}
.panel {
	margin-bottom: 16px;
}
.panel p {
	font-size: 1em;
}
.postcallout {
	margin-top: 16px;
}
/* -------------------------------------------------- 
   forms styles
-----------------------------------------------------*/
span.custom {
	margin-right: 10px;
}
/* -------------------------------------------------- 
   sidebar styles
-----------------------------------------------------*/
aside h3 {
	color: #333;
	font-size: 24px;
	margin-top: 3em;
	margin-bottom: 16px;
}
aside p {
	font-family: Lato, Arial, sans-serif;
	font-size: 15px;
	line-height: 2;
	font-style: normal;
}
ul.social {
	list-style: none;
	margin: 0 auto;
	width: 60%;
	overflow: hidden;
}
ul.social li a {
	text-indent: -9000px;
	width: 35px;
	height: 35px;
	background: black;
}
ul.social li a.twitter {
	float: left;
	background: url(../_images/social_twitter_35.png) no-repeat;
}
ul.social li a.rss {
	float: right;
	background: url(../_images/social_rss_35.png) no-repeat;
}
/* -------------------------------------------------- 
   news styles
-----------------------------------------------------*/
div.news {
	margin-top: 64px;
}

.news h2 {
	background: #991B1F;
	color: white;
	font-size: 20px;
	line-height: 45px;
	padding-left: 20px;
	margin-bottom: 0;
}
/* -------------------------------------------------- 
   footer styles
-----------------------------------------------------*/
footer {
	background: #4d4d4d;
	height: 60px;
}
footer p {
	font-size: 12px;
	color: white;
	line-height: 60px;
}
footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer ul li {
	float: left;
}
footer ul li a {
	color: white;
	display: block;
	margin-right: 16px;
	padding: 0 16px;
	line-height: 60px;
}
footer ul li a:hover {
	color: white;
	background: #333;
}
footer form label {
	position: absolute;
	left: -9000px;
}
footer form input[type="search"] {
	width: 60%;
	height: 26px;
}
footer form input[type="submit"] {
	width: 20%;
}
footer form input[type="search"], footer form input[type="submit"] {
	float: left;
	margin: 15px 16px 0 0;
}
/* -------------------------------------------------- 
   Smaller screen styles
-----------------------------------------------------*/
@media only screen and (max-width: 720px) {

/* -------------------------------------------------- 
   top navigation styles
-----------------------------------------------------*/

/* -------------------------------------------------- 
  header styles
-----------------------------------------------------*/

/* -------------------------------------------------- 
   main article styles
-----------------------------------------------------*/

/* -------------------------------------------------- 
   forms styles
-----------------------------------------------------*/

/* -------------------------------------------------- 
   sidebar styles
-----------------------------------------------------*/

/* -------------------------------------------------- 
   news styles
-----------------------------------------------------*/

/* -------------------------------------------------- 
   footer styles
-----------------------------------------------------*/
	
}