HTML, BODY {
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px;
    background-color:#F8F8F8;
}

HTML {
    height:100%;
}

BODY {
    position:relative;
    min-height:100%;
    font-family:"arial";
}

#container {
    
}

#headerNav {
    //width: 1425px;
    width:100%;
    height:55px;
    //margin-bottom:50px;
    position:fixed;
    z-index:100;
}

#banner {
    height:55px;
    background-color:#130e46;
    position:relative;
}

#bodyDiv {
    //width: 90%;
    //width:1283px;
    //margin-left:auto;
    //margin-right:auto;
    position:relative;
    left:4%;
    padding: 10 10 10 10;
    padding-top:115px;
    letter-spacing:2px;
    //border-left:1px solid black;
    //border-right:1px solid black;
    padding-bottom:65px;
}

#footer {
    width: 100%;
    height:55px;
    background-color:#130e46;
    //float:left;
    position:absolute;
    right:0px;
    bottom:0px;
    left:0px;
    color:white;
    font-weight:bold;
    font-family:"arial";
    text-align:center;
    line-height:55px;
}



#socialNav, nav {
    //float: right;
    font-family:"arial";
    display:inline-block;
    //width:450px;
    position:absolute;
    right:0px;
    //top:5px;
    height:100%;
    z-index:205;
}

nav ul {
    padding-left:0px;
    height:100%;
    
    margin-top:0px;
    margin-bottom:0px;
}

nav ul, #socialNav ul {
    list-style-type:none;
}

nav li, #socialNav li {
    float: left;
    //margin-right:20px;
    height:100%;
    line-height:55px;
    text-align:center;
    padding-right:10px;
    padding-left:10px;
    border-bottom:2px solid white;
}

nav a, nav a:visited {
    text-decoration: none;
    color: gray;
    font-weight:bold;
}

nav a:hover {
    color:#130e46;
}

nav li:hover {
    color:white;
    background-color:white;
    //text-shadow:1px 1px gray;
}

nav li:hover > a, nav li:hover > a > i {
    color:#130e46;
}

#navSelected {
    position:absolute;
    top:55px;
    width:100%;
    height:55px;
    background-color:white;
    z-index:9;
    visibility:hidden;
    border:2px solid #130e46;
    border-top:none;
    line-height:55px;
    text-align:center;
    color:#130e46;
    font-weight:bold;
    font-size:20px;
    border-bottom-left-radius:18px;
    border-bottom-right-radius:18px;
}

.readmore {
    margin-left:15px;
    margin-bottom:20px;
}

.readmore a, .readmore a:visited {
    color:blue;
    text-decoration:none;
}

.fa-twitter-square, .fa-facebook-official, .fa-envelope {
    color:grey;
}

.fa-twitter-square, .fa-facebook-official {
    padding-top:10px;
}

.fa-envelope {
    padding-top:9px;
}

.fa-twitter-square:hover, .fa-facebook-official:hover, .fa-envelope:hover {
    color:#130e46;
}

ol {
    padding-left:0px;
}

.comment {
    list-style-type:none;
    margin-left:15px;
    margin-right:15px;
    font-family:"arial";
    //padding-top:10px;
    //padding-bottom:10px;
    border-bottom:1px solid #130e46;
    margin-bottom:20px;
    padding-bottom:10px;
    margin-top:-10px;
}

.comment a, .comment a:visited {
    color:blue;
    text-decoration:none;
}

.commentText {
    margin-top:-10px;
    margin-left:-15px;
    min-height:55px;
}

.commentReply {
    border-bottom:none;
    margin-top:10px;
    margin-right:0px;
    //border-top:1px dashed #130e46;
    padding-top:5px;
    margin-bottom:-10px;
}
.comment-reply-link {
    margin-right:10px;
}

.commentRowContainer {
    //display:inline-block;
    //vertical-align:top;
    //width:50%;
    flex:1;
    margin-left:10px;
    margin-right:10px;
}

.singleCommentDiv {
    display:flex;
}

.comment_author {
    font-weight:bold;
    //display:inline-block;
    //float:left;
}

.comment_date {
    //font-style:italic;
    font-weight:bold;
    //display:inline-block;
    float:right;
    //overflow:hidden;
}

#comment {
    display:block;
    width:100%;
    height:200px;
}

