/* Enter Your Custom CSS Here */

header .main-nav{
	margin-top: 10px;
	clear: both;
	background: #9c6114;
	position: relative;
}

header .header-search input[type=text]{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 200px;
	padding: 3px 25px 3px 5px;
	border: 0;
  	background: #fff url(/wp-content/themes/lund/images/search_icon.png) 97% center no-repeat;

	color: #8E5614;
	font-family: "Georgia", serif;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
}

header .main-nav li.current-menu-item a,
header .main-nav li a:hover{
	background: #f8f3ea;
	color: #9c6116;
}

header .main-nav li ul.category-nav li a:hover{
	
}

h3, h3 a, h2, h2 a{
	color: #8E5614;
}

h5{
	color: #8E5614;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: lighter;
}

a:hover{
  text-decoration: underline;
}

.bronze-ingress,
blockquote{
	color: #8E5614;
}

.pagination-nav a{
	color: #8E5614;
}

.accordion dt{
	background: #8E5614 url(../images/white_arrow.png) 97% center no-repeat;
	margin-bottom:2px;
	cursor: pointer;
}

.widget_categories a{
	color: #8E5614;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#searchform input[type=submit]{
	color: #fff;
	text-transform: uppercase;
	background: #8E5614;
	border: 0;
	padding: 5px 10px;	
}

h2.filter-title{
	color: #8E5614;
	font-family: "open sans", arial, helvetica, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}