/*
Theme Name: Clint Reilly Companies
Theme URI: http://clintreilly.com
Description: The custom WordPress theme developed for the new Clint Reilly website.
Version: 1.0
Author: Tom Carmony
Author URI: http://bainbridgestudios.com
*/



/* @group HTML, Body */
html {
	background:#381010;
}

body {
	margin: 0px;
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555;
}

a:link, a:visited {
	color: #5a1c1c;
	font-weight: normal;
	text-decoration: none;
}

a:hover, a:active {
	color: #5a1c1c;
	font-weight: normal;
	text-decoration: underline;
}

/* img {
	text-align: left;
	margin: 0 5px 5px 5px;
	padding: 5px;
	border: 1px solid #e1d4c0;
} */

.alignright {
	float: right;
}

.wp-caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: .90em;
	text-align: center;
}

div.wrap {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-left: 10px;

	text-align: center;
	width: 960px;
	background-image: url(images/bg-blog.gif);
	background-repeat: repeat-y;
}
div#side {
	width: 210px;
	float: left;
	margin: 0 auto;
	padding: 10px 0 0 0;
	/*background-color: #5a1c1c;*/
}

div#side h1 a {
	display: block;
	margin-left: 35px;
	margin-bottom: 20px;
	width: 134px;
	height: 140px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

div#nav {
	position: absolute;
}

div#nav ul {
	width: 210px;
	margin: 0;
	padding: 0;
}

div#nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	width: 210px;
	height: 27px;
	text-indent: -9000px;
}
div#nav ul li#nav-realestate a {
	background: url(images/nav-realestate.gif) no-repeat 0 0;
}
div#nav ul li#nav-realestate a:hover, div#nav ul li#nav-realestate a.active {;
	background: url(images/nav-realestate.gif) no-repeat 0 -27px;
}

div#nav ul li#nav-credo a {
	background-position: 0 0;
	background: url(images/nav-credo.gif) no-repeat 0 0;
}
div#nav ul li#nav-credo a:hover, div#nav ul li#nav-credo a.active {
	background: url(images/nav-credo.gif) no-repeat 0 -27px;
}

div#nav ul li#nav-ballroom a {
	background: url(images/nav-ballroom.gif) no-repeat 0 0;
}
div#nav ul li#nav-ballroom a:hover, div#nav ul li#nav-ballroom a.active {
	background: url(images/nav-ballroom.gif) no-repeat 0 -27px;
}

div#nav ul li#nav-events a {
	background: url(images/nav-events.gif) no-repeat 0 0;
}
div#nav ul li#nav-events a:hover, div#nav ul li#nav-events a.active {
	background: url(images/nav-events.gif) no-repeat 0 -27px;
}

div#nav ul li#nav-civic a {
	background: url(images/nav-civic.gif) no-repeat 0 0;
}
div#nav ul li#nav-civic a:hover, div#nav ul li#nav-civic a.active {
	background: url(images/nav-civic.gif) no-repeat 0 -27px;
}

div#nav ul li#nav-mission a {
	background: url(images/nav-mission.gif) no-repeat 0 0;
}
div#nav ul li#nav-mission a:hover, div#nav ul li#nav-mission a.active {
	background: url(images/nav-mission.gif) no-repeat 0 -27px;
}

div#nav ul li#nav-bio a {
	background: url(images/nav-bio.gif) no-repeat 0 0;
}
div#nav ul li#nav-bio a:hover, div#nav ul li#nav-bio a.active {
	background: url(images/nav-bio.gif) no-repeat 0 -27px;
}

div#nav ul li#nav-blog a {
	background: url(images/nav-blog.gif) no-repeat 0 0;
}
div#nav ul li#nav-blog a:hover, div#nav ul li#nav-blog a.active {
	background: url(images/nav-blog.gif) no-repeat 0 -27px;
}

div#nav ul li#nav-contact a {
	background: url(images/nav-contact.gif) no-repeat 0 0;
}
div#nav ul li#nav-contact a:hover, div#nav ul li#nav-contact a.active {
	background: url(images/nav-contact.gif) no-repeat 0 -27px;
}

div#blog {
	width: 670px;
	float: left;
	clear: none;
	margin: 0 auto;
	padding: 0 30px; 
	text-align: left;
	font-size: 1 em;
	line-height: 1.4em;
	
}

div#blog h1 a {
	display: block;
	width: 670px;
	height: 170px;
	background-image: url(images/blog-header.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

div#blog h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.8em;
	color: #5a1c1c;
}

div#blog h2 a, a:hover, a:visited {
	color: #5a1c1c;
	font-weight: normal;
}

