/* from http://mentalized.net/ */

body {
	margin:					0;
	padding:				2em;

    margin-bottom:          2em;
	
	background-color:		#FFFFFF;
	color:					#333333;
	font-family:			arial, verdana, helvetica, arial, sans;
	font-size:				80%;

}


a {
	color:					#00f;
	TEXT-DECORATION: none;
}

a:hover {
	background-color:		#dedede;
}

A:visited {
	COLOR: #07a
}

a img {
	border: 0;
}
img {
	vertical-align: middle;
	padding: 0 3px;
	margin-bottom:3px;
}

h1, h2 {
	font-family:			arial, 'trebuchet ms', sans;
	margin-top:				0.5em;
	letter-spacing:         -0.02em;
}

h1 {
	font-size: 				2.18em;
	line-height:            1em;
}

h2{
	margin-top:             1.45em;	
	margin-bottom:			1em;
	font-size: 				1.45em;
}

h3 {
	font-size: 				1.18em;
}

h1 a {
    text-decoration:        none;
}

h1 a:hover {
    text-decoration:        underline;
    background-color:       transparent;
}

ul, ol {
    margin-bottom:          1em;
    margin-left:            0;
    padding-left:           0;
}

li {
    margin-left:            0;
}

ol li {
    margin-bottom:          1em;
}    

li ul, li ol li {
    margin-left:            1.5em;
}


p {
    margin: 0 10px 20px 10px;
}

pre {
    background-color:       #333333;
    color:                  #FFFFFF;
    font-size:              1em;
    overflow:               auto;
    padding:                1em 1em;
} 

table {
    border-collapse:        collapse;
}

table td {
    background-color:       #FFFFFF;
    border:                 1px solid #CCCCCC;
    padding:                0.1em 0.3em;
}

code {
    font-size:              1.1em;
    font-family:            'Bitstream Vera Sans Mono';
}