input.submit, input.submit:focus, input.submit:active {
	background: #EE7500;
}
a {
	color: #0073aa;
	text-decoration:underline;
}

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

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

.blogpost-sidebar a {
	color: #0073aa !important;
}

.blogpost-sidebar a:hover {
	color:#444 !important;
}

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

h2, h3, h4, h5, h6 {
color:#111;
}

h3 {color:#FF6208;}

#menu-services li.current-menu-item a{
	color:#EE7500;
}

#comment-form.form input.submit, .button-link, .wpcf7-form input[type="submit"] {
    display: inline-block;
    line-height: 14px;
    text-align: center;
    text-decoration: none;
	border-radius:5px;
	font-size: 16px;
	min-width: 180px;
	margin-top:10px;
	cursor:pointer;
    padding: 16px 15px;
    background-color: #EE7500;
	font-family:'Roboto', sans-serif;
	border:1px solid #D36500;
	font-weight:400;
    color: #FFF;
}

.button-link.large
{   
	line-height: 20px;
    border-radius: 10px;
    font-size: 25px;
    border: 3px solid #D56A00 !important;
    padding: 22px 50px !important;
    background-color: #EE7500;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.green {
	background-color: #7AA738 !important;
	border:1px solid #5F812C;
}

.green:hover {
	background-color: #5F812C !important;
}


#comment-form.form input.submit:hover, .button-link:hover, .wpcf7-form input[type="submit"]:hover {
	background-color: #D36500;
	color: #FFFFFF !important;
	background-position: 0 -15px;
	text-decoration: none;
}

#footer .button-link:hover {
	color: #FFFFFF !important;
}
	
#top-button .button-link {
    font-size: 22px;
    padding: 17px 22px;
	float: right;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
}
	