html {
	height: 101%;
}
img {
	border: none;
}
body {
	background: #000;
	background-position: center top;
	background-repeat: repeat-y;
	background: #000 url(bg.jpg);
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: left;
}
#page {
	background: #aff;
	margin: 5px auto;
	padding: 3px;
	width: 760px;
	-moz-border-radius: 8px; -webkit-border-radius: 8px;
	position: relative;
	margin-top: 12px;

	background-position: center top;
	background-position-x: 250px;
	background-repeat: no-repeat;
	background-color: rgba(212, 250, 242, 0.3);
	-webkit-box-shadow: rgba(212, 250, 242, 0.3) 0px 0px 4px;
	-moz-box-shadow: rgba(212, 250, 242, 0.3) 0px 0px 4px;
	width: 900px;
}
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	cursor: pointer;
}

h1, h2, h3 {
	font-family: Helvetica, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	padding-top: 5px;
	margin: 0;
	}
h1 {
	font-size: 4em;
	text-align: center;
	}
#header {
	background: none;
	margin: 0;
	height: 40px;
}
#header h1 {
	text-align: left;
	position: absolute;
	font-size: 64px;
	top: -18px;
	left: -8px;
	text-shadow: -1px -1px #fff;
	-webkit-transition: background-color linear 0.2s;
	-moz-border-radius-bottomleft: 16px; -moz-border-radius-bottomright: 16px; 
	-webkit-border-bottom-left-radius: 16px; -webkit-border-bottom-right-radius: 16px;
	padding-left: 2px;
	padding-right: 2px;
}
#header h1 a {
	color: #e14a4a;
	text-transform: lowercase;
}
#header h1:hover {
	background-color: rgba(222,222,222,0.8);
}
#header h1 a:hover:before {
	content: "Home page";
	font-size: 12px;
	position: absolute;
	bottom: 0;
	padding-left: 20px;
}
#header .description {
	position: absolute;
	top: 50px;
	color: #e14a4a;
}
#searchform { 
	display: table; 
	float: right;
	margin-top: 5px;
	clear: right;
}
#searchform #s {
	width: 100px;
	padding: 2px;
	border: none;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
	border: 1px solid #a1c9c1;
	background: #e4f9f4;
}
#searchform label {
	display: none;
}

#sidebar #searchsubmit {
	padding: 1px;
	}

/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
/* 	margin-left: 545px; */
/* 	width: 190px; */
	width: 100%;
	}

#sidebar > * {
	float: left;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

#content {
	clear: left;
	width: 555px;
/* 	border: 1px solid #000; */
	float: left;
/* 	background: #ebfbf8; */
	font-size: 1.3em;
	opacity: 0;
	font-family: Lucida Grande, Arial, sans-serif;
}
h2 a:before {
	content: "♫ ";
	opacity: 0.4;
}
#content h2 {
	margin-top: 0;
	margin-bottom: 6px;
	text-align: left;
	position: relative;
}
#content h2 a, #content h2 span {
	color: #a02727;
	font-size: 20px;
	text-align: left;
	-webkit-transition: color linear 0.1s;
	-webkit-transition: background-color linear 0.2s;
	padding: 1px 4px 1px 2px;
	-moz-border-radius: 6px; -webkit-border-radius: 6px;
	background-color: #cce3d1;
	cursor: pointer;
}
#content h2 a:hover {
	color: #222;
	background-color: #eee;
	border-bottom: 1px solid #333;
	cursor: pointer;
}
#content h2 a:hover:after {
	content: " »";
	text-decoration: none;
}
#content div.entry {
	color: #531313;
	text-align: left;
	clear: both;
	background-color: rgba(212, 250, 242, 0.8);
	-moz-border-radius: 6px; -webkit-border-radius: 6px;
	padding: 5px;
	display: block;
