/*	
	Theme Name:SocialCubes
	Version:0.1
	Author:Derek Punsalan
	Contact:http://5thirtyone.com/contact
*/

* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
}
body {
	font-size:12px;
	font-family:arial, verdana, sans-serif;
	background:#222;
	color:#aaa;
}
a {
	color:#fff;
}
.centerbox {
	width:959px;
	margin:0 auto;
	overflow:hidden;
}
#sidebar_container {
	width:220px;
	float:right;
}

/* =----------------------------------- masthead */
#masthead {
	background:#000;
	color:#aaa;
	height:48px;
	margin:0 0 20px;
	border-bottom:1px solid #333;
}
#tagline {
	float:left;
	padding:0 3px;
	line-height:48px;
	font-size:18px;
}
#masthead #navigation {
	float:right;
	height:48px;
	line-height:48px;
	margin:0 3px 0 0;
}
#masthead #navigation li {
	margin:0 0 0 15px;
	float:left;
	text-transform:lowercase;
}
#masthead #navigation li a {
	font-weight:normal;
	color:#555;
}
#masthead #navigation li a:hover {
	color:#fff;
}
ul.active_feeds {
	margin-bottom:10px;
	margin-top:10px;
	text-align:center;
}
ul.active_feeds li {
	list-style: none;
	margin:0;
	display: inline; 
}
ul.active_feeds li * {
	padding: 5px;
	padding-left:20px;
	margin-right:10px;
	border: 1px solid #aaa;
	-moz-border-radius-topright: .5em;
	-webkit-border-top-right-radius: .5em;
	text-decoration: none;
	color:#ddd;
	opacity:.5; /* FX/Opera/Safari/Chrome */
	-ms-filter:"alpha(opacity=50)"; /* IE8 */
	filter:alpha(opacity=50); /* IE6/IE7 */
}
ul.active_feeds li *:hover {
	opacity:1; /* FX/Opera/Safari/Chrome */
	-ms-filter:"alpha(opacity=100)"; /* IE8 */
	filter:alpha(opacity=100); /* IE6/IE7 */
}

/* =----------------------------------- results for recent activity */
#activity_list {
	background:#444;
	padding:8px 0 0;
	border:1px solid #333;
}
#activity_list .activity_item {
	float:left;
	margin:0 0 8px 8px;
	width:148px;
	height:178px;
	border:1px solid #000;
	-moz-border-radius-topright: 1em;
	-webkit-border-top-right-radius: 1em;
}
#activity_list .activity_item .activity_list_inner {
	height:148px;
	width:148px;
	overflow:hidden;
}
.date, .date a {
	color:#333;
	font-size:smaller;
}
#activity_list .activity_item .activity_list_inner .content_wrapper {
	color:#fff;
}
#activity_list .activity_item .activity_list_inner .content_wrapper .post_title {
	display:block;
	position:relative;
	padding:5px;
	cursor:pointer;
	height:148px;
	font-weight:bold;
}
#activity_list .activity_item .activity_list_inner .content_wrapper span a {
	padding:0;
	display:inline;
	height:auto;
	color:#333;
}

#activity_list .activity_item .activity_list_inner .photo, #activity_list .activity_item .activity_list_inner .blog {
	position:relative;
	width:148px;
	height:148px;
	display:block;
}
#activity_list .activity_item .activity_list_inner .photo .post_title {
	background:#FF0084;
}

#activity_list .activity_item.twitter {
	border-color:#6493B6;
	background:#336699;
}

#activity_list .activity_item a.content_wrapper.twitterlink {
	color:#000;
	text-decoration: underline;
}
#activity_list .activity_item.diigo {
	background:#3274d0;
}
#activity_list .activity_item.blog {
	background:#FFF696;
}
#activity_list .activity_item.blog a {
	color:#000; 
}
#activity_list .activity_item.delicious {
	background:#3274d0;
}
#activity_list .activity_item.lastfm {
	background:#DE4949;
}
#activity_list .activity_item.digg {
	background:#59C44B;
}
#activity_list .activity_item.youtube {
	background:#E01212;
}
#activity_list .activity_item.misc {
	background:#ddd;
}

