OptimizePress Blog - Can't Increase Font Size

2 replies
  • WEB DESIGN
  • |
Dudes,

This has been driving me crazy - I'm trying to be productive and get things done rather than read WF all day but this issue has me KILLING time right now.

I'm trying to increase the size of the body text on all pages on my blog. I am using the blog template thats standard with OP and I was trying to amend this stylesheet:

Code:
@charset "UTF-8";
/* CSS Document */

body{
    background: #efefef;
    background-repeat:repeat-x;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font: 0.75em/160% Helvetica, Arial, Verdana, sans-serif;
}

.aclear{clear:both;}



/*New Blog Codes */

.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}

.pagination a:hover{
color:#fff;
background: #3279BB;
}

.pagination .current{
padding:6px 9px 5px 9px;
background: #3279BB;
color:#fff;
}

.postinfoheader{padding-bottom:0px;}

#blogfooter{width:1005px;height:43px;background-image:url(images/blogfooter.png);margin:0px auto;}


#wrapper{width:1005px;margin:0px auto;}

#wrapper2{width:1005px;margin:0px auto;background-image:url(images/blogbk.png);}

#innerwrapper{margin:0px auto;width:977px;}

#header{width:977px;background-image:url(images/header.jpg);height:170px;margin:0px auto;}
#navbar{height:48px;width:977px;margin:0px auto;}

#blogmain{float:left;width:640px;padding-left:35px;padding-top:5px;padding-bottom:15px;}

#launchbk{width:860px !important;padding-left:50px;padding-right:50px;padding-top:20px !important;padding-bottom:15px;}

#blogsidebar{float:left;width:260px;padding-left:10px;padding-right:30px;margin-top:15px;}

#blogsidebar p{padding:10px 0;color:#404040;}

.page-title{padding-top:25px;}

