@charset "utf-8";
/* CSS Document */


/*reset*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/***********/



html 
{
	height: 100%;
}

body {
background: #190027 url(/static/images/flares-bg.jpg) repeat-x top center;
margin-top: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
height: 100%;
}

a{color:#5a4099;}

h1, h2, h3, h4, h5, h6 {
margin: 5px 0 5px 0;
color: #1A557B;
font-weight: bold;
clear: both;
}

ol{
	margin: 5px 0 5px 50px;
	line-height: 25px;
	font-weight: normal;
	list-style: decimal;
}

h1 {font-size:26px; }
h2 {font-size:22px; }

p{margin:10px 0 20px 0; line-height: 20px;}

hr{border:none; background: url(/static/images/fancy-hr.png) no-repeat center; height:33px; margin: 20px 0; clear:both;}

.content-container img {
	/* border: 1px solid #B8B8B8;
margin: 0 5px 0;
padding: 4px;
background: white;
-webkit-box-shadow: #D1D1D1 0px 0px 5px; */

}

.formerror
{
	display: inline;
	color: Red;
	clear: right;
}

#wrapper-stars {
width:100%;
min-height:100%;
background: transparent url(/static/images/stars-bg.png) repeat top center;
position: relative;
z-index: 0;
}


#wrapper-moon {
background: transparent url(/static/images/moon-bg.png) no-repeat top center;
position: relative;
z-index: 0;
margin-top: 0;

}

#header {
width: 980px;
height:203px;
background: transparent url(/static/images/) repeat;
clear: both;
margin: 0 auto;
position: relative;
z-index: 0;

}

#logo {
padding: 60px 0 0 0;
width: 488px;
height: 99px;
position:relative;
display:block;
float:left;
}

#rose {
margin: 15px 20px 0 0;

position:relative;
display:block;
float:right;
}

#nav {
width: 980px;
height:44px;
background: transparent url(/static/images/nav-bg.png) no-repeat bottom center;
float:left;
padding:0;
margin:0;
}

#nav li a{
list-style-type: none;
font-size: 14px;
text-transform: uppercase;
padding: 0;
margin:0;
position:relative;
float:left;
color: #fff;
text-decoration:none;
padding:0;
margin:12px 13px;
font-weight:bold;
}

.content-container {
	width: 950px;
	/* min-height:500px; */
/* background: transparent url(/static/images/content-bg.png) repeat-y top center; */
	background-color: #FFFFFF;
	padding: 0 0 10px 0;
	clear: both;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: auto;
}

.content{
position:relative;
padding:0px 50px;
}

#news {
text-align:center;
width: 100%;
padding:10px;
margin: 5px 0; 
border-top:dotted 1px;border-bottom:dotted 1px;border-color:#5a4099;
background: transparent url(/static/images/news-bg.png) repeat-y top center;}

#banner {text-align:center;padding:20px;}

#footer {
width: 980px;
clear: both;
margin: 0 auto;
position: relative;
z-index: 0;

}

#foot-nav {
width: 980px;
height:44px;
background: transparent url(/static/images/nav-bg-bottom.png) no-repeat top center;
float:left;
padding:0;
margin:0;
}

#foot-nav li a{
list-style-type: none;
font-size: 14px;
text-transform: uppercase;
padding: 0;
margin:0;
position:relative;
float:left;
color: #fff;
text-decoration:none;
padding:0;
margin:15px 13px 0 13px;
font-weight:bold;
}

.centeredlink{
	padding-top: 1em;
	display: block;
	text-align: center;
}


#copywrite{text-align:center; color: #fff; margin: 0;}

/* Home */

.home-box{
border: 1px solid #B8B8B8;
margin: 20px;
padding: 10px;
background: white;
-webkit-box-shadow: #D1D1D1 0px 0px 5px;

}

.home-box-special{
border: 1px solid yellow;
margin: 20px;
padding: 10px;
background: white;
-webkit-box-shadow: #D1D1D1 0px 0px 5px;

}

.home-box li {line-height: 20px; margin: 0 0 0 30px; font-size: 12px;list-style:circle;
}

.home-box-special li {line-height: 20px; margin: 0 0 0 30px; font-size: 12px;list-style:circle;
}

.issue-badge {float:left;}

.issue-badge img{border:none;-webkit-box-shadow: none;
}

.issue-desc {font-weight:bold; size: 10px;}

/* Faq*/

.faq-box{
border: 1px solid #B8B8B8;
margin: 20px;
padding: 10px;
background: white;
-webkit-box-shadow: #D1D1D1 0px 0px 5px;
}

/* Content Icons */
.membership-icon-small{
position: absolute;
left: -10px;
top: -10px;
width: 30px;
height: 30px;
}

/* Tuts*/

