/**
|------------------------
| =Sidebar
|------------------------
*/

#sidebar a:hover,
#sidebar a:focus {
	color: #272e91;
}

/**
|------------------------
| =Footer
|------------------------
*/

#footer a:hover,
#footer a:focus {
	color: #272e91;
}

/**
|------------------------
| =Text Elements
|------------------------
*/

ins {
	background: #272e91;
}

/**
|------------------------
| =Links
|------------------------
*/

a,
a:visited {
	color: #272e91;
}

a:hover,
a:focus {
	color: #00126d;
}

/**
|------------------------
| =Table
|------------------------
*/

thead, th {
	background: #272e91;
}

/**
|------------------------
| =Form
|------------------------
*/

.btn,
.btn:visited,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background-color: #272e91;	
	border: 1px solid #272e91;
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	background-color: #00126d;
	border: 1px solid #00126d;
}

/**
|------------------------
| =Type Post
|------------------------
*/

.entry-title a:focus,
.entry-title a:hover {
	color: #272e91;
}

/**
|------------------------
| =Entry Meta
|------------------------
*/

.entry-meta a:hover,
.entry-meta a:focus {
	color: #272e91;
}

.entry-meta-featured,
.entry-meta-post-format {
	color: #272e91;
}

.entry-date {
	color: #fff;
	background-color: #272e91;	
}

.entry-date:hover {
	background-color: #00126d;
}

.entry-date a,
.entry-date a:visited,
.entry-date a:hover,
.entry-date a:focus {
	color: #fff;
}

.cat-links a,
.cat-links a:visited,
.tag-links a,
.tag-links a:visited {
	color: #272e91;
}

.cat-links a:hover,
.cat-links a:focus,
.tag-links a:hover,
.tag-links a:focus {
	color: #00126d;
}

/**
|------------------------
| =Paging
|------------------------
*/

#loop-nav-numeric a:hover,
#loop-nav-next-prev a:hover,
#loop-nav-singlular-post a:hover,
#loop-nav-singular a:hover,
#comments-nav-below a:hover,
.page-link a:hover,
.page-link a span:hover {
	background-color: #00126d;
}

.nav-numeric span.current {
	background-color: #00126d;
}

.page-link span {
	background-color: #00126d;
}

.page-link a span {
	color: #272e91;
}

/**
|------------------------
| =Post Comments
|------------------------
*/

.commentlist li.bypostauthor {
	border-bottom: 2px solid #272e91;
}

/**
|------------------------
| =Menu Primary
|------------------------
*/

.menu ul a:focus,
.menu ul a:hover,
.menu ul a:active {
	color: #272e91;	
}

/**
|------------------------
| =Search Widget
|------------------------
*/

.widget_search input[type="submit"] {
	background-color: #272e91;
}

.widget_search input[type="submit"]:hover {
	background-color: #00126d;
}

/**
|------------------------
| =Tag Widget
|------------------------
*/

#sidebar .tagcloud a:hover,
#footer_sidebars .tagcloud a:hover {
	background: #00126d; 
}

/**
|------------------------
| =Twitter Widget
|------------------------
*/

#sidebar a.widget_twitter-tweet-link,
#sidebar a.widget_twitter-tweet-link:visited, 
#footer_sidebars a.widget_twitter-tweet-link,
#footer_sidebars a.widget_twitter-tweet-link:visited {
	color: #272e91;
}

#sidebar a.widget_twitter-tweet-link:hover,
#sidebar a.widget_twitter-tweet-link:focus,
#footer_sidebars a.widget_twitter-tweet-link:hover,
#footer_sidebars a.widget_twitter-tweet-link:focus {
	color: #00126d;
}

/**
|------------------------
| =Clientcarousel Widget
|------------------------
*/

a.jcarousel-prev,
a.jcarousel-prev:visited,
a.jcarousel-next,
a.jcarousel-next:visited {
	color: #fff;
	background: #272e91;
}

a.jcarousel-prev:hover,
a.jcarousel-next:hover {
	background: #00126d;
}

/**
|------------------------
| =Service Widget
|------------------------
*/

.widget_service-icon-left:hover,
.widget_service-icon-top-box-inside:hover {	
	color: #272e91;
}

/**
|------------------------
| =Flexslider
|------------------------
*/

.flex-caption {	
	background-color: #272e91;
}

.flex-direction-nav a { 
	background-color: #272e91;
}

/**
|------------------------
| =Nivoslider
|------------------------
*/

.theme-kamn .nivo-caption {
	background: #272e91;
}

/**
|------------------------
| =Portfolio Widget
|------------------------
*/

.widget_portfolio-filters a,
.template_portfolio-filters a {
	color: #fff;
	background-color: #272e91;
}

.widget_portfolio-filters a.widget_portfolio-filters-head,
.template_portfolio-filters a.template_portfolio-filters-head {
	background-color: #00126d;
}

.widget_portfolio-filters a:hover,
.widget_portfolio-filters a.active,
.template_portfolio-filters a:hover,
.template_portfolio-filters a.active {
	background-color: #00126d;	
}

/**
|------------------------
| =Progressbar Widget
|------------------------
*/

.widget_progressbar-body {
	background-color: #272e91;
}