.postcontent{padding-top:33px;padding-bottom:14px;border-bottom:1px solid #ececec;}

.postcontent:first-child{padding-top:25px;padding-bottom:14px;border-bottom:1px solid #ececec;}

/* Blog Content List Styles */

.postcontent ul li, .postcontent ol li{
    color:#444444;
    font-family: inherit;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 8px;
    padding-top: 4px;
}

.postcontent ul li:first-child, .postcontent ol li:first-child, {padding-top: 0px;}

.postcontent ul{margin-left:20px;}

.postcontent ol{margin-left:30px;}

.postcontent ul li, .postcontent ol li {
    color:#444444;
    font-family: inherit;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 8px;
    padding-top: 4px;
}

.postcontent ul li:first-child, .postcontent ol li:first-child {padding-top: 0px;}



.postpic{float:left;width:170px;}
.postinfo{float:left;width:445px;}

.postinfo h2{font-size:25px !important;letter-spacing:-1px !important;line-height:28px !important;margin-top:0px !important;color:#010101;padding-top:0px;}

.postinfo h2 a{text-decoration:none;color:#010101;}

.postinfo p{font-size:14px !important;color:#444444;line-height:21px;margin-top:0px;margin-bottom:0px;padding:10px 0 !important;}

.readmoreicon{height:16px;width:16px;background-image:url(images/control_play.png);float:left;}
.readmorelink{height:16px;padding-left:5px;float:left;width:120px;font-size:13px;font-weight:bold;font-family:helvetica,arial,sans-serif;}

.commentsicon{height:16px;width:16px;background-image:url(images/comments.png);float:left;}
.commentslink{height:16px;padding-left:7px;float:left;width:100px;font-size:13px;font-weight:bold;font-family:helvetica,arial,sans-serif;}

.commentslink a{text-decoration:none;color:#666666;}
.readmorelink a{text-decoration:none;}

.postbar{height:25px;padding-top:15px;}


#blog_post .entry-content p{padding:10px 0 !important;}
#blog_post .entry-content p:first-child{padding-top:0px !important;padding-bottom:10px !important;}
#blog_post .entry-content{color:#404040;font-size:14px;line-height:21px;}
#blog_post .entry-content h1{font-weight:normal;font-size:27px;line-height:27px;}
#blog_post .entry-content h2{font-weight:normal;font-size:23px;line-height:23px;}
#blog_post .entry-content h3{font-weight:normal;font-size:19px;line-height:19px;}


.entry-content ul{margin-left: 30px;}

/* Sidebar Form Content */

form .text {
background:#f6f6f6 none repeat scroll 0 0;
border:2px solid #999999;
color:#202020;
font-size:20px;
margin-bottom:6px;
padding-top:10px;
padding-bottom:10px;
padding-left:12px;
width:285px;

}




input, textarea {
-x-system-font:none;
color:#000000;
font-family:Arial,Helvetica,Sans-Serif;
font-size:15px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;

}



/* Footer Content */

#footer{height:91px;}

#footer-inside{width:950px;padding-top:10px;margin:0px auto;font-family:Arial, Helvetica, sans-serif;color:#888888;font-size:13px;}

#footer-inside a{text-decoration:none;color:#888888;}

.footer-left{text-align:center;padding-top:8px;}

.footer-right{text-align:center;padding-top:5px;}


.footer-right ul{margin:0px;padding:0px;}

.footer-right a{color:#888888;text-decoration:none;font-weight:normal;}

.footer-right li:first-child  {border-left:0px solid #c0c0c0;padding-left:0px;}

.footer-right li:first-child a {border-left:0px solid #c0c0c0;padding-left:0px;}

.footer-right li {color:#888888;
border-left:1px solid #c0c0c0;
display:inline;
font-size:13px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding-left:10px;
padding-right:10px;
padding-top:0px;
padding-bottom:0px;
}





.launchcommentspic a{color:#636363;text-decoration:none;}

.inputcomments{color:#494949;border:1px solid #c7c7c7;padding:5px;font-size:13px;width:580px;}

#fbcomments {padding-top:10px;padding-bottom:10px;}

.commentswidth { width:470px; }

.commenttitle{float:left;width:500px;font-size:16px;padding-top:5px;}

.commenttitle2{float:left;padding-top:5px;width:620px;}




/*NEW NAVBAR*/


#blognavbar{width:100%;height:48px;padding-top:0px;margin:0px auto;}

#blognavbarbk{width:100%;padding-top:0px;height:48px;
background: #efefef;
    background-image: -moz-linear-gradient(100% 100% 90deg, #bcbcbc, #f1f1f1);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1f1f1), to(#bcbcbc));
    border-bottom:2px solid #666;margin-top:0px;margin-bottom:0px;margin-left:0px auto;margin-right:0px auto;
}



#access {
    display: block;
    float: left;
    width: 100%;
    padding-left:15px;
    margin: 0 auto;
    padding-right:15px;
    
}
#access .menu-header,
div.menu {
    
    font-size: 14px;
    padding-left:0px;
    width:990px;
}
#access .menu-header ul,
div.menu ul {
    
    list-style: none;
    margin: 0;
    border:0px;
    background:#999999;
    
}

#access .menu-header li,
div.menu li {
    float: left;
    position: relative;
    border:0px;
    padding:0px;
}

/* Main Menu Font - Link Selectors */

#access a {
    color:#333333;
    display: block;
    line-height: 48px;
    padding: 0 15px;
    text-decoration: none;
    font-weight:bold;
    text-shadow:0 1px 0 #f1f1f1;
    

}

#access ul ul {
    border:0px;
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    float: left;
    z-index: 99999;
    padding-left:0px;margin-left:0px;
    background:#999999;}


#access ul ul li {
    padding:0px;
    margin:0px;
    width:250px;
    color:#ffffff;
    
    

    
}
#access ul ul ul {
    left: 100%;
    top: 0;
    padding:0px;
    margin:0px;
    
    
    
}



/* Sub-menu Background */
#access ul ul a {
    background:#999999;
    margin:0px;
    height: auto;
    padding-left:20px;
    padding-top:0px;
    padding-bottom:0px;
    padding-right:10px;
    color: #fff;
    background-image: -moz-linear-gradient(100% 100% 90deg, #555555, #939393);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#939393), to(#555555));
    text-shadow:0 1px 0 #333333;
    
    
    
}


/* Menu And Sub-menu background color select (ON HOVER)  */
#access li:hover > a,
#access ul ul :hover > a {
    background: #999999;
    color: #010101;
    background-image: -moz-linear-gradient(100% 100% 90deg, #999999, #efefef);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efefef), to(#999999));
    text-shadow:0 1px 0 #f1f1f1;
    
}
#access ul li:hover > ul {
    display: block;
    padding:0px;
    margin:0px;
    color: #fff;
    background:#999999;
    
    
}

/* main bar current item selector */

#access ul li.current_page_item > a {
}


#access ul li.current-menu-item > a{
font-size:14px;
padding:0 15px;
}

#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-parent > a {
padding:0 15px;
}



#access ul li.current-menu-ancestor > a:hover,
#access ul li.current-menu-parent > a:hover {
    font-weight:bold;
    color:#fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
{    color: #fff;padding:0px;}


* html #access ul li a:hover {
    color: #999999;
}




.button {
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em; 
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

/* gray */
.gray {
    color: #e9e9e9;
    border: solid 1px #555;
    background: #6e6e6e;
    background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
    background: -moz-linear-gradient(top,  #888,  #575757);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
    background: #616161;
    background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
    background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
    color: #afafaf;
    background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
    background: -moz-linear-gradient(top,  #575757,  #888);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}


.commenttitle h2{margin-top:0px;font-size:1.4em;line-height:1.4em !important;color:#222222;letter-spacing:-0.04em;font-weight:normal;margin-bottom:5px;}

.commenttitle2 h2{margin-top:0px;font-size:1.6em;line-height:1.4em !important;color:#222222;letter-spacing:-0.04em;font-weight:normal;margin-bottom:5px;border-bottom:1px solid #dfdfdf;padding-bottom:2px;margin-bottom:14px;}

.widget_categories ul{margin-left:0px;padding-left:0px;
background:none repeat scroll 0 0 #fafafa;
border:1px solid #DDDDDD;
padding:5px 20px;margin-top:2px;}

.blogroll {margin-left:0px;padding-left:0px;
background:none repeat scroll 0 0 #fafafa;
border:1px solid #DDDDDD;
padding:5px 20px;margin-top:2px;}

.blogroll li{
border-bottom:1px dotted #CCCCCC;
font-size:13px;
list-style:none outside none !important;
margin:0;
padding:10px 0;    
    }
    
.blogroll li:last-child{
border-bottom:none;
    }
    
    .widget_archive ul{margin-left:0px;padding-left:0px;
background:none repeat scroll 0 0 #fafafa;
border:1px solid #DDDDDD;
padding:5px 20px;margin-top:2px;}
    
    
.widget_archive .cat_item{
border-bottom:1px dotted #CCCCCC;
font-size:13px;
list-style:none outside none !important;
margin:0;
padding:10px 0;    
    }
    
    .widget_archive .cat_item:last-child{
border-bottom:none;    
    }

.widget_archive li{
border-bottom:1px dotted #CCCCCC;
font-size:13px;
list-style:none outside none !important;
margin:0;
padding:10px 0;    
    }
    
    .widget_archive li:last-child{
border-bottom:none;    
    }
    

.widget_categories .cat_item{
border-bottom:1px dotted #CCCCCC;
font-size:13px;
list-style:none outside none !important;
margin:0;
padding:10px 0;    
    }
    
    .widget_categories .cat_item:last-child{
border-bottom:none;    
    }

.widget_categories li{
border-bottom:1px dotted #CCCCCC;
font-size:13px;
list-style:none outside none !important;
margin:0;
padding:10px 0;    
    }
    
    .widget_categories li:last-child{
border-bottom:none;    
    }

.widget_pages ul{margin-left:0px;padding-left:0px;
background:none repeat scroll 0 0 #fafafa;
border:1px solid #DDDDDD;
padding:5px 20px;margin-top:2px;

}

.widget_pages .page_item{
border-bottom:1px dotted #CCCCCC;
font-size:13px;
list-style:none outside none !important;
margin:0;
padding:10px 0;    
    }
    
    .widget_pages .page_item:last-child{
border-bottom:none;    
    }
    
    
    


.widget_recent_entries ul{margin-left:0px;padding-left:0px;
background:none repeat scroll 0 0 #fafafa;
border:1px solid #DDDDDD;
padding:5px 20px;margin-top:2px;}

.widget_recent_entries li{
border-bottom:1px dotted #CCCCCC;
font-size:13px;
list-style:none outside none !important;
margin:0;
padding:10px 0;    
    }
    
    .widget_recent_entries li:last-child{
border-bottom:none;    
    }
    
/*Code for commments in blog sidebar*/    

.widget_recent_comments ul{margin-left:0px;padding-left:0px;
background:none repeat scroll 0 0 #fafafa;
border:1px solid #DDDDDD;
padding:5px 20px;margin-top:2px;}

.widget_recent_comments li{
border-bottom:1px dotted #CCCCCC;
font-size:13px;
list-style:none outside none !important;
margin:0;
padding:10px 0;    
    }
    
    .widget_recent_comments li:last-child{
border-bottom:none;    
    }    
    
    

.widgettitle{font-size:20px;font-weight:normal;color:#333333;line-height:26px;margin-top:5px;}

#searchform input{width:240px;border:1px solid #CCC;padding-left:0px;padding-top:5px;padding-bottom:5px;padding-right:0px;}

#searchsubmit{padding:10px;margin-top:5px;width:260px;}

#blog_post{width:620px;padding-top:5px;}

#blog_post .entry-title{font-size:30px;letter-spacing:-0.5px;line-height:33px;margin-bottom:5px;margin-top:5px;}



#blog_post .entry-content ul li{margin-bottom:8px;}
#blog_post .entry-content ol li{margin-bottom:8px;}


.entry-content ol {
    margin-left: 30px;
}

#blog_post .post-picture{-moz-border-radius:3px 3px 3px 3px;
background-color:#EEEEEE;
background-position:left bottom;
background-repeat:repeat-x;
border-color:#DDDDDD #DDDDDD #E5E5E5;
border-style:solid;
border-width:1px;
float:right;
margin-left:20px;
margin-bottom:20px;
padding:6px;
margin-top:10px;}

#commentsbox {padding-top:10px;}

#commentsbox ol{list-style:none;margin-left:0px;padding-left:0px;}

#commentsbox ol li{list-style:none;margin-left:0px;padding-left:0px;}


#commentsbox li{list-style:none;font-family:helvetica,arial,sans-serif;font-size:13px;color:#5c5c5c;min-height:130px;border-bottom:1px solid #e4e4e4;padding-bottom:10px;padding-top:15px;}

#commentsbox li:first-child{border-top:1px solid #e4e4e4;}

#commentsbox li:last-child{border-bottom:0px;}

#commentsbox li p{font-family:helvetica,arial,sans-serif;font-size:13px;color:#5c5c5c;line-height:21px;margin-top:0;}


#commentsbox ol{padding-left:0px;margin-left:0px;}

#commentsbox img{border:3px solid #e4e4e4;}

.launchcommentspic{float:left;width:110px;height:100px;font-size:12px;color:#929292;}

#commentsbox textarea{width:580px;border:1px solid #c7c7c7;padding:5px;font-size:13px;color:#494949;}

#commentsbox input{}

#commentsbox h2{width:545px;border-bottom:1px solid #dfdfdf;padding-bottom:2px;}

#commentsbox2 h2{width:545px;border-bottom:1px solid #dfdfdf;padding-bottom:2px;}

.post-meta{border-bottom:2px solid #D9D9D9;
margin-bottom:10px;
overflow:visible;
padding-bottom:0px;
height:33px;}

.divide{margin-left:5px;margin-right:5px;}

.post-people{color:#999999 !important;
float:left;
font-size:13px !important;}

.share-buttons{float:right;
padding-bottom:10px;}

.facebookshare{position:relative;float:left;}
.twittershare{position:relative;float:left;padding-right:5px;}


#launchcommentslink{padding-left:10px;height:81px;padding-top:20px;}

#launchcommentsarrow{height:81px;width:108px;background-image:url(images/commentsarrow-red.gif);float:left;}

#launchcommentstext{width:600px;font-size:25px;color:#b10000;float:left;padding-left:10px;}

#launchcommentsblock h2{width:550px;border-bottom:1px solid #dfdfdf;padding-bottom:2px;}


#launchcommentsblock{padding-right:30px;float:left;min-height:10px;}

#launchcommentsblock li{list-style:none;font-family:helvetica,arial,sans-serif;font-size:13px;color:#5c5c5c;min-height:130px;border-bottom:1px solid #e4e4e4;padding-bottom:10px !important;padding-top:15px !important;}

#launchcommentsblock li:first-child{border-top:1px solid #e4e4e4;}

#launchcommentsblock li:last-child{border-bottom:0px;}

#launchcommentsblock li p{font-family:helvetica,arial,sans-serif;font-size:13px;color:#5c5c5c;line-height:21px;}


#launchcommentsblock ol{padding-left:0px;margin-left:0px;}

#launchcommentsblock img{border:3px solid #e4e4e4;}

.launchcommentspic{float:left;width:110px;height:100px;font-size:12px;color:#929292;}

#launchcommentsblock textarea{width:580px;border:1px solid #c7c7c7;padding:5px;font-size:13px;color:#494949;}

#launchcommentsblock input{}

.launchcommentspic a{color:#636363;text-decoration:none;}

.inputcomments{color:#494949;border:1px solid #c7c7c7;padding:5px;font-size:13px;}
Firstly, is this the right CSS file and if so what do I need to change? There is a typography CSS file which is this:

Code:
@charset "UTF-8";

.aclear{clear:both;}

* {
    margin: 0;
    padding: 0;
}
body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5 {
    padding: 10px 0;
}

blockquote {
    margin: 1em 3em;
    color: #999;
    border-left: 2px solid #999;
    padding-left: 1em; }

#launchcommentsblock li p {color: #5C5C5C;font-family: Helvetica,Arial,sans-serif;font-size: 13px;line-height: 21px;margin-top: 0;padding-bottom:10px;
}

#launchbk h1 {line-height:1.1em !important;}
#launchbk h2 {line-height:1.25em !important;}
#launchbk h3 {line-height:1.3em !important;}

/* Styles for Sales & Launch Headlines */

#launchbk .launchtopheadline{line-height:1.1em !important;}
#launchbk .sales-postheadline{line-height:1.2em !important;}
#launchbk .sales-preheadline{line-height:1.2em !important;}

.sales-preheadline{color:#303030;font-size:18px;text-align:center;padding-bottom:0px;padding-top:0px;padding-bottom:9px;margin:0px;margin:0px auto;width:90%;font-weight:normal;}
.sales-postheadline{color:#303030;font-size:22px;text-align:center;width:90%;margin:0px auto;padding-bottom:9px;padding-top:0px; font-weight:bold;letter-spacing:-1px;}

.launchtopheadline{color:#b10000;font-size:36px;text-align:center;width:90%;margin:0px auto;padding-bottom:9px;padding-top:0px;}
.launchbottomheadline{color:#b10000;font-size:36px;line-height:40px;text-align:center;width:90%;margin:0px auto;letter-spacing:-1px;padding-top:15px;padding-bottom:10px;}

/*  #launchbk h2{margin-top:0px;font-size:1.52em;line-height:1.52em;color:#222222;letter-spacing:-0.04em;font-weight:normal;margin-bottom:12px;}  */

#launchbk p{margin-top:0px;font-size:15px;line-height:22px;}

.commenticon{background-image:url(images/talkicon.png);background-repeat:no-repeat;width:55px;height:55px;float:left;}

.commenttitle h2 {
    color: #222222;
    font-size: 21px;
    font-weight: normal;
    letter-spacing: -0.04em;
    line-height: 1.4em !important;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-top:3px;
}

#launch1left p{padding: 10px 0;font-size:14px;}


#launch1left ol{
    font-size:14px;margin-left:40px;}
    
    #launch1left ol li{
    padding-top: 4px;
    margin-bottom: 10px;
    font-family: inherit;
    line-height:22px;}
    
    #launch1left ul{
    margin-left: 40px;font-size:14px;}
    
    #launch1left ul li{
    font-size: 15px;
line-height: 22px;
font-family: inherit;
padding-top: 4px;
margin-bottom: 10px;}
    
    
    
#launchinnermain ol{
    padding: 0px 20px;
    line-height: 18px;font-size:16px;}
    
    #launchinnermain ol li{
    padding: 3px 0;}
    

    
    

/* Styles for Launch Inner Top Section */

#launchinnertop{padding-left:60px;padding-right:60px;width:850px;margin:0px auto;padding-bottom:5px;margin-top:0;font-size:15px;line-height:22px;}
#launchinnertop h1{margin-top:0px;font-size:1.92em;line-height:1.2em;color:#222222;letter-spacing:-0.04em;font-weight:normal;}
#launchinnertop h2{margin-top:0px;font-size:1.52em;line-height:1.52em;color:#222222;letter-spacing:-0.04em;font-weight:normal;}
#launchinnertop h3 {color:#222222;font-size:1.28em;font-weight:normal;letter-spacing:-0.04em;line-height:1.28em;margin-top:0;}
#launchinnertop p{margin-top:0px;font-size:15px;line-height:22px;margin-bottom:0px;}
#launchinnertop ul li{font-size:15px;line-height:22px;font-family:inherit;padding-top:4px;margin-bottom:15px;}

/* Styles for Launch Inner Top Section */

#launchinnermain{font-size:15px;line-height:22px;}
#launchinnermain h1{margin-top:0px;font-size:1.92em;line-height:1.2em;color:#222222;letter-spacing:-0.04em;font-weight:normal;}
#launchinnermain h2{margin-top:0px;font-size:1.52em;line-height:1.52em;color:#222222;letter-spacing:-0.04em;font-weight:normal;}
#launchinnermain h3 {color:#222222;font-size:1.28em;font-weight:normal;letter-spacing:-0.04em;line-height:1.28em;margin-top:0;}
#launchinnermain p{margin-top:0px;font-size:15px;line-height:22px;padding:10px 0;margin-bottom:0px;}
#launchinnermain ul li{font-size:15px;line-height:22px;font-family:inherit;padding-top:4px;margin-bottom:10px;}


#main-bullets h1{margin-top:0px;font-size:28px;line-height:32px;color:#222222;letter-spacing:-0.04em;font-weight:normal;}
#main-bullets h2{margin-top:0px;font-size:23px;line-height:27px;color:#222222;letter-spacing:-0.04em;font-weight:normal;}
#main-bullets h3 {color:#222222;font-size:20px;font-weight:normal;letter-spacing:-0.04em;line-height:25px;margin-top:0;}

#main-bullets p{padding:10px 0;}

#main-bullets p:first-child{padding-top:0px;}


/* Alert Bar Styles */

.launchbanner_green{background:#eaffe9;border:1px solid #b9dab8;min-height:19px;width:830px;margin:0px auto;font-size:15px;color:#6a8768;padding-left:10px;padding-top:8px;padding-bottom:8px;padding-right:10px;font-weight:bold;margin-top:0px;margin-bottom:10px;height:auto;}
.launchbanner_blue{background:#caebf0;border:1px solid #7ccbd7;min-height:19px;width:830px;margin:0px auto;font-size:15px;color:#2c8c9b;padding-left:10px;padding-top:8px;padding-bottom:8px;padding-right:10px;font-weight:bold;margin-top:0px;margin-bottom:10px;height:auto;}
.launchbanner_red{background:#f2d2d1;border:1px solid #e8a3a1;min-height:19px;width:830px;margin:0px auto;font-size:15px;color:#b03c39;padding-left:10px;padding-top:8px;padding-bottom:8px;padding-right:10px;font-weight:bold;margin-top:0px;margin-bottom:10px;height:auto;}
.launchbanner_yellow{background:#FFFFE0;border:1px solid #E6DB55;min-height:19px;width:830px;margin:0px auto;font-size:15px;color:#a37028;padding-left:10px;padding-top:8px;padding-bottom:8px;padding-right:10px;font-weight:bold;margin-top:0px;margin-bottom:10px;height:auto;}


/*************************************** OLD STYLES ***************************************/


/* Video Download link */

#videodownloadlink{margin:0px auto;width:90%;color:#999;font-size:12px;font-family:helvetica,arial,sans-serif;text-align:center;padding-top:8px;}
#videodownloadlink a{color:#999;text-decoration:none;}
    
/*New Share Bar */

#sharebarnew{width:797px;height:89px;margin:0px auto;padding-top:4px;}
#sharebarnew2{width:600px;height:89px;margin:0px auto;padding-top:4px;}
#sharebarnew-left{width:110px;height:89px;background-image:url(images/share/sharebar-left.png);float:left;}
#sharebarnew-text{width:395px;height:89px;float:left;}
#sharebarnew-fb{width:72px;height:89px;float:left;}
#sharebarnew-twitter{width:73px;height:89px;float:left;padding-right:20px;}
#sharebarnew-right{width:126px;height:89px;float:left;background-image:url(images/share/sharebar-right.png);}

.alignright{float:right;margin-left:20px;}
.alignleft{float:left;margin-right:20px;}

/* Old Share Bar */

#launch1sharebar{min-width:600px;width:600px;height:66px;background-image:url(images/launch1sharebk.png);margin:0px auto;background-repeat:no-repeat;background-position:bottom;}
#launch1sharebar p{font-size:20px;text-align:center;color:#444;}
.sharebar{margin:0px auto;text-align:center;}
.sharetext{float:left;padding-left:20px;padding-right:10px;padding-top:27px;font-size:25px;text-align:center;width:300px;}
.sharetext p{text-align:center;}

/* Footer Coding */

#footer{min-height:91px;background-repeat:repeat-x;}
#footer-inside{width:950px;padding-top:10px;margin:0px auto;font-family:Arial, Helvetica, sans-serif;color:#888888;font-size:13px;padding-bottom:20px;}
#footer-inside a{text-decoration:none;color:#888888;}
.footer-left{text-align:center;padding-top:8px;}
.footer-right{text-align:center;padding-top:8px;}
.footer-right ul{margin:0px;padding:0px;}
.footer-right a{color:#888888;text-decoration:none;font-weight:normal;}
.footer-right li:first-child  {border-left:0px solid #c0c0c0;padding-left:0px;}
.footer-right li:first-child a {border-left:0px solid #c0c0c0;padding-left:0px;}
.footer-right li {color:#888888;border-left:1px solid #c0c0c0;display:inline;font-size:13px;list-style-image:none;list-style-position:outside;list-style-type:none;padding-left:10px;padding-right:10px;padding-top:0px;padding-bottom:0px;}



/* Testimonial Boxes */

#testimonialbox1{
font-family:Georgia, Times, "Times New Roman", serif ! important ;
background-color:#FFFFFF;
border-bottom:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
font-size:24px;
font-weight:normal;
margin:0px auto;
text-align:center;
width:670px;
padding-top:20px;padding-bottom:20px;
padding-right:20px;padding-left:20px;
margin-top:10px;
margin-bottom:10px;
}

#testimonialbox1text{font-size:24px !important;
font-weight:normal;line-height:32px !important;
font-family:Georgia, Times, "Times New Roman", serif !important;}

#testimonialbox1text p{font-size:24px !important;
font-weight:normal;line-height:32px !important;
font-family:Georgia, Times, "Times New Roman", serif !important;}

#testimonialbox1text p:first-child{margin-top:0px;}

#testimonialbox1text p:last-child{margin-bottom:0px;}

#testimonialbox1name{font-family:Georgia, Times, "Times New Roman", serif !important;color:#666666;
font-size:16px !important;padding-top:5px;font-style:italic;}

#testimonialbox1name p{font-family:Georgia, Times, "Times New Roman", serif !important;color:#666666;
font-size:16px !important;padding-top:5px;font-style:italic;line-height:20px !important;}

#testimonialbox1name p:first-child{margin-bottom:0px;}

#testimonialbox1name p:last-child{margin-bottom:0px;}


#testimonialbox1b{
font-family:arial,helvetica,sans-serif;
background-color:#FFFFFF;
border-bottom:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
font-size:24px;
font-weight:normal;
margin:0px auto;
text-align:center;
width:670px;
padding-top:20px;padding-bottom:20px;
padding-right:20px;padding-left:20px;
margin-top:10px;
margin-bottom:10px;
}

#testimonialbox1btext{font-size:24px !important;
font-weight:normal;line-height:29px !important;}

#testimonialbox1btext p{font-size:24px !important;
font-weight:normal;line-height:29px !important;}

#testimonialbox1btext p:last-child{margin-bottom:0px;}

#testimonialbox1bname{font-family:Georgia, Times, "Times New Roman", serif !important;color:#666666;
font-size:16px !important;padding-top:5px;font-style:italic;}

#testimonialbox1bname p{font-family:Georgia, Times, "Times New Roman", serif !important;color:#666666;
font-size:16px !important;padding-top:5px;font-style:italic;line-height:20px !important;}

#testimonialbox1bname p:first-child{margin-bottom:0px;}

#testimonialbox1bname p:last-child{margin-bottom:0px;}




#testimonialbox2{
    font-family:Georgia, Times, "Times New Roman", serif !important;
background-color:#FFFFFF;
border-bottom:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
font-size:24px;
font-weight:normal;
margin:0px auto;
text-align:left;
width:670px;
padding-top:20px;padding-bottom:20px;
padding-right:20px;padding-left:20px;
margin-top:10px;
margin-bottom:10px;
}

#testimonialbox2 img{float:left;}

#testimonialbox2side{float:left;padding-left:30px;width:525px;}

#testimonialbox2name{font-family:Georgia, Times, "Times New Roman", serif !important;color:#666666;
font-size:16px !important;padding-top:5px;font-style:italic;line-height:23px !important;}

#testimonialbox2name p{font-family:Georgia, Times, "Times New Roman", serif !important;color:#666666;
font-size:16px !important;padding-top:5px;font-style:italic;line-height:23px !important;}

#testimonialbox2text{font-size:24px !important;
font-weight:normal;line-height:29px !important;}

#testimonialbox2text p{font-size:24px !important;
font-weight:normal;line-height:29px !important;}

#testimonialbox2text p:last-child{margin-bottom:0px;}


#testimonialbox2name p:first-child{margin-bottom:0px;}

#testimonialbox2name p:last-child{margin-bottom:0px;}





#testimonialbox3{
    font-family:Georgia, Times, "Times New Roman", serif !important;
background-color:#FFFFFF;
border-bottom:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
font-size:18px;
font-weight:normal;
margin:0px auto;
text-align:left;
width:670px;
padding-top:20px;padding-bottom:20px;
padding-right:20px;padding-left:20px;
margin-top:10px;
margin-bottom:10px;
}

#testimonialbox3 img{float:left;}

#testimonialbox3side{float:left;padding-left:30px;width:525px;}

#testimonialbox3name{font-family:Georgia, Times, "Times New Roman", serif !important;color:#666666;
font-size:16px !important;padding-top:5px;font-style:italic;line-height:23px !important;}

#testimonialbox3name p{font-family:Georgia, Times, "Times New Roman", serif !important;color:#666666;
font-size:16px !important;padding-top:5px;font-style:italic;line-height:23px !important;}