/* 	overflow: hidden; */
/*	width: 100%;*/
}
#content div.entry img {
	float: right;
}
h2 small {
	float: right;
	opacity: 0.7;
	font-size: 0.5em;
	background: rgba(221,221,221,0.3);
	padding: 0 2px;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
	position: absolute;
	left: -70px;
	top: 5px;
	cursor: pointer;
}
.nav {
	margin: 5px 0 20px 0;
	padding: 10px 6px 10px 6px;
	line-height: 16px;
	font-size: 16px;
	list-style: none;
	text-transform: lowercase;
/* 	font-weight: bold; */
/* 	text-shadow: 1px 1px #eee; */
/* 	background: #ccf0ea; */
	background-color: rgba(212, 250, 242, 0.4);
	display: block;
	-moz-border-radius: 6px; -webkit-border-radius: 6px;
	position: absolute;
	z-index: 99;
}
.nav li {
	float: left;
	margin-right: 10px;
}
.nav li a, #respond #submit {
	color: #020146;
	background: #cce3d1 url(o4-button.png) bottom repeat-x;
	border: 1px solid #b1d9d1;
	border-bottom: 1px solid #01a9a1;
	-moz-border-radius: 6px; -webkit-border-radius: 6px;
	padding: 2px 4px 4px 4px;
	font-size: 14px;
	text-decoration: none;
	text-shadow: -1px -1px #def0ec;
	-webkit-transition: opacity 0.2s ease-in-out;
	-webkit-transition: border 0.2s ease-in-out;
}
.nav li a:before, #respond #submit:before {
	content: "♪ ";
}
.nav li a:hover, #respond #submit:hover {
	background: #cce3d1 url(o4-button.png) top repeat-x;
	border: 1px solid #fff;
}
.nav li.current-cat a {
	color: #e14a4a;
	background: #eee url(o4-button-active.png) repeat-x top;
	border: 1px solid #b1d9d1;
	border-top: 1px solid #01a9a1;
	cursor: pointer;
}
.footernav {
	margin-bottom: 0;
}
.footernav .cat-item a {
	font-size: 12px;
}
.footernav .cat-item a:before {
	content: "";
}
.promo {
	float: right;
/* 	border: 1px solid #000; */
	width: 323px;
	overflow: hidden;
	padding: 4px;
/* 	background: #ebfbf8; */
	background-color: rgba(212, 250, 242, 0.8);
	-moz-border-radius: 6px; -webkit-border-radius: 6px;
	clear: right;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.promo h2 {
	margin: 0 0 5px 0;
}
.promo h2 a {
	color: #a02727;
	-webkit-transition: color linear 0.1s;
	-webkit-transition: background-color linear 0.2s;
	padding: 1px;
	-moz-border-radius: 6px; -webkit-border-radius: 6px;
	background-color: #cce3d1;
}
.promo h2 a:hover {
	color: #222;
/* 	text-decoration: underline; */
	background-color: #eee;
	border-bottom: 1px solid #333;
}
.promo h2 a:hover:after {
	content: " »";
	text-decoration: none;
}
.promo small {
	display: none;
}
.promo .post {
	margin-bottom: 0;
}
.promo .post .entry p a, .promo .post .entry p {
	font-size: 1em;
}
.postmetadata {
	display: none;
}
.postmetadata a, .navigation a, #footer p a, .entry p a, .more-link, .commentmetadata a, .url, #commentform p a {
	color: #a02727;
/*	font-size: 0.8em;*/
	-webkit-transition: background-color linear 0.2s;
	font-weight: bold;
}
#content > .post > .entry > p {
	margin-top: 0;
}
.postmetadata a:hover, .navigation a:hover, #footer p a:hover, .entry p a:hover, .more-link:hover, .commentmetadata a:hover, .url:hover, #commentform p a:hover {
	background-color: #fff;
	text-decoration: none;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
	border-bottom: 1px solid #999;
}
.post {
	padding-top: 0;
	margin-bottom: 20px;
}
.post .entry {
	display: inline-block;
}
#footer {
	padding: 0;
	margin: 0 auto;
/*	width: 760px;*/
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 5px 0;
	text-align: right;
	font-size: 9px;
	}
#searchsubmit {
	background: #cce3d1;
	color: #830;
	cursor: pointer;
	-moz-border-radius: 6px; -webkit-border-radius: 6px;
	background: #cce3d1 url(o4-button.png) bottom repeat-x;
	border: 1px solid #a1c9c1;
	border-bottom: 1px solid #01a9a1;
	padding: 2px;
	-webkit-transition: border 0.2s ease-in-out;
}
#searchsubmit:hover {
/* 	background: #cce3d1 url(o4-button.png) top repeat-x; */
	border: 1px solid #fff;
}
.song_outer_container song  {
	overflow: hidden;
	height: 20px;
}
.livepromo {
	background-color: rgba(212, 250, 242, 0.8);
	-moz-border-radius: 6px; -webkit-border-radius: 6px;
	padding: 3px;
	margin-bottom: 5px;
}
.livepromo div.post {
	margin-bottom: 2px;
}
.thumbnail {
	overflow: hidden;
	position: relative;
	float: right;
	margin-bottom: 5px;
	z-index: 999;
}
.thumbnail img {
	position: absolute;
	-moz-border-radius: 8px; -webkit-border-radius: 8px;
	border: 1px solid #999;
	-webkit-box-shadow: 0px 0px 3px #000;
	-moz-box-shadow: 0px 0px 3px #000;
}
.entry p:first-child {
	margin: 0;
}
.category-promo h2 {
	display: none;
}
.navigation h3 {
	margin: 0 0 2px 0;
	display: none;
}
.navigation h3 a {
	color: #e14a4a;
	background-color: #eee;
	padding: 0px 3px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
	-webkit-transition: background-color linear  0.2s;
}
.navigation h3 a:hover {
	background-color: #fff;
}
.navigation {
	background-color: rgba(212, 250, 242, 0.4);
	-moz-border-radius: 6px; -webkit-border-radius: 6px;
	padding: 2px;
	margin-bottom: 3px;
}
.navigation div {
	background-color: rgba(212, 250, 242, 0.8);
	-moz-border-radius: 3px; -webkit-border-radius: 3px;

}
h2.singleentry {
	background-color: rgba(212, 250, 242, 0.8);
	-moz-border-radius: 6px; -webkit-border-radius: 6px;
	padding: 0 4px;
}
object {
/* 	width: 100% !important; */
	z-index: 1;
}
.bottomnavigation {
	background: none;
}
#respond h3 {
	font-size: 0.9em;
}
#respond p {
	font-size: 0.8em;
}
#commentform textarea {
	border: 1px solid #999;
	-moz-border-radius: 6px; -webkit-border-radius: 6px;
	background: rgba(240,240,240,0.6);
	font-size: 1em;
}
#respond #submit {
	font-size: 1.1em;
	width: auto;
	cursor: pointer;
}	
/*
#respond #submit {
	padding: 2px 4px;
	border: none;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
	border: 1px solid #a1c9c1;
	background: #e4f9f4;
	width: auto;
	display: inline-block;
	cursor: pointer;
	font-size: 1.1em;
}	
*/
#respond input {
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
	border: 1px solid #999;
	font-size: 1em;
}
h3#comments {
	font-size: 1em;
}
.commentlist .comment {
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
	font-size: 0.8em;
	padding-bottom: 0;
	background: rgba(240,240,240,0.6);
}
.commentlist .comment .commentmetadata {
	float: right;
	margin-right: 5px;
}
.commentlist .comment p {
	font-size: 1.2em;
}
#commentform small {
	background: rgba(200,200,200,0.8);
	padding: 1px 3px;
	color: #444;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.fb_share {
	display: inline-block;
	margin: 2px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 99%;
	padding: 2px;
	}
