/*-------------------------------------------------------------------
Powell-Peralta Main Stylesheet

Version: 			4
Last edited by: 		John Lytle
On:				2011.01.28
Framework: 		The Plant System
For:				Powell-Peralta
Site Design by:		JL Productions (http://johnlytle.com/)

---------------------------------------------------------------------*/


/* =General Styles
---------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html {font: 72.5%/1.2 monospace, Arial, Verdana, Sans-serif}

body {
	margin: 0;
	min-width: 902px;
	/*background: #000 url(/app/css/images/global/bg-body.gif);*/
	background: #000;
	color: #999;
	text-align: center;
}

#container {
	position: relative;
	width: 902px;
	margin: 0 auto;
	text-align: left;
}
	#container span img {display: none;}
	

/* =Links
---------------------------------------------------------------------*/

a, object {outline: none}

a:link, a:visited {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
	
a:hover, a:active {
	color: #666;
	font-weight: normal;
	text-decoration: none;
}

.active a {color: #666;}
#secondary-content li.active a:hover,
#secondary-content li.active h4 a,
#secondary-content li li.active a {
	color: #fff !important;
}

#secondary-content li.active a {color: #666;}

.product #secondary-content li.active > a {font-weight: bold;}



/* =Header
---------------------------------------------------------------------*/

#header {
	position: relative;
	width: 910px;
	height: 120px;
	margin: 0 auto;
	border-bottom: 1px solid #222;
}
	.home.main #header {
		height: 20px;
		border-bottom: none;
	}

h1#logo {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 199px;
	height: 82px;
	text-indent: -9999px;
	z-index: 300;
}
	h1#logo a {
		display: block;
		width: 199px;
		height: 82px;
		background: url(/app/css/images/logos/powell-peralta-logo-ros.png) no-repeat top left;
	}
		h1#logo a:hover {background-position: 0 -82px}
		
		
.home.main h1#logo {
	position: absolute;
	top: 200px;
	left: 600px;
	width: 300px;
	height: 124px;
	text-indent: -9999px;
	z-index: 300;
}
	.home.main h1#logo a {
		display: block;
		width: 300px;
		height: 124px;
		background: url(/app/css/images/logos/powell-peralta-logo.png) no-repeat top left;
	}
		.home.main h1#logo a:hover {background-position: 0 -124px}


#nav {
	position: relative;
	top: 80px;
	float: right;
	padding: 5px 10px;
	display: block;
	font-size: 12px;
	z-index: 400;
	text-transform: uppercase;
}
	.home.main #nav {
		top: 80px;
	}
	
	#nav ul {
		margin-left: auto;
		margin-right: auto;
		
	}
	
	#nav li {
		display: inline;
		float: left;		
		margin: 0 10px;
	}			
		#nav li a {			
			display: block;
			text-decoration: none;
			font-weight: normal !important;
		}

p.intro {
	width: 400px;
	color: #ccc;
}



/* =Structure
---------------------------------------------------------------------*/

#content {
	position: relative;
	clear: both;
	top: 0;
	width: 910px;
	margin: 0 0 40px 0;
	padding-bottom: 20px;
	border-bottom: 1px #222 solid;
}


	.product #content {
		min-height: 500px;
	}
	



#primary-content {
	display: inline;
	float: left;
	width: 550px;
	margin: 40px 40px 0 0;
}	
	.home.main #primary-content {
		width: 430px;
		margin: 0;
	}
	
	.post #primary-content {
		width: 600px;
	}
	
	.contact #primary-content {
		width: 400px;
	}

	.product #primary-content, .specs #primary-content {
		float: right;
		width: 670px;
		margin: 40px 0 0 0;
	}
	
	.tou #primary-content, .privacy #primary-content, .testimonials #primary-content {
		width: 860px;
	}
	
	.product.archive #primary-content, .product.archived #primary-content {
		width: 940px;
		float: left;
		margin: 20px 0 0 0;
		padding: 0 0 20px 0;
	}
	
	
	.vault #primary-content {
		width: 910px;
		height: 670px;
		margin: 0;
		background: url(/app/css/images/graphics/bones-brigade-vault.jpg) no-repeat top left;
	}


