
@charset "utf-8";
/* CSS Document: FastSpring.com Home */
/* Reset styles in styles-normalize.css */

/* HTML */
body {
    font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
    font-size: 15px;
    font-weight: 400;
    background: #fff url('/images/backgrounds/paper_fibers.png') repeat fixed;
    color: #333;
    padding: 0;
    margin: 10px 0;
}
strong {
    font-weight: 600;
    letter-spacing: .03em;
}
a {
    outline: 0;
}
a:active, a:focus {
    outline: none;
}
a:link {
    color: #F28025;
    text-decoration: underline;
    -webkit-transition: color 1s linear;
    -moz-transition: color 1s linear;
}
a:visited {
    color: #f57d00;
    text-decoration: none;
    -webkit-transition: color 1s linear;
    -moz-transition: color 1s linear;
}
a:hover {
    color: #0000cd !important;
    text-decoration: none;
}

p {
    font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
    margin: .6em 0;
    line-height: 1.4em;
}
p2 {
    font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
    margin: .6em 0;
    font-size: 14px;
    color: #C8C8C8;
    line-height: 1.4em;
}
p3 {
    font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
    margin: .6em 0;
    font-size: 12px;
    color: #eeeeee;
    line-height: 2.0em;
}

ul {
    margin: .5em 0 .5em 2em;
    padding: 0 0 0 12px;
    list-style: outside;
    list-style-image: url('images/icons/bullet-new.gif');
    line-height: 1.6em;
}
h1, h2, h3, h4 {
    font-family: "museo-slab-1", "museo-slab-2", "proxima-nova-1", "proxima-nova-2", sans-serif;
    font-weight: 300;
    line-height: 1.2em;
}
h1 {
    font-size: 20px;
    color: #555;
    padding: 0px;
    margin: 10px 0 20px 0;
    letter-spacing: 1px;
    font-weight: 300;
}
h2 {
    font-size: 20px;
    color: #F28025;
    margin: 14px 0 0 0;
    font-weight: 300;
    padding-top: 0px;
    text-shadow: 1px 1px 1px #fff;
}
h2.first {
    margin-top: 0;
}
h3 {
    font-size: 18px;
    margin: 15px 0 -2px 0;
    color: #555;
    font-weight: 300;
}
h4 {
    font-size: 15px;
    margin: 14px 0 2px 0;
    color: #555;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px #fff;
    font-weight: 300;
}
h8 {
    font-size: 14px;
    margin: 15px 0 -2px 0;
    color: #f2f516;
    font-weight: 300;
}
/* WRAPPER */
#wrapper {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 30px !important;
}
/* BRANDING */
#branding {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 1000px;
}
#brandfloat {
    float: right;
    margin-top: 10px;
    text-align: right;
    margin-bottom: 0;/* margin-right: 75px; */
}
#brandfloat p.login {
    margin-bottom: 16px;
}
#brandfloat a:link {
    padding: 4px;
    border: 1px orange solid;
    text-decoration: none;
    color: #777;
    background: #fff url('images/backgrounds/login-tile.gif') repeat-x;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#brandfloat a:hover {
    background: orange;
    color: #fff !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px #555 solid;
    /* override color transition just on hover, retain smooth mouse out transition */
    -webkit-transition: color 0s linear;
    -moz-transition: color 0s linear;
    -o-transition: color 0s linear;
    transition: color 0s linear;
}
#brandfloat a.link-normal:link, #brandfloat a.link-normal:visited {
    padding: 0;
    border: none;
    text-decoration: none;
    background: none;
    background-image: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