#respond:after, .nav:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
hr {
	display: none;
	}
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
.ie {
	display: none;	
}
h1 img {
	position: absolute;
	right:  -30px;
	top:  30px;
}

.videobox {
	display: inline-block;
	width: 120px;
	height: 90px;
	position: relative;
	-moz-border-radius: 6px; -webkit-border-radius: 6px;
	border: 1px solid rgba( 200, 200, 200, 0.5 );
	border-color: rgba( 200, 200, 200, 0.5 );
	-webkit-box-shadow: #aaa 1px 1px 3px;
	-moz-box-shadow: #aaa 1px 1px 3px;
	color: #fff;
	text-shadow: 1px 1px #333;
	-webkit-transition: border-color linear 0.3s;
}
#content .videobox {
	width: 480px;
	height: 360px;
}
#content .videobox.small {
	width: 120px;
	height: 90px;
}
.videobox:hover {
	-webkit-box-shadow: #444 1px 1px 4px;
	-moz-box-shadow: #444 1px 1px 4px;
}
.videobox img {
	position: absolute;
	bottom: 0; right: 0;
	border: none;
}
.box {
	padding-top: 10%;
	background: rgba(0,0,0,0.7);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
	text-align: center;
}
.box object {
	top: 10%;
	padding: 8px;
	-moz-border-radius: 8px; -webkit-border-radius: 8px;
	background-color: rgba(170,170,170,0.7);
	display: block;
	margin: 0 auto;
}
.box a {
	cursor: pointer;
	color: #a02727;
	background-color: #cce3d1;
	font-size: 12px;
	-webkit-transition: color linear 0.1s;
	-webkit-transition: background-color linear 0.2s;
	padding: 3px;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
	margin-top: 10px;
	display: inline-block;
}
.twitter {
	line-height: 16px;
	position: relative;
	padding-left: 18px;
	color: #eee;
	background-color: #444;
	font-size: 12px;
	padding: 1px 2px 1px 18px;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
	-webkit-transition: color linear 0.1s;
	-webkit-transition: background-color linear 0.2s;
}
.twitter:hover {
	color: #222;
	background-color: #eee;
	border-bottom: 1px solid #333;
}
.twitter:hover:after {
	content: " »";
	text-decoration: none;
}
.twitter img {
	border: none;
	position: absolute;
	left: 1px;
	top: 1px;
	height: 16px;
	width: 16px;
}
.linkfacebook, .linkmyspace, .linkflickr, .linkyoutube {
	display: inline-block;
	line-height: 32px;
	padding: 0 4px 0 36px;
	border-bottom: 1px solid rgba(0,0,0,0);
	background: url(facebook.png) left center no-repeat;
}
.linkmyspace { background: url(myspace.png) left center no-repeat; }
.linkflickr { background: url(flickr.png) left center no-repeat; }
.linkyoutube { background: url(youtube.png) left center no-repeat; }
.vcard img {
	display: none;
}
.comment {
	padding: 2px;
}
.comment .comment-body p {
	font-size: 1em;
	color: #444;
}
.comment-meta a {
	font-size: 1em;
}

#language {
	position: absolute;
	display: block;
	width: 80px;
	height: 15px;
	background: red;
	top: -8px;
	left: 570px;
	padding: 50px 0 0 10px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: url(bg.png) top center no-repeat;
	background-color: rgba(0,0,0,0.2);
	background-position: 23px 5px;
	-moz-border-radius: 8px; -webkit-border-radius: 8px;
}
#language:hover {
	text-decoration: underline;
}