#secondary-content {
	display: inline;
	float: right;
	width: 180px;
	margin: 40px 30px 0 0;
 	padding: 10px;
}
	.home.main #secondary-content {
		width: 390px;
		margin: 0;
		padding-left: 40px;
		border-left: 1px dotted #222;
	}
	
	.product #secondary-content,
	.post #secondary-content {
		width: 140px;
		margin: 40px 0 10px 0;
		padding: 25px 0 0 20px;
	}
	
	.post #secondary-content {
		float: right;
		width: 210px;
		margin: 30px 0 0 0;
	}
	
	.product #secondary-content, .specs #secondary-content{
		float: left;
		width: 190px;
		margin: 40px 0 0 0;
		padding: 0;
	}

	.contact.main #secondary-content {
		width: 360px;
		margin: 0 0 10px 0;
		padding: 25px 0 0 20px;
	}

	.testimonials #secondary-content {
		display: none
	}

/* =Typography
---------------------------------------------------------------------*/

h2, h3, h4, h5, h6 {
	display: block;
	font-weight: normal;
	font-size: 120%;
	text-transform: uppercase;
}

h2 {
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 25px;
	line-height: 1.1;
	text-transform: uppercase;
	color: #fff;
	background-color: inherit;
}

.home h2 {
	font-size: 20px;
	color: #999;
	font-weight: normal;
	margin: 10px 0 5px 0;
}

.rider.category h2 {
	display: none;
}

.archive h2 {
	margin: 20px 0 20px 0;
	padding-top: 20px;
	color: #fff;
}

.product h2 {
	margin: 0 0 20px 0;
}

	#product-details h2, .archived h2 {margin: 20px 0 10px 0;}

h2#vault {
	width: 910px;
	height: 72px;
	margin: 0;
	text-indent: -9999px;
	background: url(/app/css/images/logos/bones-brigade-vault-logo.gif) no-repeat top left;
	display: none;
}

		
h3 {
	margin: 0 0 5px 0;
	font-size: 18px;
	color: #fff;
}

.product.archive #primary-content h3 {
	display: block;
	margin: 0 0 10px 0 !important;
}

h4 {
	font-size: 12px;
	margin: 0 0 10px 0;
}

/*
h3#ir {
	width: 292px;
	height: 16px;
	margin: 0 0 10px 0;
	text-indent: -9999px;
	background: url(/app/css/images/assets/intelligence-report.gif) no-repeat top left;
}
*/

	ul li h4 {font-size: 16px;}
	ul li li h4 {font-size: 12px;}

h5, h6 {
	font-size: 12px;
	margin: 5px;
	padding: 5px 0;
	color: #666;
}

.home h5 {
	clear: both;
	margin-top: 5px:
	text-align: right;
}

p + h3, ul + h3, h2 + h3, dl + h3 {
	margin-top: 30px;
}

p {
	margin-bottom: 6px;
}


ul.bullet li {	
	padding-left: 14px !important;
	background: transparent url(/app/css/images/assets/bullet.png) no-repeat 0 2px !important;
	font-size: 12px;

}


/* =Site Info
---------------------------------------------------------------------*/

#site-info {
	float: right;
	clear: both;
	width: 480px;
	margin: 10px 0 30px 0;
	padding: 0;
	text-align: left;
}

#site-info p {
	clear: both;
	font-size: 90%
}

p.plant {
	color: #333;
	margin: 6px 0 0 0;
}
p.plant a {
	color: #333;
}


/* =List Styles
---------------------------------------------------------------------*/

ul, dl {
	list-style-type: none;
	margin-bottom: 10px;
}

ol {
	list-style-type: none;
	margin: 0 0pt 10px 30px;
	text-align: left;
}
 
#primary-content ul li {
	margin: 0 0 2px 0;
	padding: 0 0 0 10px;
	background: transparent url(/app/css/images/assets/list.gif) no-repeat 0 0;
	text-align: left !important;
	line-height: 12px;
}