.tut-box
{
position: relative;
border: 1px solid #B8B8B8;
margin: 20px;
padding: 10px;
background: white;
-webkit-box-shadow: #D1D1D1 0px 0px 5px;
}

/* Videos*/

#videos{
border: 1px solid #B8B8B8;
margin: 20px;
padding: 15px;
clear:both;
overflow:auto;
float:left;

}

.single-vid
{
position: relative;
float: left;
border: 1px solid #B8B8B8;
margin: 15px 8px 15px 8px;
padding: 10px;
background: white;
width:740px;
}

.vid-img{
background: #fff url(/static/images/play.jpg) no-repeat center;
float:left;
width:150px;
height:150px;
margin: 0 10px 10px 0;
border: 1px solid #B8B8B8;
padding: 0;

-webkit-box-shadow: #D1D1D1 0px 0px 5px;

}

.video-overlay
{
margin: 0 10px 10px 0;
position: absolute;
width: 150px;
height: 150px;
opacity: 0;
filter: alpha(opacity=0);
padding: 0;
display: block;
cursor: pointer;
}

.details{
float:left;
width:555px;
padding: 5px;

}

.vid-title{
font-size: 14px;
font-weight: bold;
padding: 5px 0 ;
}

.vid-desc{
font-size: 12px;
}

.vid-btn
{
position: relative;
float: left;
padding: 5px;
font-size: 14px;
margin: 10px;
border: 2px solid #CCC;
background-color: buttonface;
text-align:center;

}

.vid-btn a{
color:#000;
font-weight:bold;
display:block;
text-decoration:none;
}

.simple-btn
{
    display: inline-block;
    max-width: 150px;
    position: relative;
    padding: 5px;
    font-size: 14px;
    margin: 10px;
    border: 2px solid #CCC;
    background-color: buttonface;
    text-align:center;
}

.simple-btn a{
    color:#000;
    font-weight:bold;
    display:block;
    text-decoration:none;
}

/* newsletter*/

.newsletter-box{
position: relative;
border: 1px solid #B8B8B8;
margin: 20px;
padding: 10px;
background: white;
-webkit-box-shadow: #D1D1D1 0px 0px 5px;
}


/* contact page */

#contact-area {
	margin: 25px 0px 25px 100px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 400px;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
	
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button 
{
	margin-left: 165px;
	width: 100px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 150px;
	padding-top: 5px;
	font-size: 14px;
}

/* login page */

#login-area {
	margin: 25px 0px 25px 150px;
}

#login-area input, #login-area textarea {
	padding: 5px;
	width: 250px;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
	
}

#login-area textarea {
	height: 90px;
}

#login-area textarea:focus, #login-area input:focus {
	border: 2px solid #900;
}

#login-area input.submit-button 
{
	margin-left: 165px;
	width: 100px;
}

/* myaccount page */

#myaccount-area {
	margin: 25px 100px 25px 100px;
}

#myaccount-area input {
	padding: 5px;
	width: 400px;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
	
}

#myaccount-area input.submit-button 
{
	margin-left: 165px;
	width: 100px;
}

.newsletter-box li {
    text-align: center;
}
.newsletter-box img {
    display: block;
    margin: 0 auto;
}

.strike {
    text-decoration: line-through;
}

.small {
    font-size: 11px;
}

.green {
    color: green;
}

.btn-strip p {
    margin: 0;
}

.btn-strip {
    text-align: center;
}

.btn-strip div:nth-child(1) {
    width: 45%;
    display: inline-block;
}
.btn-strip div:nth-child(2) {
    width: 45%;
    display: inline-block;
}

		#copyright p {
			margin: 0;
			padding: 0;
		}
		
		#copyright a {
			color: #282828;
		}
		
		#copyright {
			width: 300px;
			float: left;
			color: #fff;
			font-size: 12px;
			height: 20px;
			padding: 10px 0;
			margin-left: 5px;
			float: left;
		}
		
		#misc-links {
			padding: 10px 0;
			height: 20px;
			width: 500px;
			float: right;
			background: transparent url(/images/misc-bg.png) repeat-x center;
		}
		
		#misc-links a {
			color: #fff !important;
		}
		
		#misc-links a:hover {
			color: #FFEA79!important;
		}
		
		#misc-links .widget {
			width: auto!important;
			float: right;
		}
		
		#misc-links ul {
			padding: 0px;
			padding-top: 0px;
			list-style-type: none;
			list-style-position: outside;
			position: relative;
			z-index: 100;
		}
		
		#misc-links .widget .menu li {
			float: left;
			position: relative;
			display: inline!important;
			width: auto!important;
			border: none!important;
			background: none!important;
			padding-top: 0px;
			padding-bottom: 0px;
		}
