/* @override http://localhost/moochart/styles/main.css */

* {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}

body {
	background: #fff url(../images/bg.png) repeat-x fixed;
	font-size: 12px;
	line-height: 18px;
	color: #262626;
}

#container {
	width: 600px;
	margin: 0 auto;
}

#ie {
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	z-index: 255;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	background-color: #c00;
	color: #fff;
}

#ie .iewrap {
	border-top: 5px solid #e57373;
	border-bottom: 5px solid #e57373;
}

#ie .iehead {
	margin: 14px 14px;
	font-size: 20px;
}

#ie .iebody {
	font-size: 14px;
	line-height: 14px;
	margin: 14px 28px;
}

#head {
	height: 370px;
	width: 768px;
	margin-left: -200px;
	background: url(../images/moochart.png) 0 bottom;
}

#head h1 {
	display: none;
}

#nav {
	position: fixed;
	top: 1em;
	z-index: 254;
	opacity: 0;
}

#nav li {
	float: left;
	margin-right: 0.25em;
}

#nav a {
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 2em;
	padding: 0 0.5em;
	background: #3f8bcb;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border: 0.2em solid #d6e6f1;
	opacity: 0;
}

#content {
}

p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0.75em 0;
}

p.small {
	font-size: 0.833em;
	line-height: 1.8em;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}

h2 {
	font-size: 1.833em;
	line-height: 0.818em;
	margin: 0.818em 0;
	color: #3b83c8;
	text-transform: lowercase;
	letter-spacing: 0.05em;
}

h3 {
	color: #3b83c8;
	font-size: 1.333333em;
	line-height: 1.125em;
	margin-top: 1.125em;
	margin-bottom: 1.125em;
}

h4 {
	font-size: 1.166667em;
	line-height: 1.285714em;
	margin-top: 1.285714em;
	margin-bottom: 0.642857em;
}

hr {
	margin: 3em 0;
	visibility: hidden;
	clear: both;
}

#content a, a:visited {
	color: #3b83c8;
}

#content a:hover {
	color: #4ba7ff;
}

li.good { color: #10a110; }
li.bad { color: #a14410; }

#content code {
	font-family: "Courier New", Courier, mono;
	background-color: #fff;
	display: block;
	white-space: pre;
	padding: 0.75em 1.5em;
	margin: 0.75em 0;
	color: #000;
}

#content ul {
	margin-left: 1.5em;
	list-style-position: inside;
	list-style-type: disc;
}

#content ol {
	margin-left: 1.5em;
	list-style-position: inside;
	list-style-type: decimal;
}

input, button {
	border: 0;
	color: #fff;
	background: #656565;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	font-size: 0.83em;
	line-height: 1.4em;
	vertical-align: baseline;
	margin: 0; padding: 0;
}

input {
	
}

input:focus,
button:hover {
	background: #4d4d4d;
}

input.number {
	width: 3em;
	text-align: center;
}

input.color {
	width: 5em;
	text-align: center;
}

button {
	font-weight: normal;
	padding: 0 0.5em;
}

#chart1 {
	
}

.chartinput {
	margin-top: 1em;
}

.ruta {
	margin-left: 0.5em;
	margin-right: 0.5em;
	width: 22.5em;
	float: right;
	font-size: 0.833em;
}

.ruta .clear {
	clear: both;
	line-height: 1.5em;
	height: 1.5em;
	margin-bottom: 0.25em;
	width: 22.5em;
	margin-top: 0.2em;
}

.ruta .clear.last {
	margin-bottom: 0;
}

.ruta label {
	display: block;
	width: 5em;
	background: #5d8fba;
	float: left;
	-webkit-border-top-left-radius: 0.5em;
	-webkit-border-bottom-left-radius: 0.5em;
	-moz-border-radius-topleft: 0.5em;
	-moz-border-radius-bottomleft: 0.5em;
	text-align: right;
	padding-right: 0.5em;
	color: #fff;
}

.ruta input {
	text-align: center;
	color: #000;
}

.ruta input,
.slide {
	font-size: inherit;
	width: 17em;
	-webkit-border-radius: 0;
	-webkit-border-top-right-radius: 0.5em;
	-webkit-border-bottom-right-radius: 0.5em;
	-moz-border-radius-topright: 0.5em;
	-moz-border-radius-bottomright: 0.5em;
	background: #e3e3e3;
	float: left;
}

.ruta input:hover,
.slide:hover {
	background: #ccc;
}

.ruta button {
	font-size: inherit;
	width: 8em;
	float: right;
	margin: 0;
}

.knob {
	color: #fff;
	background: #656565;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	cursor:	move;
	text-align: center;
	width: 6em;
}

.knob:hover {
	
	background: #4d4d4d;
}

