body {
	font: normal 14px Arial;
}

a, a:visited {
	color: blue;
}

p {
	line-height: 20px;
}

#header_line {
	height: 10px;
	background: #000;
}

header {
	margin-top: 100px;
}

header h1 {
	font: bold 40px Arial;
}

#formContainer {
	overflow: hidden;
	background: #edecf0;
}

a.download {
	display: block;
	background: #1c7aef;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	width: 100px;
}
a.download:hover {
	text-decoration: underline;
}

p.download {
	font-size: 12px;
	margin: 5px 0;
	text-align: right;
}

#themeSwitcher p{
	display: inline;
	font-weight: bold;
}
#themeSwitcher a {
	text-decoration: none;
	border-right: 1px solid blue;
	padding: 0 10px;
}
#themeSwitcher a:last-child { border: none; }

.content {
	margin: 20px 0;
}

h1 {
	font-size: 32px;
	margin-bottom: 10px;
	color: #1c7aef;
	letter-spacing: -1px;
}

h2 {
	font-size: 18px;
	margin-bottom:5px;
}

h3 {
	font-weight: bold;
	color: #38ae32;
}	

.content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.content li {
	margin: 5px 0;
	background: url(../img/bullet.png) no-repeat;
	padding-left: 18px;
}


.line {
	border-bottom: 1px dashed #000;
	clear: both;
}

pre {
	font-size: 12px;
	padding: 0;
	margin: 10px 0;
	background: #e5edf7;
	line-height: 20px; /*--Height of each line of code--*/
	overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
	overflow-y: hidden;  /*--Hides vertical scroll created by IE--*/
	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */ /*
	width: 99%; */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
pre code {
	margin: 10px 20px;  /*--Left Margin--*/
	display: block;
	font-family: "Droid Sans Mono";
}

code {
	background: #e5edf7;
	
}

footer {
	height: 100px;
	background: #000;
	padding: 10px;
	margin-top: 100px;
}

footer p {
	color: #fff;
	line-height: 100px;
}

footer a {
	color: #fff !important;
}