ul.primary li, ul.secondary li {
	display: inline;
	margin: 15px 0;
	background: none;
	font-size: 16px;
}
	ul.primary li:before, ul.secondary li:before {content: " | "}
	ul.primary li:first-child:before, ul.secondary li:first-child:before {content: ""}
	
	ul.secondary li {
		clear: both;
		font-size: 11px;
		text-transform: uppercase;
	}


dl.inline {
	line-height: 1.6em;
	margin-bottom: 10px;
} 
	dl.inline dt {
		clear: both;
		float: left;
		width: 100px;
		margin: 0;
		padding: 6px 0 0 0;
		text-align: right;
		font-weight: bold;
		color: #666;
	}
	
	dl.inline dd {
		margin: 0 0 0 120px;
		padding: 6px 0 0 0;
	}
	
	dl.inline dd.italic {
		font-style: italic;
		margin: 0 0 0 120px;
		padding: 3px 0;
		border-bottom: 1px solid #222;
	}
	
	dl.inline dd span {font-weight: bold}


ul#sns {
	margin: 0 0 10px 0;
	font-size: 12px;
}
	ul#sns li {
		display: inline;
		float: left;
		margin: 0 10px 0 0;
	}

	li.twitter a, li.facebook a, li.youtube a {
		float: left;
		padding-left: 24px;
		background:transparent url(/app/css/images/assets/icon-twitter.png) no-repeat left top !important;
		line-height: 24px;
	}
	li.facebook a {background:transparent url(/app/css/images/assets/icon-facebook.png) no-repeat left top !important;}
	li.youtube a {background:transparent url(/app/css/images/assets/icon-youtube.png) no-repeat left top !important;}



/* =Product Sidebar Navigation
---------------------------------------------------------------------*/

#secondary-content li ul {
	margin: 6px 0 10px 0;
}

/* Hides all the inactive lists*/
#secondary-content ul ul li {
	display: none;
}


#secondary-content ul li.active ul li {
	display: block !important;
}


/* =Product Landing/Category
---------------------------------------------------------------------*/

span.breadcrumb {
	text-align: left;
	display: block;
	margin: 0 0 10px 6px;
	padding-bottom: 10px;
	border-bottom: 1px #222 solid;
	font-size: 12px;
}

.landing #primary-content ul li,
.category #primary-content ul li {
	float: left;
	display: inline;
	width: 220px !important;
	margin: 0 0 60px 0 !important;
	padding: 0 !important;
	text-align: center !important;
}
	
.landing #primary-content a span,
.category #primary-content a span,
.archive #primary-content a span {
	display: block;
	clear: both;
	margin: 4px 0 0 0;
	text-align: center; 
}



/* =Product Detail
---------------------------------------------------------------------*/

ul#prevnext {
	position: relative;
	float: right;
	top: 0;
	left: -100px;
	width: 150px;
}

.archived ul#prevnext {
	left: -370px;
	width: 150px;
}

	ul#prevnext li a.prev, ul#prevnext li a.next {
		float: left;
		margin: 0 10px 20px 0;
		padding: 0;
	}
	
	ul#prevnext li a.next {
		float: right;
		margin-top: -2px;
	}

#product-display {
	float: left;
	width: 400px;
	margin: 0 20px 10px 1px;
	padding-right: 10px;
	border-right: 1px #222 solid;
}

#product-display img#hero {
	float: left;
	margin: 0 10px 0 0;
}

#product-details {
	float: left;
	width: 220px;
}

.archived #product-details {
	float: left;
	width: 420px;
}

#product-details ul {
	margin: 4px 0 20px 0;
}

#product-details li {
	margin: 0 0 2px 0;
	padding: 0 0 0 6px !important;
	background: transparent url(/app/css/images/assets/list-dash.gif) no-repeat 0 5px !important;
	text-align: left !important;
	font-size: 90%;
	color: #666;
}

ul#variations {
	display: inline;
	float: left;
	width: 600px;
	border-top: #222 solid 1px;
}

.archived ul#variations {
	width: 760px;
}

