body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	margin: 0;
	padding: 0; 
}

table { 
	border-collapse: collapse; 
	border-spacing : 0; 
}

fieldset, img { 
	border: 0; 
}

ol, ul { 
	list-style: none; 
}

h1, h2, h3, h4, h5, h6 { 
	font-size: 1em; 
	font-weight: normal; 
}


body { 
	background: #fff; 
	font: normal 11px 'Trebuchet MS', Tahoma, Verdana, Helvetica, Arial, sans-serif; 
}

/*
a { 
	color: #000; 
	text-decoration: underline; 
}

a:hover { 
	color: #999; 
	text-decoration: none; 
}
*/

.c { 
	clear: both; 
	font-size: 0px; 
}




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

img.blog_right {
    float: right;
    margin: 10px 0 10px 10px;
}




/*
	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 {
	/*font:0.8em Tahoma,Verdana,Helvetica,sans-serif;*/
	color:#333;
	background:#999 url("/ext/img/bg.gif") left top repeat-y;
	padding:0px;
	margin:0px;
}

#bodywrapper {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	background:transparent url("/ext/img/bg_flip.gif") right top repeat-y;
}

#page {
	/* The entire design is contained within the 'page' id */
	padding-top: 0px;
	border-left-style: none;
	border-right-style: none;
	background: transparent url("/ext/img/bg_page.png") top repeat-y;
}
	
#header {
	/* Contains the H1 and menu */
	height: 151px;
	background: #999999;
	/*background: transparent; since background-position no workie*/
	padding-top: 0;
	margin-top: 0;
	}
	
.primary {
	/* Contains the main column */
	}

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

.entry-content {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}
	
#header h1 {
	font-size: 1.2em;
	padding: 85px 0 0 300px;
}

#header p.description {
	margin-left: 300px;
}

h4 {
	background: transparent url("/ext/img/bg_labels.png") top left repeat-x;
	text-align: center;
	padding: 0 10px;
}

ul.menu li a:hover {
	background: transparent url("/ext/img/bg_blogmenu.png") top left repeat-x;
}
	
a {
	color: #990000;
}

.hentry {
	border-bottom: dashed #CCCCCC 1px;
}

.secondary div {
	padding: 0 10px;
}

.secondary h4 {
	margin: 0 -10px;
}

#footer {
	padding: 2px;
	visibility: hidden;
}

#footer p {
	line-height: 1em;
}

ul.ilsb-menu li ul {
	z-index: 3000;
}

input[type="text"], textarea {
	width: 500px;
}

ul#page_navigation li {
	font-weight: bold;
	list-style: square;
	font-size: 1.1em;
	margin-left: 20px;
}

h5 {
    margin: -10px;
    padding: 0 0 0 10px;;
    display: block;
    border-bottom: 1px solid #eeeeee;
}

.now_playing {
	background: #FFCC99;
	border: solid 1px #990000;
}


.entry-content blockquote {
        padding-left: 25px;
}