/* @group Reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, em, img, ins, strong, sub, sup, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}

/* @end */

body {
	background: #fff;
	color: #222;
	font: 13px/1.5 Arial, Helvetica, Sans-serif;
	background: #1d1d20;
}


#wrapper {
	background: #fff;
	padding: 15px 0;
}

#container {
	width: 1000px;
	margin: 0 auto;
}

#list {
	width: 155px;
	float: left;
	border-right: 1px solid #ddd;
}

#list li a {
	display: block;
	padding: 2px 8px;
	background: #f9f9f9;
	color: #555;
	text-decoration: none;
	margin: 2px 0;
	font-size: 10px;
}

#list li a:hover {
	background: #f5f5f5;
	color: #7389ae;
}

#list li a.selected {
	background: #ddd;
	color: #D15227;
}

#list li.home a {
	background: #e98f9d;
	color: #802a38;
	text-align: center;
}

#list li.home a:hover {
	background: #d77c8a;
	color: #f8cfd6;
}

#list li.home a.selected {
	background: #bc5f6d;
	color: #fbdde2;
}

#content {
	width: 825px;
	padding-left: 19px;
	float: left;
}

span.clr {
	display: block;
	clear: both;
}

a:link, a:visited {
	color: #3d4d5b;
}

a:hover, a:active {
	color: #D15227;
}

/* @group Start Page */

p.img {
	margin: 20px 0pt;
	text-align: center;
}

ul.start li {
	list-style-type: decimal;
	margin-left: 2em;
}
span.title {
	color: #e6335d;
	font-weight: bold;
}

/* @group Demo Info */

/*h2 {
	color: #78ba91;
	font-size: 22px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 10px;
}*/

h4 {
	font-size: 11px;
	color: #000;
	border-bottom: 1px solid #eee;
	padding-bottom: 3px;
	margin-bottom: 7px;
}

p#info {
	color: #656b83;
	border-bottom: 1px solid #ddd;
	padding-bottom: 7px;
}

p#sourcelinks {
	text-align: right;
	font-size: 10px;
	padding: 3px 10px;
	border-bottom: 1px solid #ddd;
	background: #f9f9f9;
	margin-bottom: 10px;
}

a#docscode {
	float: left;
}
/* @end */

h3 {
	font-size: 15px;
	color: #7389ae;
	border-bottom: 1px solid #eee;
	padding-bottom: 3px;
	margin-bottom: 7px;
}

div.code {
	font-size: 11px;
	border: 1px solid #ddd;
	background: #f9f9f9;
	padding: 5px 10px 15px;
	margin-bottom: 10px;
	overflow: auto;
}


div.code pre {
	font-family: Monaco, Andale Mono, Monospace;
	padding: 5px 0 15px;
}

div#docs ol {
	list-style: decimal;
	margin: 2px 30px;
}

/* @group geshi */

.kw1 {
	color: #1b609a;
}

.kw2 {
	color: #9a6f1b;
}

.me1 {
	color: #666;
}

.kw3, .re0, .sc1 {
	color: #784e0c;
}

.br0 {
	color: #444;
}

.st0 {
	color: #489a1b;
}

.co1, .coMULTI {
	color: #888;
}

.nu0 {
	color: #70483d;
}

/* @end */

/*header*/

div#header p, div#header h1, div#header ul {
	margin: 0;
	padding: 0;
}

div#logo a, p#mediatemple a {
	margin-top: 20px;
	display: block;
}

div#logo h1 a span, div#logo p, p#mediatemple span {
	display: none;
}

div#header {
	background: #1d1d20;
	height: 100px;
	border-bottom: 8px solid #2a2a2f;
}

div#header-inside, div#footer-inside {
	font-family: Lucida Grande, Arial, Helvetica;
	width: 1000px;
	margin: 0 auto;
}

div#logo h1 a {
	background: url(http://mootools.net/assets/images/header/logo.gif) no-repeat;
	height: 52px;
	width: 182px;
	float: left;
}

p#mediatemple a {
	float: right;
	height: 20px;
	width: 113px;
	background: url(http://mootools.net/assets/images/header/mediatemple.gif) no-repeat;
}

ul#menu {
	clear: both;
	float: right;
	list-style: none;
	position: relative;
	top: 3px;
}

ul#menu li {
	float: left;
	margin-left: 5px;
	line-height: 1.4;
}

ul#menu li a {
	color: #fff;
	text-shadow: 2px 2px 1px #2a2a2f;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	width: 85px;
	height: 15px;
	padding: 5px 0;
	display: block;
	background-image: url(http://mootools.net/assets/images/header/tab.gif);
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 11px;
}

ul#menu li a:hover, ul#menu li a:active {
	background-position: top left;
}

ul#menu li a.selected {
	background-position: bottom left;
}

/*footer*/

body #footer {
	background: #1d1d20;
	border-top: 8px solid #2a2a2f;
	font-size: 9px;
	color: #595965;
	padding: 15px 0;
	height: 1%; /*crazy ie7...*/
	text-align: center;
}

#footer a.copy {
	display: block;
	background: url(http://mootools.net/assets/images/mucca.gif) no-repeat bottom right;
	height: 43px;
	width: 54px;
	margin: 0 auto;
}

#footer a.copy:hover {
	background-position: top right;
}