ul#variations li {
	float: left;
	display: inline;
	width: 125px;
	margin: 10px 25px 20px 0 !important;
	padding: 0 !important;
	text-align: center !important;
}

ul#variations li img {
	width: 125px;
	height: 125px;
	border: none;
}



/* =Product Archive
---------------------------------------------------------------------*/

/* =Product Archive
---------------------------------------------------------------------*/

.archive #primary-content ul li h3 {	
	margin: 20px 0 30px 0;
}

.archive #primary-content ul li ul li h3 {	
	margin: 0;
	border-bottom: none;
	font-size: 20px !important;
}

.archive #primary-content li {
	margin: 0 30px 50px 0;
	padding: 0 !important;
	background: none;
	display: inline;
	float: left;
}

.archive #primary-content ul li ul li ul li {
	float: left;
	display: inline;
	width: 125px !important;
	margin: 0 17px 25px 0;
	padding: 0 !important;
	text-align: center !important;
}

.archive #primary-content h3 {
	clear: both;
}



/* =Images
---------------------------------------------------------------------*/


a:link img, a:visited img {
	border: none;
}

img.float {
	float: left;
	margin: 0 20px 10px 0;
}



/* =Block Elements
---------------------------------------------------------------------*/

blockquote {
	padding: 0 0 6px 30px;
	background: transparent url(/app/css/images/assets/quote.png) no-repeat top left;
	line-height: 1.5em;
	font-style: italic;
}

blockquote p {margin: 10px 0 5px 0}

cite {
	margin: 0 0 10px 10px;
	font-style: normal;
	font-weight: bold;
	font-size: 140%;
	color: #fff;
	text-transform: capitalize;
	}
	
hr {
	clear: both;
	display: block;
	margin: 10px 0;
	color: #222;
	background-color: #222;
	border: none;
	height: 1px;
}

#product-details hr {
	margin: 7px 0;
	color: #000;
	background-color: #000;
}


#media {
	display: block;
}



/* =Phrase Elements
---------------------------------------------------------------------*/
	
strong {
	color: #fff;
	font-weight: bold;
}

abbr[title] {border-bottom: 1px dotted #999}
abbr[title]:hover {cursor: help}






/* =IDs
---------------------------------------------------------------------*/
#left, #right {
	display: inline;
	float: left;
	width: 450px;
	height: 655px;	
}
	#right {float: right;}

	

/* =Classes
---------------------------------------------------------------------*/

.hide, #search label {display: none;}
.float {float: left; margin-right: 20px;}
.floatright {float: right; margin-left: 20px;}
.right {
	text-align: right;
	margin-right: 10px;
}

.error, .status {
	color: #c00;
	font-style: italic;
}

body.error {
	font-style: normal;
}

body.home .error p {
	width: 90%;
}

body .error p {
	width: 70%;
	margin: 15px 0 10px;
	color: #c00;
	font-size: 12px;
}

.explanation {
	color: #666;
	text-transform: none;
}

.rss {
	position: relative;
	top: -28px;
	display: inline;
	float: left;
	width: 32px;
	height: 32px;
	background: transparent url(/app/css/images/assets/feed-icon.png) no-repeat top right;
	text-indent: -9999px;
}



/* =Micro Formats
---------------------------------------------------------------------*/

div.vcard-format {
	display: block;
	margin: 0 0 10px 0;
}
	
	.vcard span.organization-unit {
		display: block;
		font-size: 100%;
		color: #fff;		
	}
	
	.vcard .org {
		width: 200px;
		height: 116px;
		margin: 0 0 10px -30px;
		background: url(/app/css/images/logos/pp-winged-ripper.png) no-repeat top left;
		text-indent: -9999px;
	}
	
	legend {
		display: none;
	}
	
	div.vcard span, div.vcard-format span {
		font-weight: normal;
	}
	
	
	
/* =Forms
---------------------------------------------------------------------*/

form#list {
	position: relative;
	width: 390px;
	float: left;
	margin: 0 20px 20px 0;
	z-index: 300px;
}
	
div#subscriber_name_container {
	float: left;
	margin-right: 20px;
}

