/*
Theme Name:     iaptus Helpsite
Theme URI:      http://www.iaptus.co.uk/help
Description:    Helpsite Childtheme for iaptus Helpsite
Author:         Mayden
Author URI:     http://www.mayden.co.uk/
Template:       wordpress-bootstrap-master
Version:        1.0
*/


/*--------------- Header ---------------*/
/*======================================*/


body {
    background: url("images/bg_main_clutter_left.png") repeat-y scroll left top, #ECFBFC url("images/bg_main_clutter_right.png") repeat-y scroll right top;
    font-family: 'Roboto', arial;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 0px;
    color: #295074;
}

.navbar-default {
    background: #fff;

    box-shadow: 2px 5px 5px 2px rgba(0, 0, 0, 0.2);
}
.section-header h2,
.entry-title {
    color: #295074;
}
.widget,
#main {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 2px 5px 5px 2px rgba(0, 0, 0, 0.2);
}

#content {
    width: 100%;
}
.navbar-brand {
    background: url('images/logo_main.png') top left no-repeat;
    width: 166px;
    height: 37px;
    line-height: 100px;
    overflow: hidden;
    margin-top: 6px;
    margin-left: 15px;
}

#main article {
    margin: 0;
}

a,
a:active,
a:visited,
a:hover {
    color: #f17323;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1, .h1, .page-title {
    font-size: 30px;
}

#content h1.single-title,
#content h1.page-title,
#content h3,
#content .h3,
#content h4.widgettitle,
#content h4.widgettitle a,
#content #sidebar1 .widget_recent_entries a,
    /*#content #menu-sub > ul > li:first-child > a, // stu removing for menu parent colouring */
.post > header > h2,
.post > header > h2 > a {
    font-weight: bold;
    color: #b5b5b5;
    font-size: 26px;
    text-decoration: none;
    margin: 0;
    line-height: 1.1em;
}
#content #menu-sub > ul > li:first-child > a {
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    margin: 3px 10px 2px 0px;
    line-height: 1em;
    float: left;
    display: inline;
}
#content #sidebar1 h4.widgettitle a {
    min-height: 86px;
    display: block;
}

#content h3,
#content .h3,
#content h4.widgettitle {
    margin-bottom: 0.2em;
}

#content .page-header h1.page-title {
    color: #295074;
}

/* #content #menu-sub > ul > li:first-child > a {
    color: #f17323;

} same thing //stu */

h2, #content h3.h2, .h2 {
    font-size: 26px;
    font-weight: 300;
}

#content h4 {
    font-weight: bold;
    font-size: 1.1em;
    margin: 1em 0 0.3em 0;
}

#main p.meta {
    font-weight: 300 !important;
}

.cta a,
.cta a:visited,
.cta a:hover,
a .cta,
a.cta,
a.cta:visited,
a.cta:hover {
    display: inline-block;
    padding: 5px 10px;
    margin-top: 10px;
    border: 1px solid #ffffff;
    background: #f17323;
    color: #ffffff;
    text-decoration: none;
    -webkit-border-radius: 10px 0 10px 0;
    border-radius: 10px 0 10px 0;
    min-width: 130px;
}


#content blockquote {
    font-size: inherit !important;
    border: 0;
    padding: 0;
    margin-bottom: 25px;
}

#content cite {
    font-style: normal;
}

#content cite:before {
    content: "\2014 ";
    font-weight: 300;
}

a.to-top {
    display: block;
    text-align: right;
    width:100%;
    margin: 10px 0;
    text-decoration: none;
}

img.aligncenter {
    padding: 10px;
    margin: 20px auto;
    border: 1px solid #eee;
}


img.aligncenter + img.aligncenter {
    margin-top: 0px;
}

/*====== Top Menu =======*/
#searchform {
    padding-top: 10px;
    margin: 0px -15px;
}

#searchform .form-group {
    margin-bottom: 0;
}

.header-container {
    padding-left: 30px;
}
/*====== LHS Menu =======*/

#sidebar1 .widget {
    padding: 15px;
}
#menu-lhs-menu-1 {
    list-style: none;
    padding: 0;
}

#toc_container ul,
#menu-lhs-menu-1 ul {
    list-style: decimal;
    padding-left: 20px;
    margin: 5px 0;
}

#toc_container ul ul,
#menu-lhs-menu-1 ul ul  {
    list-style: lower-alpha;
}

#toc_container ul ul ul,
#menu-lhs-menu-1 ul ul ul {
    list-style: lower-roman;
}
#menu-lhs-menu-1 > li > a {
    font-size: 2em;

}
.current-menu-item > a{
    font-weight: bold;
}

/*=== Contents =====*/

#toc_container {
    float: right;
    width: 33%;
    padding: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    border: 1px solid #eee;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-size: 95%;
}
 .toc_title {
     font-weight: bold;
 }
.toc_number { display: none; }

#mainfooter {
    padding: 15px;
    margin-top: 15px;
    background: #fff;
    box-shadow: 10px 10px 10px 15px rgba(0, 0, 0, 0.2);
    border-top: #eee;

}