/* This stylesheet applies all of the color to the theme based on the color you choose through the Theme Options on the Dashboard */

a:link,
a:visited{
	color: #df6d9b;
}

a:hover{
	color: #e096b4;
}

.bar{
	background: url(images/bar-pink.gif) repeat-x;
}

#top{
	background: url(images/navbar-pink.gif) repeat-x;
}

#navbar ul li a:hover,
#navbar ul li a:active,
#navbar ul li a:focus{
	margin: 0px 20px 0px 0px;
	border: 1px solid #d65d8e;
	background: #e079a3;
}

#navbar ul li.current_page_item a:link,
#navbar ul li.current_page_item a:visited,
#navbar ul li.current_page_item a:hover,
#navbar ul li.current_page_item a:active,
#navbar ul li.current_page_item a:focus{
	border: 1px solid #d65d8e;
	background: #e079a3;
}

.sidebar-box h2{
	background: url(images/bar-pink.gif) repeat-x;
}

.ul-fill-in{
	background: url(images/bar-pink.gif) repeat-x;
}

ul#tabnav li a:link,
ul#tabnav li a:visited{
	background: url(images/bar-pink.gif) repeat-x;
}

ul#tabnav li a:hover,
ul#tabnav li a.selected{
	color: #df6d9b;
	background: url(images/selected-tab-pink.gif) repeat-x top left;
}

li.special-li{
	background: url(images/arrow-pink.gif) no-repeat left center;
}

.search-button{
	background: url(images/bar-pink.gif) repeat-x;
}

.comment-button{
	background: url(images/bar-pink.gif) repeat-x;
}