/* Use this stylesheet to add custom CSS to all pages of your website. Consolidating CSS code in here will improve page loading speed, reduce bandwidth and circumvent the Internet Explorer 30 stylesheet limit. */

h1 {
	font-size: 24px;
	color: #800000;
	margin: 5px 0 5px 0;
	}



#gradient {
	display: none;
	/*height: 700px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(images/editable_images/gradient.png) repeat-x 0 top;
	z-index: -1;*/
}

#headerBar, #titleDropShadow {
	display: none;
}

#slogan {
	display: none;
	background: none;
}

#nav2 ul .current,
#nav2 ul .currentAncestor {
	background: url(images/editable_images/nav_item_bg.jpg)repeat-x;
}

#nav2 a:hover {
	background: url(images/editable_images/nav_item_bg.jpg)repeat-x;
}

#main {
	padding-bottom: 15px;
	margin-top: 15px;
}

.blog-entry {
	padding-bottom:  10px;
	
	}
.blog-entry-comments {
	border: 1px solid #e9e9e9; 
	margin-top: 5px;
	padding:4px ;
	}

h1, h2, h3, h4, h5, h6, #siteTitle a, #siteSlogan h2, #sidebarContainer .sideHeader, .blog-entry-title, .album-title, .photo-title, .movie-page-title {
font-family:Helvetica,helvetica,sans serif;
}

.blog-entry-title {
	color: #37708e;
	}

.blog-entry-date {
	
	font-size: 80%;
}

h2, h3 {
	margin:  0 0 5px 0;
}