fieldset {
	border: none;
	margin-bottom: 10px;
	padding: 0;
}

label {
	display: block;
	margin: 0 0 2px 4px;
	color: #ccc;
}
	.error label {color: #900;}
	
input[type="checkbox"] + label {
	display: inline;
	margin: 3px;
}

input.text, input[type="text"], input[type="password"], select, textarea {
	display: block;
	padding: 4px;
	background: #333;
	color: #fff;
	border: 1px #222 solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
}

select {
	margin: 0 0 10px 0;	
	text-transform: capitalize;
}
	
input.text {
	margin-bottom: 10px;
}	
	input.text:hover, textarea:hover, textarea:hover, select:hover {
		background: #222;
	}
	input.text:focus, textarea:focus, textarea:focus, select:focus {
		background: #fff;
		color: #000;
	}
		
	div.error input, 
	div.error select, 
	div.error textarea {
		background-color: #333;
		color: #fff;
		border: 1px solid #900;
	}

textarea {
	height: 12em;
	width: 98%;
	margin-bottom: 10px;
}
	
	
input.submit, a.button {
	display: inline;
	background: #fff;
	font-family: helvetica, arial, sans-serif;
	color: #000;
	border: none;
	margin: 0 4px 2px 0;
	padding: 4px !important;
	width: auto;
	overflow: visible;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
}
	input.submit:hover, a.button:hover {
		background: #666;
		color: #fff !important;
		cursor: pointer;
	}
	
	input#subscriber_submit {
		clear: both !important
	}

#contact_mailing_list_container {
		margin-bottom: 10px;
	}

#product-details a.button {
	margin: 20px 4px 2px 0;
}

#search {
	position: relative;
	top: 0;
	left: 0;
	width: 240px;
	_width: 250px;
	display:block;
}

#search input.text {
	float: left;
	width: 80px;
	height: 12px;
	margin-right: 0;
	padding: 4px 7px;
	border: none;
	font-size: 11px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;	
}

#search input.submit {
	position: relative;
	top: 0;
	right: 0;
	height: 20px;
	width: 45px;
	border: none;
	padding: 3px 5px;
	color: #000;
	font-size: 10px !important;
	font-weight: bold;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}


/* =News Pagination
---------------------------------------------------------------------*/

.paginate {
	margin-top: 20px;
}


p.prevnext {
	clear: both;
	margin: 20px 0 0 0;
	font-size: 12px;
}
	p.prevnext a.prev, p.prevnext a.next {
		display: inline;
		float: left;
		margin: 0 4px 10px 0;
		padding: 4px !important;
		background: #fff;
		color: #000;
		font-weight: bold;
		width: auto;
		overflow: visible;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;	
	}
		p.prevnext a.next {
			color: #000;
			float: right;
		}
		
		p.prevnext a.prev:hover, p.prevnext a.next:hover {
			background: #666;
		}

.post.main #primary-content .paginate p {
		margin: 0 !important;
	}
	
p.previous a, p.newer a {
	float: right;
	margin: 0;
	padding: 4px 8px;
	background: #fff;
	color: #000;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: .2em;
}

p.newer a {
	float: left;
}

p.pages {
	text-align: center;
	margin: 0 !important;
}
	
p.pages a {
	display: inline;
	padding: 6px 8px;
	background: #fff;
	color: #000;
	margin: 0 5px 0 0;
	font-size: 10px;
}

p.pages a.active {
	background: #ccc;
	color: #fff;
}

.paginate a:hover, p.pages a.active {
	background: #666;
	color: #fff;
}



/* =Home Page News Styles
---------------------------------------------------------------------*/

.home.main #primary-content ol {
	margin: 0;
}

	.home.main #primary-content ol li {
		display: block;
		margin: 20px 0 20px 0;
		padding:  0;
	}

.home.main #primary-content ol li a img {
	display: inline;
	float: left;
	width: 198px;
	margin: 0;
	border: 1px #222 solid;
}	

.home.main #news h4, div.post h4 {
	margin: 0 0 0 220px;
	font-size: 130%;
	text-transform: capitalize;
}