.comment-reply-title {
    margin-left:15px;
}

.comment-respond {
    font-family:"arial";
}

.avatar {
    border-radius:90px;
}

.author .avatar {
    width:230px;
    height:230px;
    margin-left:15px;
    margin-bottom:15px;
}

.author_table_div {
    display:inline-block;
    vertical-align:top;
    width:75%;
    margin-left:10px;
    font-family:"arial";
    //font-weight:bold;
    margin-bottom:10px;
}

.author_table_div p {
    padding-left:0px;
}

.author_table {
    width:100%;
}

.author_table td {
    width:50%;
    vertical-align:top;
    padding-bottom:10px;
}

.blogFooter {
    margin-left:15px;
    margin-right:15px;
    margin-top:25px;
    padding-left:0px;
    padding-bottom:10px;
    width:100%;
    font-family:"arial";
}

.blogFooterSpan {
    display:inline-block;
    width:32%;
    //text-align:center;
}

.blogFooterSpan.commentLink {
    text-align:center;
    width:28%;
}

.blogFooter a, .blogFooter a:visited {
    color:blue;
    text-decoration:none;
}

.swli {width:35%; float:right; margin-top:-15px; margin-right:30px;}

.nc_socialPanel {
    margin-bottom:0px !important;
    margin-top:0px !important;
}

.nc_socialPanel a, .nc_socialPanel a:visited {
    z-index:-10;
    color:white;
}

#testInPage {
    border:2px solid maroon;
    padding: 10 10 10 10;
    color:blue;
    font-size:40px;
    font-family:"comic sans ms";
}

#primary-sidebar {
    //width:220px;
    width:15%;
    margin-left:2.1%;
    display:inline-block;
    vertical-align:top;
}

#primary-sidebar div, .blogPost {
    border:2px solid #130e46;
    border-radius:20px;
    background-color:white;
    margin-bottom:20px;
}



#widget-collapsarch-2-top div {
    border:none;
}

#widget-collapsarch-2-top li
{
    margin-bottom:10px;
    margin-top:10px;
}

.collapsing.item{
    font-size:8px;
    padding-left:5px;
    padding-right:5px;
    //text-align:le;
}

#primary-sidebar div {
    //width:200px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

#primary-sidebar ul {
    list-style-type:none;
    //padding-left:20px;
    //padding-right:20px;
    padding-left:0px;
}

#primary-sidebar a {
    color:blue;
    text-decoration:none;
    font-family:"arial";
}

#primary-sidebar a:visited {
    color:purple;
}

#primary-sidebar h2, .blogPost h1, .snippet h2 {
    text-align:center;
    color:white;
    background-color:#130e46;
    font-family:"arial";
    margin-top:0px;
    border-radius:15px 15px 0px 0px;
}

.blogPost h1 {
    font-size:20px;
}

.blogPost h1,h4, .snippet h2 {
    text-align:left;
    padding-left:15px;
}

.blogSubdiv {
    width:82%;
    display:inline-block;
}



.blogPost p {
    font-family:"arial";
    
    padding-left:15px;
    padding-right:15px;
    line-height:25px;
    text-align:justify;
}

.blogDate {
    display:inline-block;
    text-align:right;
    width:28%;
    margin-right:15px;
    //margin-top:5px;
    font-size:20px;
    vertical-align:top;
}

.blogTitle {
    width:70%;
    display:inline-block;
}

#searchform div {
    border:none;
}

input[type="search"].search-field, input[type="submit"].search-submit {
    margin-left:auto;
    margin-right:auto;
    display:block;
}

input[type="search"].search-field {
    margin-bottom:10px;
    
}

input[type="submit"].search-submit {
    margin-bottom:-10px;
}

.screen-reader-text h2 {
    margin-bottom:5px;
}

.logo {
    //width:16%;
    width:80px;
    margin-top:-2px;
    margin-left:10px;
    float:left;
    
}

#logoTagline {
    //width:35%;
    width:400px;
    position:relative;
    display:inline-block;
    z-index:10;
}

#taglines {
    width:75%;
    float:left;
    margin-top:12px;
    margin-left:-15px;
}

#titleLine {
    color:white;
    font-family:"arial black";
    font-size:20px;
    margin-bottom:-4px;
    //border-bottom:1px solid white;
    width:50%;
    //text-decoration:underline;
    letter-spacing:-1.5px;
    text-shadow:-3px 2px 5px #130e46;
}

