/*	Live Event
	by A Kidd	*/


/*	Resets
	------	*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, 
tbody, tfoot, thead, article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

p {
	margin: 15px 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 30px 0;
}

img,
a img {border: 0;}

.clear {
	clear: both;
}

body {
	background: url(images/pattern.jpg) top center repeat;
	font: 12pt/normal 'Helvetica Neue','Liberation Sans',Helvetica,Arial,sans serif;
	color: #000;
}

.page {
	width: 807px;
	margin: 0 auto;
}

#header_area {
	height: 250px;
}

#content_area .page {
	background: url(images/page-bg.png) top center repeat-y;
}

#content_area .inner {
	padding: 15px 25px;
}

#footer_area {
	height: 70px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #31C0BD;
	font-weight: bold;
	text-align: center;
	font-size: 28px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #6666FF;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #9c5da4;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
.top30 { margin-top: 30px !important; }
.hr { width: 90%; background-color: #000; height: 1px; margin: 15px auto; }
.numberbox, .purplebox {
	width: 90%;
	margin: 30px auto;
	border: 3px solid #31C0BD;
	padding: 15px;
}
.numberbox ul li {
  margin-bottom: 15px;
}
.purplebox {
  border-color: #9c5da4; 
}
.aaplayerright { float:right; margin: 30px 0 0 30px; width: 488px; }
.testimonialleft { clear: both; float: left; margin-top: 30px; width: 230px; }
.blacklarge{
	font-size: 22px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.blackmedium{
	font-size: 18px;
	color: #000000;
	text-align: center;
}
.blackmediumst{
	font-size: 18px;
	color: #000000;
	text-align: center;
	text-decoration: line-through;
}
.blacklargest{
	font-size: 22px;
	color: #000000;
	text-align: center;
	text-decoration: line-through;
}
.purplenumbers{
	font-size: 26px;
	color: #9c5da4;
	font-weight: bold;
}
.purple{
	font-size: 22px;
	color: #9c5da4;
	font-weight: bold;
}
.purplesmaller{
	font-size: 18px;
	color: #9c5da4;
	font-weight: bold;
}
.purpletext{
  font-size: 12pt;
  color: #9c5da4;
  font-weight: normal;
}
.purplecheck{
  width: 90%;
  margin: 0 auto 15px;
  padding-left: 45px;
  padding-top: 10px;
  background: url(images/purple-check.png) top left no-repeat;
}
table{
	border-collapse:collapse;
}
tr{
}
.friend{
	width: auto;
	margin-right: auto;
	margin-left: auto;
	border: thin double #000000;
	padding: 10px;
}
.lightblue{
	font-size: 28px;
	color: #31C0BD;
	font-weight: bold;
}
.lightbluesmaller{
	font-size: 22px;
	color: #31C0BD;
	font-weight: bold;
}
.lightbluesmall{
	font-size: 12pt;
	color: #31C0BD;
	font-weight: bold;
}
.blackmediumleft{
	font-size: 18px;
	color: #000000;
}
ul {
	margin-left: 30px;
}
.divcenter{
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
ol {
	margin-left: 30px;
}
.blackexlarge{
	font-size: 26px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.DotBox2 {
    background-color: #FFFFFF;
    border: 2px dashed #641475;
    padding: 10px;
    width: 97%;
}

.tboxBlue {
	background-color: #A2EFFE;
	border: thin dashed #2072A2;
	padding: 10px;
}
.redlarge{
	font-size: 22px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: line-through;
}
.redlarge2{
	font-size: 22px;
	color: #FF0000;
	font-weight: bold;
}
.strikethrough{
	text-decoration: line-through;
	font-size: 22px;
	color: #FF0000;
	font-weight: bold;
}
.darkpurple{
	font-size: 26px;
	color: #7030a0;
	font-weight: bold;
}
.darkpurple2{
	font-size: 20px;
	color: #7030a0;
}
.darkpurplest{
	font-size: 20px;
	color: #7030a0;
	text-decoration: line-through;
}
.key {
  width: 50%;
  background: url(images/key.png) 20px 15px no-repeat;
  vertical-align: top;
  padding: 30px 15px;
}
.copyright {
  font-size: 9px;
  color: #fff;
}