.post.single div.post h4 {
	margin: 0;
	font-size: 130%;
	text-transform: capitalize;
}

.home.main #news p {
	clear: none;
	margin: 0 0 6px 220px;
	line-height: 1.2em;
}



/* =Tables
---------------------------------------------------------------------*/
table {
	width: 100%;
	border: solid 1px #222;
	border-collapse: collapse;
	margin: 0 0 20px 0;
	color: #ccc;
}

th {
	margin: 0;
	padding: 4px 6px;
	text-align: left;
	background: #222;
	color: #fff;
	border-left: solid 1px #111;
	font-size: 110%;
}

	th:first-child, td:first-child {border-left: 0}
	th:last-child, td:last-child {border-right: 0}
	th.right, td.right {text-align: right}

tr {background: #222}
	tr.alt {background: #333}

td {
	vertical-align: top;
	text-align: left;
	margin: 0;
	padding: 4px 6px;
}
	td a {display: block}



/* =Twitter Feed
---------------------------------------------------------------------*/

#twitter_m {
	clear: both;
	float: right;
	width: 200px;
  	border: 1px #222 solid;
	margin-bottom: 20px;
	padding: 5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
}
	.rider.category #twitter_m {
		display: none;
	}

p.twitter {
	padding-left: 26px;
	background: url(/app/css/images/assets/twitter.gif) no-repeat 0 50%;
	line-height: 26px;
	font-size: 14px;
}

#twitter_t {
	width: 200px;
	height: 34px;
	border: 1px #222 solid;
	padding: 5px;
}

#twitter_container {
	float: right;
	height: auto !important;
}

    #twitter_update_list {
      overflow: hidden;
    }

    #twitter_update_list li {
     width: 190px;
     margin-top: 5px;
     padding-top: 5px;
     border-top: 1px #222 solid;  
    }
    
    #twitter_update_list li span {
    		color: #999 !important;
    	}

    #twitter_update_list li a {
      text-decoration: none;
    }

    #twitter_update_list li a:hover {
      background: #fff;
    }


/* =Share
---------------------------------------------------------------------*/
#share {
	height: 20px;
	margin: 20px 0 20px -5px;
}

.post #share {
	position: absolute;
	top: -58px;
	left: 60px;
}

/* =Tweet Button
---------------------------------------------------------------------*/

.stButton .stTwbutton {
	background: url("/app/css/images/assets/tweet.png") no-repeat scroll 0 0 transparent !important;
	background-color: #fff !important;
	line-height: 20px !important;
	width: 19px !important;
	margin: 0 !important;
	padding: 0 0 5px 0 !important;
	border: 1px #333 solid !important;
}

.stButton .stBubble_hcount {
	font-size: 10px !important;

}

/* =Facebook Button
---------------------------------------------------------------------*/
.stButton .stFb {
	background: url("/app/css/images/assets/facebook.png") no-repeat scroll 0 0 transparent !important;
	line-height: 20px !important;
	margin-top: 4px !important;
	padding: 0 0 5px 0 !important;
	width: 22px !important;
	border: 1px #333 solid !important;
}

/* =Safari Styles
---------------------------------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio:0) {

	.stButton .stTwbutton {
		background: url("/app/css/images/assets/tweet.png") no-repeat scroll 0 0 transparent !important;
		line-height: 18px !important;
		margin: 0 !important;
		padding: 1px 0 3px 0 !important;
	}

	.stButton .stTwVbubble {
		line-height: 18px !important;
		padding: 0 4px 0 4px !important;
	}

	.stButton .stFb_hbubble {
		margin-left: -7px !important;
		padding: 4px 4px 3px 4px !important;
	}

}


/* =Self-Clearing Floats
---------------------------------------------------------------------*/

#nav:after, #content:after, #home-content:after, #header:after, #navigation ul:after, #features:after, #site-info:after, .post:after, .home.main #primary-content ol li:after, #comments li:after, a.rss:after, ul#sns:after, #primary-content ol li:after, .post:after, #share:after {
	display: block;
	content: '';
	clear: both;
}



