/* Created by http://freehtml5templates.com */

/* reset */
* {
    margin: 0;
    padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
    display: block;
}

body {
    background: #fafafa;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #404040;
    text-rendering: optimizeLegibility;
}

/* layout */

#wrapper {
    width: 990px;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 5px;
    -webkit-box-shadow: 3px 3px 7px #777;
    -moz-box-shadow: 3px 3px 7px #777;
    background-color: #fff;
    padding-top: 10px;
}

.topbar {
    height: 65px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    overflow: visible;
    background-color: #ffffff;
}

.topbar .fill {
    height: 65px;
    background: #fafafa;
    background-color: #fafafa;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#fafafa));
    background-image: -moz-linear-gradient(#ffffff, #fafafa);
    background-image: -ms-linear-gradient(#ffffff, #fafafa);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #fafafa));
    background-image: -webkit-linear-gradient(#ffffff, #fafafa);
    background-image: -o-linear-gradient(#ffffff, #fafafa);
    background-image: linear-gradient(#ffffff, #fafafa);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);

    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#C2C2C2')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#C2C2C2');
}

.topbar ul {
    margin-top: 14px;
    display: block;
    position: relative;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#d6d6d6));
    background: -moz-linear-gradient(top, #ededed, #d6d6d6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#d6d6d6');
    border: 1px solid #cccccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.topbar ul li {
    display: block;
    float: left;
    font-size: 13px;
    background-color: #f4f4f4;
    margin-right: 2px;
}

.topbar ul li a {
    display: block;
    float: none;
    padding: 3px 5px 3px 5px;
    line-height: 19px;
    text-decoration: none;
}

.topbar ul li a:hover {
    color: #808080;
    text-decoration: none;
}

.container {
    width: 970px;
    margin: 0 auto;
    zoom: 1;
}

.container:before, .container:after {
    display: table;
    content: "";
}

.container:after {
    clear: both;
}

.container h3 {
    float: left;
}

.container h3 img {
    margin-top: 6px;
}

.container ul {
    float: right;
    background-color: #FFFFFF;
    padding: 5px;
}

.container ul li {
    display: inline;
}

section h1 {
    font-size: 22px;
}

nav {
    width: 970px;
    height: 50px;
    margin: 0 auto;
    background: #333;
}

header {
    margin: 0 auto;
    background-color: #f5f5f5;
    padding: 40px 20px 20px 320px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 630px;
    background: #FFF url(images/bg_header.gif) repeat-y;
}

.header_learn {
    margin: 0 auto;
    background-color: #f5f5f5;
    padding: 10px 40px 3px 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #FFF url(images/bg_header1.gif) repeat-y;
    width: 890px;
}

.header_learn h2 {
    padding-left: 220px;
}

.header_learn p {
    padding-left: 220px;
}

#main {
    width: 970px;
    margin: 0 auto;
    padding-top: 30px;
    background: #FFF url(images/colbg.png) repeat-y;
    overflow: hidden;
}

#main1 {
    width: 970px;
    margin: 0 auto;
    padding-top: 30px;
    overflow: hidden;
}

#content {
    float: right;
    width: 640px;
    margin-right: 30px;
}

#sidebar {
    float: left;
    width: 230px;
}

footer {
    bottom: 0;
    clear: both;
}

/* basics */

@font-face {
    font-family: 'BlackRoseRegular';
    src: url('BLACKR-webfont.eot');
    src: url('BLACKR-webfont.eot?iefix') format('eot'),
    url('BLACKR-webfont.woff') format('woff'),
    url('BLACKR-webfont.ttf') format('truetype'),
    url('BLACKR-webfont.svg#webfont21KuPMyg') format('svg');
    font-weight: normal;
    font-style: normal;
}

h2, h3, h4, h5, h6 {
    font-weight: bold;
    clear: both;
    color: #333;
}

a:link, a:visited {
    color: #085E9B;
}

a:hover, a:active {
    color: #333;
}

p {
    margin-bottom: 18px;
}

li {
    padding-left: 5px;
}

#learnmenu li {
    padding: 7px 0 7px 5px;
    border-bottom: 1px solid #c2c2c2;
}

#learnmenu li a {
    text-decoration: none;
}

#learnmenu li:hover {
    background-color: #fafafa;
}

#learnmenu li.selected {
    background-color: #e5e5e5;
    font-weight: bold;
}

/* nav */

nav .menu {
    font-size: 16px;
    font-weight: bold;
}

nav .menu ul {
    margin: 0;
    padding: 17px 0 0 20px;
    list-style: none;
    line-height: normal;
}

nav .menu li {
    display: block;
    float: left;
}

nav .menu a {
    display: block;
    float: left;
    margin-right: 5px;
    padding: 0px 15px;
    text-decoration: none;
    color: #08B8F9;
}

nav .menu a:hover {
    text-decoration: underline;
}

/** HEADER */

header h1, header h2 {
    margin: 0;
    padding: 0 0 0 0px;
    line-height: normal;
}

header h1 {
    float: left;
    padding-top: 20px;
    font-family: BlackRoseRegular, Verdana, Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: normal;
}

header h1 a:link, header h1 a:visited {
    text-decoration: none;
    text-shadow: 0px 2px 3px #fff;
    color: #ffffff;
}

header h2 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1;
}

header p {
    font-size: 13px;
    font-weight: 200;
    line-height: 18px;
}

.header_learn p {
    font-size: 13px;
    font-weight: 200;
    line-height: 18px;
}

/** ARTICLES **/
article img {
    border: 1px solid #c2c2c2;
}

#content p, ul, ol, hr {
    margin-bottom: 24px;
}

#content ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
}

#content h1, h2, h3, h4, h5, h6 {
    color: #404040;
    margin: 0 0 20px 0;
    line-height: 1.5em;
    font-weight: bold;
}

