/* Custom CSS */
/* Include your CSS here in order to simplify theme updates */

.post p.post-meta a {
    color: #e85e43;
}

a:hover {
	color:#e85e43;
}

a.button:active,
a.button.active,
#commentform #submit:active,
#contact-page .submit:active {
	color: #e85e43;
}

.post h2 a:hover {
	color: #e85e43;
}

.nice-contact-form #node {
	color: #e85e43;
	display: none;
	float: left;
	margin-bottom: 10px;
	text-transform: uppercase;
	width: 100%;

.nice-contact-form input[type=submit]:active,
.nice-contact-form input[type=submit]:focus {
	color: #e85e43;

.nice-contact-form label.error {
	color: #e85e43;
	background: url(images/bg-error.png) no-repeat left top;
	margin-left: -25px;
	margin-top: -20px;
	padding-left: 25px;
	padding-top: 15px;
	width: 350px;

.nice-contact-form input:focus,
.nice-contact-form textarea:focus,
.nice-contact-form input:active,
.nice-contact-form textarea:active {
	color: #615e57;

.nice-contact-form input[type=submit] {
	background-color: #615e57;
	clear: both;
	cursor: pointer;
	float: right;
	height: auto;
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 150px;


}

.slides_container {
	display: none;
	height: 500px;
	overflow: hidden;
	position: relative;
	width: 630px;
}

#navigation ul {
	float: left;
	margin: 0 auto;
	width: 800px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #635C5C;
	font-weight: normal;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 800px;
}