div#blog-main {
	width: 450px;
	float: left;
	margin: 0 30px 20px 0;
}

#blog-main a:link, a:visited {
	color: #5a1c1c;
	font-weight: normal;
	text-decoration: none;
}

#blog-main a:hover, a:active {
	color: #5a1c1c;
	font-weight: normal;
	text-decoration: underline;
}


#blog-nav {
	width: 185px;
	float: left;
	margin: 0 0 30px 0;
}

#blog-nav ul {
	margin: 0;
	padding: 0;
}

#blog-nav ul li a, a:hover, a:visited {
	font-weight: normal;
}

#blog-nav ul li {
	list-style: none;	
	margin: 0 5px;
	padding: 1px 0;
	font-size: .90em;
}

div#blog-nav h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 15px 0 5px 0;
}

div.blog-post {
	padding: 0 0 30px 0;
}

div#blog-singlepost {
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
}

div#blog-singlepost h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2.2em;
	color: #5a1c1c;
}

div.blog-divider {
	border-bottom: 1px solid #e1d4c0;
	margin: 10px 0;
	padding: 0 auto;
	height: 1px;
	width: 100%;
}

.all {
	font-weight: bold;
}

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.3em;
	font-style: italic;
}


div#page {
	width: 670px;
	float: left;
	clear: none;
	margin: 0 auto;
	padding: 0 30px; 
	text-align: left;
	font-size: 1 em;
	line-height: 1.4em;
	/*background: url(images/bg-credo.gif) no-repeat 0 0 #f7f2e9;*/
}

div#page h1 {
	display: block;
	width: 670px;
	height: 175px;
	text-indent: -9000px;
}

div#page h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.8em;
	color: #5a1c1c;
}

div#page a:link, a:visited {
	color: #5a1c1c;
	font-weight: bold;
	text-decoration: none;
}

div#page a:hover, a:active {
	color: #5a1c1c;
	font-weight: bold;
	text-decoration: underline;
}



div#credo {
	width: 670px;
	float: left;
	clear: none;
	margin: 0 auto;
	padding: 0 30px; 
	text-align: left;
	font-size: 1 em;
	line-height: 1.4em;
	background: url(images/bg-credo.gif) no-repeat 0 0 #f7f2e9;
}

div#credo h1 {
	display: block;
	width: 670px;
	height: 175px;
	text-indent: -9000px;
}

div#credo h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.8em;
	color: #5a1c1c;
}

div#credo a:link, a:visited {
	color: #5a1c1c;
	font-weight: bold;
	text-decoration: none;
}

div#credo a:hover, a:active {
	color: #5a1c1c;
	font-weight: bold;
	text-decoration: underline;
}



div#about {
	width: 670px;
	float: left;
	clear: none;
	margin: 0 auto;
	padding: 0 30px; 
	text-align: left;
	font-size: 1 em;
	line-height: 1.4em;
	background: url(images/bg-about.gif) no-repeat 0 0 #f7f2e9;
}

div#about h1 {
	display: block;
	width: 670px;
	height: 175px;
	text-indent: -9000px;
}

div#about h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.8em;
	color: #5a1c1c;
}

div#about a:link, a:visited {
	color: #5a1c1c;
	font-weight: bold;
	text-decoration: none;
}

div#about a:hover, a:active {
	color: #5a1c1c;
	font-weight: bold;
	text-decoration: underline;
}


div#about-companies {
	width: 670px;
	float: left;
	clear: none;
	margin: 0 auto;
	padding: 0 30px; 
	text-align: left;
	font-size: 1 em;
	line-height: 1.4em;
	background: url(images/bg-about-companies.gif) no-repeat 0 0 #f7f2e9;
}

div#about-companies h1 {
	display: block;
	width: 670px;
	height: 175px;
	text-indent: -9000px;
}

div#about-companies h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.8em;
	color: #5a1c1c;
}

div#about-companies a:link, a:visited {
	color: #5a1c1c;
	font-weight: bold;
	text-decoration: none;
}

div#about-companies a:hover, a:active {
	color: #5a1c1c;
	font-weight: bold;
	text-decoration: underline;
}


div#about-janet {
	width: 670px;
	float: left;
	clear: none;
	margin: 0 auto;
	padding: 0 30px; 
	text-align: left;
	font-size: 1 em;
	line-height: 1.4em;
	background: url(images/bg-about-janet.gif) no-repeat 0 0 #f7f2e9;
}

div#about-janet h1 {
	display: block;
	width: 670px;
	height: 175px;
	text-indent: -9000px;
}

div#about-janet h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.8em;
	color: #5a1c1c;
}

