
h1 {
	font-size:25px;
	color:#565c60;
	width:620px;
	padding:0 48px 8px;
	margin:0 auto 45px;
	background:url(../img/title-braces.png) center center no-repeat;
	min-height:65px;
	font-weight:normal;
	text-align:center;
	line-height:41px;
	text-shadow: 1px 1px 0 #f7f6f2, 2px 2px 0 #a5c8dc, 3px 3px 0 #a5c8dc, 3px 3px 0 #a5c8dc;
}

.builder-stage {
	border-bottom:1px solid #cccdcb;
	padding-bottom:28px;
	margin-bottom:28px;
}
.builder-stage p {
	margin:0 0 5px 0;
}
#builder input[type=text], #builder textarea {
	width:429px;
}
#builder select {
	width:441px;
}

#builder-levels {
    max-width:450px;
    margin:2em auto;
}
#builder .builder-level {
	padding:0 0 0 80px;
	margin:0 0 20px 0;
	position:relative;
	clear:both;
}
#builder .builder-level input[type=text], #builder .builder-level textarea {
	width:349px;
}
#builder .builder-level-number {
	position:absolute;
	top:4px;
	left:0px;
	width:63px;
	height:63px;
	font-size:44px;
	color:#a5c8dc;
	text-align:center;
	padding-top:16px;
	line-height:30px;
	background:url(../img/builder-level-number.png) center top no-repeat;
}
#builder .builder-level-note {
	position:absolute;
	top:75px;
	left:0px;
	width:70px;
	font-size:10px;
	line-height:12px;
}
#builder .builder-default-level {
	float:right;
}
#builder #builder-add-level {
	float:right;
}

#builder-level-max-reached {
	display:none;
}

#code {
	float:right;
	width:45%;
}
pre#code-output {
	padding:10px;
	overflow:auto;
	border:1px solid #565c60;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.code-optional-prop {
	display:none;
}

#social {
	padding-top:20px;
}
#social .social-item {
	float:left;
	width:99px;
}


