@charset "utf-8";
/* CSS Document */
/* WordPress Custom Menu Styles
	for heathersincavage.com */
	
body.custom {
	background-color: #fcfcf9;
}

a {
	color: #644e4c;
}

a:hover {
	text-decoration:none;
	color:#A74141;
}

#header_img {
	float:none;
	border:none;
	margin:0px;
}

#title {
	background-image: url('http://www.heathersincavage.com/images/title.png');
	height: 61px;
	width: 302px;
	margin-right: auto;
	margin-left: auto;
	text-indent:-9999px;
}
#top_menu {
	background-image: url('http://www.heathersincavage.com/images/menuShadow.png');
	height: 103px;
	width: 851px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-repeat: no-repeat;
	text-align: center;
}

#top_menu a {
	font-family: palatino, ‘Palatino Linotype’, ‘Hoefler Text’, Times, ‘Times New Roman’, serif;
	font-size: 18px;
	color: #544b49;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
}

#top_menu a:hover {
color: #570500;
}

#top_menu a:active {
color: #570500;
}

.current {
	font-family: palatino, ‘Palatino Linotype’, ‘Hoefler Text’, Times, ‘Times New Roman’, serif;
	font-size: 18px;
	color: #570500;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
}

/* sub-menu */

#menu_sub {
	/*display: hidden;
	visibility: hidden;
*/
	margin: auto;
	padding: 0px;
	height: 47px;
	width: 721px;
	background-repeat: no-repeat;
}


#menu_sub #sub_text {
	padding-top: 15px;
}

#menu_sub #sub_text a{
	font-size: 17px;
}

#menu_sub #sub_text img{
	display:inline;
	margin-bottom: 1px;
	height:6px;
	width:6px;
}

/* Custom Widget Headings */

li.widget ul{
	list-style-image: url(images/bullet.png);
	list-style-type: square;
}

li.sidebar_email {
	background-image: url(images/widgets/email.png);
	background-repeat: no-repeat;
}

li.sidebar_email h2{
	text-indent:-9999px;
	padding-top:9px;
}


li.widget_recent_entries {
	background-image: url(images/widgets/recpost.png);
	background-repeat: no-repeat;
}

li.widget_recent_entries h2{
	text-indent:-9999px;
	border-top:none;
}

li.widget_archive {
	background-image: url(images/widgets/archive.png);
	background-repeat: no-repeat;
}

li.widget_archive h2{
	text-indent:-9999px;
	border-top:none;
	padding-top:8px;
}

li.widget_links {
	background-image: url(images/widgets/links.png);
	background-repeat: no-repeat;
}

li.widget_links h2{
	text-indent:-9999px;
	border-top:none;
	padding-top:11px;

}

li.widget_tag_cloud {
	background-image: url(images/widgets/tags.png);
	background-repeat: no-repeat;
}

li.widget_tag_cloud h2{
	text-indent:-9999px;
	padding-top:9px;
	border:none;
}

li.widget_tag_cloud div{
	text-align:center;
}

li.widget_tag_cloud a{
	text-decoration:none;
	font-family: palatino, ‘Palatino Linotype’, ‘Hoefler Text’, Times, ‘Times New Roman’, serif;
}

li.widget_tag_cloud a:hover{
	text-decoration:underline;
}

li.widget_categories {
	background-image: url(images/widgets/cat.png);
	background-repeat: no-repeat;
}

li.widget h2{
	text-indent:-9999px;
	padding-top:9px;
	border:none;
}
