/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

body {
	background: #000000;
	margin: 0;
	}

#page {
	/* The entire design is contained within the 'page' id */
	background: #ffffff;
	margin: 0 auto;
	padding: 0 0 10px;
	}
	
#header {
	/* Contains the H1 and menu */
	background: #ffffff;
	}

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	display: none;
	}
	
.primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	font-family: 'Palatino Linotype', serif;
	}

.secondary {
	/* Contains the sidebar */
	font-size: 1.1em;
	line-height: 1.6em;
	width: 130px;
	}

.entry-content img {
border:1px solid #440f3f;
margin:4pt 5px;
max-width:100%;
padding:3px;
}

#primary { 
	float: right; 
	margin: 0 10px 0 30px;
	width: 530px;
	}

.secondary div {
	margin: 37px 0 0;
	padding: 0;
	position: relative;
	}

/*- Links */

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: underline;
	}

h2 a:hover, h2 span a:hover {
	color: #440f3f !important;
	}

a {
	color: #440f3f;
	text-decoration: none;
	}

.entry-content a:visited {
	color: #440f3f;
	}

img.alignleft {
	display:inline;
	margin:0pt 10px 2px 0pt;
	padding:4px;
	}

img.alignright {
	display:inline;
	margin:0pt 0px 2px 10pt;
	padding:4px;
	}
	
.onebit_mp3 a { display: none; }