#byLine {
    color:lightgray;
    font-style:italic;
    font-family:"arial";
    font-size:12px;
    margin-left:0px;
    margin-top:-1px;
    float:left;
    text-shadow:1px 1px gray;
    width:70%;
}

.taglineImage {
    float:left;
    //width:40%;
    width:150px;
    margin-top:4px;
    margin-left:-28px;
}

.tableRow {
    display:table-row;
    //width:100%;
    height:25px;
}

.tableCell {
    display:table-cell;
    //width:100%;
    
}

.cellLabel {
    border-right:2px solid white;
    width:48%;
    
}

.rowPad {
    //width:80% !important;
    //margin-left:auto;
    //margin-right:auto;
    font-size:15px;
    
    
}

.rowPad .tableRow {
    height:30px;
}

#playerVitalInfo, #careerMoves, #transactions, #blogSnippets, #playerVid, #statsDiv, #allPlayersIndex, #optionsPanel, #teamMates {
    //background-color:#130e46;
    background-color:white;
    width:48%;
    //color:white;
    color:#130e46;
    font-family:"arial";
    font-size:12px;
    border-radius:20px;
    padding-bottom:5px;
    font-weight:bold;
    display:inline-block;
    vertical-align:top;
    margin-bottom:20px;
    border:2px solid #130e46;
}

#transactionTableDiv {
    padding-top:10px;
    padding-right:10px;
    padding-bottom:10px;
}

#transactions td {
    padding-left:25px;
    padding-bottom:20px;
    vertical-align:top;
    line-height:30px;
    font-size:12px;
    font-weight:bold;
}

#transactions th {
    padding-left:25px;
}

#playerVitalInfo {
    //margin-right:35px;
    //margin-right:3%;
    height:357px;
}

#careerMoves {
    //width:30%;
    width:39%;
}

#careerMoves table {
    font-size:12px;
    font-weight:bold;
    padding-left:20px;
    //margin-right:-5px;
    padding-top:10px;
    width:100%;
}

.tableHeaders {
    background-color:#130e46;
    margin-top:5px;
}

.tableHeaders table {
    width:100%;
}

#careerMoves th, #transactions th {
    text-align:left;
    font-size:15px;
    text-decoration:underline;
    //width:46%;
    //background-color:#130e46;
    font-family:"arial black";
}

#transactions {
    //width:67%;
    width: 57%;
    //margin-left:35px;
    //line-height:20px;
}

#blogSnippets {
    //width:auto !important;
    width:100%;
    height:auto !important;
}

#playerImage {
    //width:35%;
    width:216px;
    padding-left:10px;
    padding-top:15px;
    //padding-bottom:10px;
    border-top-left-radius:20px;
    border-bottom-left-radius:20px;
    display:inline-block;
    margin-right:20px;
    //31.5
}

.playerImageSrc {
    width:100%;
    border-bottom-right-radius:20px;
    border-bottom-left-radius:20px;
    border-radius:20px;
}

.vitals {
    display:inline-block;
    width: 29%;
    vertical-align:top;
    margin-top:20px;
    //border:1px solid yellow;
}

.transactionsWhere {
    width:5%;
    padding-left:2.5%;
}

.transactionsDate {
    //width:12%;
    width:24%;
}

.transactionsDesc {
    //width:69%;
    width:56%;
    margin-right:5%;
    //margin-left:5%;
    text-align:justify;
}

.vitalsBorder {
    width:24%;
    margin-right:5%;
    border-right:2px solid #130e46;
}

.vitals ul, .innerCareerMoves ul {
    list-style-type:none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.vitals li, .innerCareerMoves li {
    height:25px;
}

#transactions li {
    //height:105px;
    //height:70px;
    //padding-bottom:40px;
    height:auto !important;
    //min-height:100%;
    //overflow:auto;
}

#transactions a, #transactions a:visited {
    color:blue;
    text-decoration:none;
}

.innerCareerMoves {
    //display:inline-block;
    width:46%;
    //margin-top:20px;
    //margin-left:20px;
    font-size:12px;
    line-height:30px;
    padding-bottom:10px;
}

