/*	
Direvative Work of Social Cubes
Description: A foundation theme for weblife
Version: 1.0
License: Personal

Original Theme Name:SocialCubes
Original Version:0.1
Orginial Author:Derek Punsalan
Orinigal Contact:http://5thirtyone.com/contact
*/

@import url('http://www.stickrod.com/global/navigation/css/navi.css');

* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
}
body {
	font-size:12px;
	font-family:arial, verdana, sans-serif;
	background:#181818 url('images/bg-body.jpg') top left repeat-x;
	color:#aaa;
}

a {
	color:#fff;
}
.strike { text-decoration: line-through;}

.centerbox {
	width:959px;
	margin:10px auto;
	overflow:hidden;
}

#sidebar_container {
	width:220px;
	float:right;
}

/* =----------------------------------- masthead */
#masthead {
	background:url('images/bg-top.jpg') repeat-x;
	color:#aaa;
	height:60px;
	margin:0;
}

#header {
	width:954px;
	height:60px;
	margin:0px auto;
	padding-top:12px;
}

h1.logo {
	background: url('images/cs_logo.png') no-repeat;
	width: 180px;
	height: 60px;
	text-indent: -8000px;
}

h1.logo a {
	display: block;
	width: 180px;
	height: 60px;
	overflow: hidden;
	outline: none;
}
#header #kwicks {
	float: right;
	padding: 0px 0px 9px 0px;
	margin: -60px 0px 0px 5px;
}

#header #kwicks a {
	float: left;
	margin-left: 10px;
}



/* =----------------------------------- results for recent activity */
#activity_list {
	background:#000;
	padding:8px 0 0;
	border:1px solid #333;
}
#activity_list .activity_item {
	float:left;
	margin:0 0 8px 8px;
	width:148px;
	height:148px;
	border:1px solid #000;
}
#activity_list .activity_item.twitter {
	border-color:#6493B6;
}
#activity_list .activity_item .activity_list_inner {
	height:148px;
	width:148px;
	overflow:hidden;
}
.date {
	display:none;
}
#activity_list .activity_item .activity_list_inner .content_wrapper p {
	color:#ddd;
}
#activity_list .activity_item .activity_list_inner .content_wrapper p.post_title {
	display:block;
	position:absolute;
	top:7px;
	left:0;
	right:7px;
	padding:10px;
	cursor:pointer;
	color:#ddd;
	font-weight:bold;
}
#activity_list .activity_item .activity_list_inner .content_wrapper 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, activity_item .activity_list_inner .music {
	position:relative;
	width:148px;
	height:148px;
	display:block;
}
#activity_list .activity_item .activity_list_inner .photo .post_title {
	background:url(images/bg-flickr-title.png);
}
#activity_list .activity_item .activity_list_inner .music .post_title {
	background:none;
}
#activity_list .activity_item .activity_list_inner .blog.delicious .post_title {
	background:none;
}
#activity_list .twitter .activity_list_inner .excerpt {
	overflow:hidden;
	margin:10px;
	font-weight:bold;
	color:#ddd;
}
#activity_list .twitter .activity_list_inner .excerpt a {
	color:#ddd;
}
#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;
}
#activity_list .brightkite .activity_list_inner .content_wrapper .post_title {
	background:#1D3140;
}

/* =----------------------------------- single post view */
.singleton {
	background:#000;
	border:1px solid #333;
	width:500px;
	padding:25px;
	margin:0 auto;
}
.singleton h2 {
	font-size:16px;
	margin:0 0 15px 0;
}
.singleton div p {
	margin:1em 0;
	line-height:18px;
}
.singleton p.source {
	text-align:right;
}
.singleton p.source a {
	color:#777;
}
.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;
}

/* =----------------------------------- pagination */
.pagination {
	font-size: 11px;
	text-align:right;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	color: #fff;
	margin-top: 10px;
}

.pagination a {
	padding: 1px 5px 3px 5px;
	margin: 2px;
	background-color:#3e3e3e;
	text-decoration: none; /* no underline */
	color: #fff;
}
.pagination a:hover, div.pagination a:active {
	background-color:red;
	color: #fff;
}
.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 3px;
	font-weight: bold;
	background-color: #313131;
	color: #fff;
}
.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	background-color:#3e3e3e;
	color: #868686;
}
	
/* =----------------------------------- footer */
#footer {
	padding:15px 0;
	color:#333;
}
#footer a {
	color:#555;
}
#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 */
