/*
Theme Name: Jon Heller
Theme URI: http://www.jonheller.net
Description: Theme for JonHeller.net
Version: 1.0
Author: Jon Heller
Author URI: http://www.jonheller.net/

*/

@import url("reset.css");

body {	
	background:#a7a7a7 url(images/body-gradient.gif) repeat-y top center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Calibri", Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

p {
	line-height: 1.5em;
	margin-bottom: 1em;
}

strong { 
   font-weight: bold; 
}

a:link {
	color: #d80002;	
	text-decoration: none;
}
a:visited {
	color: #b40002;
	text-decoration: none;
}

small {
	font-size: .8em;
}

.alignleft {
	float: left;
	margin: 0 10px 5px 0;
}
.alignright {
	float: right;
	margin: 0 0 5px 10px;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#header {		
	background: url(images/menu-background.gif) no-repeat top center;
	height: 200px;
	overflow: hidden;
	width: 100%;	
}

ul#menu {
height: 30px;
list-style:none;
padding: 10px 0 0 0;
margin: 0 auto;
width: 960px;
}
ul#menu li {
float:right;
}
ul#menu li a {
background:url(images/menu-sprite.gif) no-repeat scroll top left;
display:block;
height:30px;
margin-left: 10px;
position:relative;
}
ul#menu li a.home {
width:103px;
}
ul#menu li a.about {
width:103px;
background-position:-103px 0px;
}
ul#menu li a.archives {
width:103px;
background-position:-206px 0px;
}
ul#menu li a span {
background:url(images/menu-sprite.gif) no-repeat scroll bottom left;
display:block;
position:absolute;
top:0;
left:0;
height:100%;
width:100%;
z-index:100;
}
ul#menu li a.home span {
background-position:0px -30px;
}
ul#menu li a.about span {
background-position:-103px -30px;
}
ul#menu li a.archives span {
background-position:-206px -30px;
}

#home a {
	display: block;
	float: left;
	margin-left: 50px;
	width: 235px;
	height: 110px;
}
#about a{
	display: block;
	float: left;
	margin-left: 460px;
	width: 300px;
	height: 75px;
}


#content {	
	color: #000;		
	margin: 40px auto 0 auto;
	width: 800px;	
}
#content h2  {
	color: #000;
	font-size: 2em;
	margin-bottom: 1em;
	text-decoration: none;	
}
#content h2 a {
	color: #000;	
	text-decoration: none;	
}
#content h2 a:hover {
	color: #386374;
}
#content h3 {
	color: #4d4d4d;
	font-size: 1.2em;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#content ul {
	list-style-type: disc;
	margin: 0 0 1em 3em;
}
#content li {
	margin-top: 3px;
	line-height: 1.3em;
}
#content ol {
	list-style-type: decimal;	
	margin: 0 0 1em 3em;
}


.entry {
	font-size: 1.1em;
	margin: 10px 0 40px 0;	
}	
.entry a: hover {
	text-decoration: underline;
}

#footer {
	background: #7A0304 url(images/footer-bg.gif) repeat-x;
	color: #fff;
	height: 262px;
	overflow: hidden;	
	width: 100%;	
}
#footer-content {
	background: url(images/footer.gif) no-repeat top center;	
	height: 262px;
	margin: 0 auto;
	width: 960px;
}
#footer-shadow-image {
	position: relative;
	left: -80px;
	bottom: -37px;	
}
.footer-block {	
	float: left;	
	margin: 25px 120px 0 20px;
	width: 180px;
}
.footer-middle {
	width: 260px;
}
.footer-right {
	margin-right: 0px;
}
.footer-headline-click {
	display: block;
	height: 50px;
	width: 100px;
}


#footer ul {
	margin: 10px 0 0 0;
}
#footer p {
	margin: 0 0 0 20px;
}
#footer a {
	color: white;
	text-decoration: underline;
}
#footer-photos {
	margin-left: 10px;
}
#footer-photos img {
	margin: 0 10px 10px 0;
}
#footer li {
	margin-bottom: 5px;	
}
#footer li img {
	margin-right: 5px;
	vertical-align: middle;
}

#footer ul li a {
	text-decoration: none;		
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
	
/* Begin Comments*/

.commentlist li {
 	padding: 10px 18px 22px 18px;
	margin-top:15px;
	min-height: 75px;
	background:#770203 url(images/bg_commentlist.gif) bottom no-repeat;
	color:#fff;
	list-style-type: none;
	width: 530px;
	}

.commentlist #gravatar {
	float: left;
	padding: 5px 15px 0 7px;
}
	
.commentlist cite {
	display:block;
	font-style:normal;
	margin-bottom: 30px;
	}

.commentlist cite a:link, .commentlist cite a:visited {
	color:#000;
	text-decoration:underline;
	}

.commentlist cite a:hover, .commentlist cite a:active {
	color:#FFF;
	text-decoration:underline;
	}

li.alt {

}



/* End Comments */

	
	





