/*
----------------------------------------------------------------------
Team H&R Block - Kona
Author: Curious Communications - http://www.curiouscommunications.com
----------------------------------------------------------------------
*/

/* CONTENT STYLES
-------------------------------------------------------------*/

img {
	margin-bottom: 20px;
	border: none;
	display: block;
}

a {
	color: #8cc63f;
}

h1 {
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: lighter;
	color: #fff;
}

h2 {
	font-size: 12px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #fff;
}

h3 {
	font-size: 12px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #8cc63f;
}

p {
	margin-bottom: 20px;
	font-size: 12px;
	color: #8cc63f;
}

strong {
	font-weight: lighter;
	color: #fff;
}

ul {
	margin-bottom: 20px;
	font-size: 12px;
	color: #8cc63f;
	list-style-image: url(/images/common/bullet.gif);
	list-style-position: inside;
}

ol {
	margin-bottom: 20px;
	font-size: 12px;
	color: #8cc63f;
	list-style-position: inside;
}

li {
	margin-bottom: 5px;
}

table {
	margin-bottom: 20px;
	width: 100%;
	font-size: 12px;
	color: #8cc63f;
}

/* RIDER PROFILES
-------------------------------------------------------------*/

img.profile_pic {
	border: 1px solid #8cc63f;
	float: right;
}

/* SPONSORS TABLE
-------------------------------------------------------------*/

table.sponsors_table {
	text-transform: uppercase;
}

table.sponsors_table img {
	display: inline;
}

/* RIGHT COL
-------------------------------------------------------------*/

div#right h2 {
	color: #8cc63f;
}

div#right p {
	color: #fff;
}