/* styles taken from base.html */

* {
	margin:0; 
	padding:0; 
	list-style:none;
}
body {
	font:normal 13px Arial, Sans-Serif;
}
#colorbox, #cboxOverlay, #cboxWrapper {
    z-index: 99999;
}
img {border:0;}
/*IE6 and lower fix*/
* html div, * html ul, * html dl, * html li, * html dd, * html dt {height:1%;} 

a {
	color:#417bb7;
	text-decoration:underline;
}
a:hover {/*color:#e56100;*/}
a.invert {
	color:#e56100;
	text-decoration:underline;
}
a.invert:hover {color:#417bb7;}
#content h1 {
  clear: left;
  font-size: 25px;
  margin: 20px 0;
}
h3 {
	font-size:16px;
	color:#2d577f;
	margin:0px;
	padding:0px 3px 3px 3px;
	line-height:105%;
	text-decoration:none;
}

.footer {
	background-color:#f6f7f8;
	color:#777;
	float:left;
	width:100%;
}
.footer .content {padding-top:30px;}
.footer dl {
	width:22%;
	float:left;
	margin-left:3%;
	font-size:10px;
	padding-bottom:20px;
}
* html #footer dl {margin-left:1%;}
.footer dt {font-family:Trebuchet MS, Helvetica, Arial, sans-serif;}
.footer dt b {
	display:block;
	font-size:16px;
	padding-bottom:5px;
}
.footer dd {
	font-size:12px;
	padding-bottom:4px;
}
.footer dd a {text-decoration:none;}

.copyright {
	padding:12px 12px 12px 77px;
	border-top:solid 4px #26446b;
	background:#FFF url('../images/fon_copyright.gif') no-repeat 12px 7px;
	min-height:60px;
	font-size:10px;
	position: relative;
}
* html .copyright {height:60px;}
.copyright li {
	color:#333;
	float:left;
}
.copyright p {
	padding-bottom:7px;
	font-size:12px;
}
.copyright div {
	position: absolute;
	top: 10px;
	right: 10px;
}
.miniBlock2 {
	text-align:left;
	padding:0px 6px 4px 6px;
	vertical-align:top;
}

/* begin future styles */


a {
	color: #333;
}

a:hover {
	text-decoration: none;
}

ul, li, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

#container {
	padding-bottom:100px;
}
#future #header {
    height: auto;
    clear: both;
    text-align: center;
    padding-top:20px;
}
#header img {
    max-width: 400px;
}
#future #wrap {
    width: 600px;
    margin: 0px auto;
    padding: 20px;
    text-align: center;
    overflow: hidden;
    background: #fff;
    background: rgba(255,255,255,0.9);
    border: 1px solid #999;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

#future #wrap span.promo {
    font-size: 15px;
    margin: 20px 0;
    line-height: 18px;
    display: block;
    text-align: left;
}

#future_top img {
	margin: 20px;
}

#future h1 {
    color: #333;
    font-size: 35px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

#future p {
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}

#future p a {
	color: #333;
}

#future p a:hover {
	text-decoration: none;
}

#future #form {
	padding: 10px 0 40px 0;
	border-bottom: 1px dashed #999;
}

#future p.thanks {
    text-align: center;
    margin: 20px 0;
    font-weight: bold
}

#future form label {
	display: block;
	font-weight: bold;
}

#future #signed_up strong {
    font-size: 20px;
}

input#id_email {
    display:block;
    text-shadow: 0px 1px 0px #fff;
    color: #333;
    margin: 10px auto;
    width: 250px;
    padding: 5px;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
}

#future input.future_button {
    padding: 2px 10px;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	cursor: pointer;
}

#future input.future_button:hover {
	opacity: .8;
}

#future #left {
	float: left;
	width: 300px;
	padding: 20px 20px 20px 10px;
	font-size: 12px;
	text-align: left;
}

#future #left h3 a {
	background:#EBF4DA;
	text-decoration:none;
}

#future #left h3 a:hover {
	background:#A4C468;
}		

#future #left h3, #future #right h4, #future #right h5 {
	color: #333;
	font-size: 18px;
}
#future #right h5 {
	margin-top: 10px;
}

#future #left a strong {
	color: #333;
	font-size: 14px;
}

#future #left ul, #future #right ul {
	/*margin-top: 20px;*/
    font-size: 14px;
	list-style-type: none;
}

