input.submit, input.submit:focus, input.submit:active {
	background: #004692;
}
a { 
	color: #004692B;
}
#primary-menu .current {
	background-color: #004692 !important;
}
.fixed #primary-menu .current {	background-color: #004692 !important; }
#footer a:hover {
	color: #004692;
}
.tweets a:hover , #footer .tweets a:hover, .tweets .tweet_time a:hover, #footer .tweets .tweet_time a:hover {
	color: #004692;
}
.photostream a:hover, #footer .photostream a:hover {
	background-color: #004692;
	border: 1px solid #004692;
}	
.team-member-info .social-personal li a:hover {
	background-color: #004692;
}
.skills-graph li span {
	background-color: #004692;
}
.services div:hover, .services div:hover a {
	background-color:#004692; 
}
.grey:hover { background-color:#004692; }
.highlight1 {
	background-color: #004692;
}
.item-info-overlay {
	background-color: #004692;
}
.hexagon .item-info-overlay {
    background-color: #004692;
}
.circle .item-info-overlay {
    background-color: #004692;
}
.triangle .item-info-overlay {
    background-color: #004692;
}
ul.item-nav li:hover {
	background-color: #004692;
}
.contact-success {
	background-color: #004692B;
}
.form .contact-error {
    color: #004692;
}

.flex-direction-nav li a:hover { background-color: #004692B; }

.widget a:hover {
	color: #004692;
}
.widget ul#recentcomments a.author:hover {
	color: #004692;
}
.post-title h2.title a:hover {
	color: #004692;
}
.post-meta a:hover {
	color: #004692;
}
.post-info div.date {
	background-color: #004692;
}
.comment .author a:hover {
	color: #004692;
}
.comment .comment-meta .reply:hover {
	background-color:#004692; 
}
.wp-pagenavi span.current {
	background-color: #004692B;
}
.tagcloud a:hover {
	background-color: #004692;
}

/* ######## Botão formulario de contato ######## */
.botao_form
{
 border: 1px solid #5C92A0 !important;
 color: #5C92A0 !important;
 width: 233px;
}
.botao_form:hover
{
	background-color: #D1DEE9;
	cursor:pointer
}
.botao_form2
{
 border: 1px solid #CCCCCC !important;
 color: #999999 !important;
 width: 233px;
}
.botao_form2:hover
{
	background-color: #EAEAEA;
	cursor:pointer
}
.textearea_form
{
	resize:vertical!important;
}