body {
	margin: 0;
	padding: 0;
	font: 12px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	background: #FFF;
	color: #fff;
}

/*redefine*/

::-moz-selection {
	background: #111;
	color: #eee;
}

::selection {
	background: #111;
	color: #eee;
}

h1, h2, h3, h4, p, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

a:link, a:visited {
	color: #576c87;
}

a:hover, a:active {
	color: #576c87;
}

h1 span {
	display: none;
}

p {
	line-height: 1.7;
	padding-left: 0px;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
}

a {
	outline: none;
}

/*shared*/

span.clr {
	display: block;
	clear: both;
}

/*headings & link colors*/

h1 a {
	display: block;
	position: relative;
	z-index: 10;
	width: 120px;
	height: 120px;
	background: url(../images/mootools.gif) no-repeat;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
}

h2 {
	font-size: 20px;
	margin: 0 0 10px;
	padding: 5px 0 4px;
	color: #666666;
	color: #576c87;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-bottom-color: #cccccc;
}

h3.sub {
	position: absolute;
	top: 157px;
	font-size: 9px;
	left: 19px;
}

div#intro {
	color: #fff;
	font-size: 17px;
}

div.intro a:link, div.intro a:visited {
	color: #f88364;
}

div.developers a:link, div.developers a:visited, h2.developers {
	color: #576c87;
}

div.browsers a:link, div.browsers a:visited, h2.browsers {
	color: #576c87;
}

div.download a:link, div.download a:visited {
	color: #9ce782;
}

h2.download {
	color: #9ce782;
}

div.license a:link, div.license a:visited, h2.license {
	color: #576c87;
}

div.apps a:link, div.apps a:visited, h2.apps {
	color: #576c87;
}

div.block a:hover, div.block a:active {
	color: #576c87;
}

/*content*/

#container {
	position: relative;
	z-index: 1000;
	width: 700px;
	border-right: 1px dotted #1c1c1c;
	background: #ffffff;
	background-color: #FFFFFF;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 70px;
	padding-top: 100;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	top: 0px;
}

div.block {
	margin-bottom: 20px;
	font-size: 12px;
}

div.floaty {
	float: left;
	width: 210px;
}

div.floaty h2 {
	font-size: 16px;
	margin-bottom: 5px;
}

div.first {
	width: 600px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	border-right: 1px dotted #cccccc;
}

div.last {
	/*float: right;*/
	/*clear: both;*/
	/*width: 100%;*/
}

ul#developers {
	font-size: 10px;
	color: #888;
	line-height: 1.3;
	list-style: none;
	margin-top: 10px;
}

#developers li {
	margin-bottom: 5px;
	font-size: 12px;
}

#footer {
	margin-top: 40px;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	font-size: 9px;
	color: #666;
	padding-top: 10px;
	height: 1%; /*crazy ie7...*/
	margin-bottom: 40px;
}

#footer a.copy {
	display: block;
	background: url(../images/mucca.gif) no-repeat bottom right;
	height: 43px;
	width: 54px;
	padding-left: 279px;
}

#footer a.copy:hover {
	background-position: top right;
}

#footer p {
	margin-top: -5px;
	text-align: center;
}

/*sidebar*/

#sidebar {
	position: fixed !important;
	position: absolute;
	z-index: 1;
	width: 180px;
	left: 702px;
	top: 26px;
}

#sidebar ul {
	list-style: none;
}

#sidebar a, #sidebar h3.cat {
	width: 170px;
	height:	25px;
	display: block;
	background: url(images/tab_small.gif) center right no-repeat;
	text-decoration: none;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 45;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 45px;
	vertical-align: bottom;
	font-weight: normal;
}

#sidebar a {
	color: #999999;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;

	
}

#sidebar a.big, #sidebar h3.cat {
	background-position: center right;
	background-repeat:  no-repeat;
	padding: 4px 5px 4px 40px;
	margin: 8px 0;
}

#sidebar h3 {
	font-size: 13px;
}

#sidebar h3.cat {
	color: #cbcbcb;
	text-shadow: 2px 2px 1px #222;
}

#sidebar a.big {
	color: #fff;
}

#sidebar a.forum {
	background-image: url(../images/tab_forum.gif);
	background-color: #faa892;
}

#sidebar a.docs {
	background-image: url(../images/tab_docs.gif);
	background-color: #92bdfa;
}

#sidebar a.download {
	background-image: url(../images/tab_download.gif);
	background-color: #9ce782;
}

#sidebar a.trac {
	background-image: url(../images/tab_trac.gif);
	background-color: #e78282;
}

/*big menu*/

#kwick {
	position: relative;
	border-bottom: 3px double #FFFFFF;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}

#kwick .kwicks {
	display: block;
	background: #FFFFFF url(../images/right.gif) top right no-repeat;
	height: 100px;
}

#kwick li {
	float: left;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 80px;
	width: 90px;
	padding: 10px;
	background: #fff;
	border-right: 5px solid #FFFFFF;
}

#kwick .kwick span {
	display: none;
}

#kwick .download {
	background: #FFFFFF url(../images/download.gif);
}

#kwick .documentation {
	background: #FFFFFF url(../images/docs.gif);
}

#kwick .forum {
	background: #FFFFFF url(../images/forum.gif);
}

#kwick .trac {
	background: #e78282 url(../images/trac.gif);
	border-right: 0;
}

/*download*/

span.right {
	display: none;
	float: right;
	font-size: 10px;
	text-shadow: none;
	margin-top: 3px;
}

div.download p {
	padding: 1px 0;
}

table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

th, td {
	padding: 4px 10px;
}

th {
	text-align: left;
	background: #1c1c1c;
	color: #576c87;
	border-top: 4px dotted #202020;
	border-bottom: 1px dotted #202020;
}

th h3 {
	font-size: 13px;
}

td {
	border-bottom: 1px dotted #252525;
	border-top: 1px dotted #252525;
	vertical-align: middle;
}

td.check div.check {
	border: 2px dotted #1c1c1c;
	background-repeat: no-repeat;
	background-position: center center;
	height: 13px;
	width: 14px;
}

td.check div.selected {
	background-image: url(../images/check.png) !important;
	background-image: url(../images/check.gif);
	padding: 2px;
	border: 0;
}

td.name {
	font-size: 12px;
	white-space: nowrap;
}

td.description {
	font-size: 9px;
	width: 100%;
	text-align: left;
}

tr.option {
	cursor: pointer;
	background: #202020;
	color: #666;
}

.test {
	color: #fff;
}

h2.files, h2.options {
	margin-top: 20px;
	font-size: 15px;
	color: #576c87;
}

table#options div.check {
	width: 13px;
	height: 13px;
}

table#options div.selected {
	background-image: url(../images/radio.png) !important;
	background-image: url(../images/radio.gif);
	padding: 2px;
}

p.submit {
	margin-top: 20px;
	text-align: right;
}

a.quizlet {
	display: block;
	width: 210px;
	height: 67px;
	background-image: url(../images/quizlet.gif);
	background-position: top left;
}

a.quizlet:hover {
	background-position: bottom left;
}

