/* =========== @Font-Face Kits =========== */

@font-face {
    font-family: 'ProximaNovaLight';
    src: url('fonts/proximanova-light-webfont-webfont.eot');
    src: url('fonts/proximanova-light-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-light-webfont-webfont.woff') format('woff'),
         url('fonts/proximanova-light-webfont-webfont.ttf') format('truetype'),
         url('fonts/proximanova-light-webfont-webfont.svg#ProximaNovaLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaSemibold';
    src: url('fonts/proximanova-semibold-webfont-webfont.eot');
    src: url('fonts/proximanova-semibold-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-semibold-webfont-webfont.woff') format('woff'),
         url('fonts/proximanova-semibold-webfont-webfont.ttf') format('truetype'),
         url('fonts/proximanova-semibold-webfont-webfont.svg#ProximaNovaSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ============== DEFAULTS ============ */

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-weight: normal;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html, body { 
	height: 100%; 
	*height: auto;
}

/* ============================= GLOBAL STYLES ==========================*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
}

.container {
	position: relative;
	width: 100%;
	max-width: 1200px;
	display: block;
	margin: 0 auto;
}

p {
	font-size: 0.875em;
	line-height: 1.4em;
}

/* =========== HEADER STYLES ============== */

header {
	background: #fff;
}

header h1 {
	float: left;
	display: block;
}

header a.logo {
	display: block;
	height: 118px;
	background-image: url(blogo.png), none;
	text-indent: -9999px;
background-repeat: no-repeat;
background-position: center;
}

header nav {
	float: right;
	margin: 0 30px 0 0;
	background: #fff;
}

header ul {
	display: inline;
	list-style-type: none;
}

header ul li {
	float: left;
	margin: 0 0 0 26px;
}

header ul li a {
	font-size: 0.875em;
	color: #323232;
	text-decoration: none;
	line-height: 70px;
}

header ul li a:hover {
	color: #258ec0;
}

header ul li:last-child a {
	background-color: #479fc7;
	border: 1px solid #237a9c;
	padding: 8px 14px 8px 14px;
	font-weight: bold;
	color: #fff;
	
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b8d5), color-stop(100%, #2f90be));
	background-image: -webkit-linear-gradient(top, #76b8d5, #2f90be);
	background-image: -moz-linear-gradient(top, #76b8d5, #2f90be);
	background-image: -ms-linear-gradient(top, #76b8d5, #2f90be);
	background-image: -o-linear-gradient(top, #76b8d5, #2f90be);
	background-image: linear-gradient(top, #76b8d5, #2f90be);
	
	-webkit-text-shadow:  -1px -1px 1px rgba(0,0,0,0.1);
	-moz-text-shadow: -1px -1px 1px rgba(0,0,0,0.1);
	-ms-text-shadow: -1px -1px 1px rgba(0,0,0,0.1);
	-o-text-shadow: -1px -1px 1px rgba(0,0,0,0.1);
	text-shadow: -1px -1px 1px rgba(0,0,0,0.1);
	
	-webkit-box-shadow: inset 0 1px 0 0 #9dcde1;
	-moz-box-shadow: inset 0 1px 0 0 #9dcde1;
	-ms-box-shadow: inset 0 1px 0 0 #9dcde1;
	-o-box-shadow: inset 0 1px 0 0 #9dcde1;
	box-shadow: inset 0 1px 0 0 #9dcde1;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

header ul li:last-child a:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5ba9cd), color-stop(100%, #2f90be));
	background-image: -webkit-linear-gradient(top, #5ba9cd, #2f90be);
	background-image: -moz-linear-gradient(top, #5ba9cd, #2f90be);
	background-image: -ms-linear-gradient(top, #5ba9cd, #2f90be);
	background-image: -o-linear-gradient(top, #5ba9cd, #2f90be);
	background-image: linear-gradient(top, #5ba9cd, #2f90be);
	
	-webkit-box-shadow: inset 0 1px 0 0 #7fbdd7;
	-moz-box-shadow: inset 0 1px 0 0 #7fbdd7;
	-ms-box-shadow: inset 0 1px 0 0 #7fbdd7;
	-o-box-shadow: inset 0 1px 0 0 #7fbdd7;
	box-shadow: inset 0 1px 0 0 #7fbdd7;
}

/* ============== Slideshow Section Styles =============== */

#Slideshow {
	position: relative;
	width: 100%;
	height: 450px;
	background-image: url(img/upper_bg_grad.png), url(img/upper_bg.jpg);
	background-position: center top, center center;
	background-repeat: repeat-x, no-repeat;
	background-size: auto, 100% auto;
	-moz-background-size: 100% auto !important;
	overflow: hidden;
}

#Slideshow h2 {
	position: relative;
	display: block;
	text-align: center;
	font-family: 'ProximaNovaLight';
	color: white;
	font-size: 2.438em;
	line-height: 1em;
	padding: 36px 0 0 0;

	-webkit-text-shadow: 0px 1px 2px rgba(0,0,0,0.7);
	-moz-text-shadow: 0px 1px 2px rgba(0,0,0,0.7);
	-ms-text-shadow: 0px 1px 2px rgba(0,0,0,0.7);
	-o-text-shadow: 0px 1px 2px rgba(0,0,0,0.7);
	text-shadow: 0px 1px 2px rgba(0,0,0,0.7);
}

#Slideshow #SlideshowWrapper {
	position: absolute;
	width: 880px;
	height: 348px;
	bottom: 0;
	left: 50%;
	margin-left: -440px;
	background: #fff;
	
	-webkit-box-shadow: 0 -6px 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 -6px 8px rgba(0,0,0,0.5);
	-ms-box-shadow: 0 -6px 8px rgba(0,0,0,0.5);
	-o-box-shadow: 0 -6px 8px rgba(0,0,0,0.5);
	box-shadow: 0 -6px 8px rgba(0,0,0,0.5);
}

#Slideshow #SlideCycler, #SlideCycler img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#Slideshow #NavOverlay {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: #000;
	background-color: rgba(0,0,0,0.7);
	z-index: 1000;
}

#Slideshow #SlideCaption, #SlideCaption640 {
	height: 50px;
	float: left;
	color: #fff;
	font-size: 0.875em;
	line-height: 50px;
	padding: 0 0 0 3%;
}

#Slideshow #SlideshowPager, #SlideshowPager640 {
	float: right;
	height: 50px;
	margin: 19px 19px 0 0;
}

#Slideshow #SlideshowPager a, #SlideshowPager640 a { 
	display: inline-block; 
	width: 14px; 
	height: 14px; 
	background-image: url(img/slideshow_buttons.png);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0 0 0 12px;
	text-indent: -9999px;
}

#Slideshow #SlideshowPager a:hover, #SlideshowPager640 a:hover { 
	background-position: bottom left;
}

#Slideshow #SlideshowPager a.activeSlide, #SlideshowPager640 a.activeSlide { 
	background-position: top left;
}

/* ============== Features Section Styles =============== */

#Features {
	background: url(img/lower_bg_swatch.png) repeat;
	position: relative;
	text-align: center;
}

#Features .container {
	position: relative;
	display: inline-block;
	max-width: 1200px;
	margin: 0 auto;
}

#Features #NavOverlay640 {
	display: none;
}

#Features h2 {
	font-family: 'ProximaNovaSemibold';
	color: #323232;
	font-size: 1.438em;
	text-align: center;
	padding: 40px 0 25px 0;
	
	-webkit-text-shadow: 1px 1px 1px #fff;
	-moz-text-shadow: 1px 1px 1px #fff;
	-ms-text-shadow: 1px 1px 1px #fff;
	-o-text-shadow: 1px 1px 1px #fff;
	text-shadow: 1px 1px 1px #fff;
	
	clear:both;
}