div#about-janet a:link, a:visited {
	color: #5a1c1c;
	font-weight: bold;
	text-decoration: none;
}

div#about-janet a:hover, a:active {
	color: #5a1c1c;
	font-weight: bold;
	text-decoration: underline;
}


div#about-campaigns {
	width: 670px;
	float: left;
	clear: none;
	margin: 0 auto;
	padding: 0 30px; 
	text-align: left;
	font-size: 1 em;
	line-height: 1.4em;
	background: url(images/bg-about-campaigns.gif) no-repeat 0 0 #f7f2e9;
}

div#about-campaigns h1 {
	display: block;
	width: 670px;
	height: 175px;
	text-indent: -9000px;
}

div#about-campaigns h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.8em;
	color: #5a1c1c;
}

div#about-campaigns a:link, a:visited {
	color: #5a1c1c;
	font-weight: bold;
	text-decoration: none;
}

div#about-campaigns a:hover, a:active {
	color: #5a1c1c;
	font-weight: bold;
	text-decoration: underline;
}

div#about-causes {
	width: 670px;
	float: left;
	clear: none;
	margin: 0 auto;
	padding: 0 30px; 
	text-align: left;
	font-size: 1 em;
	line-height: 1.4em;
	background: url(images/bg-about-causes.gif) no-repeat 0 0 #f7f2e9;
}

div#about-causes h1 {
	display: block;
	width: 670px;
	height: 175px;
	text-indent: -9000px;
}

div#about-causes h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.8em;
	color: #5a1c1c;
}

div#about-causes a:link, a:visited {
	color: #5a1c1c;
	font-weight: bold;
	text-decoration: none;
}

div#about-causes a:hover, a:active {
	color: #5a1c1c;
	font-weight: bold;
	text-decoration: underline;
}


div#about-newspapers {
	width: 670px;
	float: left;
	clear: none;
	margin: 0 auto;
	padding: 0 30px; 
	text-align: left;
	font-size: 1 em;
	line-height: 1.4em;
	background: url(images/bg-about-newspapers.gif) no-repeat 0 0 #f7f2e9;
}

div#about-newspapers h1 {
	display: block;
	width: 670px;
	height: 175px;
	text-indent: -9000px;
}

div#about-newspapers h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.8em;
	color: #5a1c1c;
}

div#about-newspapers a:link, a:visited {
	color: #5a1c1c;
	font-weight: bold;
	text-decoration: none;
}

div#about-newspapers a:hover, a:active {
	color: #5a1c1c;
	font-weight: bold;
	text-decoration: underline;
}



div#realestate {
	width: 670px;
	float: left;
	clear: none;
	margin: 0 auto;
	padding: 0 30px; 
	text-align: left;
	font-size: 1 em;
	line-height: 1.4em;
	background: url(images/bg-realestate.gif) no-repeat 0 0 #f7f2e9;
}

div#realestate h1 {
	display: block;
	width: 670px;
	height: 175px;
	text-indent: -9000px;
}

div#realestate h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.8em;
	color: #5a1c1c;
}

div#realestate a:link, a:visited {
	color: #5a1c1c;
	font-weight: bold;
	text-decoration: none;
}

div#realestate a:hover, a:active {
	color: #5a1c1c;
	font-weight: bold;
	text-decoration: underline;
}



div#events {
	width: 670px;
	float: left;
	clear: none;
	margin: 0 auto;
	padding: 0 30px; 
	text-align: left;
	font-size: 1 em;
	line-height: 1.4em;
	background: url(images/bg-events.gif) no-repeat 0 0 #f7f2e9;
}

div#events h1 {
	display: block;
	width: 670px;
	height: 175px;
	text-indent: -9000px;
}

div#events h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.8em;
	color: #5a1c1c;
}

div#events a:link, a:visited {
	color: #5a1c1c;
	font-weight: bold;
	text-decoration: none;
}

div#events a:hover, a:active {
	color: #5a1c1c;
	font-weight: bold;
	text-decoration: underline;
}



div#mission {
	width: 670px;
	float: left;
	clear: none;
	margin: 0 auto;
	padding: 0 30px; 
	text-align: left;
	font-size: 1 em;
	line-height: 1.4em;
	background: url(images/bg-mission.gif) no-repeat 0 0 #f7f2e9;
}

div#mission h1 {
	display: block;
	width: 670px;
	height: 175px;
	text-indent: -9000px;
}

div#mission h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.8em;
	color: #5a1c1c;
}

div#mission a:link, a:visited {
	color: #5a1c1c;
	font-weight: bold;
	text-decoration: none;
}

