/*
	DONOVAN Creative
	www.donovancreative.com
	Developed by Landon Poburan 2010
*/
/* 
body {
	padding: 0;
	margin: 0;
	font: 12px Arial, Helvetica, Garuda, sans-serif;
	font: 12px Georgia, "Times New Roman", Times, serif;
	*font-size: small;
	*font: x-small;
	color: #37424a;
	background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6, ul, li, em, strong, pre, code {
	padding:0;
	margin:0;
	line-height:1em;
	font-size:100%;
	font-weight:normal;
	font-style: normal;
}

table {
	font-size:inherit;
	font:100%;
}

ul {
	list-style:none;
}

img {
	border:0;
}

p {
	margin: 1em 0;
	line-height: 1.6em;
}

p.top { margin-top: 0px; }
p.bottom { margin-bottom: 0px; }

.top { margin-top: 0px; padding-top: 0px; }
.bottom { margin-bottom: 0px; padding-bottom: 0px; }
*/
/* CLEARFIX */
/* 
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
*/
