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

#header{
	width:100%;
	height:130px;
	background:url(images/Head.gif) repeat-x;
	background-repeat: repeat-x;
background-position:center;
	
}

a:link,
a:visited{
	color: #5ca8c1;
}

a:hover{
	color: #9ac3d0;
}

.bar{
	background: url(images/bar-blue.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 #63b3ce;
	background: #549bb2;
}

#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 #63b3ce;
	background: #549bb2;
}

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

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

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

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

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

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

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