/* NAVIGATION */
.menu-container {
    clear: both;
    height: 36px;
    width: 1000px;
    margin: 12px auto;
    padding: 0;
    list-style-type: none;
    /* does this determine radius or is it at the li a level? */
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 1px 2px #aaa;
    -webkit-box-shadow: 0 1px 2px #aaa;
    box-shadow: 0 1px 2px #aaa;
}
.menu-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
    line-height: 1em;
}
.menu-container li {
    list-style-image: none;
    width: 142px;
    float: left;
    cursor: pointer;
    text-align: center;
    position: relative;
    z-index: 99;
    margin: 0;
    padding: 0;
}
.menu-container li.first a.main-nav {
    -moz-border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
}
.menu-container li.last a.main-nav {
    -moz-border-radius: 0 8px 8px 0;
    -webkit-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
}
.menu-container li a.main-nav, .menu-container li a.main-nav:link, .menu-container li a.main-nav:visited {
    height: 36px;
    display: block;
    background: #7d7e7d;
    background-image: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d7e7d), color-stop(100%, #0e0e0e)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #7d7e7d 0%, #0e0e0e 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0 ); /* IE6-9 */
    border: 1px #333 solid;
    font-size: 15px;
    font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
    line-height: 34px;
    color: #ebebeb;
    font-weight: 400;
    text-shadow: 1px 1px 2px #000;
    text-decoration: none;
    letter-spacing: 1px;
    -webkit-transition: color .5s linear;
    -moz-transition: color .5s linear;
    -o-transition: color .5s linear;
    transition: color .5s linear;   
}
/* TODO: figure out why these need important */
.menu-container li a.main-nav:hover {
    background: #f2f5f6; /* Old browsers */
    background: -moz-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f5f6), color-stop(37%, #e3eaed), color-stop(100%, #c8d7dc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc', GradientType=0 ); /* IE6-9 */
    color: #000 !important;
    border: 1px #aaa solid;
    letter-spacing: 1px;
}
.grey-top ul.menu-container li a.selected-cat, .wrapper ul.menu-container li a.selected-cat, .menu-container ul.menu-container li a.selected-cat, .menu-container li a.main-nav:hover {
    background-position: 0 -108px;
    color: #6b6b6b;
    text-shadow: 0 1px 2px #fff;
}
.menu-container li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 38px;
    width: 220px;
    border: 1px solid #aaa;
    border-top: none;
    background: #efefef;
    padding: 8px 1px;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    -moz-box-shadow: 0 1px 0 #ccc;
    -webkit-box-shadow: 0 1px 0 #ccc;
    box-shadow: 0 1px 0 #ccc;
    z-index: 200;
    list-style: none !important;
    margin: 0 !important;
}
.menu-container li.last ul {
    left: auto;
    right: 0;
    -moz-border-radius: 0 8px 8px 8px;
    -webkit-border-radius: 0 8px 8px 8px;
    -o-border-radius: 0 8px 8px 8px;
    border-radius: 0 8px 8px 8px;
}
.menu-container li:hover ul {
    display: block;
}
.menu-container li ul li, .menu-container li ul li.last {
    position: static;
    width: 220px;
    list-style: none !important;
    margin: 0 !important;
}
.menu-container li ul li a {
    display: block;
    height: 19px;
    line-height: 19px;
    padding-top: 3px;
    text-align: left;
    padding-left: 15px;
    border-bottom: 1px solid #dadada;
    font-weight: normal;
    font-size: 14px;
    font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
    color: #444 !important;
    text-decoration: none !important;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}
.menu-container li ul li.last a {
    border: 0;
}
.menu-container li ul li a:hover {
    color: #222 !important;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f3f3f3), color-stop(51%, #ededed), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
}
/* END NAV */

/* ANIMATION */
#anim {
    margin: 0 auto;
    margin-top: 30px;
    width: 1000px;
    height: 250px;
}
/* BANNER TEXT */
h1.banner {
    width: 680px;
    margin: 0 auto;
    margin-top: 30px;
    color: #333;
    font-weight: normal;
    font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
    font-size: 20px;
    text-align: center;
    line-height: 1.3em;
    letter-spacing: 1px;
    text-shadow: 2px 2px 1px #fff;
}
/* CONTENT */
#contentwrapper {
    margin: 10px auto;
    clear: both;
    margin-bottom: 30px;
    width: 1000px;
}
/* signup button caption/tagline */
.signup-tag {
    text-align: center;
    font-size: 14px;
    color: #f57d00;
    text-transform: uppercase;
    margin-top: 6px;
    text-shadow: 1px 1px 1px #fff;
}
a.nou:link, a.nou:visited {
    text-decoration: none;
    text-shadow: 1px 1px 1px #fff;
    transition: color .2s linear;
}
a.nou:hover {
    transition: color .2s linear;
    text-shadow: 1px 1px 1px #fff;
}
a.btn-success:link, a.btn-success:visited, a.btn-success:hover {
    font-weight: 600 !important;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px #444 !important;
}
a.btn-success:hover {
    text-shadow: 2px 2px 2px #000 !important;
}
/* MAIN COLUMN */
#content {
    margin-top: 10px;
    float: left;
    width: 650px;
    margin-bottom: 20px;
}
#content2 {
    margin-top: 10px;
    float: left;
    width: 1000px;
    margin-bottom: 20px;
}

/* SIDEBAR */
#sidebar {
    width: 300px;
    float: right;
    margin-top: 10px;
    margin-bottom: 30px;
    background: #fafafa url('images/backgrounds/boxedge4.jpg') top no-repeat;
    padding: 10px 10px 10px 14px;
    border: 1px #999 solid;
    -moz-box-shadow: 5px 5px 6px #bbb;
    -webkit-box-shadow: 5px 5px 6px #bbb;
    box-shadow: 5px 5px 6px #bbb;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#sidebarleft {
    width: 300px;
    float: left;
    margin-top: 10px;
    margin-bottom: 30px;
    background: #fafafa url('images/backgrounds/boxedge4.jpg') top no-repeat;
    padding: 10px 10px 10px 14px;
    border: 1px #999 solid;
    -moz-box-shadow: 5px 5px 6px #bbb;
    -webkit-box-shadow: 5px 5px 6px #bbb;
    box-shadow: 5px 5px 6px #bbb;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}