#testimonialbox3text{font-family:Georgia, Times, "Times New Roman", serif !important;font-size:18px !important;
font-weight:normal;line-height:25px !important;}

#testimonialbox3text p{font-family:Georgia, Times, "Times New Roman", serif !important;font-size:18px !important;
font-weight:normal;line-height:25px !important;}

#testimonialbox3text p:last-child{margin-bottom:0px;}


#testimonialbox3name p:first-child{margin-bottom:0px;}

#testimonialbox3name p:last-child{margin-bottom:0px;}



/******* LISTS *****/

.black_arrow_list li{background-image: url(images/style1.png);
background-repeat: no-repeat;
background-position: 0px 2px;
padding-left: 39px;padding-bottom:15px;color:#1a1a1a;line-height:23px !important;font-size:15px !important;font-weight:normal;list-style-type: none;margin-bottom:0px !important;}

ul.black_arrow_list{list-style-type: none;padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;margin-left:20px !important;}


.centered{width:50%;margin:0px auto;}

.red_arrow_list li{background-image: url(images/style5.png);
background-repeat: no-repeat;
background-position: 0px 2px;
padding-left: 39px;padding-bottom:15px;color:#1a1a1a;line-height:23px !important;font-size:15px !important;font-weight:normal;list-style-type: none;margin-bottom:0px !important;}

ul.red_arrow_list{list-style-type: none;padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;margin-left:20px !important;}



.black_arrow_list_small li{background-image: url(images/style1.png);
background-repeat: no-repeat;
background-position: 0px 2px;
padding-left: 39px;padding-bottom:15px;color:#1a1a1a;line-height:18px !important;font-size:15px !important;font-weight:normal;list-style-type: none;margin-bottom:0px !important;}

ul.black_arrow_list_small{list-style-type: none;padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;margin-left:20px !important;font-size:15px !important}

.red_arrow_list_small li{background-image: url(images/style5.png);
background-repeat: no-repeat;
background-position: 0px 2px;
padding-left: 39px;padding-bottom:15px;color:#1a1a1a;line-height:21px !important;font-size:15px !important;font-weight:normal;list-style-type: none;margin-bottom:0px !important;}

ul.red_arrow_list_small{list-style-type: none;padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;margin-left:20px !important;font-size:15px !important}




.green_plus_list li{background-image: url(images/style2.png);
background-repeat: no-repeat;
background-position: 0px 4px;
padding-left: 39px;padding-bottom:15px;color:#1a1a1a;line-height:23px !important;font-size:15px !important;font-weight:normal;list-style-type: none;margin-bottom:0px !important;}

ul.green_plus_list {list-style-type: none;padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;margin-left:20px !important;}

.green_plus_list_small li{background-image: url(images/style2.png);
background-repeat: no-repeat;
background-position: 0px 2px;
padding-left: 39px;padding-bottom:15px;color:#1a1a1a;line-height:21px !important;font-size:15px !important;font-weight:normal;list-style-type: none;margin-bottom:0px !important;}

ul.green_plus_list_small{list-style-type: none;padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;margin-left:20px !important;font-size:15px !important}




.green_plus_2_list li{background-image: url(images/style7.png);
background-repeat: no-repeat;
background-position: 0px 7px;
padding-left: 33px;padding-bottom:15px;color:#1a1a1a;line-height:23px !important;font-size:15px !important;font-weight:normal;list-style-type: none;margin-bottom:0px !important;}

ul.green_plus_2_list {list-style-type: none;padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;margin-left:20px !important;}

.green_plus_2_list_small li{background-image: url(images/style7.png);
background-repeat: no-repeat;
background-position: 0px 5px;
padding-left: 33px;padding-bottom:15px;color:#1a1a1a;line-height:21px !important;font-size:15px !important;font-weight:normal;list-style-type: none;margin-bottom:0px !important;}

ul.green_plus_2_list_small{list-style-type: none;padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;margin-left:20px !important;font-size:15px !important}



.green_tick_1_list li{background-image: url(images/style3.png);
background-repeat: no-repeat;
background-position: 0px 2px;
padding-left: 39px;padding-bottom:15px;color:#1a1a1a;line-height:23px !important;;font-size:15px !important;font-weight:normal;list-style-type: none;margin-bottom:0px !important;}

ul.green_tick_1_list {list-style-type: none;padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;margin-left:20px !important;}

.green_tick_1_list_small li{background-image: url(images/style3.png);
background-repeat: no-repeat;
background-position: 0px 2px;
padding-left: 39px;padding-bottom:15px;color:#1a1a1a;line-height:21px !important;font-size:15px !important;font-weight:normal;list-style-type: none;margin-bottom:0px !important;}

ul.green_tick_1_list_small{list-style-type: none;padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;margin-left:20px !important;font-size:15px !important}



.green_tick_2_list li{background-image: url(images/style6.png);
background-repeat: no-repeat;
background-position: 0px 5px;
padding-left: 31px;padding-bottom:10px;color:#1a1a1a;line-height:23px !important;font-size:15px !important;font-weight:normal;list-style-type: none;padding-top:0px;margin-bottom:0px !important;}

ul.green_tick_2_list {list-style-type: none;padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;margin-left:20px !important;}

.green_tick_2_list_small li{background-image: url(images/style6.png);
background-repeat: no-repeat;
background-position: 0px 5px;
padding-left: 31px;padding-bottom:15px;color:#1a1a1a;line-height:21px !important;font-size:15px !important;font-weight:normal;list-style-type: none; padding-top:0px;margin-bottom:0px !important;}

ul.green_tick_2_list_small{list-style-type: none;padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;margin-left:20px !important;font-size:14px !important}




.black_tick_list li{background-image: url(images/style4.png);
background-repeat: no-repeat;
background-position: 0px 2px;
padding-left: 39px;padding-bottom:15px;color:#1a1a1a;line-height:23px !important;font-size:15px !important;font-weight:normal;list-style-type: none;margin-bottom:0px !important;}

ul.black_tick_list {list-style-type: none;padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;margin-left:20px !important;}

.black_tick_list_small li{background-image: url(images/style4.png);
background-repeat: no-repeat;
background-position: 0px 2px;
padding-left: 39px;padding-bottom:15px;color:#1a1a1a;line-height:21px !important;font-size:15px !important;font-weight:normal;list-style-type: none;margin-bottom:0px !important;}

ul.black_tick_list_small{list-style-type: none;padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;margin-left:20px !important;font-size:14px !important}





.red_tick_list li{background-image: url(images/style8.png);
background-repeat: no-repeat;
background-position: 0px 2px;
padding-left: 39px;padding-bottom:15px;color:#1a1a1a;line-height:23px !important;font-size:15px !important;font-weight:normal;list-style-type: none;margin-bottom:0px !important;}

ul.red_tick_list {list-style-type: none;padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;margin-left:20px !important;}

.red_tick_list_small li{background-image: url(images/style8.png);
background-repeat: no-repeat;
background-position: 0px 2px;
padding-left: 39px;padding-bottom:15px;color:#1a1a1a;line-height:21px !important;font-size:15px !important;font-weight:normal;list-style-type: none;margin-bottom:0px !important;}

ul.red_tick_list_small{list-style-type: none;padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;margin-left:20px !important;font-size:14px !important}


/* Shortcode Headline Styles */


.headline1-large{
color:black;
font-size:2.25em;
font-weight:bold;
padding:10px 0;
letter-spacing:-1px;
font-family:Helvetica,Arial,sans-serif;
line-height:1.15em;
text-align:center;}


.headline1-large-left{
color:black;
font-size:2.25em;
font-weight:bold;
padding:10px 0;
letter-spacing:-1px;
font-family:Helvetica,Arial,sans-serif;
line-height:1.15em;
}


.headline1-extra-large-arial{
color:black;
font-size:2.8em;
font-weight:bold;
padding:10px 0;
letter-spacing:-2px;
font-family:Helvetica,Arial,sans-serif;
line-height:1.15em;}

.headline1-large-arial{
color:black;
font-size:2.25em;
font-weight:bold;
padding:10px 0;
letter-spacing:-1px;
font-family:Helvetica,Arial,sans-serif;
line-height:1.15em;}



.headline1-medium-arial{
color:black;
font-size:1.92em;
font-weight:bold;
padding:10px 0;
letter-spacing:-1px;
font-family:Helvetica,Arial,sans-serif;
line-height:1.15em;}

.headline1-small-arial{
color:black;
font-size:1.52em;
font-weight:bold;
letter-spacing:-1px;
padding:10px 0;
font-family:Helvetica,Arial,sans-serif;
line-height:1.15em;}


.headline1-extra-large-arial-centered{
color:black;
font-size:2.8em;
font-weight:bold;
letter-spacing:-2px;
font-family:Helvetica,Arial,sans-serif;
line-height:1.15em;
text-align:center;
padding:10px 0;}


.headline1-large-arial-centered{
color:black;
font-size:2.25em;
font-weight:bold;
letter-spacing:-1px;
padding:10px 0;
font-family:Helvetica,Arial,sans-serif;
line-height:1.15em;
text-align:center;}

.headline1-medium-arial-centered{
color:black;
font-size:1.92em;
font-weight:bold;
letter-spacing:-1px;
padding:10px 0;
font-family:Helvetica,Arial,sans-serif;
line-height:1.15em;
text-align:center;
}

.headline1-small-arial-centered{
color:black;
font-size:1.52em;
font-weight:bold;
letter-spacing:-1px;
padding:10px 0;
font-family:Helvetica,Arial,sans-serif;
line-height:1.15em;
text-align:center;}


.headline1-extra-large-georgia{
color:black;
font-size:2.8em;
font-weight:bold;
padding:10px 0;
letter-spacing:-2px;
font-family:Georgia, "Times New Roman", Times, serif;
line-height:1.15em;}


.headline1-large-georgia{
color:black;
font-size:2.25em;
font-weight:bold;
padding:10px 0;
letter-spacing:-1px;
font-family:Georgia, "Times New Roman", Times, serif;
line-height:1.15em;}



.headline1-medium-georgia{
color:black;
font-size:1.92em;
font-weight:bold;
padding:10px 0;
letter-spacing:-1px;
font-family:Georgia, "Times New Roman", Times, serif;
line-height:1.15em;}

.headline1-small-georgia{
color:black;
font-size:1.52em;
font-weight:bold;
padding:10px 0;
letter-spacing:-1px;
font-family:Georgia, "Times New Roman", Times, serif;
line-height:1.15em;}


.headline1-extra-large-georgia-centered{
color:black;
font-size:2.8em;
font-weight:bold;
letter-spacing:-2px;
padding:10px 0;
font-family:Georgia, "Times New Roman", Times, serif;
line-height:1.15em;
text-align:center;}


.headline1-large-georgia-centered{
color:black;
font-size:2.25em;
font-weight:bold;
padding:10px 0;
letter-spacing:-1px;
font-family:Georgia, "Times New Roman", Times, serif;
line-height:1.15em;
text-align:center;}

.headline1-medium-georgia-centered{
color:black;
font-size:1.92em;
font-weight:bold;
letter-spacing:-1px;
padding:10px 0;
font-family:Georgia, "Times New Roman", Times, serif;
line-height:1.15em;
text-align:center;
}

.headline1-small-georgia-centered{
color:black;
font-size:1.52em;
font-weight:bold;
letter-spacing:-1px;
padding:10px 0;
font-family:Georgia, "Times New Roman", Times, serif;
line-height:1.15em;
text-align:center;}


.headline1-extra-large-tahoma{
color:black;
font-size:2.8em;
font-weight:bold;
padding:10px 0;
letter-spacing:-2px;
font-family:Tahoma, Geneva, sans-serif;
line-height:1.15em;}


.headline1-large-tahoma{
color:black;
font-size:2.25em;
font-weight:bold;
padding:10px 0;
letter-spacing:-1px;
font-family:Tahoma, Geneva, sans-serif;
line-height:1.15em;}

.headline1-medium-tahoma{
color:black;
font-size:1.92em;
font-weight:bold;
padding:10px 0;
letter-spacing:-1px;
font-family:Tahoma, Geneva, sans-serif;
line-height:1.15em;}

.headline1-small-tahoma{
color:black;
font-size:1.52em;
font-weight:bold;
letter-spacing:-1px;
padding:10px 0;
font-family:Tahoma, Geneva, sans-serif;
line-height:1.15em;}


.headline1-extra-large-tahoma-centered{
color:black;
font-size:2.8em;
font-weight:bold;
letter-spacing:-2px;
padding:10px 0;
font-family:Tahoma, Geneva, sans-serif;
line-height:1.15em;
text-align:center;}


.headline1-large-tahoma-centered{
color:black;
font-size:2.25em;
font-weight:bold;
padding:10px 0;
letter-spacing:-1px;
font-family:Tahoma, Geneva, sans-serif;
line-height:1.15em;
text-align:center;}

.headline1-medium-tahoma-centered{
color:black;
font-size:1.92em;
font-weight:bold;
letter-spacing:-1px;
padding:10px 0;
font-family:Tahoma, Geneva, sans-serif;
line-height:1.15em;
text-align:center;
}

.headline1-small-tahoma-centered{
color:black;
font-size:1.52em;
font-weight:bold;
padding:10px 0;
letter-spacing:-1px;
font-family:Tahoma, Geneva, sans-serif;
line-height:1.15em;
text-align:center;}



/******* NEW Content Boxes *****/


.contentbox{margin:0px auto;margin-bottom:12px;line-height:23px !important;font-size:15px !important;}

.contentbox p{margin:0px auto;margin-bottom:12px;font-size:15px !important;line-height:23px !important;}

.contentbox p:last-child{margin-bottom:0px;}

.contentbox ul{padding-top:0px;padding-bottom:0px;}

.contentbox ul li{font-size:15px !important;line-height:23px !important;}

#launchbk .contentbox h3{text-align:center;font-weight:bold;font-size:24px !important;letter-spacing:-1px;padding-top:5px;padding-bottom:5px;color:#000000;line-height:1.0em !important;}

#launchbk .contentbox h2{line-height:1.1em !important;color:#000000 !important;}

#launchbk .contentbox h1{line-height:1.2em !important;margin-bottom:10px;color:#000000 !important;}


.contentbox2{margin:0px auto;line-height:23px !important;font-size:15px !important;padding-top:15px;padding-bottom:15px;
padding-right:20px;padding-left:20px;text-align:left;margin-top:10px;margin-bottom:10px;}

.contentbox2 p{margin:0px auto;margin-bottom:0px;font-size:15px !important;line-height:23px !important;}

.contentbox2 p:last-child{margin-bottom:0px;}

.contentbox2 ul{padding-top:0px;padding-bottom:0px;}

.contentbox2 ul li{font-size:15px !important;line-height:23px !important;}

#launchbk .contentbox2 h3{text-align:center;font-weight:bold;font-size:24px !important;letter-spacing:-1px;padding-top:5px;padding-bottom:5px;color:#000000;line-height:1.0em !important;}

#launchbk .contentbox2 h2{line-height:1.1em !important;color:#000000 !important;}

#launchbk .contentbox2 h1{line-height:1.2em !important;margin-bottom:10px;color:#000000 !important;}



.contentbox-blue{
background-color:#EEF9FF !important;
border-top:1px solid #B2D9EE !important;border-bottom:1px solid #B2D9EE !important;}

.contentbox-light-blue{background-color:#f1f8fb !important;
border-top:1px solid #c1d2d9 !important;border-bottom:1px solid #c1d2d9 !important;}

.contentbox-azure-blue{background-color:#F0FFFF !important;
border-top:1px solid #b7e8e8 !important;border-bottom:1px solid #b7e8e8 !important;}

.contentbox-green{background-color:#e2ecd1 !important;
border-top:1px solid #c7d1b8 !important;border-bottom:1px solid #c7d1b8 !important;}

.contentbox-light-green{background-color:#EAFFE9 !important;
border-top:1px solid #B9DAB8 !important;border-bottom:1px solid #B9DAB8 !important;}

.contentbox-yellow{background-color:#FFFFCC !important;
border-top:1px solid #FFE4AE !important;border-bottom:1px solid #FFE4AE !important;}

.contentbox-paper-white{background-color:#FBFDF7 !important;
border-top:1px solid #E9ECDD !important;border-bottom:1px solid #E9ECDD !important;}

.contentbox-grey{background-color:#fafafa !important;
border-top:1px solid #ebebeb !important;border-bottom:1px solid #ebebeb !important;}

.contentbox-red{background-color:#f2d2d1 !important;
border-top:1px solid #e8a3a1 !important;border-bottom:1px solid #e8a3a1 !important;}



/******* Content Boxes - 50 and 75% width *****/



.contentbox-50{width:600px;margin:0px auto;margin-bottom:12px;line-height:23px !important;font-size:15px !important;}

.contentbox-50 p{width:600px;margin:0px auto;margin-bottom:12px;font-size:15px !important;line-height:23px !important;}

.contentbox-75{width:730px;margin:0px auto;margin-bottom:12px;font-size:15px !important;line-height:23px !important;}

.contentbox-75 p{width:730px;margin:0px auto;margin-bottom:12px;font-size:15px !important;line-height:23px !important;}


.contentbox-yellow-50{
background-color:#FFFFCC;
border-bottom:1px solid #FFE4AE;
border-top:1px solid #FFE4AE;
font-size:15px !important;
font-weight:normal;
margin:0px auto;
text-align:left;
width:50%;
padding-top:15px;padding-bottom:15px;
padding-right:20px;padding-left:20px;
margin-top:10px;
margin-bottom:10px;
line-height:23px !important;
}

.contentbox-yellow-50 p{
font-size:15px !important;
font-weight:normal;
text-align:left;
line-height:23px !important;
}

.contentbox-yellow-50 p:last-child{
margin-bottom:0px;
}




.contentbox-blue-50{
    background-color:#EEF9FF;
border-bottom:1px solid #B2D9EE;
border-top:1px solid #B2D9EE;
font-size:15px !important;
font-weight:normal;
margin:0px auto;
text-align:left;
width:50%;
padding-top:15px;padding-bottom:15px;
padding-right:20px;padding-left:20px;
margin-top:10px;
margin-bottom:10px;
line-height:23px !important;
}

.contentbox-blue-50 p{
font-size:15px !important;
font-weight:normal;
text-align:left;
line-height:23px !important;
}

.contentbox-blue-50 p:last-child{
margin-bottom:0px;
}




.contentbox-blue2-50{background-color:#ddebf4;
border:2px dashed #6b9cc4;
font-size:15px !important;
font-weight:normal;
margin:0px auto;
text-align:left;
width:50%;
padding-top:15px;padding-bottom:15px;
padding-right:20px;padding-left:20px;
margin-top:10px;
margin-bottom:10px;
line-height:23px !important;
}

.contentbox-blue2-50 p{
font-size:15px !important;
font-weight:normal;
text-align:left;
line-height:23px !important;
}

.contentbox-blue2-50 p:last-child{
margin-bottom:0px;
}




.contentbox-blue-75{
background-color:#EEF9FF;
border-bottom:1px solid #B2D9EE;
border-top:1px solid #B2D9EE;
font-size:15px !important;
font-weight:normal;
margin:0px auto;
text-align:left;
width:75%;
padding-top:15px;padding-bottom:15px;
padding-right:25px;padding-left:25px;
margin-top:10px;
margin-bottom:10px;
line-height:23px !important;

}

.contentbox-blue-75 h2{text-align:center;font-weight:bold;font-size:27px !important;letter-spacing:-1px;padding-top:5px;padding-bottom:5px;line-height:32px !important;}

.contentbox-blue-75 h3{text-align:center;font-weight:bold;font-size:24px !important;letter-spacing:-1px;padding-top:5px;padding-bottom:5px;line-height:30px !important;}

.contentbox-blue-75 p{
font-size:15px !important;
font-weight:normal;
text-align:left;
line-height:23px !important;
}

.contentbox-blue-75 p:last-child{margin-bottom:0px;}



.contentbox-blue2-75{
background-color:#ddebf4;
border:2px dashed #6b9cc4;
font-size:15px !important;
font-weight:normal;
margin:0px auto;
text-align:left;
width:75%;
padding-top:15px;padding-bottom:15px;
padding-right:25px;padding-left:25px;
margin-top:10px;
margin-bottom:10px;
line-height:23px !important;

}

.contentbox-blue2-75 h3{text-align:center;font-weight:bold;font-size:24px !important;letter-spacing:-1px;background:#ffffff;padding-top:5px;padding-bottom:5px;}

.contentbox-blue2-75 p{
font-size:15px !important;
font-weight:normal;
text-align:left;
line-height:23px !important;
}

.contentbox-blue2-75 p:last-child{margin-bottom:0px;}


.contentbox-yellow-75{
background-color:#FFFFCC;
border-bottom:1px solid #FFE4AE;
border-top:1px solid #FFE4AE;
font-size:15px !important;
font-weight:normal;
margin:0px auto;
text-align:left;
width:75%;
padding-top:15px;padding-bottom:15px;
padding-right:25px;padding-left:25px;
margin-top:10px;
margin-bottom:10px;
line-height:23px !important;

}

.contentbox-yellow-75 h3{text-align:center;font-weight:bold;font-size:24px !important;letter-spacing:-1px;background:#ffffff;padding-top:5px;padding-bottom:5px;}

.contentbox-yellow-75 p{
font-size:15px !important;
font-weight:normal;
text-align:left;
line-height:23px !important;
}

.contentbox-yellow-75 p:last-child{margin-bottom:0px;}


/* Shortcode Features Boxes */

.features-box-green{
background-color:#e2ecd1;
border:2px solid #c7d1b8;
font-size:15px !important;
font-weight:normal;
margin:0px auto;
text-align:left;
padding-top:15px;padding-bottom:15px;
padding-right:25px;padding-left:25px;
margin-top:10px;
margin-bottom:10px;
line-height:23px !important;

}

#launchbk .features-box-green h3{text-align:center;font-weight:bold;font-size:24px !important;letter-spacing:-1px;padding-top:5px;padding-bottom:5px;color:#212811;line-height:1.0em !important;}

#launchbk .features-box-green h2{line-height:1.1em !important;color:#212811 !important;}

#launchbk .features-box-green h1{line-height:1.2em !important;margin-bottom:10px;color:#212811 !important;}

.features-box-green p{
font-size:15px !important;
font-weight:normal;
text-align:left;
line-height:23px !important;
color:#212811;
}

.features-box-green p:last-child{margin-bottom:0px;}

.features-box-green li{color:#212811 !important;}

.features-box-green ul{padding-top:0px;padding-bottom:0px;}

.features-box-green ul li{font-size:15px !important;line-height:23px !important;}



.features-box-light-green{
background-color:#EAFFE9;
border:2px solid #B9DAB8;
font-size:15px !important;
font-weight:normal;
margin:0px auto;
text-align:left;
padding-top:15px;padding-bottom:15px;
padding-right:25px;padding-left:25px;
margin-top:10px;
margin-bottom:10px;
line-height:23px !important;

}

#launchbk .features-box-light-green h3{text-align:center;font-weight:bold;font-size:24px !important;letter-spacing:-1px;padding-top:5px;padding-bottom:5px;color:#212811;line-height:1.0em !important;}

#launchbk .features-box-light-green h2{line-height:1.1em !important;color:#212811 !important;}

#launchbk .features-box-light-green h1{line-height:1.2em !important;margin-bottom:10px;color:#212811 !important;}

.features-box-light-green p{
font-size:15px !important;
font-weight:normal;
text-align:left;
line-height:23px !important;
color:#212811;
}

.features-box-light-green p:last-child{margin-bottom:0px;}

.features-box-light-green li{color:#212811 !important;}

.features-box-light-green ul{padding-top:0px;padding-bottom:0px;}

.features-box-light-green ul li{font-size:15px !important;line-height:23px !important;}






.features-box-yellow{
background-color:#FFFFCC;
border:2px solid #FFE4AE;
font-size:15px !important;
font-weight:normal;
margin:0px auto;
text-align:left;
padding-top:15px;padding-bottom:15px;
padding-right:25px;padding-left:25px;
margin-top:10px;
margin-bottom:10px;
line-height:23px !important;

}

#launchbk .features-box-yellow h3{text-align:center;font-weight:bold;font-size:24px !important;letter-spacing:-1px;padding-top:5px;padding-bottom:5px;color:#1F1F1F !important;line-height:1.0em !important;}

#launchbk .features-box-yellow h2{line-height:1.1em !important;color:#1F1F1F !important;}

#launchbk .features-box-yellow h1{line-height:1.2em !important;margin-bottom:10px;color:#1F1F1F !important;}

.features-box-yellow p{
font-size:15px !important;
font-weight:normal;
text-align:left;
line-height:23px !important;
color:#444444;
}

.features-box-yellow p:last-child{margin-bottom:0px;}

.features-box-yellow li{color:#212811 !important;}

.features-box-yellow ul{padding-top:0px;padding-bottom:0px;}

.features-box-yellow ul li{font-size:15px !important;line-height:23px !important;}




.features-box-azure-blue{
background-color:#F0FFFF;
border:2px solid #b7e8e8;
font-size:15px !important;
font-weight:normal;
margin:0px auto;
text-align:left;
padding-top:15px;padding-bottom:15px;
padding-right:25px;padding-left:25px;
margin-top:10px;
margin-bottom:10px;
line-height:23px !important;

}

#launchbk .features-box-azure-blue h3{text-align:center;font-weight:bold;font-size:24px !important;letter-spacing:-1px;padding-top:5px;padding-bottom:5px;color:#1F1F1F !important;line-height:1.0em !important;}

#launchbk .features-box-azure-blue h2{line-height:1.1em !important;color:#1F1F1F !important;}

#launchbk .features-box-azure-blue h1{line-height:1.2em !important;margin-bottom:10px;color:#1F1F1F !important;}

.features-box-azure-blue p{
font-size:15px !important;
font-weight:normal;
text-align:left;
line-height:23px !important;
color:#283838;
}

.features-box-azure-blue p:last-child{margin-bottom:0px;}

.features-box-azure-blue li{color:#283838 !important;}

.features-box-azure-blue ul{padding-top:0px;padding-bottom:0px;}

.features-box-azure-blue ul li{font-size:15px !important;line-height:23px !important;}


.features-box-light-blue{
background-color:#f1f8fb !important;
border:2px solid #c1d2d9 !important;

}


.features-box-blue{
background-color:#EEF9FF !important;
border:2px solid #B2D9EE !important;

}

.features-box-paper-white{
background-color:#FBFDF7;
border:2px solid #E9ECDD;
font-size:15px !important;
font-weight:normal;
margin:0px auto;
text-align:left;
padding-top:15px;padding-bottom:15px;
padding-right:25px;padding-left:25px;
margin-top:10px;
margin-bottom:10px;
line-height:23px !important;

}

#launchbk .features-box-paper-white h3{text-align:center;font-weight:bold;font-size:24px !important;letter-spacing:-1px;padding-top:5px;padding-bottom:5px;color:#1F1F1F !important;line-height:1.0em !important;}

#launchbk .features-box-paper-white h2{line-height:1.1em !important;color:#1F1F1F !important;margin-top:0px;padding-top:0px;}

#launchbk .features-box-paper-white h1{line-height:1.2em !important;margin-bottom:10px;color:#1F1F1F !important;margin-top:0px;padding-top:0px;}

.features-box-paper-white p{
font-size:15px !important;
font-weight:normal;
text-align:left;
line-height:23px !important;
color:#444444;
}

.features-box-paper-white p:last-child{margin-bottom:0px;}

.features-box-paper-white li{color:#444444 !important;}

.features-box-paper-white ul{padding-top:0px;padding-bottom:0px;}

.features-box-paper-white ul li{font-size:15px !important;line-height:23px !important;}




.features-box-grey{
background-color:#fafafa;
border:2px solid #ebebeb;
font-size:15px !important;
font-weight:normal;
margin:0px auto;
text-align:left;
padding-top:15px;padding-bottom:15px;
padding-right:25px;padding-left:25px;
margin-top:10px;
margin-bottom:10px;
line-height:23px !important;

}

#launchbk .features-box-grey h3{text-align:center;font-weight:bold;font-size:24px !important;letter-spacing:-1px;padding-top:5px;padding-bottom:5px;color:#1F1F1F !important;line-height:1.0em !important;}

#launchbk .features-box-grey h2{line-height:1.1em !important;color:#1F1F1F !important;}

#launchbk .features-box-grey h1{line-height:1.2em !important;margin-bottom:10px;color:#1F1F1F !important;}

.features-box-grey p{
font-size:15px !important;
font-weight:normal;
text-align:left;
line-height:23px !important;
color:#444444;
}

.features-box-grey p:last-child{margin-bottom:0px;}

.features-box-grey li{color:#444444 !important;}

.features-box-grey ul{padding-top:0px;padding-bottom:0px;}

.features-box-grey ul li{font-size:15px !important;line-height:23px !important;}




.features-box-red{
background-color:#f2d2d1;
border:2px solid #e8a3a1;
font-size:15px !important;
font-weight:normal;
margin:0px auto;
text-align:left;
padding-top:15px;padding-bottom:15px;
padding-right:25px;padding-left:25px;
margin-top:10px;
margin-bottom:10px;
line-height:23px !important;

}

#launchbk .features-box-red h3{text-align:center;font-weight:bold;font-size:24px !important;letter-spacing:-1px;padding-top:5px;padding-bottom:5px;color:#1F1F1F !important;line-height:1.0em !important;}

#launchbk .features-box-red h2{line-height:1.1em !important;color:#1F1F1F !important;}

#launchbk .features-box-red h1{line-height:1.2em !important;margin-bottom:10px;color:#1F1F1F !important;}

.features-box-grey p{
font-size:15px !important;
font-weight:normal;
text-align:left;
line-height:23px !important;
color:#222222;
}

.features-box-red p:last-child{margin-bottom:0px;}

.features-box-red li{color:#222222 !important;}

.features-box-red ul{padding-top:0px;padding-bottom:0px;}

.features-box-red ul li{font-size:15px !important;line-height:23px !important;}


.order_box_1 p:last-child{margin-bottom:0px;}

.order_box_1 li{color:#222222 !important;}

.order_box_1 ul{padding-top:0px;padding-bottom:0px;}

.order_box_1 ul li{font-size:15px !important;line-height:23px !important;}




/******* NEW Order Box Styles *****/


.order_box_1{
background-color:#FFFF99;
border:3px dashed #000000;
font-size:15px !important;
font-weight:normal;
margin:0px auto;
text-align:left;
padding-top:15px;padding-bottom:15px;
padding-right:25px;padding-left:25px;
margin-top:10px;
margin-bottom:10px;
line-height:23px !important;

}

#launchbk .order_box_1 h3{text-align:center;font-weight:bold;font-size:24px !important;letter-spacing:-1px;padding-top:5px;padding-bottom:5px;color:#1F1F1F !important;line-height:1.0em !important;}

#launchbk .order_box_1 h2{line-height:1.1em !important;color:#1F1F1F !important;}

#launchbk .order_box_1 h1{line-height:1.2em !important;margin-bottom:10px;color:#1F1F1F !important;}

.order_box_1 p{
font-size:15px !important;
font-weight:normal;
text-align:left;
line-height:23px !important;
color:#222222;
}

.order_box_1 p:last-child{margin-bottom:0px;}

.order_box_1 li{color:#222222 !important;}

.order_box_1 ul{padding-top:0px;padding-bottom:0px;}

.order_box_1 ul li{font-size:15px !important;line-height:23px !important;}


.order_box_2 {border:4px dashed #8a0000 !important;}

.order_box_3 {border:4px dashed #164066 !important;background:#f1f8fb !important;}




.percent50{width:50% !important;}

.percent75{width:75% !important;}

.percent100{width:93% !important;}





.impactfont{letter-spacing:-1px;}


/******* Guarantee Boxes *****/


#guaranteebox1{background-color:#FFF9CD;
font-family:Arial, Helvetica, sans-serif !important;
border-bottom:1px solid #e0d89d;
border-top:1px solid #e0d89d;
font-size:15px !important;
font-weight:normal;
margin:0px auto;
text-align:left;
width:600px;
padding-top:20px;padding-bottom:20px;
padding-right:20px;padding-left:20px;
margin-top:10px;
margin-bottom:10px;
line-height:22px !important;
}

#guaranteebox1 p{
font-family:Arial, Helvetica, sans-serif !important;
font-size:15px !important;
font-weight:normal;
text-align:left;
line-height:22px !important;
}

#guaranteebox1 p:last-child{
margin-bottom:0px;
}

#guaranteeboximage{float:left;width:170px;height:160px;background-image:url(images/guarantee1.png);background-repeat:no-repeat;padding-bottom:70px;}

/******* Guarantee Bars *****/

.guaranteebar1-30day{width:710px;height:89px;background-image:url(images/guaranteebar1-30day.png);margin:0px auto;}

.guaranteebar1-60day{width:710px;height:88px;background-image:url(images/guaranteebar1-60day.png);margin:0px auto;}

.guaranteebar1-90day{width:710px;height:89px;background-image:url(images/guaranteebar1-90day.png);margin:0px auto;}



/******* NEW Text Bars *****/

.textbar_1_left{margin-top:5px;margin-bottom:5px;
padding-left:17px;padding-top:10px;padding-bottom:10px;font-family:helvetica,arial,sans-serif;font-weight:bold;font-size:22px;color:#fff;letter-spacing:-1px;line-height:27px;}

.textbar_2_left{margin-top:5px;margin-bottom:5px;border-bottom:1px solid #cccccc;
padding-top:6px;padding-bottom:8px;font-family:helvetica,arial,sans-serif;font-weight:bold;font-size:22px;color:#1a1a1a;letter-spacing:-1px;line-height:27px;}

.textbar_1{margin-top:5px;margin-bottom:5px;
padding-left:17px;padding-top:10px;padding-right:17px;padding-bottom:10px;font-family:helvetica,arial,sans-serif;font-weight:bold;font-size:22px;color:#fff;letter-spacing:-1px;line-height:27px;}

.textbar_2{margin-top:5px;margin-bottom:5px;border-bottom:1px solid #cccccc;
padding-top:6px;padding-bottom:8px;font-family:helvetica,arial,sans-serif;font-weight:bold;font-size:22px;color:#1a1a1a;letter-spacing:-1px;line-height:27px;}

.textbar_3{margin-top: 5px;margin-bottom:5px;margin-left:0px;margin-right:0px;text-align: center;
padding-top:20px;padding-bottom:20px;padding-left:0px;padding-right:0px;font-family:helvetica,arial,sans-serif;font-weight:bold;font-size:28px;color:#333333;letter-spacing:-1px;line-height:33px;}

/******* Text Bars - 50 and 75% width *****/

.textbar_100percent_1{margin-top:20px;margin-bottom:12px;
padding-left:17px;padding-top:13px;padding-right:17px;padding-bottom:13px;width:100%;font-family:helvetica,arial,sans-serif;font-weight:bold;font-size:22px;color:#fff;letter-spacing:-1px;line-height:27px;}

.textbar_100percent_2{margin-top:20px;margin-bottom:12px;border-bottom:1px solid #cccccc;
padding-top:6px;padding-bottom:8px;width:100%;font-family:helvetica,arial,sans-serif;font-weight:bold;font-size:22px;color:#1a1a1a;letter-spacing:-1px;line-height:27px;}

.textbar_75percent_1{margin:0px auto;margin-top:20px;margin-bottom:12px;padding-left:17px;padding-right:17px;padding-top:13px;padding-bottom:13px;font-family:helvetica,arial,sans-serif;font-weight:bold;font-size:22px;color:#fff;letter-spacing:-1px;width:75%;line-height:27px;}

.textbar_75percent_2{margin:0px auto;margin-top:20px;margin-bottom:12px;border-bottom:1px solid #cccccc;padding-top:6px;padding-bottom:8px;width:75%;font-family:helvetica,arial,sans-serif;font-weight:bold;font-size:22px;color:#1a1a1a;letter-spacing:-1px;line-height:27px;}

.textbar_50percent_1{margin:0px auto;margin-top:20px;margin-bottom:12px;padding-left:17px;padding-right:17px;padding-top:13px;padding-bottom:13px;font-family:helvetica,arial,sans-serif;font-weight:bold;font-size:22px;color:#fff;letter-spacing:-1px;width:50%;line-height:27px;}

.textbar_50percent_2{margin:0px auto;margin-top:20px;margin-bottom:12px;border-bottom:1px solid #cccccc;padding-top:6px;padding-bottom:8px;width:50%;font-family:helvetica,arial,sans-serif;font-weight:bold;font-size:22px;color:#1a1a1a;letter-spacing:-1px;line-height:27px;}



/******* Text Bars Left Aligned - 50 and 75% width *****/

.textbar_100percent_1_left{margin-top:20px;margin-bottom:12px;
padding-left:17px;padding-top:13px;padding-bottom:13px;width:100%;font-family:helvetica,arial,sans-serif;font-weight:bold;font-size:22px;color:#fff;letter-spacing:-1px;}

.textbar_100percent_2_left{margin-top:20px;margin-bottom:12px;border-bottom:1px solid #cccccc;
padding-top:6px;padding-bottom:8px;width:100%;font-family:helvetica,arial,sans-serif;font-weight:bold;font-size:22px;color:#1a1a1a;letter-spacing:-1px;}

.textbar_75percent_1_left{margin-top:20px;margin-bottom:12px;padding-left:17px;padding-top:13px;padding-bottom:13px;font-family:helvetica,arial,sans-serif;font-weight:bold;font-size:22px;color:#fff;letter-spacing:-1px;width:75%;}

.textbar_75percent_2_left{margin-top:20px;margin-bottom:12px;border-bottom:1px solid #cccccc;padding-top:6px;padding-bottom:8px;width:75%;font-family:helvetica,arial,sans-serif;font-weight:bold;font-size:22px;color:#1a1a1a;letter-spacing:-1px;}

.textbar_50percent_1_left{margin-top:20px;margin-bottom:12px;padding-left:17px;padding-top:13px;padding-bottom:13px;font-family:helvetica,arial,sans-serif;font-weight:bold;font-size:22px;color:#fff;letter-spacing:-1px;width:50%;}

.textbar_50percent_2_left{margin-top:20px;margin-bottom:12px;border-bottom:1px solid #cccccc;padding-top:6px;padding-bottom:8px;width:50%;font-family:helvetica,arial,sans-serif;font-weight:bold;font-size:22px;color:#1a1a1a;letter-spacing:-1px;}




/******* Hyperlinks Styled *****/

.hyperlink_large_centered{font-size:34px;font-weight:bold;letter-spacing:-1px;color:#0000ff;text-decoration:underline;text-align:center;padding-top:10px;padding-bottom:10px;line-height:1.1em}
.hyperlink_large_centered a{color:#0000ff;text-decoration:underline;text-align:center;}


/******* Divider bars *****/

.dividerbar-wide{width:716px;height:30px;background-image:url(images/dividerbar-wide.png);margin:10px auto;}
.dividerbar{width:460px;height:28px;background-image:url(images/dividerbar.png);margin:10px auto;}

.dividerline{border-top: 1px solid #cccccc;margin-bottom: 10px;margin-top: 10px;padding-bottom: 0px;padding-top: 0px;padding-bottom:0px;width: 100%;}
.dividerline_dashed{border-top: 1px dashed #cccccc;margin-bottom: 10px;margin-top: 10px;padding-bottom: 0px;padding-top: 0px;padding-bottom:0px;width: 100%;}


/******* Add To Cart Buttons *****/

.addtocart-style1{width:368px;height:126px;background-image:url(images/addtocart-style1.png);margin:0px auto;}
.addtocart-style1-no-paypal{width:368px;height:126px;background-image:url(images/addtocart-style1-nopp.png);margin:0px auto;}
.addtocart-style2{width:368px;height:127px;background-image:url(images/addtocart-style2.png);margin:0px auto;}
.addtocart-style2-no-paypal{width:368px;height:127px;background-image:url(images/addtocart-style2-nopp.png);margin:0px auto;}
.addtocart-style3{width:450px;height:123px;background-image:url(images/addtocart-style3.png);margin:0px auto;}
.addtocart-style3-no-paypal{width:450px;height:123px;background-image:url(images/addtocart-style3-nopp.png);margin:0px auto;}
.addtocart-style1 a{width:368px;height:126px;background-image:url(images/addtocart-style1.png);margin:0px auto;border:0px;}
.addtocart-style1-no-paypal a{width:368px;height:126px;background-image:url(images/addtocart-style1-nopp.png);margin:0px auto;border:0px;}
.addtocart-style2 a{width:368px;height:127px;background-image:url(images/addtocart-style2.png);margin:0px auto;border:0px;}
.addtocart-style2-no-paypal a{width:368px;height:127px;background-image:url(images/addtocart-style2-nopp.png);margin:0px auto;border:0px;}
.addtocart-style3 a{width:450px;height:123px;background-image:url(images/addtocart-style3.png);margin:0px auto;border:0px;}
.addtocart-style3-no-paypal a{width:450px;height:123px;background-image:url(images/addtocart-style3-nopp.png);margin:0px auto;border:0px;}


/******* High Impact Buttons *****/

.highimpact-addtocart{width:568px;height:189px;background-image:url(images/large-addtocart.png);margin:0px auto;}
.highimpact-addtocart a{width:568px;height:189px;background-image:url(images/large-addtocart.png);margin:0px auto;border:0px;}

.highimpact-downloadnow{width:568px;height:189px;background-image:url(images/large-downloadnow.png);margin:0px auto;}
.highimpact-downloadnow a{width:568px;height:189px;background-image:url(images/large-downloadnow.png);margin:0px auto;border:0px;}

.highimpact-ordernow{width:568px;height:189px;background-image:url(images/large-ordernow.png);margin:0px auto;}
.highimpact-ordernow a{width:568px;height:189px;background-image:url(images/large-ordernow.png);margin:0px auto;border:0px}

.highimpact-checkout{width:568px;height:189px;background-image:url(images/large-checkout.png);margin:0px auto;}
.highimpact-checkout a{width:568px;height:189px;background-image:url(images/large-checkout.png);margin:0px auto;border:0px}

.highimpact-buynow{width:568px;height:189px;background-image:url(images/large-buynow.png);margin:0px auto;}
.highimpact-buynow a{width:568px;height:189px;background-image:url(images/large-buynow.png);margin:0px auto;border:0px}

.highimpact-getaccessnow{width:568px;height:189px;background-image:url(images/large-getaccessnow.png);margin:0px auto;}
.highimpact-getaccessnow a{width:568px;height:189px;background-image:url(images/large-getaccessnow.png);margin:0px auto;border:0px}

.highimpact-getinstantaccess{width:568px;height:189px;background-image:url(images/large-getinstantaccess.png);margin:0px auto;}
.highimpact-getinstantaccess a{width:568px;height:189px;background-image:url(images/large-getinstantaccess.png);margin:0px auto;border:0px}

.highimpact-letmeinnow{width:568px;height:189px;background-image:url(images/large-letmeinnow.png);margin:0px auto;}
.highimpact-letmeinnow a{width:568px;height:189px;background-image:url(images/large-letmeinnow.png);margin:0px auto;border:0px}

.highimpact-registernow{width:568px;height:189px;background-image:url(images/large-registernow.png);margin:0px auto;}
.highimpact-registernow a{width:568px;height:189px;background-image:url(images/large-registernow.png);margin:0px auto;border:0px}

.highimpact-signupnow{width:568px;height:189px;background-image:url(images/large-signupnow.png);margin:0px auto;}
.highimpact-signupnow a{width:568px;height:189px;background-image:url(images/large-signupnow.png);margin:0px auto;border:0px}


/******* High Impact Buttons Silver *****/

.highimpact-addtocartg{width:568px;height:189px;background-image:url(images/large-addtocartg.png);margin:0px auto;}
.highimpact-addtocartg a{width:568px;height:189px;background-image:url(images/large-addtocartg.png);margin:0px auto;border:0px;}

.highimpact-downloadnowg{width:568px;height:189px;background-image:url(images/large-downloadnowg.png);margin:0px auto;}
.highimpact-downloadnowg a{width:568px;height:189px;background-image:url(images/large-downloadnowg.png);margin:0px auto;border:0px;}

.highimpact-ordernowg{width:568px;height:189px;background-image:url(images/large-ordernowg.png);margin:0px auto;}
.highimpact-ordernowg a{width:568px;height:189px;background-image:url(images/large-ordernowg.png);margin:0px auto;border:0px}

.highimpact-checkoutg{width:568px;height:189px;background-image:url(images/large-checkoutg.png);margin:0px auto;}
.highimpact-checkoutg a{width:568px;height:189px;background-image:url(images/large-checkoutg.png);margin:0px auto;border:0px}

.highimpact-buynowg{width:568px;height:189px;background-image:url(images/large-buynowg.png);margin:0px auto;}
.highimpact-buynowg a{width:568px;height:189px;background-image:url(images/large-buynowg.png);margin:0px auto;border:0px}

.highimpact-getaccessnowg{width:568px;height:189px;background-image:url(images/large-getaccessnowg.png);margin:0px auto;}
.highimpact-getaccessnowg a{width:568px;height:189px;background-image:url(images/large-getaccessnowg.png);margin:0px auto;border:0px}

.highimpact-getinstantaccessg{width:568px;height:189px;background-image:url(images/large-getinstantaccessg.png);margin:0px auto;}
.highimpact-getinstantaccessg a{width:568px;height:189px;background-image:url(images/large-getinstantaccessg.png);margin:0px auto;border:0px}

.highimpact-letmeinnowg{width:568px;height:189px;background-image:url(images/large-letmeinnowg.png);margin:0px auto;}
.highimpact-letmeinnowg a{width:568px;height:189px;background-image:url(images/large-letmeinnowg.png);margin:0px auto;border:0px}

.highimpact-registernowg{width:568px;height:189px;background-image:url(images/large-registernowg.png);margin:0px auto;}
.highimpact-registernowg a{width:568px;height:189px;background-image:url(images/large-registernowg.png);margin:0px auto;border:0px}

.highimpact-signupnowg{width:568px;height:189px;background-image:url(images/large-signupnowg.png);margin:0px auto;}
.highimpact-signupnowg a{width:568px;height:189px;background-image:url(images/large-signupnowg.png);margin:0px auto;border:0px}


/******* Order Boxes *****/

.orderbox1top{width:628px; height:216px;background-image:url(images/riskfreebox-style1.png);margin:0px auto;}
.orderbox2top{width:628px; height:213px;background-image:url(images/riskfreebox-style2.png);margin:0px auto;}
.orderbox3top{width:628px; height:213px;background-image:url(images/secureorderform-style1.png);margin:0px auto;}
.orderbox4top{width:628px; height:213px;background-image:url(images/secureorderform-style2.png);margin:0px auto;}
.orderboxbk{width:508px;padding-left:60px;padding-right:60px;background-image:url(images/orderformbk.png);background-repeat:repeat-y;margin-bottom:0px;margin:0px auto;font-size:1.0em;padding-top:10px;padding-bottom:10px;}

.orderboxbk ul{}
.orderboxbtm{background-image:url(images/orderformbtm.png);width:628px;height:26px;margin:0px auto;}


/******* Caption Box Coding *****/


.wp-caption {
-moz-border-radius:5px 5px 5px 5px;
border:1px solid #B2B2B2;
padding:4px 0;
text-align:center;
}


.wp-caption {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* optional rounded corners for browsers that support it */
    margin: 10px;
    padding-top: 4px;
    text-align: center;
}
.wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


img {border:0px;}

.alignleft { float: left; margin: 0 10px 10px 0; }
.aligncenter {display: block;
    margin-left: auto;
    margin-right: auto;
 }
.alignright { float: right; margin: 0 0 10px 10px; }


/* Membership Titles & Elements
-------------------------------------------------------------- */


/* Download box */

#dlbox {
background:url(images/members_shortcodes/dlbg2.png) repeat-x scroll 0 0 #f0f8ff;
border:1px solid #DFDFDF;
margin-bottom:20px;
margin-top:40px;
padding:25px 15px 10px;
position:relative;
font-family:Arial, Helvetica, sans-serif;font-size:14px;color:#555555;line-height:18px;

}

#dlbox p{font-family:Arial, Helvetica, sans-serif;font-size:14px;color:#555555;line-height:18px;}

#launchbk #dlbox p{font-family:Arial, Helvetica, sans-serif;font-size:14px;color:#555555;line-height:18px;padding-top:10px;}

#launchbk #dlbox p:first-child{}

.dlboxheader-left {
left:5px;
top:-15px;
height:50px;
}

.dlboxheader {
background:none repeat scroll 0 0 #FFFFFF;
padding:0 5px;
position:absolute;
}


h4.dlbox1 {
background:url(images/members_shortcodes/dlfolder.png) no-repeat scroll -0px 0 transparent;
height:35px;
padding-top:0px;padding-bottom:0px;
}

h4 {
color:#4D4D4D;
font-size:18px;
font-weight:normal;
line-height:30px;
padding-left:55px;
text-transform:uppercase;
}

.downloaditem{padding-top:0px;padding-left:14px;padding-bottom:0px;font-family:Arial, Helvetica, sans-serif;font-size:14px;line-height:20px;height:50px;margin-top:10px;}
.downloaditempdf{float:left;width:60px;height:50px;background-image:url(images/members_shortcodes/pdf.png);background-repeat:no-repeat;}
.downloaditemtxt{float:left;width:60px;height:50px;background-image:url(images/members_shortcodes/text.png);background-repeat:no-repeat;}
.downloaditemmov{float:left;width:60px;height:50px;background-image:url(images/members_shortcodes/mov.png);background-repeat:no-repeat;}
.downloaditemaudio{float:left;width:60px;height:50px;background-image:url(images/members_shortcodes/audio.png);background-repeat:no-repeat;}
.downloaditemmp3{float:left;width:60px;height:50px;background-image:url(images/members_shortcodes/mp3.png);background-repeat:no-repeat;}
.downloaditemmm{float:left;width:60px;height:50px;background-image:url(images/members_shortcodes/mm.png);background-repeat:no-repeat;}
.downloaditemvideo{float:left;width:60px;height:50px;background-image:url(images/members_shortcodes/video.png);background-repeat:no-repeat;}
.downloaditemdoc{float:left;width:60px;height:50px;background-image:url(images/members_shortcodes/word.png);background-repeat:no-repeat;}
.downloaditemexcel{float:left;width:60px;height:50px;background-image:url(images/members_shortcodes/excel.png);background-repeat:no-repeat;}
.downloaditemzip{float:left;width:60px;height:50px;background-image:url(images/members_shortcodes/zip.png);background-repeat:no-repeat;}
.downloaditemppt{float:left;width:60px;height:50px;background-image:url(images/members_shortcodes/ppt.png);background-repeat:no-repeat;}
.downloaditemtext{float:left;width:450px;padding-top:10px;}

/* Delayed Content Box CSS */

#delayedcontent{
    padding-top:15px;
     font-size: 15px;
    line-height: 22px;
    margin-top: 0;
    padding-bottom:15px;
    padding-left:60px;padding-right:60px;
    }

#delayedcontent p{
     font-size: 15px;
    line-height: 22px;
    margin-top: 0;
    }
    
    
#footer-disclaimer{width:850px;font-size:11px;font-family:Arial, Helvetica, sans-serif;line-height:14px;margin:0px auto;padding-bottom:10px;text-align:center;}
    
#launchinnermain ol li {font-family: inherit;font-size: 15px;line-height: 22px;padding-top: 4px;}


/* =Menu
-------------------------------------------------------------- */

/*NEW NAVBAR SETTINGS*/


#membersnavbar{width:1050px;height:38px;padding-top:0px;margin:0px auto; text-align: center;}

#membersnavbarbk{width:100%;padding-top:0px;height:38px;
background: #efefef;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#282828', endColorstr='#111111');
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#282828', endColorstr='#111111');
background-image: -moz-linear-gradient(100% 100% 90deg, #111111, #282828);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#282828), to(#111111));
border-bottom:0px solid #666;
}

/*END NEW NAVBAR SETTINGS*/



#access {
    display: inline-block;
    padding-left:0px;
    margin: 0px auto;
    padding-right:30px;
    margin-left:0px;
    margin-right:20px;
    
}
#access .menu-header,
div.menu {
    
    font-size: 14px;
    padding-left:0px;
    
    
}
#access .menu-header ul,
div.menu ul {
    
    list-style: none;
    margin: 0px auto;
    border:0px;
    background:#999999;
    text-align:left;
    
    
}

#access .menu-header li,
div.menu li {
    float: left;
    position: relative;
    border:0px;
    padding:0px;
    
}

/* Main Menu Font - Link Selectors */

#access a {
    color:#ffffff;
    display: block;
    line-height: 38px;
    padding: 0 15px;
    text-decoration: none;
    font-weight:normal;
    text-shadow:0 1px 0 #000000;
    

}

#access ul ul {
    border:0px;
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    float: left;
    z-index: 99999;
    padding-left:0px;margin-left:0px;
    background:#999999;}


#access ul ul li {
    padding:0px;
    margin:0px;
    width:250px;
    color:#ffffff;
    
    

    
}
#access ul ul ul {
    left: 100%;
    top: 0;
    padding:0px;
    margin:0px;
    
    
    
}



/* Sub-menu Background */
#access ul ul a {
    background:#999999;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#939393', endColorstr='#555555');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#939393', endColorstr='#555555');
    margin:0px;
    height: auto;
    padding-left:20px;
    padding-top:0px;
    padding-bottom:0px;
    padding-right:10px;
    color: #fff;
    background-image: -moz-linear-gradient(100% 100% 90deg, #555555, #939393);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#939393), to(#555555));    
    
    
    text-shadow:0 1px 0 #333333;
    
    
    
}


/* Menu And Sub-menu background color select (ON HOVER)  */
#access li:hover > a,
#access ul ul :hover > a {
    background: #999999;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#999999');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#999999');
    color: #010101;
    background-image: -moz-linear-gradient(100% 100% 90deg, #999999, #efefef);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efefef), to(#999999));
    
    text-shadow:0 1px 0 #f1f1f1;
    
}
#access ul li:hover > ul {
    display: block;
    padding:0px;
    margin:0px;
    color: #ffffff;
    background:#999999;
    
    
}

/* main bar current item selector */

#access ul li.current_page_item > a {
}


#access ul li.current-menu-item > a{
font-size:14px;
padding:0 15px;
}

#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-parent > a {
padding:0 15px;
}



#access ul li.current-menu-ancestor > a:hover,
#access ul li.current-menu-parent > a:hover {
    font-weight:bold;
    color:#fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
{    color: #fff;padding:0px;}


* html #access ul li a:hover {
    color: #999999;
}



/**** Fb Comments Styling ****/


#fbcomments {padding-top:10px;padding-bottom:20px;}


/**** Comment Form Button Coding ****/

.button {
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em; 
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

/* gray */
.gray {
    color: #e9e9e9;
    border: solid 1px #555;
    background: #6e6e6e;
    background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
    background: -moz-linear-gradient(top,  #888,  #575757);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
    background: #616161;
    background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
    background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
    color: #afafaf;
    background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
    background: -moz-linear-gradient(top,  #575757,  #888);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */
.white {
    color: #606060;
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top,  #fff,  #ededed);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
    background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
    color: #999;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
    background: -moz-linear-gradient(top,  #ededed,  #fff);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}


/* Styling For Wordpress Thread Comments Plugin */

.chalt {background-color:#F1F9FF !important;border-left:2px solid #cfeaff !important;border-right:none !important;border-top:none !important;border-bottom:none !important;padding:10px !important;}

.comment-childs {
    background-color: white;
    margin: 5px 2px 2px 4px !important;
    padding: 7px 7px 7px 7px !important;
}


#launchcommentsblock h2 {
    border-bottom: 1px solid #DFDFDF;padding-bottom:4px;width:100%}
    
#launchcommentsblockside{float:left;width:210px;font-weight:normal;text-align:left;padding-left:10px;}

#launchcommentsblockside p{font-size:1.1em;font-weight:normal;padding:10px 0;line-height:20px;}

.launchsidebartitle{padding:10px;background-image:url(images/launch-titlebar.gif);background-position:left;font-size:13px;color:#666666;margin-bottom:15px;padding-left:40px;font-weight:bold;text-transform:uppercase;text-shadow: 0 1px 0 #ffffff;
-moz-box-shadow: 0px 1px 0px #ffffff;-webkit-box-shadow: 0px 1px 0px #ffffff;box-shadow: 0px 1px 0px #ffffff;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#ffffff')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#ffffff');
}

#launchvideocontainer{margin:0px auto;padding-top:0px;padding-bottom:0px;margin-bottom:10px;}

#launchoptin{padding-bottom:20px;}

.small_text{font-size:12px;line-height:20px;}

.widget li{list-style: none outside none !important;}

/* Column Styles For Shortcodes */

.box1_2column{width:48%;float:left;padding-right:4%;}
.box2_2column{width:48%;float:left;}

.box1_3column{width:30%;float:left;padding-right:4%;}
.box2_3column{width:30%;float:left;padding-right:4%;}
.box3_3column{width:31%;float:left;}

.box1_4column{width:23%;float:left;padding-right:3%}
.box2_4column{width:23%;float:left;padding-right:3%;}
.box3_4column{width:23%;float:left;padding-right:3%;}
.box4_4column{width:22%;float:left;}

.box1_2column,
.box2_2column,
.box1_3column,
.box2_3column,
.box3_3column,
.box1_4column,
.box2_4column,
.box3_4column,
.box4_4column, h3{padding-bottom:0px}
If someone can solve this I would love them for all eternity and name my children after them

Thanks

SkyeFWP
#blog #font #increase #optimizepress #size
  • Profile picture of the author buzilla
    I've never used OP but from looking at the CSS it looks like this is the line that needs to be amended:

    Code:
    #blog_post .entry-content{color:#404040;font-size:14px;line-height:21px;}
    If that doesn't do it post a link and i'll be able to sort it out.
    {{ DiscussionBoard.errors[7981953].message }}
  • Profile picture of the author SkyeFWP
    Top man! That did it!
    {{ DiscussionBoard.errors[7983927].message }}

Trending Topics