a,
a:visited,
a:active,
#secondary-nav .nav li a:hover, 
#secondary-nav .nav li.sfHover a,
#secondary-nav .nav li.current-cat a,
.social-icons a:hover,
.model .entry-title a:hover,
.model .comment li a:hover cite {
	color: #f51e21;
}

button,
.btn,
#submit {
	background: #d53e40;
}

a:hover {
	color: #f51e21;
}
#primary-nav .nav li li a:hover,
.nav li li a:hover {
	color: #f51e21 !important;
}
#secondary-nav .nav li a {
	color: #555;
	font-weight: bold;
	line-height: 48px;
}
button:hover,
.btn:hover,
#submit:hover {
	background: #f51e21;
}

/* 2.2 Header */
#header {
	background: #ffffff url('http://akarmarecords.com/wp-content/themes/default2/css/images/bg-secondary-nav.png') repeat-x 0 0;
	height: 48px;
	margin-bottom: 40px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.33);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.33);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.33);
}
#top {
	background: #710001;
	height: 60px;
	overflow: hidden;
}
/* Logo */
#text-logo {
	float: left;
}
#site-title {
	color: #333333;
	float: left;
	font-size: 24px;
	font-weight: bold;
	line-height: 60px;
	margin-right: 20px;
	text-transform: none;
}
#site-title a, 
#site-title a:hover {
	color: #ffffff;
	text-decoration: none;
}
#site-desc {
	color: #bbbbbb;
	float: left;
	font-size: 11px;
	line-height: 60px;
	margin-right: 20px;
}
#logo {
	float: left;
	margin-right: 10px;
}
/* Search Form */
#top .search-form {
	float: right;
}
.search-form {
	margin-top: 15px;
	position: relative;
}
.search-form input {
	background: #f7f7f7;
	border: none;
	font-size: 12px;
	letter-spacing: 1px;
	width: 150px;
	height: 30px;
}
.search-form input:focus {
	background: #ffffff;
	border: none;
}
.search-form button,
.search-form button:hover {
	font-size: 12px;
	font-weight: normal;
	height: 30px;
	padding: 0 10px;
	letter-spacing: 0;
}
/* Social Icons */
.social-icons {
	color: #666666;
	float: right;
	line-height: 48px;
}
.social-icons a,
.social-icons a:visited {
	color: #6f6f6f;
	font-size: 13px;
	margin-left: 6px;
}
.social-icons a:hover {
	text-decoration: none;
}