/*
 * Red Kangaroo theme
 * ------------------------------
 * @creator: Alex Eckermann
 * @created: 2 October 2008
 * @website: www.alexeckermann.com
 *
 */

body{
	
	font-family: Arial, Verdana, Tahoma, "Times New Roman", sans-serif;
	font-size: 12px;
	color: #515151;
	
}

p{
	line-height: 25px;
}

a:link, a:visited{
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #8e8e8e;
}
a:hover, a:visited:hover{
	border-bottom: 1px solid #000000;
	color: #00FF99;
}

h1, h2, h3{
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #ab390f;
}

h1{
	font-style: italic;
	font-size: 18px;
}

h2{
	font-style: italic;
	font-size: 16px;
}

h3{
	font-size: 14px;
}

h4{
	color: #767676;
	font-weight: bold;
	font-size: 14px;
}

ul, ol{
	padding-left: 20px;
}

ul li{
	list-style-position: outside;
	list-style-type: square;
	margin-bottom: 6px;
}

ol li{
	list-style-position: outside;
	margin-bottom: 6px;
}

pre{
	padding: 5px;
	background: #e7e7e7;
	border: 1px dotted #b7b7b7;
	margin: 10px 0;
	overflow: auto;
}

blockquote{
	padding: 5px 0 5px 35px;
	font-style: italic;
	background: transparent url(../images/quote.jpg) no-repeat left top;
}
