body {
	margin: 0;
}
#main {
	margin-left:50px;
	width:450px;
	line-height:15px;
	font-family:verdana;
	font-size:11px;
}
#header {
	margin-left:50px;
	margin-bottom:10px;
	width:450px;
	height:25px;
	background-image:url("http://inyourears.com/images/bg.gif");	
}
a {
	text-decoration:none;
	color:#ff6600;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
#sidebar {
	position:absolute;
	top:0px;
	left:520px;
	width:230px;
}
.sideboxtop {
	margin-top:5px;
	font-family:verdana;
	font-size:10px;
	padding:10px;
	background-image:url("http://inyourears.com/images/sidebgtop.gif");
}
.sidebox {
	margin-top:5px;
	font-family:verdana;
	font-size:10px;
	padding:10px;
	background-image:url("http://inyourears.com/images/sidebg.gif");
}
.divider {
	margin-top:10px;
	margin-bottom:10px;
	height:2px;
	background-image:url("http://inyourears.com/images/bg.gif");
}
blockquote {
	margin-left:20px;
	color:#666666;
}
.date_header {
	font-size:10px;
	margin-bottom:5px;
	color:#444444;
}
.date_header1 {
	font-size:12px;
	margin-bottom:2px;
	color:#666666;
}
.entry_header1 {
	color:#222222;
	padding-bottom:0px;
margin-top:20px;
	margin-bottom:1px;
	font-family:georgia,serif;
	font-size:40px;
	font-weight:normal;
	line-height:44px;
}
.entry_header {
	color:#222222;
	margin-bottom:3px;
	font-family:georgia,serif;
	font-size:25px;
	font-weight:normal;
}
.special_header {
	color:#222222;
	margin-bottom:5px;
	font-family:georgia,serif;
	font-size:16px;
	font-weight:bold;
}
.entry_footer {
	margin-bottom:10px;
	font-size:10px;
	color:#666666;
}
.navbar {
	margin-bottom:40px;
}
#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
}
textarea[id="comment-text"] {
	width: 80%;
}
.img_left {
	float:left;
	margin-right:8px;
	margin-bottom:5px;
}