body {
	background: #999999 url('../img/bg.gif') repeat-y left top;
}

#bodywrapper {
	background: transparent url('../img/bg_flip.gif') repeat-y right top;
}

#header {
	background: #999999 url('../img/page_header.png');
}

#page {
	width: 950px;
	background: url('../img/bg_page.png') repeat-y;
}

#primary {
	width: 532px;
}

h4 {
	background: url('../img/bg_labels.png');
}

.r {
	float: right;
}

.l {
	float: left;
}



.sid-content {
	font-size: 1.1em;
	line-height: 1.2em;
	width: 500px;
	margin: 10px 0 0 20px;
}

.sid-content h2, .sid-content h3, .sid-content h4 {
	font-weight: bold;
	letter-spacing: normal;
	margin-bottom: 0.5em;
	text-align: left;
}

.sid-content h2 {
	font-size: 1.2em;
}

.sid-content h3 {
	font-size: 1.1em;
}

.sid-content h4 {
	font-size: 1.0em;
}

.hentry {
	border: none;
}


/* ===== Playlist ===== */

#playlist #albums {
	/*border-top: 1px dashed #cccccc;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;*/
}

.playlist_album {
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
}

#playlist #albums .info, #playlist #download .info {
	float: left;
	margin: 0;
	padding: 0;
}

#playlist #albums .info {
	width: 400px;
}

#playlist #download .info {
	width: 380px;
}

#playlist #albums div.cover, #playlist #download div.cover {
	float: left;
	margin: 0px 10px 1px 0;
}

#playlist #albums div.cover, #playlist #albums div.no_artwork {
	width: 60px;
	height: 60px;
}

#playlist #download div.cover, #playlist #download div.no_artwork {
	width: 80px;
	height: 80px;
}

#playlist #albums div.cover img, #playlist #albums div.no_artwork, #playlist #download div.cover img, #playlist #download div.no_artwork {
	border: 1px solid #999999;
}

#playlist #albums div.no_artwork, #playlist #download div.no_artwork {
	text-align: center;
}

#playlist #albums div.no_artwork div, #playlist #download div.no_artwork div {
	padding-top: 5px;
}

#playlist li {
	margin: 3px 0 0 0;
}

#playlist #info {
}

#playlist #info .item {
	clear: both;	
}

#playlist #info .item label, #playlist #info .item div {
	float: left;
}

#playlist #info .item label {
	width: 100px;
	text-align: right;
	margin-right: 10px;	
}

#playlist #info .item div {
	display: inline;
	height: 1.2em;	
}

#playlist .timestamp { 
	float: right;
}

#playlist .tabbed div.tabaction { 
	height: 300px;
}

.pagination {
	text-align: center;
	margin: 10px 0 10px 0;
	width: 100%;
}

.pagination .current {
	font-weight: bold;
	font-size: 1.2em;
}


/* ===== Breadcrumb ===== */

.breadcrumb {
	margin-bottom: 20px;
}

.breadcrumb .item {
	float: left;
	margin-right: 5px;
	display: block;	
}


/* ===== Tabs ===== */

.tabbed {
	margin-top: 30px;
}

/* List of tabs */.tabbed ul.tabs {
	float: left;
	display: inline;
	width: 100%;
	margin: 0 0 0 30px;
	padding: 0;
	z-index: 200;
}
.tabbed ul.tabs li {
	list-style-typ: none;
	float: left;
	margin: 0;
	padding: 0;
	height: 2em;
}

.tabbed ul.tabs li a {
	overflow: hidden;
	display: block;
	margin: 0 0 0 0;
	padding: 3px 10px;
	border: 1px solid #dddddd;
	background: #ffffff;
	cursor: pointer;
}

.tabbed ul.tabs li a:hover {
	background: #eeeeee;
}

/* The current selected tab */
.tabbed ul.tabs li a.tab-current {
	border-bottom: #ffffff;
	background: url('../img/bg_labels.png') repeat-x;
}

/* The content shown when a tab is selected */
.tabbed div.tabaction {
	float: left;
	display: block;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

/* Set the CSS to make sure the other tabs' content isn't shown other than the first */
.tabbed div.t2, .tabbed div.t3, .tabbed div.t4 {
	display: none;
}

/* Content for inside your tabs' divs */
.tabbed div ul {
}
.tabbed div p {
}
.tabbed div div {
}

.tabaction {
	border: 1px solid #dddddd;
	margin-top: -3px;
	padding: 3px;
	z-index: 100;
}


h3 .feedlink { /* By a headline */
    position: relative;
	border: none;
	padding: 2px;
	padding-right: 20px;
	background: url('../../blog/wp-content/themes/k2_emocide/images/feed.png') right center no-repeat;
	height: 16px;
	width: 16px;
	color: #777;
	font-size: 11px;
}

h3 .feedlink span {
	visibility: hidden;
}

h3 .feedlink:hover span {
	visibility: visible;
}


img.blog_left {
    float: left;
    margin: 10px 10px 10px 0;
}

img.blog_right {
    float: right;
    margin: 10px 0 10px 10px;
}