.vitalHeader {
    //background-color:white;
    background-color:#130e46;
    //color:#130e46;
    color:#F5F5F5;
    padding-left:15px;
    padding-top:2px;
    font-size:25px;
    //margin-top:10px;
    //margin-left:30px;
    //margin-right:10px;
    border-top-right-radius:18px;
    border-top-left-radius:18px;
    //width:100%;
    border:1px solid #130e46;
    border-bottom:0;
    height:35px;
    font-family:"arial";
    font-weight:bold;
}

.bottomCurve {
    border-bottom-right-radius:18px;
    border-bottom-left-radius:18px;
    margin-bottom:10px;
    opacity:0.8;
}

.vitalHeader a, .vitalHeader a:visited {
    color:white;
}

.rosterView {
    //height:110px;
}

.rosterViewHeader {
    //line-height:110px;
    margin-left:20px;
    //font-size:72px;
}

.rosterViewImg {
    width:100%;
}

.rosterViewImg img {
    width:100%;
}

#bodyDiv {
    /*background-image: url("http://127.0.0.1/~Jon/wordpress/wp-content/uploads/logos/14a.png");*/
    background-repeat:no-repeat;
    background-position-x:center;
    background-position-y:90px;
}

.teamLogoText {
    width:150px;
    height:100px;
    display:inline-block;
    vertical-align:top;
    text-align:center;
    padding-top:20px;
}

.teamLogoText a, .teamLogoText a:visited {
    color:black;
    text-decoration:none;
}



#allPlayersIndex {
    opacity:0.8;
}

#last_name {
    //width:200px;
    width:183px;
}

#position {
    //width:40px;
    width:79px;
}

#height, #weight {
    //width:60px;
    //width:62px;
    width:67px;
}

#dob {
    //width:100px;
    //width:96px;
    width:86px;
}
/*1211*/
#obtained {
    //width:340px;
    width:286px;
}

#years {
    //width:25px;
    width:45px;
}

#out_of {
    //width:160px;
    width:147px;
}

#country {
    //width:160px;
    width:161px;
}

#playerVid {
    //width:45%;
    //float:left;
    //margin-left:10%;
    //height:315px;
    //font-size:20px;
    //font-weight:bold;
    text-align:center;
    height:357px;
    //display:inline-block;
    //vertical-align:top;
}

#playerVid iframe {
    margin-top:4px;
}

.noVideo {
    text-align:center;
    line-height:302px;
    font-size:20px;
    letter-spacing:2px;
}

.incomplete {
    text-align:center;
    margin-top:5px;
    font-size:20px;
}

.snippet {
    margin-left:20px;
    margin-right:20px;
    margin-top:15px;
    border-bottom:1px solid #130e46;
}

.snippet h2 {
    //border-radius:0px;
}
.snippetDate {
    font-weight:normal;
    font-style:italic;
}

.snippetContent {
    font-size:14px;
    line-height:25px;
    font-weight:normal;
    text-align:justify;
}

#allPlayersIndex, #teamMates {
    border:2px solid #130e46;
    border-radius:20px;
    width:100%;
    display:inline-block;
}

#optionsPanel {
    //width:39.5%;
    width:100%;
    //margin-left:-10px;
    //margin-right:-10px;
}

#optionsPanel ul {
    list-style-type:none;
    padding-left:0px;
}

.checkDiv,.positionCheckDiv {
    display:inline-block;
    //width:16.5%;
    width:25%;
    //width:50%;
    font-size:8px;
    margin-right:0px;
}

.positionCheckDiv {
    width:auto !important;
}

#teamOptions, #positionOptions, #countryOptions {
    margin-left:30px;
}

.optionHeader {
    margin-left:15px;
}

.sortLinks {
    cursor:pointer;
}

#allPlayersIndex table, #teamMates table {
    width:100%;
    //padding-left:10px;
    //padding-right:10px;
    //margin-bottom:-5px;
    padding-bottom:8px;
    font-family:"arial";
    color:#130e46;
    border-collapse:separate;
    border-spacing:0px 0px;
}

#allPlayersIndex th, #teamMates th {
    text-align:left;
    //width:33%;
    padding-right:10px;
    padding-left:10px;
    border-bottom:2px solid #130e46;
    font-size:12px;
}