.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 10px;
}

.alignright, img.alignright {
    display: inline;
    float: right;
    margin-left: 10px;
}

.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* sidebar and footer widget blocks */

aside h3 {
    font-size: 18px;
}

aside ul {
    list-style: none;
    margin-bottom: 20px;
    margin-top: -15px;
}

#footer-area {
    background: #333;
    color: #FFF;
    font-size: 90%;
    padding: 18px 0;
    overflow: hidden;
}

#footer-area1 {
    border-top: 1px solid #eaeaea;
    color: #FFF;
    font-size: 90%;
    padding: 7px 0;
    overflow: hidden;
    color: #808080;
}

#footer-area2 {
    border-top: 1px solid #eaeaea;
    color: #FFF;
    font-size: 90%;
    padding: 7px 10px;
    overflow: hidden;
    color: #808080;
}

.footer-segment {
    float: left;
    margin-right: 20px;
    margin-left: 20px;
    width: 190px;
}

footer aside h4 {
    color: #ddd;
    font-size: 16px;
    line-height: 1.5em;
}

footer a:link, footer a:visited {
    color: #08B8F9;
}

footer p {
    margin-top: -15px;
}

.btn {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(0.25, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
    background-image: -moz-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
    padding: 4px 14px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    color: #333;
    font-size: 13px;
    line-height: 18px;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    transition: 0.1s linear all;
}

.btn:hover {
    background-position: 0 -15px;
    color: #333;
    text-decoration: none;
}

.btn.primary, .btn.danger {
    color: #fff;
}

.btn.primary:hover, .btn.danger:hover {
    color: #fff;
}

.btn.primary {
    background-color: #0064cd;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
    background-image: -moz-linear-gradient(#049cdb, #0064cd);
    background-image: -ms-linear-gradient(#049cdb, #0064cd);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
    background-image: -webkit-linear-gradient(#049cdb, #0064cd);
    background-image: -o-linear-gradient(#049cdb, #0064cd);
    background-image: linear-gradient(#049cdb, #0064cd);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #0064cd #0064cd #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn.danger {
    background-color: #9d261d;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#d83a2e), to(#9d261d));
    background-image: -moz-linear-gradient(#d83a2e, #9d261d);
    background-image: -ms-linear-gradient(#d83a2e, #9d261d);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d83a2e), color-stop(100%, #9d261d));
    background-image: -webkit-linear-gradient(#d83a2e, #9d261d);
    background-image: -o-linear-gradient(#d83a2e, #9d261d);
    background-image: linear-gradient(#d83a2e, #9d261d);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #9d261d #9d261d #5c1611;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn.large {
    font-size: 16px;
    line-height: 28px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn.small {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 11px;
}

.btn.disabled {
    background-image: none;
    filter: alpha(opacity=65);
    -khtml-opacity: 0.65;
    -moz-opacity: 0.65;
    opacity: 0.65;
    cursor: default;
}

.btn:disabled {
    background-image: none;
    filter: alpha(opacity=65);
    -khtml-opacity: 0.65;
    -moz-opacity: 0.65;
    opacity: 0.65;
    cursor: default;
}

.btn:active {
    -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
}

button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.row {
    zoom: 1;
    margin-left: 50px;
    margin-bottom: 30px;
}

.row:before, .row:after {
    display: table;
    content: "";
}

.row a {
    text-decoration: none;
}

.row:after {
    clear: both;
}

.row .span1 {
    float: left;
    width: 40px;
    margin-left: 20px;
}

.row .span1:first-child {
    margin-left: 0;
}

.row .span2 {
    float: left;
    width: 100px;
    margin-left: 20px;
}

.row .span2:first-child {
    margin-left: 0;
}

.row .span3 {
    float: left;
    width: 160px;
    margin-left: 20px;
}

.row .span3:first-child {
    margin-left: 0;
}

.row .span4 {
    float: left;
    width: 220px;
    margin-left: 20px;
}

.row .span4:first-child {
    margin-left: 0;
}

.row .span5 {
    float: left;
    width: 280px;
    margin-left: 20px;
}

.row .span5:first-child {
    margin-left: 0;
}

.row .span6 {
    float: left;
    width: 340px;
    margin-left: 20px;
}

.row .span6:first-child {
    margin-left: 0;
}

.row .span7 {
    float: left;
    width: 400px;
    margin-left: 20px;
}

.row .span7:first-child {
    margin-left: 0;
}

.row .span8 {
    float: left;
    width: 460px;
    margin-left: 20px;
}

.row .span8:first-child {
    margin-left: 0;
}

.row .span9 {
    float: left;
    width: 520px;
    margin-left: 20px;
}

.row .span9:first-child {
    margin-left: 0;
}

.row .span10 {
    float: left;
    width: 580px;
    margin-left: 20px;
}

.row .span10:first-child {
    margin-left: 0;
}

.row .span11 {
    float: left;
    width: 640px;
    margin-left: 20px;
}

.row .span11:first-child {
    margin-left: 0;
}

.row .span12 {
    float: left;
    width: 700px;
    margin-left: 20px;
}

.row .span12:first-child {
    margin-left: 0;
}

.row .span13 {
    float: left;
    width: 760px;
    margin-left: 20px;
}

.row .span13:first-child {
    margin-left: 0;
}

.row .span14 {
    float: left;
    width: 820px;
    margin-left: 20px;
}

.row .span14:first-child {
    margin-left: 0;
}

.row .span15 {
    float: left;
    width: 880px;
    margin-left: 20px;
}

.row .span15:first-child {
    margin-left: 0;
}

.row .span16 {
    float: left;
    width: 940px;
    margin-left: 20px;
}

.row .span16:first-child {
    margin-left: 0;
}