div#mission a:hover, a:active {
	color: #5a1c1c;
	font-weight: bold;
	text-decoration: underline;
}




div#contact {
	width: 670px;
	float: left;
	clear: none;
	margin: 0 auto;
	padding: 0 30px; 
	text-align: left;
	font-size: 1 em;
	line-height: 1.4em;
	background: url(images/bg-contact.gif) no-repeat 0 0 #f7f2e9;
}

div#contact h1 {
	display: block;
	width: 670px;
	height: 175px;
	text-indent: -9000px;
}

div#contact h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.8em;
	color: #5a1c1c;
}

div#contact a:link, a:visited {
	color: #5a1c1c;
	font-weight: bold;
	text-decoration: none;
}

div#contact a:hover, a:active {
	color: #5a1c1c;
	font-weight: bold;
	text-decoration: underline;
}



div#ballroom {
	width: 670px;
	float: left;
	clear: none;
	margin: 0 auto;
	padding: 0 30px; 
	text-align: left;
	font-size: 1 em;
	line-height: 1.4em;
	background: url(images/bg-ballroom.gif) no-repeat 0 0 #f7f2e9;
}

div#ballroom h1 {
	display: block;
	width: 670px;
	height: 175px;
	text-indent: -9000px;
}

div#ballroom h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.8em;
	color: #5a1c1c;
}

div#ballroom a:link, a:visited {
	color: #5a1c1c;
	font-weight: bold;
	text-decoration: none;
}

div#ballroom a:hover, a:active {
	color: #5a1c1c;
	font-weight: bold;
	text-decoration: underline;
}



div#charity {
	width: 670px;
	float: left;
	clear: none;
	margin: 0 auto;
	padding: 0 30px; 
	text-align: left;
	font-size: 1 em;
	line-height: 1.4em;
	background: url(images/bg-charity.gif) no-repeat 0 0 #f7f2e9;
}

div#charity h1 {
	display: block;
	width: 670px;
	height: 175px;
	text-indent: -9000px;
}

div#charity h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.8em;
	color: #5a1c1c;
}

div#charity a:link, a:visited {
	color: #5a1c1c;
	font-weight: bold;
	text-decoration: none;
}

div#charity a:hover, a:active {
	color: #5a1c1c;
	font-weight: bold;
	text-decoration: underline;
}





/* Footer */
div#ft {
	width: 960px;
	padding: 10px 0 0 0;
	height: 100px;
	clear: both;
	overflow: hidden;
	margin: 0 0 20px 0px;
	background: url(images/bg-ft.gif) #381010 no-repeat;
}
div#ft p.copyright {
	width: 400px;
	padding: 15px 0;
	margin-left: -35px;
	color: #806e51;
	font-size: 85%;
	float: left;
	display: inline;
}

div#ft p.ftnav {
	width: 300px;
	text-align: right;
	padding: 15px 0;
	color: #806e51;
	margin: 0 35px 0 0;
	float: right;
	display: inline;
}

p.ftnav a:link, p.ftnav a:visited {
	color: #806e51;
	font-size: 85%;
	text-decoration: none;
	font-weight: normal;
}
p.ftnav a:hover {
	text-decoration: underline;
	font-weight: normal;
}

div#bottom {
	background: url(images/ft-bottom.gif) #381010 bottom no-repeat;
	height: 30px;
}

/* @end */


.calendar /* controls date display on posts */
{ 
	float: left;
	text-align: center;
	margin: 0 5px 5px 5px; /* margin between box and text/content */
	width: 25px; /* width of box */
	padding: 5px; /* padding within box */
}
.cal-month 
{ 
	text-transform:uppercase;
	color: #9C8F7B; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
    line-height: 1em;  /* space on top of mnth */
	font-weight: normal;
}
.cal-date 
{ 
	color: #5a1c1c;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	line-height:1em;
	font-weight: bold;
}
.cal-year 
{ 
	color: #9C8F7B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1em;
	font-weight: normal;
}

.thumb /* controls headshot display on posts */
{ 
	float: left;
	text-align: center;
	margin: 0 5px 5px 0; /* margin between box and text/content */
	width: 25px; /* width of box */
	padding: 5px; /* padding within box */
}

.thumb img {
	padding: 0;
	margin: 0 auto;
	border: none;
}

.post-footer { 
	clear: both;
	text-align: right; 
	background: transparent;
	border-top: 1px solid #e1d4c0;
    border-bottom: 1px solid #e1d4c0;
	padding: 5px 0;
	margin: 20px 0 10px 0;
}
.post-footer .date, 
.post-footer .comments,
.post-footer .readmore {
	margin: 0 5px;
}
.post-footer .readmore {
	float: left;
	text-align: left;
}

