#branding .sitetitle {
	width: 439px;
	height: 50px;
	text-indent: -9999px;
	background-image: url(../images/cwe-logo.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
}
#main {
	float: left;
	width: 70% !important;
	margin-right: 8% !important;
}
#sidebar {
	float: left;
	width: 22%;
	display: block;
}
#sidebar .widget {
	margin-bottom: 25px;
	padding-bottom: 18px;
	background-image: url(../images/flourish.png);
	background-position: bottom center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
#sidebar .widget ul, #sidebar .widget li  {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar .widget ul li {
	padding: 20px 0;
	border-bottom: none;
}
.ribbon {
	background-image: url(../images/ribbon-top.png), url(../images/ribbon-shadow.png);
	background-repeat: repeat-x, no-repeat;
	background-size: 3px 41px, 17.5px 19.5px;
	background-position: top left, bottom left;
	color: #5d5c5c;
	text-transform: uppercase;
	font-size: 1.8rem !important;
	margin-left: -47px;
	padding: 9px 0 0 47px;
	padding-bottom: 0 !important;
	height: 41px;
	width: 30%;
}
.cwe_featured  img {
	width: 30%;
	float: left;
}
.cwe_featured p, .cwe_featured .meta {
	margin-left: 35%;
}
.cwe_featured div.post {
	border-bottom: none;
}
#moreposts {
	-webkit-column-count: 3;
   -webkit-column-gap:   25px;
   -moz-column-count:    3;
   -moz-column-gap:      25px;
   column-count:         3;
   column-gap:           25px;
}
#moreposts div.post {
	border-bottom: none;
	display: inline-block;
}
#moreposts div.post h2 {
	font-size: 2.0rem;
}
.meta {
	text-transform: uppercase;
	font-style: normal;
	color: #6c6c6c;
	font-size: 1.0rem;
}