/* vim: set ft=css ts=4 sts=4 sw=4 si noet: */

html {
	background: #eee;
}

body {
	font-size: 0.75em;
/*	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;*/
	font-family: "Trebuchet MS","Lucida Sans Unicode",Verdana,sans-serif;
}

#content-wrap {
	font-size: 1em;
}


/*
a {
	color: #ED8029;	
}

a:hover {
	color: #42AEC2;	
}


/*
ol li {
	line-height:180%;
	margin-left:35px;
}

ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}


ul li {
	background:transparent url(../img/bullet.gif) no-repeat scroll 18px 7px;
	line-height:160%;
	padding-left:30px;
}

ul.checklist li {
	background:transparent url(../img/icon-checklist.gif) no-repeat scroll 0 2px;
	margin-left:15px;
	padding:0 0 0 20px;
}
*/

pre, .code {
	background: #F6F6F6 none repeat scroll 0 0 !important;
	border-color: #E7E7E7 !important;
	border-style: solid !important;
	border-width: 1px 1px 1px 5px !important;
}

pre, .code {
	margin: 5px 0 15px !important;
	padding: 10px 15px !important;
	width :auto !important;
}
h1{
	font-size:160%;
	color: #444;
	margin: 10px 0;
}
h2{
	font-size:140%;
	color: #444;
}
h3{
	font-size:120%;
	color: #444;
}
h4{
	font-size:120%;
	color: #444;
}
a {
	color: green;
	text-decoration: none;
}

a:hover {
	color: #ff6600;
}
strong {
	font-weight: bold;
}

ol, ul {
	list-style-type: disc;
	padding: 0 0 0 5em;
}
ol li {
	list-style-type: decimal;
}
