/*
Site Name: Scrip Manager V3
Version: 1.0
Date Modified: 1/15/2011
Site URL: http://www.scripmanager.com
Author: MM Web Design
Author URL: http://www.mmwebdesign.net
*/

/* 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, 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: "Ubuntu", sans-serif;
	vertical-align: baseline;
	list-style: none outside none;
}
strong {
   font-weight: bold;
}
a, a:visited{
	color:#0399CD;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
h1,h2, h3, h4, h5, h6 {
    margin: 0 0 18px;
    padding: 0;
}
h1 {
	font-size: 40px;
	line-height: 50px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
	font-weight: 500;
}
/* ############# GLOBAL ###################### */
body{
	line-height: 1.5em;
	/*line-height: 18px; */
}
header {
    background: url("../images/bg_header.png") repeat-x scroll 0 0 #0399CD;
    height: 60px;
    left: 0;
    min-width: 980px;
    overflow: hidden;
    width: 100%;
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.1);
	box-shadow: 0 5px 5px rgba(0,0,0,.1);
}
footer{
	background: #EDEDED;
	border-top: 1px solid #999999;
	color: #999999;
    display: block;
    font-size: 13px;
    line-height: 18px;
    min-width: 980px;
    padding: 20px 0;
    margin-top: 30px;
}
.wrapper
{
	width: 960px;
	padding: 0 10px;
	margin: 0 auto;
}
.left {
    float: left;
}
.right{
	float: right;
}
.center-text {
    text-align: center;
}
.sectionclear:after, .wrapper:after, .features-row:after, .clr:after, section:after{
	clear:both;
	content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
section{
	position: relative;
}
#container {
    padding: 30px 0 0;
}
#container p {
    margin-bottom: 20px;
}
.row{
margin-bottom: 50px;
position: relative;
width: 100%;
}
.gray{
	color: #555555;
}

/* ############# GRID ###################### */
.one-half{
	float: left;
	padding-bottom: 20px;
    padding-right: 30px;
    width: 460px;
}
.one-half.last{
	float: right;
	padding-bottom: 20px;
    padding-right: 0px;
    width: 460px;
}
.one-fourth {
    float: left;
    padding-bottom: 20px;
    padding-right: 20px;
    width: 222px;
}
.one-fourth.last {
    float: right;
    padding-right: 0;
    width: 220px;
}
.one-third {
    float: left;
    padding-bottom: 20px;
    padding-right: 20px;
    width: 300px;
}
.one-third.last{
	float:right;
	width: 310px;
	padding-bottom: 20px;
	padding-right: 0;
}
.two-third{
	float: left;
    padding-bottom: 20px;
    padding-right: 20px;
    width: 620px;
}

