/* ---( = begin global reset thanks to eric meyer elements )------------------------------- */
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 { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;	vertical-align: baseline; }
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* ---( = begin gobal elements )------------------------------- */

body {
	margin: 0 auto;
	font-size: 12px;
	line-height: 1.5em;
	font: normal 12px/1.5em "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	color: #333;
	background: #fff;
	-webkit-font-smoothing: antialiased; }
a, a:visited {
	color: #7e3f98;
	text-decoration: none; }
a:hover, a:visited:hover, a:focus, a:visited:focus {
	color: #0f4dbc;
	text-decoration: none; }
p, ul, blockquote, pre, td, th, label {
	margin-bottom: 1.5em; }
sup {
	vertical-align: text-top;
	font-size: .75em; }
sub {
	vertical-align: text-bottom;
	font-size: .75em; }

/*extrastuff*/

.bigcallout {
	-webkit-box-shadow:  0 0 3px #bbb;
	-moz-box-shadow: 2px 2px 2px #bbb; 
	-o-box-shadow: 2px 2px 2px #bbb;
	box-shadow: 2px 2px 2px #bbb;
	text-align: center;
	font-size: 1.2em;
	padding: .5em .2em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	-o-border-radius: .5em;
	border-radius: .5em;
	font-weight: bold;
	background-color: #eee;
	color: #fff;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C82ED9), to(#C82ED9), color-stop(.6,#881F94));
	background-image: -moz-linear-gradient(19% 75% 90deg,#AB0A9B, #820875, #AB0A9B 100%)

}



#header li#register a {
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	padding-bottom: .3em;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C82ED9), to(#C82ED9), color-stop(.6,#881F94));
	background-image: -moz-linear-gradient(19% 75% 90deg,#AB0A9B, #820875, #AB0A9B 100%);
	-webkit-background-clip: padding-box;
-webkit-transition: all 1s 

	}

#header li#register a:hover {
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#881F94), to(#881F94), color-stop(.6,#6C1975));
	background-image: -moz-linear-gradient(19% 75% 90deg,#FF0FE7, #B80BA6, #FF0FE7 100%);
	}


