/* define the body */
body {
	text-align: center;
	font:11px/20px verdana, arial, helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: verdana;
	font-weight: normal;
}

h1 {
	font-size: 2em;
	font-weight:900;
	color:#ccc;
}

h2 {
font-size: 1.5em;
}

h3 {
font-size: 1em;
font-weight: bold;
}

#wrapper {
	width: 90%;
	margin: 50px auto;
	text-align: left;
}

#content {
	padding: 5px 25px 25px 25px;
}

#footer {
	height: 84px;
	width: 100%;
}

#footer-left {
	height: 84px;
	width: 10px;
}

/* define the colors if they're needed */ 

.green {
	font-family: verdana;
	color: #6ebc20 !important;
}

.orange {
	font-family: verdana;
	color: #ffa800 !important;
}

.blue {
	font-family: verdana;
	color: #3dabc9 !important;
}

.clear {
	clear: both;
}

/* Make the tables look pretty */

table {
	margin-left: 25px;
	width: 90%;
}

table, table td, table th {
	border: 1px solid black;
	border-collapse: collapse;
}

table th, table td {
	vertical-align: top;
	padding: 4px;
}

table th {
	font-weight: bold;
	background: #EFEFEF;
}

/* make the code blocks look nicer */

pre {
	background: #EFEFEF;
	margin-left: 25px;
	width: 90%;
}

/* make the links look pretty */

a	{
	color:#09c;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}

a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}

span.ext {font-style: italic; }
span.file {font-style: italic; }

.blocknote {
	margin-left: 40px;
	margin-right: 40px;
}
