/**
|------------------------
| =Sidebar
|------------------------
*/

#sidebar a:hover,
#sidebar a:focus {
	color: #0088cc;
}

/**
|------------------------
| =Footer
|------------------------
*/

#footer a:hover,
#footer a:focus {
	color: #0088cc;
}

/**
|------------------------
| =Text Elements
|------------------------
*/

ins {
	background: #0088cc;
}

/**
|------------------------
| =Links
|------------------------
*/

a,
a:visited {
	color: #0088cc;
}

a:hover,
a:focus {
	color: #005580;
}

/**
|------------------------
| =Table
|------------------------
*/

thead, th {
	background: #0088cc;
}

/**
|------------------------
| =Form
|------------------------
*/

.btn,
.btn:visited,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background-color: #0088cc;	
	border: 1px solid #0088cc;
}

.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: #005580;
	border: 1px solid #005580;
}

/**
|------------------------
| =Type Post
|------------------------
*/

.entry-title a:focus,
.entry-title a:hover {
	color: #0088cc;
}

/**
|------------------------
| =Entry Meta
|------------------------
*/

.entry-meta a:hover,
.entry-meta a:focus {
	color: #0088cc;
}

.entry-meta-featured,
.entry-meta-post-format {
	color: #0088cc;
}

.cat-links a,
.cat-links a:visited,
.tag-links a,
.tag-links a:visited {
	color: #0088cc;
}

.cat-links a:hover,
.cat-links a:focus,
.tag-links a:hover,
.tag-links a:focus {
	color: #005580;
}

/**
|------------------------
| =Loop Meta
|------------------------
*/

.loop-meta-title {
	color: #0088cc;
}

/**
|------------------------
| =Post Comments
|------------------------
*/

.commentlist li.bypostauthor {
	border-bottom: 2px solid #0088cc;
}

/**
|------------------------
| =Menu Primary
|------------------------
*/

.menu ul a:focus,
.menu ul a:hover,
.menu ul a:active {
	color: #0088cc;	
}

/**
|------------------------
| =Widgets
|------------------------
*/

#sidebar .widget-title {
	color: #0088cc;
}

/**
|------------------------
| =Tag Widget
|------------------------
*/

#sidebar .tagcloud a:hover,
#footer_sidebars .tagcloud a:hover {
	background: #005580; 
}

/**
|------------------------
| =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: #0088cc;
}

#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: #005580;
}

/**
|------------------------
| =Clientcarousel Widget
|------------------------
*/

a.jcarousel-prev,
a.jcarousel-prev:visited,
a.jcarousel-next,
a.jcarousel-next:visited {
	color: #fff;
	background: #0088cc;
}

a.jcarousel-prev:hover,
a.jcarousel-next:hover {
	background: #005580;
}

/**
|------------------------
| =Flexslider
|------------------------
*/

.flex-caption {	
	background-color: #0088cc;
}

.flex-direction-nav a { 
	background-color: #0088cc;
}