/* ############# HEADER ###################### */
#logo{
    margin: 0;
    padding: 0;
}
#logo a {
    background: url("../images/logo_sm.png") no-repeat;
    display: block;
    height: 51px;
    width: 185px;
    text-indent: -5000px;
    margin-top: 5px;
}
#header-signup {
    float: right;
    margin-top: 11px;
    margin-right: 20px;
}
/* ############# MENU NAV ###################### */
ul.nav-menu{
	float: left;
	list-style: none outside none;
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: 500;
    margin-left: 100px;
}
ul.nav-menu li{
	color: #ffffff;
	float: left;
	margin-right: 4px;
}
ul.nav-menu li a{
	color: #FFFFFF;
	list-style: none outside none;
    padding: 17px 13px 14px;
    text-decoration: none;
    display: block;
    position: relative;
}
ul.nav-menu li a:hover{
	border-bottom: 3px solid #AAE251;
}
ul.nav-menu li a.current{
	border-bottom: 3px solid #AAE251;
}
/* ############# INTRO ###################### */
#wrapper-intro {
    background: url("../images/bg_feature_home.png") no-repeat scroll center top #1D1D1D;
    position: relative;
    width: 100%;
}
#intro {
    padding: 50px 0px 30px;
}
#intro-logo {
    background: url("../images/logo_sm_intro.png") no-repeat scroll left top transparent;
    float: left;
    height: 70px;
    margin-right: 40px;
    text-indent: -9999px;
    width: 260px;
}
#intro h2 {
    color: #EFEFEF;
    float: left;
    font-size: 38px;
    font-weight: 300;
    margin-top: 26px;
	margin-left: 75px;
}
.intro-list {
    clear: left;
    color: #FFFFFF;
    float: left;
    font-size: 28px;
    font-weight: 300;
    margin: 20px 12px 0 0;
    padding: 8px 0;
    position: relative;
}
#intro-callbutton {
    clear: left;
    float: left;
    margin: 30px 10px 10px 0;
    position: relative;
}
#intro #ss-user {
    border: 10px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 10px #000000;
    height: 259px;
    margin: 0 0 0 370px;
    position: absolute;
    top: 230px;
    width: 283px;
    z-index: 777;
}
#intro #ss-admin {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 10px #000000;
    height: 353px;
    margin: 0 0 0 550px;
    position: absolute;
    top: 160px;
    width: 387px;
    z-index: 888;
}
#intro-clear{
	clear: left; 
	margin-top: 50px; 
	position: relative;
	float: left;
}
/* ############# CONTENT ###################### */
#content h2 {
    margin-bottom: 30px;
}
.divider {
    border-top: 1px solid #D9D9D9;
    clear: both;
    padding: 0 0 30px;
}
img.feature-icon {
    float: left;
    padding: 5px 13px 0 10px;
}
.features-list p {
    color: #555555;
}
#promo-divider {
    border: 1px solid #D2D2D2;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    height: 120px;
    margin: 35px 0 50px;
    overflow: hidden;
    width: 100%;
}
#promo-divider a.promo-featuretour {
    background: url("../images/promo_box_bg.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 120px;
    text-indent: -9999px;
    width: 960px;
}
#promo-divider a.promo-featuretour:hover{
	background-position:  0 -120px;
}
#home-testimonial {
    background: url("../images/quote.png") no-repeat scroll 470px top transparent;
    border-right: 1px solid #C3C2C3;
}
#home-testimonial p {
    color: #000000;
    font-size: 17px;
    font-style: italic;
    font-weight: 300;
    line-height: 32px;
    padding-right: 20px;
}
#home-testimonial p.author {
    color: #555555;
    float: right;
    margin-top: -10px;
    padding-right: 40px;
}
#home-30daytrialbox {
    background: url("../images/badge_freetrial.png") no-repeat scroll 0 0 transparent;
    height: 130px;
    margin: 0;
    width: 310px;
}
#home-30daytrialbox p.trialbadge-text {
    padding-left: 140px;
}
#price-column {
    border: 1px solid #DCDCDC;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    float: left;
    width: 350px;
}
#price-column h3 {
    /* IE10 */ 
	background-image: -ms-linear-gradient(top center, #FFFFFF 0%, #DCDCDC 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top center, #FFFFFF 0%, #DCDCDC 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top center, #FFFFFF 0%, #DCDCDC 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0, #FFFFFF), color-stop(1, #DCDCDC));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top center, #FFFFFF 0%, #DCDCDC 100%);
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top center, #FFFFFF 0%, #DCDCDC 100%);
    color: #FFFFFF;
    margin-bottom: 0;
    padding: 5px 0;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
#price-amount {
    background-color: #333333;
    color: #FFFFFF;
    font-family: Verdana;
    padding: 16px 0 12px;
    text-align: center;
}
#price-amount sup {
    font-family: Verdana;
    font-size: 16px;
    padding-right: 5px;
    position: relative;
    top: -13px;
}
#price-amount em {
    font-family: Verdana;
    font-size: 38px;
}
#price-amount span {
    font-family: Verdana;
    font-size: 18px;
}
#price-detail {
    font-size: 15px;
    padding: 20px;
}
#price-detail ul {
    padding-left: 20px;
}
#price-detail ul li {
    list-style: disc outside none;
    padding-bottom: 8px;
}
#price-signup {
    float: left;
    padding: 10px 0 0 50px;
    width: 555px;
}
#price-signup li {
    font-size: 16px;
    padding-bottom: 8px;
}
.pricing-features li {
    background: url("../images/cardicon.png") no-repeat scroll 0 4px transparent;
    font-size: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
}
.faq {
    font-weight: 500;
}
#signup-faq p {
    margin-bottom: 30px;
}
.sidebar-box {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #D9D9D9;
    border-radius: 5px 5px 5px 5px;
    line-height: 18px;
    margin-bottom: 30px;
    padding: 10px;
}
.sidebar-box ol {
    color: #0399CD;
    font-size: 22px;
    font-weight: 500;
    padding-left: 30px;
}
.sidebar-box ol li {
    list-style-type: decimal;
    padding-bottom: 15px;
    padding-left: 0;
}
.sidebar-box ol li span {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
}
.highlight-box {
    background: none repeat scroll 0 0 #FFFCD7;
    border: 1px solid #E0BB3E;
    border-radius: 5px 5px 5px 5px;
    margin: 0 0 35px;
    padding: 10px;
}
#demo ul {
    padding-left: 20px;
}
#demo ul li {
    list-style: disc outside none;
    padding-bottom: 8px;
}
#call-action-divider {
    border-top: 1px solid #D9D9D9;
    margin: 10px auto 0;
    padding: 25px 0 0;
    text-align: center;
    width: 100%;
}   
#call-action-divider .call-text {
    font-size: 24px;
    padding-top: 4px;
}
#call-action-divider a {
    margin-left: 30px;
}
#call-action-divider p {
    margin-bottom: 0px;
}
.form-step{
	background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #DDDDDD;
    font-size: 100%;
    margin: 5px auto 40px;
    padding: 7px 16px 25px 20px;
    position: relative;
    width: 700px;
}
.signup-steps{
	margin-top: 20px;
	vertical-align: middle;
}
.signup-steps p{
	float: left;
    margin: 0 15px 0 0;
}
.signup-steps span{
	color: #0399CD;
	font-size: 40px;
	
}
/* ############# FEATURE PAGE ###################### */
.dividertop {
    border-top: 1px solid #CCCCCC;
    padding-top: 20px;
}
.feature-headline {
    display: table;
    height: 60px;
    margin-bottom: 10px;
}
.feature-headline img {
    float: left;
    margin: 0 20px 0 0;
}
.feature-headline div.headline {
    display: table-cell;
    vertical-align: middle;
}
#content .feature-headline .headline h2 {
    margin-bottom: 0;
}
.features-row {
    padding-bottom: 25px;
    padding-top: 5px;
}
.features-row p{
	color: #555555;
}
#content .features-row h3 {
    margin-bottom: 10px;
}
img.left {
    float: left;
    margin: 2px 20px 16px 0;
}
.column {
    display: inline;
    float: left;
}
.col2 .column {
    width: 46%;
}
.column.last {
    float: right !important;
    margin-left: 0 !important;
}
.features-extra ul li.extra-backups {
    background: url("../images/cardicon_large.png") no-repeat scroll 0 5px transparent;
}
.features-extra ul li {
    padding-left: 60px;
    width: 240px;
}
.features-extra ul li:first-child {
    margin-bottom: 30px;
}
.features-sublist li h4{
	margin-bottom: 4px;
}
.tag{
	position: absolute;
	top: 0;
	right: 0;
	width: 93px;
	height: 87px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.tag-admin{
	background: url("../images/tag-adming.png");
}
.tag-user{
	background: url("../images/tag-user.png");
}
/* ############# SIGNUP FORM ###################### */
#form-signup dl dt {
    clear: left;
    float: left;
    margin: 2px 8px 0 0;
    padding: 0;
    position: relative;
    text-align: right;
    white-space: nowrap;
    width: 135px;
}
#form-signup dl dd {
    margin-bottom: 8px;
}
textarea, input, select {
    background-color: #FFFFFF;
    border: 2px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    color: #666666;
    font-family: "Lucida Grande","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    font-size: 1.1em;
    margin-left: 5px;
    padding: 4px;
}
#form-signup textarea, input, select {
    background-color: #FFFFFF;
    border: 2px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    color: #666666;
    font-family: "Lucida Grande","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    font-size: 1.1em;
    margin-left: 5px;
    padding: 4px;
}
#btn-signup{
	margin: 40px 0 10px 190px;
}

