/**
Colors:
#b0c441
#6AA14E dark green
#fff
#fd962f // orange
#ffa600
*/
html, body {
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: #626262;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 10px;
}

.content {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    width: 980px;
    background-color: #bbbbbb;
    padding: 5px;
    border: 1px solid #505050;
}

.content-inner {
    background-color: #bbbbbb;
    border: 1px solid #AAA;
}

.heading {
    height: 100px;
    padding-left: 20px;
    margin: 0;
    background-image: url('../images/bg-heading.png');
}

img {
    border: 0;
}
.menu li.active-menu-item a, .menu li.active-menu-item a:hover{
    color:#fd962f;
}
.menu {
    margin: 0;
    padding: 0;
    background-color: #626262;
    height: 25px;
    border-top: 2px solid #6AA14E;
    border-bottom: 2px solid #6AA14E;
    z-index: 100;
    position: relative;
}

.menu ul {
    margin: 0;
    padding: 0;
}

.menu ul, .menu li {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.menu li {
    padding-left: 3px;
    padding-right: 10px;
    float: left;
    list-style-type: none;
    line-height: 25px;
}

.menu li a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.clear {
    clear: both;
}

.body {
    background-repeat: repeat-x;
    background-position: top left;
    position: relative;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    background-color: #fff;
}

.body h1 {
    color: #6AA14E;
    margin: 0;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
    margin-left: 0;
    font-size: 19px;
    line-height: 27px;
    height: 27px;
    padding-left: 25px;


    background-repeat: no-repeat;
    background-position: 2px 3px;
}

.body h2 {
    color: #6AA14E;
    margin: 0;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
    margin-left: 0;
    font-size: 17px;
    line-height: 27px;
    height: 27px;
    padding-left: 25px;
}
.body h3{
    color: #6AA14E;
    margin: 0;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
    margin-left: 0;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    padding-left: 25px;
}

.body h3, .body h4{
    padding-left: 25px;
}

.body h4{
    margin-bottom:0;
    padding-bottom:0;
}

.body p, .body li, .body table {
    margin-top: 0;
    margin-left: 25px;
    margin-right: 10px;
    font-size: 13px;
    line-height: 130%;
}

.body a {
    color: #fd962f;
    font-weight: bold;
}

.logo {
    margin-top: 10px;
    float: left;
}

.code-image {
    background-image: url('../images/heading-chess-image.png');
    background-repeat: no-repeat;
    background-position: top right;
    width: 500px;
    height: 100px;
    float: right;

}

.body img {
    float: left;
    border: 1px solid #bacd57;
    margin-right: 5px;
}

.footer {
    background-color: #b0c441;
    color: #FFF;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    height: 25px;
    line-height: 25px;
    font-size: 11px;
    border: 1px solid #AAAAAA;
    border-top: 0;
}

.footer .footer-left {

    text-align: left;
}

.footer .footer-right {
    position: absolute;
    right: 5px;
    top: 0;
    width: 500px;
    text-align: right;
}

.footer a {
    color: #FFF;
}

.body .keytext {

    position: relative;
    margin-left: 5px;
    margin-top: 3px;
    margin-right: 5px;
    float: left;
    width: 160px;
    padding: 5px;
    border: 2px solid #626262;
    background-color: #6AA14E;
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
}

.column {
    width: 50%;
    float: left;
}
.menu-column{
    width:200px;
    float: left;
    line-height:140%;
}
.menu-column p{
    padding-left:0px;
    margin-left:0px;
}
.menu-column a{
    font-weight:normal;
    color:black;
}
.menu-column .active-module{
    font-weight:bold;
    color:#fd962f;
}
.module-column{
    width:750px;
    float:left;
}
.module-column img{
    margin-bottom:5px;
}
.module-column .source-code-preview, .module-column .copy-to-clipboard{
    margin-left:20px;
}
.module-column td .source-code-preview, .module-column td .copy-to-clipboard{
    margin-left:0px;
}
.module-column .table500{
    width:705px;
}

.module-heading{
    margin-bottom:0px;
    padding-bottom:0px;
    font-weight:bold;
    color:#6AA14E;
}
.three-column-box {
    clear: both;
}

.three-column-box .column {
    width: 33.3%;
    float: left;
}

.story {
    background-color: #FFF;
    border: 2px solid #6AA14E;
    border-radius: 5px;
    margin: 5px;
    padding-bottom: 5px;

}

.story div {
    color: #777;
}

.story p, .story li, .story td {
    color: #777;
    font-size: 13px;
}

.source-code-preview {
    margin: 10px;
    margin-left:20px;
    margin-bottom: 0;
    font-size:0.9em;
    padding: 3px;
    overflow: auto;
    color: #000;
    border: 1px solid #bacd57;
    background-color: #f5f5f5;
    font-family:courier;
}

.copy-to-clipboard {
    font-size: 10px;
    color: #fd962f;
    padding-left: 5px;
}

/** Menu css */

.ludo-menu {
    padding-left: 5px;
}

.ludo-sub-menu {
    padding: 5px;
    text-align: left;
    position: absolute;
    display: none;
    background-color: #626262;
    z-index: 100;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 2px solid #6AA14E;
    border-bottom: 2px solid #6AA14E;
    border-right: 2px solid #6AA14E;
    overflow: hidden;
}

.ludo-remaining-sub-menu {
    border-left: 2px solid #6AA14E;
    border-bottom: 2px solid #6AA14E;
    border-right: 2px solid #6AA14E;
}

.ludo-remaining-main-menu-item.ludo-main-menu-item {
    border-left: 2px solid #626262;
    border-right: 2px solid #626262;
}

.ludo-sub-menu a {
    color: #FFF;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

.ludo-sub-menu a:hover {
    text-decoration: underline;
}

li.ludo-main-menu-item {
    font-weight: bold;
}

li.ludo-main-menu-item-over a {
    color: #fff !important;
}

.ludo-main-menu-item {
    padding-right: 5px;

}

.ludo-first-main-menu-item {

}

.ludo-sub-menu-column {
    width: 50%;
    float: left;
}

.ludo-sub-menu-column-right {
    background-color: #bacd57;
}

.ludo-sub-menu-separator {
    position: absolute;
    height: 80%;
    top: 10%;
    border-left: 1px dotted #6AA14E;
    width: 1px;
    left: 48%;

}

.ludo-sub-menu-item {
    clear: both;
}
.spec-table{
    border-collapse:collapse;
    border:1px solid #CCC;
}
.spec-table .label{
    text-align:right;
}
.spec-table tr{
    vertical-align:top;
}
.spec-table, .spec-table tr, .spec-table td{
    padding:0px;
    margin:0px;
}
.spec-table td{
    padding:3px;
    border:1px solid #999999;
}
.spec-table p{
    padding-left:0px;
    margin-left:0px;
}
.spec-table thead tr{
    background-color:#999999;

}
.spec-table thead td{
    color:#FFF;
}
.table500{
    width:550px;
}

.in{
    margin-left:25px;
}

#share-buttons{
    width:460px;
    margin:0 auto;

}
#share-buttons a, #share-buttons-top a{
    text-decoration:none;
}
#share-buttons img, #share-buttons-top img {
    width: 35px;
    padding: 5px;
    border: 0;
    box-shadow: 0;
    display: inline;
}

#share-buttons-top img{
    width:25px;
}
#share-buttons-top{
    position:absolute;
    right:20px;
    top:0;
}

@media only screen and (max-device-width: 480px) {

    #share-buttons-top{
        display:none;
    }
    #share-buttons{
        width:auto;
    }


    img{
        max-width:300px;
    }
    .column img{
        max-width:300px;
    }
    .column{
        width:100%;
    }

    .content{
        padding:0;
        margin:0;
        width:auto;
    }
    body{
        padding:0;
    }

    div.body{
        padding:0;
        width:100%;
    }

    .logo{
        margin-top:20px;
    }
    div.code-image{
        display:none;
    }

    .menu li{
        padding-right:3px;
    }

    .body p, .body h1, .body h2, .body h3 .body table{
        margin-left:5px;
        padding-left:0;
    }
    .heading{
        padding-left:5px;
    }
    .content-inner{
        background-color:#FFF;
    }
}