/* @override http://localhost:8888/css/style.css */

body {
	font: 300 13px/normal "museo-sans-1","museo-sans-2",sans-serif;
	
}

.wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.header {
	height: 0px;
	padding-top: 80px;
	overflow: hidden;
	background: url(img/logo.jpg) no-repeat 0 center;
}

.navigation {
	overflow: auto;
	height: 50px;
}

.navigation a {
	margin-right: 20px;
	border-radius: 5px;
	color: white;
	text-decoration: none;
	padding: 6px 10px 5px;
	font-weight: 700;
	font-size: 14px;
	display: block;
	float: left;
	margin-top: 11px;
	background-color: #9fb489;
	background-color: rgba(0,0,0,0.2);
}
.navigation a:hover {
	background-color: rgba(0,0,0,0.5);
	
}

.navigation a.admin {
	float: right;
		background-color: rgba(0,0,0,0.5);
} 

.stage_bg_stretch {
	background-image: url(img/stage_bg_stretch.png);

}
.stage_bg {
	width: 1117px;
	background-image: url(img/stage_bg.jpg);
	margin-right: auto;
	margin-left: auto;
}

.stage {
	overflow: hidden;
	height: 350px;
	margin-bottom: 30px;
	color: #202519;
	text-shadow: rgba(255,254,255,0.3) 0 1px 0;
}

.stage_small {
	overflow: hidden;
	margin-bottom: 30px;
	color: #202519;
	text-shadow: rgba(255,254,255,0.3) 0 1px 0;
}

.stage img {
	float: left;
	margin-top: 23px;
	margin-right: 50px;
}

.stage h1, .stage_small h1 {
	font-size: 40px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: 300;
}

.stage_small h1 {
	width: 345px;
	float: left;
}

.stage_small p {
	font-size: 16px;
	margin-top: 36px;
}

.stage p {
	font-size: 17px;
}

.stage_small {
}

.content {
	overflow: hidden;
	padding-bottom: 80px;
	position: relative;
	padding-top: 20px;
}

.content span.badge {
	font-weight: bold;
	font-size: 23px;
	position: absolute;
	color: white;
	background-color: #9fb480;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 15px;
	border: 3px none white;
	top: 170px;
}

.footer {
	color: #9fb282;
	font-size: 13px;
	padding-bottom: 50px;
	
}

.footer p, .footer a {
	float: left;
	margin-right: 20px;
}

.footer p {
	padding-top: 4px;
}

.footer a {
	color: #9fb282;
	text-decoration: none;
	background: url(http://twitter-badges.s3.amazonaws.com/t_small-b.png) no-repeat right center;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-right: 30px;
}

.footer a:hover {
	text-decoration: underline;
}


.col_4 {
	width: 25%;
	float: left;
}

.col_3 {
	width: 33%;
	float: left;
}

.col_2 {
	width: 50%;
	float: left;
}

.col_3 p, .col_4 p, .portfolio p {
	padding-left: 10px;
	padding-right: 10px;
}

.portfolio a {
	color: white;
	text-decoration: none;
	background-color: #b4ca89;
	font-weight: bold;
	padding: 3px 5px;
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.portfolio .col_2 {
	margin-bottom: 40px;
	height: 510px;
	overflow: hidden;
}

.col_4 h2 {;	
	height: 50px;
}

img.step {
	margin-bottom: 25px;
}

.content h2 {
	font-size: 20px;
	font-weight: 600;
	color: #59381c;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px
}

label {
	display: block;
	font-size: 12px;
	color: #744722;
	font-weight: bold;
	text-transform: lowercase;
	margin-top: 20px;
	margin-bottom: 3px;
	margin-left: 20px;
}

.contact input[type=text], .contact textarea, .contact input[type=password] {
	width: 400px;
	background-color: rgba(202,223,165,0.25);
	font-size: 20px;
	color: black;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #d3dfb4;
	margin-left: 20px;
}

.contact textarea {
	height: 193px;
}

.contact input[type=submit] {
	float: right;
	margin-right: 40px;
	margin-top: 20px;
	padding: 5px 10px;
	background-color: #acb379;
	border-style: none;
	border-radius: 5px;
	color: white;
	font-weight: bold;
	font-size: 15px;
}

.contact input[type=submit]:hover {
	background-color: #6a6e49;
}

.contact div.error-message {
	margin-left: 20px;
	margin-top: 5px;
	font-weight: bold;
}


