img {
	opacity: 1;
	transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
}

a:hover img {
	opacity: .6;
	transition: opacity .55s ease-in-out;
	-moz-transition: opacity .55s ease-in-out;
	-webkit-transition: opacity .55s ease-in-out;
}

.hgroup-wrap {
	padding-top: 0;
	padding-bottom: 0;
}

.featured-text .featured-title {
	font: 24px 'Oswald', sans-serif;
	background: #001ea6;
	background: rgba(0,30,166,0.9);
}

#controllers a:hover, #controllers a.active {
	background-color: #001ea6;
	color: #001ea6;
}

#content ul a:hover, #content ol a:hover {
	text-decoration: none;
	color: #001ea6;
}

.entry-title {
	font: 24px 'Oswald', sans-serif;
	line-height: 30px;
}

.entry-title a:active {
	color: #001ea6;
}

.entry-meta a:hover {
	color: #001ea6;
}

.tags a:hover {
	color: #001ea6;
}

.custom-gallery-title a:hover {
	color: #001ea6;
}

content .comments-area article header h4 {
	background-color: #001ea6;
}

a {
	color: #001ea6;
	text-decoration: none;
}

#site-title a span, #site-title a:hover, #site-title a:focus, #site-title a:active {
	color: #001ea6;
}

#access a:hover, 
#access ul li.current-menu-item a, 
#access ul li.current_page_ancestor a, 
#access ul li.current-menu-ancestor a, 
#access ul li.current_page_item a,
#access ul li:hover > a {
	color: #001ea6;
	font-weight: bold;
}

#access ul li ul {
	position: absolute;
	background-color: #fff;
	border-top: 4px solid #001ea6;
	top: 55px;
	left: 0;
	width: 190px;
}

#access ul li ul li a:hover, #access ul li ul li:hover > a, #access ul li.current-menu-item ul li a:hover {
	background-color: #F9F9F9;
	color: #001ea6;
}

h6 {
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
}

.widget ul li a:hover {
	color: #001ea6;
}

.widget-title a:hover {
	color: #001ea6;
}

input[type="reset"]:hover, 
input[type="button"]:hover, 
input[type="submit"]:hover {
	background: -webkit-linear-gradient(#0026d1,#001a91);
	background: -moz-linear-gradient(#0026d1,#001a91);
	background: -ms-linear-gradient(#0026d1,#001a91);
	background: -o-linear-gradient(#0026d1,#001a91);
	background: -webkit-gradient(#0026d1,#001a91);
	background: linear-gradient(#0026d1,#001a91);
}

input[type="submit"] {
	border: 1px solid #001ea6;
	color: #fff;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 40px;
	margin-bottom: 30px;
	padding: 0 25px;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	background: #001a91;
	background: -webkit-linear-gradient(#0026d1,#001ea6);
	background: -moz-linear-gradient(#0026d1,#001ea6);
	background: -ms-linear-gradient(#0026d1,#001ea6);
	background: -o-linear-gradient(#0026d1,#001ea6);
	background: -webkit-gradient(#0026d1,#001ea6);
	background: linear-gradient(#0026d1,#001ea6);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
}

a.readmore {
	border: 1px solid #001ea6;
	color: #fff;
	display: inline-block;
	padding: 5px 25px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 1px 8px 2px;
	float: right;
	background: #001a91;
	background: -webkit-linear-gradient(#0026d1,#001ea6);
	background: -moz-linear-gradient(#0026d1,#001ea6);
	background: -ms-linear-gradient(#0026d1,#001ea6);
	background: -o-linear-gradient(#0026d1,#001ea6);
	background: -webkit-gradient(#0026d1,#001ea6);
	background: linear-gradient(#0026d1,#001ea6);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
}

a.readmore:hover {
	background: -webkit-linear-gradient(#0026d1,#001a91);
	background: -moz-linear-gradient(#0026d1,#001a91);
	background: -ms-linear-gradient(#0026d1,#001a91);
	background: -o-linear-gradient(#0026d1,#001a91);
	background: -webkit-gradient(#0026d1,#001a91);
	background: linear-gradient(#0026d1,#001a91);
}