﻿.header {
    display: none;
}

.subnav {
    display: none;
}

.comments .shell {
    width: 100%;
}

body .page-title {
   top: 0px;
   left: 0px;
   position: absolute;
   width: 100%;
}

.sm_searchControl {
    top: 75px;
}

body #WidgetMap {
    position: absolute;
    width: 100%;
    top: 55px;
    bottom: 0px;
}

body #WidgetMap.showAds {
    width: auto;
    left: 0;
    right: 160px;
}

.adUnit {
    position: absolute;
    background-color: #CCC;
    right: 0px;
    height: initial;
    width: 160px;
    top: 55px;
    bottom: 0px;
    overflow: auto;
    overflow-x: hidden;
}

body #WidgetMap.showAds.amazon {
    width: auto;
    left: 0;
    right: 120px;
}

.adUnit.amazon {
    width: 120px;
}

.adUnit.link {
    display: none;
    width: 100%;
    height: 60px;
    background-color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 60px;
    vertical-align:middle;  
    background: #83c783; /* Old browsers */
background: -moz-linear-gradient(top,  #83c783 0%, #52b152 33%, #008a00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #83c783 0%,#52b152 33%,#008a00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #83c783 0%,#52b152 33%,#008a00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83c783', endColorstr='#008a00',GradientType=0 ); /* IE6-9 */
}

.adUnit.link a {
    color: #FFF;
    margin-left: 5px;
    font-weight: bold;
}

.adUnit.link .icon {
    height: 50px;
    vertical-align:middle;
    display: inline-block;
}
.comments {
    position: absolute;
    top: 100%;
    padding-top: 35px;
    left: 0px;
    width: 100%;
}

.contentLinks {
    position: absolute;
    bottom: -41px;
    left: 0px;
    width: 100%;
}

.footer-info {
    height: 10%;
}

.page-title {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 35px;
}

.page-title .shell {
     width: 100%;
}

.page-title .views {
    display: none;
}

.page-title h2 {
    margin-top: 7px;
    line-height: normal;
    margin-left: 10px;
    font-size: 21px;
}

.page-title .description {
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-title .search {
    display: none;
}

.links {
    position: absolute;
    right: 10px;
    text-align: center;
    top: 11px;
    width: auto;
}

.links a {
    color: #FFFFFF;
    font-size: 12px;
    cursor: pointer;
    border-radius: 4px;
    padding: 5px;
    border: 1px solid #333;
background: #83c783; /* Old browsers */
background: -moz-linear-gradient(top,  #83c783 0%, #52b152 33%, #008a00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #83c783 0%,#52b152 33%,#008a00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #83c783 0%,#52b152 33%,#008a00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83c783', endColorstr='#008a00',GradientType=0 ); /* IE6-9 */
}

.links a.edit {
    margin-right: 2px;
    border: 1px solid #333;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#17a5e8+0,066dab+100 */
background: #17a5e8; /* Old browsers */
background: -moz-linear-gradient(top,  #17a5e8 0%, #066dab 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #17a5e8 0%,#066dab 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #17a5e8 0%,#066dab 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17a5e8', endColorstr='#066dab',GradientType=0 ); /* IE6-9 */

}

.links .sharelink {
    margin-top: 0;
}

.footer {
    display: none;
}

.copyright {
    display: none;
}

@media only screen 
  and (max-device-width: 480px)
  {
    .adUnit, .adUnit.amazon {
        bottom: 0px;
        top: initial;
        width: 100%;
        height: 60px;
       }

    .adUnit.banners {
        display: none;
    }

    .adUnit.link {
        display: block;
    }

    body #WidgetMap.showAds, body #WidgetMap.showAds.amazon {
        right: 0px;
        bottom: 60px;
    }

    .links {
        display: none;
    }
}