#allPlayersIndex td, #teamMates td {
    //padding-bottom:5px;
    height:30px;
    font-size:12px;
    padding-left:10px;
}

#allPlayersIndex a, #teamMates a {
    text-decoration:none;
}

.vitalHeader div {
    float:left;
}
#playerSearch {
    //width:23%;
    width:260px;
    float:right;
    margin-right:10px;
}

#playerSearchBox {
    vertical-align:middle;
    margin-top:-3px;
}

#quote {
    //width:1279px;
    width:90%;
    margin-left:auto;
    margin-right:auto;
    padding-top:5px;
    padding-bottom:5px;
    background-color:white;
    border-bottom-left-radius:18px;
    border-bottom-right-radius:18px;
    //display:inline-block;
    color:#130e46;
    border: 2px solid #130e46;
    border-top:none;
    font-weight:bold;
    text-align:center;
    font-family:"arial";
    font-size:12px;
    position:relative;
    z-index:1;
    overflow:hidden;
}

#quoteInner {
    position:relative;
    top:0px;
    left:40px;
    width:85%;
    display:inline-block;
}

#submitQuote {
    display:inline-block;
    float:right;
    margin-right:10px;
}

#submitQuote a, #submitQuote a:visited, .submitVideo a, .submitVideo a:visited {
    color:#130e46;
}

/*1279*/

.stats th {
    font-size:10px;
}

.stats table {
    width:auto !important;
    //width:100%;
    margin-left:auto !important;
    margin-right:auto !important;
}

.stats {
    text-align:center;
    padding:0px;
    margin:0px;
}

#statsDiv {
    width:99.5%;
    //text-align:center;
}

#statFrame {
    border:none;
    visibility:hidden;
    display:inline;
    padding:0px;
    height:auto;
    width:100%;
    border-radius:18px;
    padding-top:20px;
}

#aboutContainer {
    width:100%;
    margin-left:auto;
    margin-right:auto;
    font-family:"arial";
    line-height:25px;
    text-align:justify;
    color:#130e46;
}

#aboutHeader {
    width: 100%;
}

#aboutHeader img {
    width:100%;
}

#aboutImg {
    float: left;
    margin-right:20px;
}

#pagination {
    width: 100%;
}

.nav-next {
    float:left;
}

.nav-previous {
    float:right;
}

.logoCell {
    margin-right:20px;
    margin-bottom:20px;
}

#logos {
    width:1190px;
    margin-left:auto;
    margin-right:auto;
}

.stripe {
    background-color:lightgrey;
}

.cvEmbed {
    display:inline-block;
    margin-right:6px;
    width:33%;
    vertical-align:top;
}

.cvEmbedLast {
    margin-right:-6px;
}

.cvEmbed iframe {
    width:100%;
    //height:370px;
    //margin-bottom:-10px;
    //padding-bottom:-70px;
}

#cv {
    width:100%;
}

#cv iframe {
    width:100%;
    border:none;
}

@media screen and (min-width: 0px) and (max-width: 1023px) {
    
    #headerNav {
        //width:980px;
    }
    
    #bodyDiv {
        width:882px;
    }
    
    #playerVitalInfo, #playerVid, #careerMoves, #transactions {
        width:99.5%;
    }
    
    #playerVitalInfo {
        margin-right:0px;
    }
    
    #transactions {
        margin-left:0px;
    }
    
    #quote {
        //width:878px;
    }
    
    #playerSearch {
        width:30%;
    }
    
    #primary-sidebar {
        width:18.7%;
        margin:0px;
    }
    
    #primary-sidebar div {
        width:100%;
        margin-left:0px;
        margin-right:0px;
    }
    
    .blogSubdiv {
        width:80%;
    }
    
    #navSelected {
        font-size:12px;
    }
    
    .logoCell {
        width:100px;
    }
    
    #logos {
        width:840px;
    }
    
    .cvEmbed iframe {
        height:170px;
    }
    
    #quote {
        font-size:8px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1259px) {
    #headerNav {
        //width:1009px;
    }
    
    #bodyDiv {
        width:908px;
    }
    
    .vitals, .vitalsBorder, .innerCareerMoves, #transactions td {
        font-size:7px;
    }
    
    .vitals {
        width:15%;
    }
    
    .vitalsBorder {
        width:20%;
    }
    
    .vitals li {
        //height:auto 20px;
    }
    
    #playerVitalInfo {
        //margin-right:25px;
    }
    
    #transactions {
        //margin-left:25px;
    }
    
    #playerVitalInfo, #careerMoves {
        margin-right:28px;
    }
    
    #transactions td {
        padding-bottom:10px;
        line-height:20px;
    }
    
    .transactionsWhere {
        width:2%;
    }
    
    .transactionsDate {
        width:27%;
    }
    
    #transactions a, #transactions a:visited {
        font-size:7px;
    }
    
    iframe {
        width:90%;
    }
    
    #careerMoves {
        width:39%;
    }
    
    .snippetContent {
        font-size:8px;
    }
    
    #navSelected {
        font-size:12px;
    }
    
    .logoCell {
        width:100px;
    }
    
    #logos {
        width:840px;
    }
    
    .cvEmbed iframe {
        height:305px;
    }
    
    #quote {
        font-size:10px;
    }
}