/* ############# FOOTER ###################### */
footer h5 {
    color: #777777;
    font-weight: 500;
    margin-bottom: 10px;
}
footer a, footer a:visited{
	color: #999999;
	text-decoration: none;
}
footer a:hover {
	color:#0399CD;
	text-decoration: underline;
}
footer li {
    padding-bottom: 7px;
}
ul.socials li {
    float: left;
    height: 32px;
    margin-right: 10px;
    padding-bottom: 10px;
    width: 32px;
    text-indent: -999px;
}
ul.socials li a{
	background: url("../images/socials.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 32px;
    text-indent: -5000px;
    width: 32px;
}
ul.socials li a.twitter {
    background-position: 0 0;  
}
ul.socials li a.twitter:hover {
    background-position: -32px 0; 
}
ul.socials li a.facebook {
    background-position: 0 -33px;  
}
ul.socials li a.facebook:hover {
    background-position: -32px -33px; 
}
ul.socials li a.rss {
    background-position: 0 -33px;
}
ul.socials li a.rss:hover {
    background-position: -32px -33px;
}
/* ############# BUTTONS ###################### */
.btn, a.btn {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    /* IE10 */ 
	background-image: -ms-linear-gradient(top center, #AAE251 0%, #63BC46 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top center, #AAE251 0%, #63BC46 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top center, #AAE251 0%, #63BC46 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0, #AAE251), color-stop(1, #63BC46));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top center, #AAE251 0%, #63BC46 100%);
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top center, #AAE251 0%, #63BC46 100%);
    border-color: #D1FB8E #AAE251 #AAE251;
    border-left: 1px solid #AAE251;
    border-radius: 3px 3px 3px 3px;
    border-right: 1px solid #AAE251;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 1, 0.3);
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    padding: 13px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px #385B01;
    text-transform: uppercase;
}
.btn:hover, a.btn:hover {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    /* IE10 */ 
	background-image: -ms-linear-gradient(top center, #B5EB60 0%, #76B317 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top center, #B5EB60 0%, #76B317 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top center, #B5EB60 0%, #76B317 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0, #B5EB60), color-stop(1, #76B317));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top center, #B5EB60 0%, #76B317 100%);
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top center, #B5EB60 0%, #76B317 100%);
    border-color: #E0FFAF #84C026 #84C026;
    border-left: 1px solid #84C026;
    border-right: 1px solid #84C026;
    border-style: solid;
    border-width: 1px;
    text-shadow: 0 1px 1px #385B01;
}
#btn-header-signup {
    font-weight: 500;
    padding: 6px 15px 6px;
}


/*Word Press Blog Date */
.entry-date {
	color: #bbb;
	font-size: 90%;
}
#content h2.entry-title {
 margin-bottom: 5px;
}


/*Support Center */
.kbrating, .kbinfo, .kbcontents p, li, a, strong{
	font-family: Verdana;
}
.kbcontents li {
	list-style: decimal inside;
	padding-left: 10px;
}
.kbcontents ol {
	margin-bottom: 20px;
}
.kbcontents {
	padding: 10px;
}
