/*
	Style Name	: Stereo Warmup
	Style URI	: http://stereowarmup.com/
	Version		: 1.0
	Author Name	: Mike
	Author Site : Mikeporrata.com
	Comments	: Custom theme for Stereo Warmup
	Tags		: layout
*/

body {
	background: #fff;
    font-family: Helvetica, Arial, sans-serif;
	}
	
#page{
	border: none;
}	

strong, em, b, i {
    font-family: Helvetica, Arial, sans-serif;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: "Georgia", serif;
	color: #000;
	}

#header {
	height: 160px;
	}
	
.blog-title, .description{
	display: none;
}

.entry-title{
	border-top: 2px solid #000;
}

a:link,
a:visited,
.entry-content a:link,
.entry-content a:visited{
	color: #000;
	text-decoration: underline;
}

h1 a:link,
h1 a:visited,
h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited,
h4 a:link,
h4 a:visited,
h5 a:link,
h5 a:visited,
h6 a:link,
h6 a:visited{
	color: #000;
	text-decoration: none;
}

.entry-content a:hover,
.entry-content a:active, 
.entry-title a:hover,
.entry-title a:active,
a:hover,
a:active,
h1 a:hover,
h1 a:active,
h2 a:hover,
h2 a:active
h3 a:hover,
h3 a:active,
h4 a:hover,
h4 a:active,
h5 a:hover,
h5 a:active,
h6 a:hover,
h6 a:active{
	background: #333;
	color: #fff;
	text-decoration: none;
}	

.menu li a:link,
.menu li a:visited{
	color: #000;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	font-size:1em;
	padding:3px;	
}

.menu li a:hover,
.menu li a:active{
	background: #333;
	color: #fff;
}		


#sidebar-1 h1,
#sidebar-1 h2,
#sidebar-1 h3,
#sidebar-1 h4,
#sidebar-1 h5,
#sidebar-1 h6{
	border-top: 2px solid #000;
}

.entry-content blockquote{
	padding:0 20px 0 50px;
	color: #999;
}