@media screen{

/* reusable inline components */

a.logo:visited, a.logo:active, a.logo:link, a.logo:hover {
    text-transform: uppercase;
    font-size: 28pt;
    color: black;
    text-decoration: none;
    font-weight: bold;
}

em.tagline {
    font-style: normal;
    font-size: 120%;
    color: #cee2f7;
}

a:hover, a:link, a:visited {
    color: #3355FF;
    font-weight: bold;
    text-decoration: none;
}

/* standard block rules */

div.centered {
    width: 100%;
    margin: 0;
    border-width: 0;
    padding: 0;
    text-align: center;
}

 

#logodiv{
    margin-top: 0.5em;
    height: 4em;
}

body {
    font-family: 'Arial';
    padding: 0px;
    margin: 0px;
}

div {
    margin: 0px;
    padding: 0px;
}

div.page {
    background-color: white;
    padding-top: 0.5em;
    overflow: auto;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0px;
    max-width:100%; 
    border-width: 0;
}
    
/* Specific blocks */

body.home {
     background: #cee2f7;
}

a img {
   border: 0;
}

#main {
     background-color: rgb(1,61,120);
     background: url('../img/bluefgbox.png') repeat-x;
     background-repeat:repeat-x;
     background-size: auto 100%;
     background: -webkit-linear-gradient(rgb(1,38,81), rgb(6,83,159));
     background: -o-linear-gradient(rgb(1,38,81), rgb(6,83,159));
     background: -moz-linear-gradient(rgb(1,38,81), rgb(6,83,159));
     background: linear-gradient(rgb(1,38,81), rgb(6,83,159));
     overflow: hidden;
     color: white;
     margin-left: 0px;
     margin-right: 0px;
     padding-left: 1%;
     padding-right: 1%;
     margin-top: 5px;
     width: 98%;
     font-size: 18pt;
     z-index: 200;
     border-width: 0;
     padding-top: 0;
     padding-bottom: 0;
}

#main.small {
     max-height: 10em;
}
     

#main #main-grephic {
     max-height: 100%;
}

#main.small #main-graphic {
     max-width: 14em;
    margin-left: auto;
    margin-right: auto;
}

#main #main-graphic img {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

#main.small #main-graphic img {
    margin-top: auto;
    margin-bottom: auto;
    margin: 5%;
    max-height: 90%;
    max-width: 90%;
}

div.column-left {
    float: left;
}
div.column-right {
    float: left;
}

div.onequarter {
    width: 21%;
    padding-right: 1%;
    padding-left: 1%;
    overflow: auto;
}


div.half {
    width: 46%;
    padding-right: 1%;
    padding-left: 1%;
    overflow: auto;
}

div.twothirds {
    width: 62%;
    padding-right: 1%;
    padding-left: 1%;
    overflow: auto;
}

div.threequarters {
    width: 71%;
    padding-right: 1%;
    padding-left: 1%;
    overflow: auto;
}


.half .story {
    width: 93%;
    margin-right: 3%;
    margin-left: 3%;
}

#logomenu {
    overflow: auto;
   position: relative;
   padding-bottom: 0px;
   bottom: -5px;
   z-index: 0
}

#menu {
   overflow: auto;
   margin-bottom: 0px;
   position: absolute;
   padding-bottom: 0px;
   bottom: 0px;
   right: 0;
   padding-right: 2em;
   z-index: 0;
}

#menu ul {
   list-style: none;
   margin-bottom: 0px;
   margin-top: 3em;
   padding-bottom: 0px;
   overflow: auto ;
}

#menu a, #menu img {
   margin: 0;
   display: block;
   padding: 0;
}



#menu ul li, #menu ul li img #menu ul li a {
   float: left;
   border-width: 0px;
   margin-right: 1px;
   margin-bottom: 0px;
   padding-bottom: 0px;
}

