@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

/*============WRAPPER FIXES==========*/
body {
	background-color: #fff; 
	background-image: none;
	background-repeat: repeat-x;
	}
img.dBlock,
#footer-social { display: none; }
#universal4o { box-shadow: 0 0 8px 0 #999; }
/*============LAYOUT============*/
#sb-wrap {
	margin: 0 auto;
	width: 970px;
	clear: both;
	overflow: hidden;
	position: relative;
	/*-default font-*/
	font-family: "Museo Sans W01 300";
	font-size: 16px;
	line-height: 130%;
	color: #6a6a6a;
	}
#sb-body {
	clear: both;
	overflow: hidden;
	position: relative;
	margin: 0 -2% 0 0;
	}
/*============LINKS============*/
#sb-wrap a, 
#sb-wrap a:link, 
#sb-wrap a:visited, 
#sb-wrap a:hover, 
#sb-wrap a:active { 
	color: #1779BD; 
	text-decoration: none; }
#sb-wrap a:hover { 
	color: #10abff;
	}
#sb-wrap h3 a, 
#sb-wrap h3 a:link, 
#sb-wrap h3 a:visited, 
#sb-wrap h3 a:hover, 
#sb-wrap h3 a:active { 
	color: #ec1d25; 
	text-decoration: none; }
#sb-wrap h3 a:hover { 
	color: #b1161c;
	}
#sb-wrap h3 a:hover img,
#sb-wrap p.social-icons a:hover img { 
	box-shadow: 0 0 8px 0 #b1161c;
	}
/*============TEXT STYLES============*/
#sb-wrap p {
	margin: 0;
	font-size: 100%;
	}
#sb-wrap h1 {
	font-family: "Museo W01 100";
	font-weight: normal;
	}
#sb-wrap h2, 
#sb-wrap h3 {
	font-family: "Museo W01 300";
	font-weight: normal;
	}
#sb-wrap h1 {
	float: left;
	margin: 0.33em 1em 1em 0;
	color: #ec1d25;
	font-size: 350%;
	}
#sb-wrap h2 {
	margin: 0.5em 2.5em 1em 0;
	color: #ec1d25;
	font-size: 120%;
	line-height: 130%;
	}
#sb-wrap h3 {
	margin: 0 0 0.2em;
	font-size: 150%;
	line-height: 120%;
	color: #ec1d25;
	}
/*============ELEMENTS============*/
#sb-wrap .ablog {
	float: left;
	position: relative;
	overflow: hidden;
	width: 44%;
	min-height: 155px;
	margin: 0  3% 3% 0;
	padding: 10px 10px 0 12px;
	border: none;
	border-radius: none;
	background: #e5e5e5;
	}
#sb-wrap p.tags {
	position: absolute;
	bottom: 10px;
	}
#sb-wrap p.tags span {
	display: inline-block;
	padding: 4px 5px 3px;
	margin: 0 0.5em 0 0;
	background: #fff; 
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 #999;
	text-transform: uppercase;
	line-height: 1em;
	font-size: 80%;
	}
#sb-wrap p.social-icons img {
	margin-right: 15px;
	}
#sb-wrap .blog-icon {
	float: right;
	margin: 0 0 10px 20px;
	border: 3px solid #fff;
	border-radius: 3px;
	}
#sb-wrap a .blog-icon:hover {
	box-shadow: 0 0 8px 0 #b1161c;
	}