/*************************
    DEFAULTS
 *************************/
a {
    text-decoration: none;
    color: rgb(46,46,46);
}

h2 {
    color: rgb(46,46,46);
    font-size: 14px;
    margin-top: 30px;
}


/******************************************
                SNAPSHOTS
 ******************************************/
div.tutorialSnapshot {
    width: 280px;
    height: 300px;
    margin-bottom: 20px;
}

div.tutorialSnapshot a {
    font-size: 18px;
    font-weight: normal;
    color: rgb(0,170,221);
    margin: 10px 0px 0px 0px;
    text-decoration: none;
}

div.tutorialSnapshot:hover a {
    font-size: 18px;
    font-weight: normal;
    color: rgb(0,120,221);
    margin: 10px 0px 10px 0px;
    text-decoration: none;
}


div.tutorialSnapshotImage {
    width: 280px;
    height: 181px;
    border: 1px solid rgb(200,200,200);
    text-align: center;
    vertical-align: middle;
    line-height: 181px;
    margin-bottom: 10px;
}

div.tutorialSnapshot img {
    width: 280px;
    /*height: 181px;*/
    vertical-align: middle;
    margin: 0px 0px 10px 0px;
}



div.tutorialSnapshotText {
    margin: 10px 0px 0px 0px;
    font-size: 14px;
}




/******************************************
            HOOKUP GUIDES
 ******************************************/

div.contentSeparator {
    height: 70px;
    line-height: 70px;
    background-color: rgb(200,200,200);
    margin: 10px 0px 10px 0px;
    color: white;
    font-size: 25px;
}

div.mainTitle {
    font-size: 50px;
    line-height: 40px;
    margin: 20px 0px 40px 0px;
    color: rgb(46,46,46);
    padding: 0px;
    
}

div.mainTitle span.small {
    font-size: 0.5em;
}

div.mainTitle span.blue {
    font-size: 0.5em;
    color: rgb(0,170,221);
}

div.abstractText {
    font-size: 16px;
    margin-bottom: 20px;
}


.circle {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px; 
    background-color: rgb(0,170,221);
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    color: white;
    font-size: 16px;
    font-weight: bold;
}


table.circleList td {
    padding-bottom: 20px;
}

table.circleList td.text {
    line-height: 50px;
    padding-left: 20px;
    font-size: 16px;
}

div.bodySpacer {
    height: 20px;
}

a.inlineLink {
    text-decoration: none;
    color: rgb(0,170,221);
}

a.inlineLink:hover {
    text-decoration: none;
    color: rgb(0,120,221);
}



#learn1 {
    width: 200px;
}


/***********************************************************
    Linux Command Line Components and Syntax Highlight
 ***********************************************************/
div.linuxCommandLine {
    background-color: rgb(40,40,40);
    color: white;
   /* height: 30px;*/
    width: 500px;
    line-height: 20px;
    padding: 5px 10px 5px 10px;
    margin-bottom: 15px;
}

span.dolar {
    color: rgb(0,170,221);
}


/***********************************************************
    Bash Script Components and Syntax Highlight
 ***********************************************************/
div.bashScript {
    background-color: rgb(40,40,40);
    color: white;
    width: 960px;
    line-height: 20px;
    padding: 5px 10px 5px 10px;
    margin-bottom: 15px;
}

div.bashScript span.comment {
    color: rgb(0,170,221);
    font-weight: bold;
}

div.bashScript span.lit {
    color: rgb(238,130,238);
    font-weight: bold;
}

div.bashScript span.cmd {
    color: rgb(255,255,0);
    font-weight: bold;
}

div.ident {
    width: 20px;
    height: 13px;
    float: left;
}