div#comments {
	width: 650px;
}

div#comments h2 {
	font-size: 1.8em;
	border-bottom: 1px solid #e1d4c0;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
}

div#comments ul {
	margin: 0;
	padding: 0;
}

div#comments ul li {
	list-style: none;
	padding: 10px 0 10px 50px;
	margin: 0 0 0 0;
	width: 580px;
	border-bottom: 1px solid #e1d4c0;
	background: url(images/bg-comment.gif) 0px 10px no-repeat;
}

.comment-meta {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

input {
	border: 1px solid #e1d4c0;
}

textarea#comment {
	width: 420px;
	height: 120px;
	border: 1px solid #e1d4c0;
	padding: 5px;
}

div.break {
	width: 450px;
	height: 1px;
	border-bottom: 1px solid #e1d4c0;
	margin-bottom: 15px;
}


div.archive-title h4 {
	font-size: 1.3em;
	font-weight: bold;
	padding: 5px 0;
	margin: 0 0 5px 0;
	border-top: 1px solid #e1d4c0;
	border-bottom: 1px solid #e1d4c0;
}

div#slideshow {
	position: relative;
	float: right;
}


/* Custom Home Page Styles */


div#home-page {
	width: 600px;
	height: 900px;
	float: left;
	clear: none;
	margin: 0 auto;
	padding: 0; 
	background-color: #381010;
}

div#home-side {
	width: 340px;
	float: left;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

div#home-side h1 a {
	display: block;
	margin-bottom: 20px;
	width: 340px;
	height: 231px;
	background-image: url(images/logo-home.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
}

div.home-wrap {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	overflow: hidden;
	padding-left: 10px;

	text-align: center;
	width: 960px;
	background-image: url(images/bg-home.gif);
	background-repeat: repeat-y;
}


div#home-nav {
	position: absolute;
}

div#home-nav ul {
	width: 340px;
	margin: 0;
	padding: 0;
}

div#home-nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}
div#home-nav ul li a {
	display: block;
	width: 340px;
	height: 32px;
	text-indent: -9000px;
}
div#home-nav ul li#home-nav-realestate a {
	background: url(images/home-nav-realestate.gif) no-repeat 0 0;
}
div#home-nav ul li#home-nav-realestate a:hover {;
	background: url(images/home-nav-realestate.gif) no-repeat 0 -32px;
}

div#home-nav ul li#home-nav-credo a {
	background-position: 0 0;
	background: url(images/home-nav-credo.gif) no-repeat 0 0;
}
div#home-nav ul li#home-nav-credo a:hover {
	background: url(images/home-nav-credo.gif) no-repeat 0 -32px;
}

div#home-nav ul li#home-nav-ballroom a {
	background: url(images/home-nav-ballroom.gif) no-repeat 0 0;
}
div#home-nav ul li#home-nav-ballroom a:hover {
	background: url(images/home-nav-ballroom.gif) no-repeat 0 -32px;
}

div#home-nav ul li#home-nav-events a {
	background: url(images/home-nav-events.gif) no-repeat 0 0;
}
div#home-nav ul li#home-nav-events a:hover {
	background: url(images/home-nav-events.gif) no-repeat 0 -32px;
}

div#home-nav ul li#home-nav-civic a {
	background: url(images/home-nav-civic.gif) no-repeat 0 0;
}
div#home-nav ul li#home-nav-civic a:hover {
	background: url(images/home-nav-civic.gif) no-repeat 0 -32px;
}

div#home-nav ul li#home-nav-mission a {
	background: url(images/home-nav-mission.gif) no-repeat 0 0;
}
div#home-nav ul li#home-nav-mission a:hover {
	background: url(images/home-nav-mission.gif) no-repeat 0 -32px;
}

div#home-nav ul li#home-nav-bio a {
	background: url(images/home-nav-bio.gif) no-repeat 0 0;
}
div#home-nav ul li#home-nav-bio a:hover {
	background: url(images/home-nav-bio.gif) no-repeat 0 -32px;
}

div#home-nav ul li#home-nav-blog a {
	background: url(images/home-nav-blog.gif) no-repeat 0 0;
}
div#home-nav ul li#home-nav-blog a:hover {
	background: url(images/home-nav-blog.gif) no-repeat 0 -32px;
}

div#home-nav ul li#home-nav-contact a {
	background: url(images/home-nav-contact.gif) no-repeat 0 0;
}
div#home-nav ul li#home-nav-contact a:hover {
	background: url(images/home-nav-contact.gif) no-repeat 0 -32px;
}

