﻿
*
{
    font-family: 'Open Sans' , sans-serif;
    font-weight: 200;
    color: black;

}

/* Reset body padding and margins */
body
{
    margin: 0;
    padding: 0;
}

/* Make Header Sticky */
#header_container
{
    background-color: #003C71;
    border: 1px solid #666;
    height: 140px;
    left: 0;
    position: fixed;
    width: 100%;
    top: 0;
    background-image: url('/images/LR100.png');
    background-position: left top;
    background-repeat: no-repeat;
    background-position: left top;
}
#header
{
    line-height: 60px;
    margin: 0 auto;
    width: 100%;
    text-align: right;
}

#menu_container
{
    background-color: #ebebeb;
    border-right: 2px solid #878787;
    border-top: 2px solid #666;
    height: 100%;
    left: 0;
    padding-left: 10px;
    position: fixed;
    width: 220px;
    top: 140px;
}
#menu
{
    line-height: 30px;
    margin: 0 auto;
    width: 220px;
    text-align: left;
}

.bluebar
{
    background-color: #3B8EDE;
    position: fixed;
    top: 120px !important;
    left: 0px;
    width: 100%;
    height: 20px !important;
}

A
{
    font-family: 'Open Sans' , sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
}

h1, h2, h3, h4 h5, h6
{
    color: #007079;
    font-weight: 900;
}
h2
{
    font-weight: 800;
}
h3
{
    font-weight: 600;
}
h4
{
    font-weight: 400;
}
h5
{
    font-weight: 200;
}

.title
{
    height: 40px;
    font-size: 40px;
    font-weight: 200;
    color: White;
    float: right;
    padding-right: 20px;
    padding-top: 40px;
    vertical-align: bottom;
    margin: 0px;
}


/* CSS for the content of page. I am giving top and bottom padding of 80px to make sure the header and footer do not overlap the content.*/
#container
{
    margin: 0 auto;
    overflow: auto; /*padding: 80px 0;             width: 940px;*/
}
.content
{
    padding: 150px 20px 30px 250px;
    text-align: justify;
}

.mainimage
{
    width: 600px;
    float:left;
    padding-right: 10px;
    padding-bottom: 10px;
}

/* Make Footer Sticky */
#footer_container
{
    background: orange;
    border: 1px solid #666;
    bottom: 0;
    height: 20px;
    left: 0;
    position: fixed;
    width: 100%;
}
#footer
{
    line-height: 20px;
    margin: 0 auto;
    width: 100%;
    text-align: left;
}

/* smallest */
@media (min-width: 0px) AND (max-width: 480px)
{
    
    #header_container 
    {
    height: 60px;
    background-image: url('/images/LR50.png');
    }
    
    #header
    {
        line-height: 40px;
    }

    .bluebar
    {
        top: 60px !important;
        height: 10px !important;
    }

    .title
    {
        height: 30px;
        font-size: 15px;
        padding-right: 10px;
        padding-top: 10px;
    }

    .mainimage
    {
        width: 150px;
    
        padding-right: 5px;
        padding-bottom: 5px;
    }
}

/* midsize */
@media (min-width: 481px) and (max-width: 720px)
{

    #header_container 
    {
        height: 80px;
        background-image: url('/images/LR50.png');
        background-position: 10px 20px;
    }
    
    #header
    {
        line-height: 60px;
    }

    .bluebar
    {
        top: 80px !important;
        height: 10px !important;
    }

    .title
    {
        height: 40px;
        font-size: 30px;
        padding-right: 10px;
        padding-top: 20px;
    }

    .mainimage
    {
        width: 250px;
    }
}

.linuxCommand
{
    background: #414042;
    color: white;
    width: 95%;
    padding: 10px;
    margin: 20px;
}

.linuxResult
{
    background: #878787;
    color: white;
    width: 95%;
    padding: 10px;
    margin: 20px;
}

.notesBorder 
{
    margin: 5px 150px 5px 150px;
    border: 3px solid #414042;
    
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;    
    behavior: url(pie/PIE.htc);
}

.notes
{
    background: #ebebeb;
    padding: 10px;
    font-size: 12pt;
    
}

.box 
{
    margin: 0px;
    border: 2px solid #414042;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    behavior: url(pie/PIE.htc);

    
}

.box ._bar 
{
    line-height: 25px;
    background: #007079;
    margin:0px;
    padding: 5px 10px 5px 10px;
    font-weight: 900;
    color: #ebebeb;
    border-bottom: 1px solid #878787;
}
.box ._body 
{
    background: #ebebeb;    
    padding: 10px;
    margin:0px;
}