/*new colour palette: 464646 999999 FFFFFF 5A5A5A AAAAAA D54E21 E4F2FD*/

body {
    background-color: #464646;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    color: #999999;
}

.heading h1, .heading h1 a {
    font-family: Impact, Arial;
    font-size: 35pt;
    color: #FFFFFF;
    margin-bottom: 3px;
    text-decoration: none;
}   

.heading h2 {
    font-style: italic;
    font-family: "Courier New", Courier;
    color: #999999; 
    margin-top: 3px;
}

.search_box input{
    width: 100%;
    margin-top: 1em;
}

.main_body_item {
    margin-bottom: 70px;
    padding-bottom: 30px;
    border-bottom: 1px solid #999999;
}

.main_body_item .item_heading {
    margin-top: 0px;
}

.main_body_item .item_heading, .main_body_item .item_heading a, .main_body_item .item_heading a:visited, .main_body_item .item_heading a:hover {
    font-size: 25pt;
    font-family: Helvetica, "Courier New", Courier;
    color: #FFFFFF;
    text-decoration: none;
}

.main_body_item .item_content {
    font-size: 10pt;
}

.main_body_item .item_content h1 {
    font-size: 20pt;
    color: #FFFFFF;
}

.main_body_item .item_content h2 {
    font-size: 17pt;
    color: #FFFFFF;
}
.main_body_item .item_content h3 {
    font-size: 14pt;
    color: #FFFFFF;
}

.main_body_item .item_content  a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

.main_body_item .item_content  a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.main_body_item .item_content  a:hover {
    color: #999999;
    text-decoration: none;
}

.main_body_item .item_content img {
    max-width: 100%;
}

.main_body_item .item_extra {
    font-size: 10pt;
    margin-top: 25px;
}

.main_body_item .item_extra .comments_link {
    display: inline-block;
}

.main_body_item .item_extra  a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid white;
    padding: 5px;
}

.main_body_item .item_extra  a:visited {
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid white;
    padding: 5px;
}

.main_body_item .item_extra  a:hover {
    color: #999999;
    text-decoration: none;
    border: 1px solid #999999;
    padding: 5px;
}

.main_body_item .item_extra .tags {
    display: inline-block;
    float: right;
}

.wikkly-a-www {
    font-style: italic;
}

.tw_page {
    margin: 0 auto;
    width: 80%;
    position: relative;
    top: 50px;
    min-width: 600px;
}

.side_content {
    float: left;
    margin: 20px 0 10px 2%;
    max-width: 13%;
}

.menu_bar_list {
    list-style-type: none;
    padding: 0;
    margin-top: 5px;
}

.menu_bar a, .menu_bar a:visited {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

.menu_bar a:hover {
    color: #999999;
    text-decoration: none;
}

.main_body {
    float: left;
    width: 80%;
    margin: 20px 3px 10px 4%;
}

.wikkly-code-block, .twp_code_block {
    background-color: #5A5A5A;
    color: #AAAAAA;
    border: 1px solid #AAAAAA;
    font-family: monospace;
    width: 85%;
    margin: 5px auto;
    padding: 5px;
    overflow-x: auto;
}

.wikkly-code-inline {
    font-family: monospace;
}

.pagination {
    margin-bottom: 30px;
}

.pagination .page_next {
    float: right;
}

.pagination a, .pagination a:visited {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

.pagination a:hover {
    color: #999999;
    text-decoration: none;
}

.summary_list{
    font-size: 17pt;
}

.summaries {
    margin-bottom: 30px;
}

.comment {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #999999;
    width: 60%;
}

.comment .comment_new {
    margin-bottom: 20px;
}

.comment .comment_body {
    margin-bottom: 5px;
}

.comment .comment_body {
    font-family: Helvetica, Arial, Verdana;
    font-size: 10pt;
}

.comment .comment_info {
    font-size: 8pt;
}

/*color palette: #445544 #CC5533 #EEEECC #DDBBAA #999977*/

/*body {
    margin: 0px;
    padding: 0px;
    background-image: url('../images/background.jpg');
}

.heading {
    text-align: center;
    background-color: #445544;
    color: #EEEECC;
    margin: 0px;
}

.tw_page {
    /*border: 1px solid #CC5533;
    margin: 5px auto 5px auto;
    padding: 5px 0px 5px 0px;
    background-color: #DDBBAA;
    background-color: rgba(221, 187, 170, 0.85);
    width: 80%;
    bottom: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.main_body {
    margin: 10px 0;
    text-align: center;
    /*background-color: #2F4E6F;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}

.main_body_items {
    display: inline-block;
    width: 78%;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.main_body_side {
    display: inline-block;
    vertical-align: top;
    width: 19%;
    margin: 5px 0;
    padding: 0;
}

.tweets {
    color: #999977;
    border: 1px solid #CC5533;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.tweet_header {
    text-align: left;
    background-color: #445544;
    color: #EEEECC;
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 1px 1px 1px 5px;
}

.tweet {
    margin-bottom: 5px;
    background-color: #EEEECC;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: #CC5533;
    text-align: left;
    padding: 1px 3px 1px 5px;
}

.main_body_item {
    border: 1px solid #CC5533;
    background-color: #EEEECC;
    color: #999977;
    text-align: left;
    margin: 5px 15px 5px 15px;
    padding-left: 3px;
    overflow-x: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.main_body_item iframe {
    width: 99%;
    height: 400px;
    border: none;
}

.menu_bar {
    width: 100%;
    background-color: #445544;
    color: #EEEECC;

}

.menu_bar .menu_item {
        margin: 3px 30px 3px 30px;
        display: inline-block;
}

.menu_bar .menu_item a, .menu_bar .menu_item a:hover, .menu_bar .menu_item a:visited {
    color: #EEEECC;
}*/
