/*  
Theme Name: Emusic
Theme URI: http://emusictips.com/
Description: My kickass theme
Version: 2.0
Author: Cameron Gaut
Author URI: http://www.modcam.com
*/


* {
	margin: 0;
	padding: 0;
}

body {
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 77%;
	background: url(images/rack.jpg) top right repeat-y;
	background-color: #7B7B7B;
}
p { line-height: 1.5em; margin: 1em .5em; }
blockquote {
	border: solid 1px #999;
	background-color: #EEE;
	padding: 1em;
	color: #666;
	line-height: 2.5em;
}
a:link, a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

#container {
	margin: 0 auto;
}

#header {
	background: url(images/header.jpg) top center no-repeat;
	margin-bottom:20px;
	width: 100%;	
	padding: 140px 0 0 0;
	text-align: center;
}
#header iframe {

}


#content {
	margin: 0 178px 0 235px;
	color:#333;
	background: url(images/leftshadow.gif) left repeat-y;
	background-color: #FFF;
	min-width: 558px;
	min-height: 600px;
	padding: 0 0 20px 30px;
}
#content h2 {
	margin-bottom: .5em;
		
}
#content h3 {
	color: #333;
	margin: .5em 0 0 0;
}
#content hr {
	clear: both;
}
#content img {
margin-bottom: 10px;
border: 0;
}
#inner {
	background: url(images/rightshadow.gif) right repeat-y;
	height: 100%;
	padding: 0 30px 20px 0;
	min-height: 600px;
	margin-bottom: -20px;
}
#left {
	position:absolute;
	left:0;
	top:0;
	padding:0 0 0 10px;
	width:227px;
	color:#333;
	background-color: #7B7B7B;
	height: 100%;
}

#left h1 {
	width: 214px;
	height: 32px;
	background: url(images/boxtop.gif) no-repeat;
	padding: 8px 0 10px 15px;
	font-size: 1.6em;
	font-weight: 100;
}
#left h2 {
font-weight: 100;
}
#left form {
	padding: 0 0 0 15px;
}
#left ul{
	margin: 0 10px 0 20px;
	list-style: none;
}
#left ul li {
	margin: 0;
	list-style-type: none;
}
#left h2 {
	font-size: 1.3em;
	margin: 10px 0;
}
#left .box {
	width: 214px;
	background: url(images/boxbottom.gif) bottom left no-repeat;
	margin-top: 5px;
	padding: 0 10px 15px 0;
	min-height: 75px;
}
#left .box p {
	margin-left: 12px;
}
.post ul, .post ol {
	padding-left: 25px;
}
.post li { 
	line-height: 1.5em;
	
}
.post small { padding: 0 5px; }

.post {
	margin: 20px 0;
}
.postmetadata {
margin: 10px 0 0 0;
}
.pagetitle {
color: #999;
font-weight: 100;
font-size: 2.5em;
text-align: center;
width: 100%;
}
.floatr {
	float: right;
	margin-left: 10px;
	clear: both;
}
.floatl {
	float: left;
	margin-right: 10px;
	clear: both;
}
.date {
font-weight: bold;
margin: 10px 0;
}

#footer {
	clear: both;
	background-color: #000000;
	margin: 0 179px 0 233px;
	color: #FFF;
	height: 27px;
	background: url(images/footer.gif) bottom left no-repeat;
	min-width: 589px;

}
#footerinner{
	background: url(images/footer.gif) bottom right no-repeat;
	float: right;
	width: 60px;
	height: 27px;

}
.feed {
	padding-left: 20px;
	background: url(images/feed-icon.gif) no-repeat;
	margin: 10px 0 0 0;
}
.navigation {
width: 100%;
text-align: center;
font-size: 1em;
font-weight: bold;
}

object { 
margin: 15px 0;
}

hr {
height: 1px;
border: 0;
color: #CCC;
background-color: #CCC;
}
.topad {
	width: 100%;
	padding: 10px;
	text-align: center;
}
.topad small {
	display: block;
}
ol.commentlist {
	list-style-type: none;
}
ol.commentlist li{
	margin: 15px 15px 0 0;
	padding: 15px;
	float: left;
	border: solid 1px #CCC;
}

#commentform input {
	margin: 5px 0;
}

cite {
	font-style: normal;
	font-weight: bold;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.more-link {
	display: block;
	width: 115px;
	height: 27px;
	margin-top: 10px;
	background: url(images/continue_reading.gif) no-repeat;
}
.more-link span {
	display: none;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.borderbox { border:solid 1px gray; padding: 10px; width:300px; float: right; margin-left: 10px; color: gray; font-style: italic; clear: both; }
.borderbox img { display: block; }
.infotable {
	border-collapse: collapse;
	border: solid 1px gray;
	padding: 5px;
}
.infotable td, .infotable th {
	padding: 5px;
}