/**
|------------------------
| =Sidebar
|------------------------
*/

#sidebar a:hover,
#sidebar a:focus {
	color: #7c91aa;
}

/**
|------------------------
| =Text Elements
|------------------------
*/

ins {
	background: #7c91aa;
}

/**
|------------------------
| =Colors
|------------------------
*/

.color-skin {
	color: #7c91aa;
}

.bgcolor-skin {
	background-color: #7c91aa;
}

/**
|------------------------
| =Links
|------------------------
*/

a,
a:visited {
	color: #7c91aa;
}

a:hover,
a:focus,
a:active {
	color: #94afcc;
}

/**
|------------------------
| =Table
|------------------------
*/

thead, th {
	background: #7c91aa;
}

/**
|------------------------
| =Button
|------------------------
*/

.btn-skin,
.btn-skin:visited {
  background-color: #7c91aa;
  *background-color: #7c91aa;
  background-image: -moz-linear-gradient(top, #7c91aa, #94afcc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7c91aa), to(#94afcc));
  background-image: -webkit-linear-gradient(top, #7c91aa, #94afcc);
  background-image: -o-linear-gradient(top, #7c91aa, #94afcc);
  background-image: linear-gradient(to bottom, #7c91aa, #94afcc);
  border-color: #94afcc #94afcc #7c91aa;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff#7c91aa", endColorstr="#ff#94afcc", GradientType=0);
}

.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active,
.btn-skin.disabled,
.btn-skin[disabled] {
  background-color: #94afcc;
  *background-color: #94afcc;
}

.btn-skin:active,
.btn-skin.active {
  background-color: #94afcc \9;
}

.btn-link,
.btn-link:visited {
  color: #7c91aa;
}

.btn-link:hover,
.btn-link:focus {
  color: #94afcc;
}

/**
|------------------------
| =Form
|------------------------
*/

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background-color: #7c91aa;
  *background-color: #7c91aa;
  background-image: -moz-linear-gradient(top, #7c91aa, #94afcc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7c91aa), to(#94afcc));
  background-image: -webkit-linear-gradient(top, #7c91aa, #94afcc);
  background-image: -o-linear-gradient(top, #7c91aa, #94afcc);
  background-image: linear-gradient(to bottom, #7c91aa, #94afcc);
  border-color: #94afcc #94afcc #7c91aa;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff#7c91aa", endColorstr="#ff#94afcc", GradientType=0);	
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	background-color: #94afcc;
	*background-color: #94afcc;	
}

/**
|------------------------
| =Type Post
|------------------------
*/

.entry-title a:focus,
.entry-title a:hover {
	color: #7c91aa;
}

/**
|------------------------
| =Entry Meta
|------------------------
*/

.entry-meta a:hover,
.entry-meta a:focus {
	color: #94afcc;
}

.entry-meta-featured a,
.entry-meta-featured a:visited,
.entry-meta-post-format a,
.entry-meta-post-format a:visited {
	color: #7c91aa;
}

.entry-meta-featured a:hover,
.entry-meta-post-format a:hover {
	color: #94afcc;
}

.cat-links a,
.cat-links a:visited,
.tag-links a,
.tag-links a:visited {
	color: #7c91aa;
}

.cat-links a:hover,
.cat-links a:focus,
.tag-links a:hover,
.tag-links a:focus {
	color: #94afcc;
}

/**
|------------------------
| =Loop Meta
|------------------------
*/

#loop-meta {
	background: #94afcc;
}

/**
|------------------------
| =Post Comments
|------------------------
*/

.commentlist li.bypostauthor {
	border-bottom: 2px solid #7c91aa;
}

/**
|------------------------
| =Portfolio Templates
|------------------------
*/

.template_portfolio-projects-title a:hover,
.template_portfolio-projects-title a:active {
	color: #94afcc;
}

/**
|------------------------
| =Menu Primary
|------------------------
*/

.menu ul a:focus,
.menu ul a:hover,
.menu ul a:active {
	color: #7c91aa;	
}

/**
|------------------------
| =Tag Widget
|------------------------
*/

#sidebar .tagcloud a:hover,
#footer_sidebars .tagcloud a:hover {
	background: #94afcc; 
}

/**
|------------------------
| =Nivoslider Widget
|------------------------
*/

.widget_nivoslider-wrapper-background-skin {
	background: #7c91aa;
}

.theme-kamn .nivo-caption {
	background: #7c91aa;
}


/**
|------------------------
| =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: #7c91aa;
}

#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: #94afcc;
}

/**
|------------------------
| =Clientcarousel Widget
|------------------------
*/

.widget_clientcarousel-wrapper-background-skin {
	background: #7c91aa;
}

/**
|------------------------
| =Service Widget
|------------------------
*/

.widget_services-wrapper-background-skin {
	background: #7c91aa;
}

/**
|------------------------
| =Callout Widget
|------------------------
*/

.widget_callout-background-skin {
	background: #7c91aa;
}

/**
|------------------------
| =Portfolio Widget
|------------------------
*/

.widget_portfolio-wrapper-background-skin {
	background: #7c91aa;
}

.widget_portfolio-projects-title a:hover,
.widget_portfolio-projects-title a:active {
	color: #94afcc;
}

/**
|------------------------
| =Text Widget
|------------------------
*/

.widget_text-wrapper-background-skin {
	background: #7c91aa;
}

/**
|------------------------
| =Progressbar Widget
|------------------------
*/

.widget_progressbar-wrapper-background-skin {
	background: #7c91aa;
}

/**
|------------------------
| =GMap Widget
|------------------------
*/

.widget_gmap-wrapper-background-skin {
	background: #7c91aa;
}

/**
|------------------------
| =Staff Widget
|------------------------
*/

.widget_staff-wrapper-background-skin {
	background: #7c91aa;
}