/* 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: #f18127;
}

a:hover{
	color: #f89a4e;
}

.bar{
	background: url(images/bar-orange.gif) repeat-x;
}

#top{
	background: url(images/navbar-orange.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 #e47318;
	background: #f99341;
}

#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 #e47318;
	background: #f99341;
}

.sidebar-box h2{
	background: url(images/bar-orange.gif) repeat-x;
}

.ul-fill-in{
	background: url(images/bar-orange.gif) repeat-x;
}

ul#tabnav li a:link,
ul#tabnav li a:visited{
	background: url(images/bar-orange.gif) repeat-x;
}

ul#tabnav li a:hover,
ul#tabnav li a.selected{
	color: #f18127;
	background: url(images/selected-tab-orange.gif) repeat-x top left;
}

li.special-li{
	background: url(images/arrow-orange.gif) no-repeat left center;
}

.search-button{
	background: url(images/bar-orange.gif) repeat-x;
}

.comment-button{
	background: url(images/bar-orange.gif) repeat-x;
}