#future #left ul li, #future #right ul li {
	margin: 0 0 15px 0;
	line-height: 20px;
}

#future #right {
	float: left;
	width: 240px;
	padding: 20px 10px 20px 20px;
	font-size: 12px;
	text-align: left;
}
#future p small {
	padding: 20px 0;
}

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- FORMS */
/* -------------------------------------------------------------------------------------------- */
#top {
	margin: 20px 0;
}
fieldset {
	border: 0;
}
#register_left {
	text-align: left;
}

#register_right {
	text-align: left;
}

#register_left .input {
	float: left;
	padding: 3px 0;
	height: 20px;
	width: 10%;
}
#register_left label {
	width: 90%;
}
.price_option {
    margin:15px 0 5px 0;
}
.price_detail {
    padding-left:15px;
}

.form_group {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.form_group h2 {
	margin-bottom: 15px;
}

#future .form_group dl {
	margin-bottom: 20px;
}

.form_section {
	padding: 0;
	margin: 5px 0;
	display: block;
	overflow: hidden;
	clear: both;
}

.form_section input[type="text"] {
	padding: 2px 6px;
	font-size: 13px;
	width: 150px;
	opacity: .8;
	background: #fff;
	background: rgba(255,255,255,0.5);
	border: 1px solid #999;
}

.form_section textarea {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif; 
	font-size: 13px;
	padding: 5px 10px;
}

.form_section p {
	margin: 0 0 20px 0;
}

.form_section p strong {
	margin: 20px;
	text-align: right;
}

.form_section select {
	width: 165px;
}

.form_group ul {
	overflow: auto;
}

.left {
	display: block;
	float: left;
	width: 325px;
}

.right {
	float: left;
	width: 100px;
	clear: none;
	text-align: right;
}

.right a {
	font-size: 11px;
	margin: 0 0 5px 0;
	display: block;
}

#checkout {
	margin: 10px 0;
	text-align: left;
}

#form_attending ul li,
#form_entries ul li,
#form_cart ul li {
	float: left;
	border-bottom: 1px dashed #999;
	padding: 0 0 5px 0;
	margin: 0 20px 10px 0;
}

#form_entries ul:last-child li:last-child,
#form_cart ul:last-child li:last-child {
	border-bottom: none;
}
	
#form_about label,
#form_billing label {
	display: inline;
	width: 120px;
	float: left;
	font-size: 12px;
	text-align: right;
	padding: 0 10px 0 0;
}

.form_group em {
	font-style: normal;
}

#form_categories ul li {
	float: left;
	margin: 0 15px 5px 0;
}

#form_categories .error_row {
	display: block;
	margin-bottom: 10px;
}

#form_detail {
	position: relative;
}

#form_detail .form_section label {
	display: block;
	width: auto;
	font-size: 12px;
	text-align: left;
	padding: 8px 0 5px 0;
}

.expiration select {
	width: auto;
}
	
#error_row, .error_row, span.error ,.errorlist {
	font-size: 10px;
	font-weight: bold;
	color: red;
	margin: 0 0 0 3px;
}

ul#steps {
    position: absolute;
    right: 10px;
    top: 10px;
}

ul#steps li {
    color: #999999;
    float: left;
	clear: none;
    margin: 0 3px;
}

#total {
	margin: 10px 0;
	text-align: right;
	clear: both;
}

#code {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 5px 0;
	margin: 10px 0;
}

input#submit, a#submit {
	border: none;
	display: block;
	background: #db2328;
	color: #fff;
	float: right;
	font-weight: bold;
	padding: 5px 10px;
	font-size: 12px;
	cursor: pointer;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

input#submit:hover, a#submit:hover {
	background: #b61800;
}

#order_item {
	overflow: auto;
	border-bottom: 1px dashed #999;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

#order_item li {
	overflow: auto;
}

#order_item strong {
	display: block;
	float: left;
	width: 90px;
	text-align: right;
	margin-right: 10px;
}

#order_item .order_item_detail {
	display: block;
	float: left;
	width: 347px;
}
#register_left ul div.left {
	display: block;
	float: left;
	width: 153px;
}

#register_left ul div.right {
	float: left;
	width: 75px;
	clear: none;
	text-align: right;
}
#subs {
	margin: 10px 0;
}

#sponsor_content {
    clear:both;
	border-top:1px dashed #999;
	padding:20px;
}

#sponsor_content img {
	margin:0 15px 15px 15px;
	vertical-align:middle;
}