@media screen and (min-width: 1260px) and (max-width: 1420px) {
    #headerNav {
        //width:1265px;
    }
    
    #bodyDiv {
        width:1139px;
    }
    
    iframe {
        width:90%;
    }
    
    .vitalsBorder {
        width:20%;
    }
    
    .innerCareerMoves {
        width:40%;
    }
    
    #transactions {
        //margin-left:35px;
    }
    
    #transactions td, .vitals, .innerCareerMoves {
        font-size:10px;
    }
    
    #careerMoves {
        width:39%;
    }
    
    .snippetContent {
        font-size:10px;
    }
    
    #playerVitalInfo, #careerMoves {
        margin-right:37px;
    }
    
    #navSelected {
        font-size:14px;
    }
    
    .logoCell {
        width:130px;
    }
    
    #logos {
        width:1050px;
    }

.cvEmbed iframe {
    height:330px;
 }
}

@media screen and (min-width: 1421px) and (max-width: 1659px) {
    #headerNav {
        //width:1425px;
    }
    
    #bodyDiv {
        width:1283px;
    }
    
    #quote {
        width:1279px;
    }
    
    #careerMoves {
     width:39%;
     }
    
    .transactionsWhere {
        width:5%;
    }
    
    .transactionsDate {
        width:24%;
    }
    
    .transactionsDesc {
        width:56%;
    }
    /*57 39.512*/
    #playerVitalInfo {
        //margin-right:3.3%;
    }/*731.31 506.79*/
    
    #transactions {
        //margin-left:3.3%;
    }
    
    #playerVitalInfo, #careerMoves {
        margin-right:42px;
    }
    
    /*.vitalBorder {
        border-top-left-radius:0px;
        border-top-right-radius:0px;
    }
    
    #blogSnippets, #transactions, #playerVid, #careerMoves {
        border-radius:0px;
    }*/
    
    .cvEmbed iframe {
        height:360px;
    }
}

@media screen and (min-width: 1660px) and (max-width: 1899px){
    #headerNav {
        //width:1665px;
    }
    
    #bodyDiv {
        width:1499px;
    }
    
    #playerVitalInfo, #careerMoves {
        margin-right:51px;
    }
    
    .logoCell {
        width:180px;
    }
    
    #logos {
        width:1400px;
    }
    
    .cvEmbed iframe {
        height:400px;
    }
}

@media screen and (min-width: 1900px) {
    #headerNav {
        //width:1905px;
    }
    
    #bodyDiv {
        width:1715px;
    }
    
    .vitals {
        //width:29%;
        padding-left:30px;
    }
    .vitalsBorder {
        //width:29%;
        padding-left:0px;
    }
    
    #transactions {
        margin-left:49px;
    }
    
    #playerVitalInfo {
        margin-right:49px;
    }
    
    #playerVid {
        width:48.3%;
    }
    
    .logoCell {
        width:205px;
    }
    
    #logos {
        width:1575px;
    }
    
    .cvEmbed iframe {
        height:450px;
    }
}

<div id="taglines">
<div id="titleLine">ShamSports</div>
<div id="byline">International and NBA Basketball Data & Analysis</div>
</div>


<div id="socialNav">
<ul>
<li><a href="www.facebook.com">Facebook</a></li>
<li><a href="www.twitter.com">Twitter</a></li>
</ul>
</div>