/* #######################################################
   -------------------------------------------------------
   Theme: Kangaroo Media Template
   Date: 25-06-2009
   Description: Gregory Abrams Davidson
   Author: Copyright Kangaroo Media Ltd
   -------------------------------------------------------
   ####################################################### */   

/* -------------------------------------------------------
    Global :: Standardise CSS Between Browsers
   ------------------------------------------------------- */

html, body, div, .span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {
	border: 0;
	outline: 0;
	vertical-align: baseline;
	margin: 0px;
	padding: 0px;
	font: inherit inherit 100%;
	background-position: 0px 0px;
}
:focus {
	outline: 0;
}
body {

}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0px;
}
caption, th, td {
	text-align: left;
	font-weight: 400;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* -------------------------------------------------------
    Global :: Standard Elements
   ------------------------------------------------------- */

body {
	font-family: Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333333;
	font-size: 75%;
	background-color: #FFFFFF;
	line-height: 1.5em;
}
p {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 7px;
	font-weight: 100;
	line-height: 1.2em;
}
h1 {
	font-size: 2em;
	color: #000000;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.3em;
}
h4 {}
h5 {}
h6 {}
a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
a:hover {
	text-decoration: none;
	color: #D51E48;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1B75BC;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	height: 1px;
}