#Features h3 {
	font-weight: bold;
	padding: 5% 0 2%;
}


#Features article {
	display: inline-block;
	position: relative;
	width: 42%;
	height: auto;
	margin: 0 4% 2% 2%;
	padding: 1%;
	float: left;
	border-radius: 3px;
	text-align: left;
	background: #fff;
	
	-webkit-box-shadow: -1px -1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: -1px -1px 2px rgba(0,0,0,0.1);
	-ms-box-shadow: -1px -1px 2px rgba(0,0,0,0.1);
	-o-box-shadow: -1px -1px 2px rgba(0,0,0,0.1);
	box-shadow: -1px -1px 2px rgba(0,0,0,0.1);
	
}

#Features article.odd {
	margin: 0 2% 2% 4%;
}

#Features article img {
	position: absolute;
	top: 7%;
	left: 3%;
	float: left;
	padding: 0 2% 0 0;
}

#Features article .text_wrapper {
	padding: 0 2% 14% 44%;
}


#Blog {
	background: url(img/lower_bg_swatch.png) repeat;
	position: relative;
	text-align: center;
}

#Blog h2 {
	font-family: 'ProximaNovaSemibold';
	color: #323232;
	font-size: 1.438em;
	text-align: center;
	padding: 40px 0 25px 0;
	
	-webkit-text-shadow: 1px 1px 1px #fff;
	-moz-text-shadow: 1px 1px 1px #fff;
	-ms-text-shadow: 1px 1px 1px #fff;
	-o-text-shadow: 1px 1px 1px #fff;
	text-shadow: 1px 1px 1px #fff;
	
	clear:both;
}

#Blog h3 {
        font-weight: bold;
        padding: 0 0 2%;
}

#Blog article {
	position: relative;
	padding: 1%;
	border-radius: 3px;
	text-align: left;
	
	-webkit-box-shadow: -1px -1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: -1px -1px 2px rgba(0,0,0,0.1);
	-ms-box-shadow: -1px -1px 2px rgba(0,0,0,0.1);
	-o-box-shadow: -1px -1px 2px rgba(0,0,0,0.1);
	box-shadow: -1px -1px 2px rgba(0,0,0,0.1);
	
}

#Blog article.odd {
	margin: 0 2% 2% 4%;
}

#Blog  article .text_wrapper {
padding: 0 2% 14% 44%;
background: #fff;
}

#Blog article img.mainthumb {
	position: absolute;
	left: 3%;
	float: left;
	padding: 0 2% 0 0;
	max-width: 40%;
}


/* === Signup Section Styles === */

#Signup {
	position: relative;
	background: url(img/lower_bg_swatch.png) repeat;
	text-align: center;
	padding: 35px 0 10% 0;
}

#Signup h2 a {
	display: block;
	margin: 0 auto;
	background-color: #479fc7;
	border: 1px solid #237a9c;
	padding: 16px 0 16px 0;
	width: 396px;
	color: #fff;
	font-weight: bold;
	font-size: 1.188em;
	text-decoration: none;
	
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b8d5), color-stop(100%, #2f90be));
	background-image: -webkit-linear-gradient(top, #76b8d5, #2f90be);
	background-image: -moz-linear-gradient(top, #76b8d5, #2f90be);
	background-image: -ms-linear-gradient(top, #76b8d5, #2f90be);
	background-image: -o-linear-gradient(top, #76b8d5, #2f90be);
	background-image: linear-gradient(top, #76b8d5, #2f90be);
	
	-webkit-text-shadow:  -1px -1px 1px rgba(0,0,0,0.1);
	-moz-text-shadow: -1px -1px 1px rgba(0,0,0,0.1);
	-ms-text-shadow: -1px -1px 1px rgba(0,0,0,0.1);
	-o-text-shadow: -1px -1px 1px rgba(0,0,0,0.1);
	text-shadow: -1px -1px 1px rgba(0,0,0,0.1);
	
	-webkit-box-shadow: inset 0 1px 0 0 #9dcde1;
	-moz-box-shadow: inset 0 1px 0 0 #9dcde1;
	-ms-box-shadow: inset 0 1px 0 0 #9dcde1;
	-o-box-shadow: inset 0 1px 0 0 #9dcde1;
	box-shadow: inset 0 1px 0 0 #9dcde1;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	
}

#Signup h2 a:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5ba9cd), color-stop(100%, #2f90be));
	background-image: -webkit-linear-gradient(top, #5ba9cd, #2f90be);
	background-image: -moz-linear-gradient(top, #5ba9cd, #2f90be);
	background-image: -ms-linear-gradient(top, #5ba9cd, #2f90be);
	background-image: -o-linear-gradient(top, #5ba9cd, #2f90be);
	background-image: linear-gradient(top, #5ba9cd, #2f90be);
	
	-webkit-box-shadow: inset 0 1px 0 0 #7fbdd7;
	-moz-box-shadow: inset 0 1px 0 0 #7fbdd7;
	-ms-box-shadow: inset 0 1px 0 0 #7fbdd7;
	-o-box-shadow: inset 0 1px 0 0 #7fbdd7;
	box-shadow: inset 0 1px 0 0 #7fbdd7;
}

#Signup p {
	margin: 17px 0 0 0;
	font-size: 0.875em;
}

#Signup p b {
	font-weight: bold;
}

/* ========= footer ========= */

footer {
	width: 100%;
	float: left;
	background: #000;
	height: 111px;
}

footer p {
	float: left;
	font-size: 0.875em;
	color: #939393;
	margin: 20px 0 0 60px;
	line-height: 1em;
}

footer nav {
	float: right;
	margin: 0 47px 0 0;
}

footer ul {
	display: inline;
	list-style-type: none;
}

footer ul li {
	float: left;
	margin: 18px 13px 0 13px;
}

footer ul li a {
	font-size: 0.875em;
	color: #50c0ff;
	text-decoration: none;
	line-height: 1em;
}

footer ul li a:hover {
	color: #fff;
}

/* ======= MODAL STYLES ========= */

#SignUpModal, #SignInModal {
	width: 640px;
	margin-left: -320px;
}

#SignUpModal .modal_content {
	padding: 10px 6% 20px 6%;
}

#SignInModal .modal_content {
	padding: 20px 20px 30px 20px;
}


#SignUpModal .modal_content #ModalLogo, #SignInModal .modal_content #ModalLogo {
	display: block;
	position: relative;
	width: 160px;
	height: 38px;
	margin: 20px auto;
	background-image: url(img/logo.png);
	background-image: url(img/logo_ret.png), none;
	background-size: 100% auto;
	-moz-background-size: 100% auto !important;
}

#SignUpModal .modal_content h2, #SignInModal .modal_content h2 {
	font-family: 'ProximaNovaSemibold';
	font-size: 1.4em;
	margin: 8px 2%;	
}

#SignUpModal .modal_content p, #SignInModal .modal_content p {
	margin: 8px 2%;
	line-height: 1.5em;	
}

#SignInModal .modal_content p.link {
	margin: 20px 2% 20px 2% ;
	font-weight: bold;
}

#SignUpModal .modal_content .body {
	float: left;
	text-align: left;
	width: 60%;
	padding: 0 0 20px;
}

#SignUpModal .done {
	display: none;
	margin: 30px 0 0 0;
}

#SignUpModal .done p strong {
	font-weight: bold;
}

.loading {
	margin: 20px auto;
 	background:url(img/ajax-loader.gif) no-repeat 1px;
	display:none;
	font-size: 0.875em;
	height: 28px;
	line-height: 28px;
	text-align: center;
	
}

#badmail, .mismatch {
    color: red;
    display:none;
}

/*==========SIGN UP FORM STYLES===========*/

#SignUpForm {
	text-align: right;
	width: 500px;
	margin: 30px auto 0 auto;
}

#SignUpForm fieldset {
	margin: 20px 0;
}

#SignUpForm label {
	font-weight: bold;
	margin: 0 5px;
	color: #000;
	padding-right: 50px;
	margin-right: -45px;
}

#SignUpForm input[type=text], #SignUpForm input[type=email], #SignUpForm input[type=password] {
	font-size: 1em;
	padding: 8px 5px;
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
	border: 1px solid #e2e2e2;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

#SignUpForm .custom_url input[type=text] {
	width: 162px;
}

#SignUpForm input.highlight {
	background-image: url(img/iconCaution.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#SignUpForm label.highlight {
	background-image: url(img/iconCaution.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#SignUpForm .button {
	text-align: center;
	display: block;
	width: 120px;
	margin: 30px auto 10px auto;
	background-color: #87c751;
	border: 1px solid #87ac32;
	padding: 8px 0;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #95d761), color-stop(100%, #6bb433));
	background-image: -webkit-linear-gradient(top, #95d761, #6bb433);
	background-image: -moz-linear-gradient(top, #95d761, #6bb433);
	background-image: -ms-linear-gradient(top, #95d761, #6bb433);
	background-image: -o-linear-gradient(top, #95d761, #6bb433);
	background-image: linear-gradient(top, #95d761, #6bb433);
	
	-webkit-text-shadow:  -1px -1px 1px rgba(0,0,0,0.1);
	-moz-text-shadow: -1px -1px 1px rgba(0,0,0,0.1);
	-ms-text-shadow: -1px -1px 1px rgba(0,0,0,0.1);
	-o-text-shadow: -1px -1px 1px rgba(0,0,0,0.1);
	text-shadow: -1px -1px 1px rgba(0,0,0,0.1);
	
	-webkit-box-shadow: inset 0 1px 0 0 #99d965;
	-moz-box-shadow: inset 0 1px 0 0 #99d965;
	-ms-box-shadow: inset 0 1px 0 0 #99d965;
	-o-box-shadow: inset 0 1px 0 0 #99d965;
	box-shadow: inset 0 1px 0 0 #99d965;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

#SignUpForm .button:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #87c751), color-stop(100%, #6bb433));
	background-image: -webkit-linear-gradient(top, #87c751, #6bb433);
	background-image: -moz-linear-gradient(top, #87c751, #6bb433);
	background-image: -ms-linear-gradient(top, #87c751, #6bb433);
	background-image: -o-linear-gradient(top, #87c751, #6bb433);
	background-image: linear-gradient(top, #87c751, #6bb433);
	
	-webkit-box-shadow: inset 0 1px 0 0 #87c851;
	-moz-box-shadow: inset 0 1px 0 0 #87c851;
	-ms-box-shadow: inset 0 1px 0 0 #87c851;
	-o-box-shadow: inset 0 1px 0 0 #87c851;
	box-shadow: inset 0 1px 0 0 #87c851;
}


/*-----GLOBAL MODAL CSS-----*/

.modal {
	padding: 0 0 40px;
	position: absolute;
	top: 50px;
	left: 50%;	
}

.modal .close {
	text-indent: -9999px;
	width: 32px;
	height: 32px;
	display: block;
	background-image: url(img/close.png);
	background-image: url(img/close_ret.png), none;
	background-size: 100%;
	-moz-background-size: 100% !important;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 999;
	opacity: 0.6;
	outline: none;
}

.modal .close:focus {
	outline: none;
}

.modal .close:hover {
	opacity: 1;
}

.modal .modal_frame {
	max-width: 960px;
	position: relative;
}	

.modal .modal_body {
	background-color: #fff;
	max-width: 960px;
	position: relative;
	
	border: 10px solid rgba(0,0,0,0.1);
	
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}


/*-----JQMODAL CSS-----*/

.jqmWindow {
	display: none;
}

.jqmOverlay {
	background-color: #fff;
}

/*----- More buttons----*/
div.expanded {
	display: inline-block!important;

}
div.bigshow {
	display: none;
	width: 90%;
	height: 460px;
	margin: 0 4% 2% 4%;
	padding: 1%;
	border-radius: 3px;
	text-align: left;
	background: #fff;
	-webkit-box-shadow: -1px -1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: -1px -1px 2px rgba(0,0,0,0.1);
	-ms-box-shadow: -1px -1px 2px rgba(0,0,0,0.1);
	-o-box-shadow: -1px -1px 2px rgba(0,0,0,0.1);
	box-shadow: -1px -1px 2px rgba(0,0,0,0.1);

}
div.bigshow img {
	position: absolute;
	float: left;
	padding: 0 2% 0 0;
	width:40%;
}
.bigtext {
	padding: 0 2% 14% 54%;
}
p {
	margin-bottom: 5px;
}
button {
	color: #5F5F5F !important;
	font-size: 12px;
	padding: 9px 19px;
	background: #E1E1DF url(/img/bg_btn_gray.gif) top repeat-x;
	border: 1px solid #DCDCDA;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

/* ======= MEDIA QUERIES ========== */

@media screen and (max-width: 650px) { 			/* Smartphones */
	
	header {
		padding: 17px 0 0 0;
		text-align: center;
	}
	
	header h1 {
		width: 100%;
	}
	
	header a.logo {
		position: relative;
		margin: 0 auto;
		padding: 0 0 70px 0;
		background-repeat: no-repeat;
	}
	
	header nav {
		position: absolute;
		left: 50%;
		top: 0px;
		width: auto;
	}
	
	header ul li:last-child a {
		padding: 6px 14px 6px 14px;
	}
	
	#Slideshow h2 {
		height: 22%;
		padding: 0;
		font-size: 1.2em;
		border-top: 1px solid #ddd;
		color: #323232;
		background: #fff;
		
		-webkit-text-shadow: none;
		-moz-text-shadow: none;
		-ms-text-shadow: none;
		-o-text-shadow: none;
		text-shadow: none;
	}
	
	#Slideshow #NavOverlay {
		display: none;
	}
	
	#Features #NavOverlay640 {
		display: block;
		position: relative;
		width: 100%;
		height: 50px;
		z-index: 998;
	}
	
	#SlideCaption640 {
		color: #939393;
		
		-webkit-text-shadow: 1px 1px 1px #fff;
		-moz-text-shadow: 1px 1px 1px #fff;
		-ms-text-shadow: 1px 1px 1px #fff;
		-o-text-shadow: 1px 1px 1px #fff;
		text-shadow: 1px 1px 1px #fff;
	}
	
	#SlideshowPager640 a { 
		background-image: url(img/slideshow_buttons_640.png);
	}
	
	#Features h2 {
		padding: 20px 10px 20px 10px;
	}
	
	#Features article, #Features article.odd {
		width: 92%;
		margin: 0 3% 3% 3%;
	}
	
	#Features article img {
		width: 30%;
		height: auto;
	}
	#Features article img.new {
		width: auto;
		height: auto;
	}
	
	#Features article .text_wrapper {
		padding: 2% 10% 4% 38%;
	}
	
	#Signup h2 a {
		font-size: 1em;
		width: 300px;
	
	}
	
	#Signup p {
		margin: 17px 5px 0 5px;
	
	}
	
	footer p {
		font-size: 0.75em;
		position: absolute;
		top: 75px;
		width: 100%;
		text-align: center;
		float: none;
		margin: 0;
	}
	
	footer nav {
		position: absolute;
		left: 50%;
		top: 0px;
		margin: 0 0 0 -75px;
		width: auto;
	}
	
	#Slideshow {
		background-size: auto, 1200px 450px;
		-moz-background-size:  auto, 1200px 450px !important;
	}
	
	#SignUpModal, #SignInModal {
		width: 100%;
		min-width: 288px;
		left: 0;
		margin: -50px 0 0 0;
	}
	
	#SignUpForm {
		text-align: right;
		width: 100%;
		margin: 30px auto 0 auto;
	}

	#SignUpForm fieldset {
		margin: 20px 0;
		position: relative; 
		height: 45px;
		width: 100%;
	}

	#SignUpForm label {
		display: block;
		position: absolute;
		left: 2%;
		top: 0;
		font-weight: bold;
		text-align: left;
		font-size: 1em;
		padding: 12px 7px 12px 9px;
		font-family: Arial, Helvetica, sans-serif;
		width: 90%;
		border: 1px solid #e2e2e2;
		margin: 0;
		color: #ccc;

		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
	}
	
	#SignUpForm input[type=text], #SignUpForm input[type=email], #SignUpForm input[type=password] {
		position: absolute;
		left: 2%;
		top: 0;
		padding: 10px 8px;
		border: 1px solid transparent;
		background: transparent;
		width: 90%;
	}

	#SignUpForm .custom_url {
		height: 70px;
	}

	#SignUpForm .custom_url input[type=text] {
		width: 90%;
	}
	
	#SignUpForm #Domain {
		position: absolute;
		right: 3%;
		top: 48px;
	}
	
	#badmail, .mismatch {
	    margin: 50px 0 0 0;
	}
	

}
	
@media screen and (min-width: 651px) and (max-width: 1200px) { /* 640 to 1200 */
	#Features article img {
		width: 37%;
		height: auto;
	}
	#Features article img.new {
		width: auto;
		height: auto;
	}
	#Features article .text_wrapper {
		padding: 0 2% 8% 44%;
	}
	#Slideshow {
		background-size: auto, 1200px 450px;
		-moz-background-size: auto, 1200px 450px !important;
	}
	
	#SignUpModal, #SignInModal {
		width: 640px;
		margin-left: -320px;
	}

}

@media screen and (max-width: 1200px) { 		/* 0 to 1200 */
	#Slideshow {
		background-size: auto, 1200px 450px;
		-moz-background-size: auto, 1200px 450px !important;
	}
}