body#about-page li#about-sel,
body#learnmore-page li#more-sel,
body#contactus-page li#contactus-sel,
body#cloudledger-page li#cl-sel,
body#cloudledgerplus-page li#cl-sel,
body#cloudledger-faq-page li#cl-sel,
body#cloudledger-comparison-page li#cl-sel,
body#cloudledger-demo-page li#cl-sel
body#opensource-page li#cl-sel
 {
   display: block;
}

body#about-page li#about-usel,
body#learnmore-page li#more-usel,
body#contactus-page li#contactus-usel,
body#cloudledger-page li#cl-usel,
body#cloudledgerplus-page li#cl-usel,
body#cloudledger-faq-page li#cl-usel,
body#cloudledger-comparison-page li#cl-usel,
body#cloudledger-demo-page li#cl-usel
body#opensource-page li#cl-usel
 { 
   display: none;
}

li.selected {
   display: none;
}


#main ul {
   list-style-image: url(../img/check.png);
}

#call_to_action a {
   display: block;
   width: 10em;
   margin-right: auto;
   margin-left: auto;
}

div.special-offer {
   min-height: 10em;
   background-image: url('../img/banner-new-offer.png');
   color: white;
   width: 90%;
   margin-right: auto;
   margin-left: auto;  
   background-repeat: no-repeat;
   background-size: 100% auto;
   padding-top: 4em;
   padding-left: 6em;
}

div.special-offer a {
   display: block;
   float: left;
}

div.special-offer div.offer-button {
   float: left;
   padding-left: 4em;
}

div.special-offer a:link,
div.special-offer a:visited,
div.special-offer a:hover
{
   color: white;
   text-decoration: none;
   font-size: 20pt;
}

h1.baloon {
   display: block;
   text-align: center;
   text-transform: uppercase;
   font-size: 24pt;
   background-image: url('../img/baloon-quote.png');
   background-size: 100% 100%;
   width: 100%;
   padding-top: 0.4em;
   padding-bottom: 0.7em;
}

div.footer {
   background-color: #072956;
   text-align: center;
   color: white;
   padding-top: 1em;
   padding-bottom: 1em;
}

div.story {
   float: left;
   padding-left: 1em;
   padding-right: 1em;
   text-align: justify;
}

#learn-more div.story {
   width: 30.5%;
}


.standard-page .half {
   width: 47%
}
.standard-page div.story {
}

div.story > img {
   width: 100%;
   height: auto;
}

div.sidebar-left {
   min-height: 22em;
   margin-right: 0.5em;
   float: left;
}

.standard-page .story h2 {
   color: white;
   background-image: url('../img/cl-h2-bg.png');
   background-size: 100% 100%;
   padding-left: 2em;
   padding-top: 0.25em;
   padding-bottom: 0.25em;
   width: 95%;
}


.standard-page .baloon {
   background-image: url('../img/baloon-quote.png');
   background-size: 100% 100%;
   margin-top: 3em;
   padding-top: 0.4em;
   padding-bottom: 0.8em;
   font-size: 130%;
   text-align: center;
   padding-left: 2%;
   padding-right: 2%;
   width: 94%;
   margin-bottom: 1em;
}

.left-menu {
   border: 2px black solid;
   border-radius: 4px;
   -moz-border-radius: 4px;
   margin: 5px;
   padding: 5px;
   float: right;
}

a.left-menu-item {
   display: block;
   width: 10em;
   float: left;
   text-align: center;
   position:relative;
   border-radius: 2px;
   -moz-border-radius: 2px;
   color: #000;
}

body#cloudledger-page a#cloudledger-menu-item,
body#cloudledgerplus-page a#cloudledgerplus-menu-item,
body#cloudledger-faq-page a#cloudledger-faq-menu-item,
body#cloudledger-comparison-page a#cloudledger-comparison-menu-item,
body#cloudledger-demo-page a#cloudledger-demo-menu-item
body#opensource-page a#opensource-menu-item
 {
   background-color: #555;
   color: #fff;
   font-weight: normal;
}

input[name="initial_password"] {
    display: none;
}