#sidebar p {
    margin-bottom: 0 !important;
    font-family: cronos-pro-1, chronos-pro-2, sans-serif;
    font-weight: 400;
    line-height: 1.4em;
    font-size: 15px !important;
}
#sidebar p.initial {
    margin-top: 15px;
}
#sidebar h3 {
    font-size: 17px;
    margin: 14px 0 2px 0;
    color: #555;
}
#sidebar #leadnews {
    padding: 10px;
    background: #fafafa;
    border: 1px #aaa solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-right: 4px;
}
#sidebar p.leadquote {
    margin: 0 0 0 0;
    font-size: 16px !important;
    line-height: 1.2em;
    padding: 0px 4px;
}
#sidebar .quote {
    padding: 6px 10px;
    margin: 18px 4px 18px 0;
    background: #fafafa;
    border: 1px orange solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#sidebar .quote p {
    margin-top: 4px;
}
.source {
    color: #777 !important;
    letter-spacing: 1px;
    font-size: 14px !important;
}
#sidebar div.line {
    padding: 0;
    margin: 0 auto;
    height: 2px;
    /* width: 120px; */
    text-align: center;
    border-bottom: 1px orange dotted;
    margin-top: -4px;
    margin-bottom: -4px;
}
#sidebar a:link {
    text-decoration: none;
}
/* jquery cycle anim */
.slideshow {
    height: 110px;
    width: 210px;
    margin: 10px auto;
    text-align: center;
}
.slideshow img {
    padding: 0px;
    border: none;
}
.browsehappy {
    margin: 1em 0 1em 0;
    background: #eee;
    color: #000;
    padding: 0.4em;
}
/* FOOTER */
#footer {
    clear: both;
    margin: 0 auto;
    width: 1000px;
    background: #364245;  /* url('images/backgrounds/bg_footer.png') no-repeat; */
    text-align: center;
    padding: 20px;
    border: 1px #444 solid;
    font-size: 14px;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    -moz-box-shadow: 5px 5px 8px #bbb;
    -webkit-box-shadow: 5px 5px 8px #bbb;
    -o-box-shadow: 5px 5px 8px #bbb;
    box-shadow: 5px 5px 6px #bbb;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
#footer p, #footer div {
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px !important;
    text-shadow: 1px 1px 2px #666;
    text-align: center;
}
#footer q, #footer div {
    color: #fff;
    letter-spacing: 1px;
    font-size: 12px !important;
    text-shadow: 1px 1px 2px #666;
    text-align: left;
}
#footer a:link, #footer a:visited {
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000;
    -webkit-transition: color .5s linear;
    -moz-transition: color .5s linear;
    -o-transition: color .5s linear;
    transition: color .5s linear;
}
#footer a:hover {
    color: #fff !important;
    text-decoration: underline;
    -webkit-transition: color .5s linear;
    -moz-transition: color .5s linear;
    -o-transition: color .5s linear;
    transition: color .5s linear;
}
/* PLACEMENT STYLES, FLOATS AND CLEARS */
.hide {
    display: none;
}
.c {
    text-align: center;
}
.fr {
    float: right;
    margin: 0 0 0 20px;
}
.fl {
    float: left;
    margin: 0px 20px 0 0;
}
.cb {
    clear: both;
}
.cl {
    clear: left;
}
.cr {
    clear: right;
}
.mt {
    margin-top: 20px;
}
.mt12 {
    margin-top: 12px;
}
.mb {
    margin-bottom: 20px;
}
.ml {
    margin-left: 20px;
}
.mr {
    margin-right: 20px;
}
img {
    border: none;
}
a img {
    outline: none;
}
a {
    outline: none;
}
.ls {
    letter-spacing: 1px;
}
.capbox {
	background-color: #FFFFFF;
	border: #FFFFFF 0px solid;
	border-width: 0px 12px 0px 0px;
	display: inline-block;
	*display: inline; zoom: 1; /* FOR IE7-8 */
	padding: 8px 40px 8px 8px;
	}

.capbox-inner {
	font: bold 11px arial, sans-serif;
	color: #000000;
	background-color: #c7c9c5;
	margin: 5px auto 0px auto;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

#CaptchaDiv {
	font: bold 17px verdana, arial, sans-serif;
	font-style: italic;
	color: #7c7c7c;
	background-color: #c7c7c7;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

#CaptchaInput { margin: 1px 0px 1px 0px; width: 135px; }