#activity_list .activity_item {
	opacity:.75; /* FX/Opera/Safari/Chrome */
	-ms-filter:"alpha(opacity=75)"; /* IE8 */
	filter:alpha(opacity=75); /* IE6/IE7 */
}
#activity_list .activity_item:hover {
	opacity:1; /* FX/Opera/Safari/Chrome */
	-ms-filter:"alpha(opacity=100)"; /* IE8 */
	filter:alpha(opacity=100); /* IE6/IE7 */
}
#activity_list .activity_item .activity_list_inner #background {
	position:absolute;
	width: 148px;
	z-index: -1;
	opacity:.20; /* FX/Opera/Safari/Chrome */
	-ms-filter:"alpha(opacity=20)"; /* IE8 */
	filter:alpha(opacity=20); /* IE6/IE7 */
}
img#bg-bottom {
	opacity:.20; /* FX/Opera/Safari/Chrome */
	-ms-filter:"alpha(opacity=20)"; /* IE8 */
	filter:alpha(opacity=20); /* IE6/IE7 */
}
img#bg-bottom:hover {
	opacity:1; /* FX/Opera/Safari/Chrome */
	-ms-filter:"alpha(opacity=100)"; /* IE8 */
	filter:alpha(opacity=100); /* IE6/IE7 */
}

#activity_list .activity_item.misc .activity_list_inner p.post_title {
	color:#222;
}
.activity_list_inner .excerpt {
	overflow:hidden;
	font-weight:normal;
	margin:10px;
	color:#000;
}
.activity_list_inner .excerpt a {
	color:#444;
}
#activity_list .brightkite .activity_list_inner {
	background-image:none;
	position:relative;
}
#activity_list .brightkite .activity_list_inner .post_title {
	color:#003E7E;
}
#activity_list .brightkite .activity_list_inner .type_label {
	color:#213442;
	padding:5px 0 10px 10px;
}
#activity_list .brightkite .activity_list_inner .content_wrapper {
	background:url(images/bg-brightkite.png) no-repeat top left;
}
#activity_list .link .activity_list_inner .content_wrapper {
	position:relative;
	z-index:1;
}
#activity_list .brightkite .activity_list_inner .content_wrapper .post_title {
	background:#1D3140;
}

/* =----------------------------------- single post view */
.singleton {
	background:#ccc;
	color:#000;
	border:1px solid #333;
	width:500px;
	padding:25px;
	margin:0 auto;
}
.singleton h2, .singleton h2 a {
	font-size:16px;
	margin:0 0 15px 0;
	color:#000;
}

.singleton div p {
	margin:1em 0;
	line-height:18px;
}
.singleton p.source {
	text-align:right;
}
.singleton p.source a {
	color:#444;
}
.singleton p.source a:hover {
	color:#fff;
}
.singleton .tag_list {
	float:left;
	border-top:1px solid #222;
	padding-top:15px;
	width:100%;
}
.singleton .tag_list li {
	float:left;
	line-height:28px;
	height:28px;
	width:24%;
	margin:0 4px 7px 0;
}
.singleton .tag_list li a {
	font-weight:bold;
	display:block;
	height:28px;
	line-height:28px;
	padding:0 7px;
	background:#000;
	border:1px solid #000;
	color:#777;
}
.singleton .tag_list li a:hover {
	background:#FF0084;
	color:#fff;
}

#comments_container {
	border:1px solid #333;
	width:500px;
	padding:25px;
	margin:0 auto;
}


/* =----------------------------------- pagination */
.pagination {
	font-size:16px;
	color:#444;
	height:32px;
	line-height:32px;
	text-align:right;
	color:#fff;
	padding:0 10px 0 0;
}
.pagination a {
	color:#555;
}
.pagination a:hover {
	color:#fff;
}

/* =----------------------------------- footer */
#footer {
	padding:15px 0;
	color:#999;
}
#footer a {
	color:#ccc;
}
#footer a:hover {
	color:#fff;
}

/* =----------------------------------- floats + clearing */
.clearfix:after { 
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
}
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */
