/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Aha Radio custom styles
   ========================================================================== */

/* =GLOBAL/STRUCTURE
----------------------------------------------- */
body {
    font-family: Helvetica, Arial, sans-serif;
    color: #656363;
    background: #EBEBDB;
}
#wrapper {
    width: 1023px;
    margin: 0 auto;
}
a { 
    color: #656363;
    outline: none;
}
.selected {
    font-weight: bold;
}
a.nav-link {
    text-decoration: none;
}
a.nav-link:hover {
    text-decoration: underline;
}

/* =LIST MENUS
----------------------------------------------- */
ul.list-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.list-menu li {
    float: left;
    margin: 0;
    padding: 0;
}

/* =HEADER
----------------------------------------------- */
header {
    height: 80px;
    background: url('../img/header/bg-header.jpg') no-repeat top center;
    position: relative;
}
#logo {
    position: absolute;
    top: 15px;
    left: 15px;
}
#nav-primary {
    position: absolute;
    left: 185px;
    bottom: 17px;

}
#nav-primary a {
    color: #656363;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    text-transform: uppercase;
    border-right: 1px solid #656363;
    padding: 0 17px;
}
#nav-primary a:hover {
    text-decoration: underline;
}
#what-is-aha li#nav-what-is-aha a,
#stations li#nav-stations a,
#news li#nav-news a,
#about li#nav-about a,
#help li#nav-help a {
    color: #000;
}

#social-links {
    position: absolute;
    top: 15px;
    right: 15px;
}
#social-links li {
    margin-left: 4px;
    font-size: 11px;
    color: #656363;
}
#social-links li a {
    color: #656363;
    text-decoration: none;
    padding-left: 23px;
}
#social-links li a:hover {
    text-decoration: underline;
}
#social-links a.facebook-link {
    background: url('../img/icons-social.png') top left no-repeat;
    display: block;
    width: 52px;
    height: 18px;
}
#social-links a.twitter-link {
    background: url('../img/icons-social.png') -76px 0px no-repeat;
    display: block;
    width: 32px;
    height: 18px;
}


/* =MAIN CONTENT
----------------------------------------------- */


/* =CAROUSEL
----------------------------------------------- */
#carousel {
    width: 1023px;
    height: 427px;
    position: relative;
    overflow: hidden;
}
ul#slides {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 427px;
}
ul#slides li {
    margin: 0;
    padding: 0;
    width: 1023px;
    height: 427px;
    overflow: hidden;
/*    position: relative;*/
}
.slide {
    width: 1023px;
    height: 427px;
    position: relative;
}
.bx-wrapper {
    height: 427px;
    width: 1023px;
    position: absolute;
    left: -1px;
}
.bx-pager {
    top: 15px;
    right: 15px;
    position: absolute;
}
.bx-prev, .bx-next {
    display: none;
}
a.pager-link {
    background: url('../img/dot-inactive.png') top left no-repeat;
    display: inline-block;
    width: 11px;
    height: 11px;
    color: transparent;
    margin-right: 5px;
}
a.pager-link:hover {
    color: transparent;
    text-decoration: none;
}
a.pager-active {
    background: url('../img/dot-active.png') top left no-repeat;
}
a.pager-link span {
    visibility: hidden;
}
.slide-content {
    position: absolute;
    top: 60px;
    left: 90px;
}
.slide-headline {
    font-family:'HelveticaNeueW01-45Ligh', Helvetica, Arial, sans-serif;
    font-size: 36px;
    line-height: 35px;
    color: #fff;
    margin-bottom: 5px;
    text-shadow: 0px 0px 8px #666;
}
.slide-description {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-shadow: 0px 0px 8px #666;
}
#button-iphone {
    position: absolute;
    left: 83px;
    bottom: 70px;
}
#button-android {
    position: absolute;
    left: 83px;
    bottom: 14px;
}

/* =MODULES
----------------------------------------------- */
#modules {
    background: #fff;
    padding-top: 5px;
}
.module {
    width: 311px;
    padding: 10px 15px;
    height: 128px;
    float: left;
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom left;
}
.module a {
    position: absolute;
    top: 0;
    left: 0;
    width: 311px;
    padding: 10px 15px;
    height: 128px;
    outline: none;
}
.module h3 {
    margin: 0;
    color: #959595;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
}

/* =SUBPAGE
----------------------------------------------- */
.subpage h1 {
    font-family:'HelveticaNeueW01-45Ligh', Helvetica, Arial, sans-serif;
    font-size: 36px;
    line-height: 36px;
    font-weight: normal;
    color: #656363;
    margin-bottom: 10px;
    margin-top: 0;
}
.subpage h2 {
    font-family:'HelveticaNeueW01-45Ligh', Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
    color: #656363;
    margin-bottom: 10px;
    margin-top: 0;
}
.subpage h3 {
    font-weight: normal;
}
.subpage h4 {
    font-size: 15px;
    line-height: 21px;
    margin: 10px;
    font-weight: normal;
}
.subpage p {
    color: #656363;
    font-size: 14px;
}

/* =WHAT IS AHA
----------------------------------------------- */
#banner {
    position: relative;
    width: 1023px;
    overflow: hidden;
}
#what-is-aha .slide-content {
    top: 35px; 
    left: 90px;
}
#what-is-aha section {
    position: relative;
}
#what-is-aha section .divider {
    position: absolute;
    top: 0;
    left: 0;
}
#what-is-aha .partner-logos-oem {
    position: relative; 
    width: 550px;
}
#what-is-aha a.learn-more {
    font-size: 16px;
}
#aha-on-your-phone {
    background: url('../img/what-is-aha/02_on-phone-bg.jpg') top left;
    height: 320px;
}
#aha-on-your-phone .main-image {
    position: absolute; 
    top: 35px; 
    left: 90px;
}
#aha-on-your-phone .section-content {
    position: absolute; 
    top: 65px; 
    left: 460px; 
    width: 400px;
}
#aha-in-your-car {
    background: url('../img/what-is-aha/03_in-your-car-bg.jpg') top left; 
    height: auto;
    min-height: 325px;
}
#aha-in-your-car .main-image {
    position: absolute; 
    top: 25px;
    left: 100px;
}
#aha-in-your-car .section-content {
    width: 400px;
    margin-left: 460px;
    padding-top: 65px;
}
#aha-dive-in-container {
    background: url('../img/what-is-aha/03_in-your-car-bg.jpg') top left;
    height: 615px; 
}
#aha-dive-in {
    height: 290px;
}
#content-sample {
    position: absolute; 
    top: 45px; 
    left: 90px;
}
#content-sample h3 {
    margin: 0 0 10px 0;
}
p.content-sample-caption {
    font-size: 11px;
}
.content-sample-caption a {
    float: right; 
    font-weight: bold; 
    color: #666;
}
#dive-in-content {
    position: absolute; 
    top: 85px; 
    left: 460px; 
    width: 400px;
}
#aha-content-types {
    padding-top: 40px;
}
#aha-content-types h3 {
     font-size: 18px; 
     line-height: 20px; 
     margin-left: 90px; 
     margin-top: 0;
}
ul.content-types {
    margin-left: 75px;
}
ul.content-types li {
    display: block;
    width: 142px;
    margin-right: 41px;
    text-align: center;
}
ul.content-types p {
    border-top: 1px solid #b5a3a3;
    font-size: 11px;
    margin-top: 0;
    padding-top: 5px;
}
ul.content-types img {
    border: 1px solid #d1d1d2;
}

/* =WHAT IS AHA HUB PAGES
----------------------------------------------- */
.what-is-aha-hub #banner {
    height: 332px;
}
.what-is-aha-hub #slides {
    height: 332px;
}
.what-is-aha-hub .slide {
    height: 332px;
}
.what-is-aha-hub h2 {
    font-size: 30px;
}
.what-is-aha-hub p {
    font-size: 14px;
}
.what-is-aha-section {
    height: auto; 
    background: url('/assets/img/what-is-aha/what-is-aha-bg.jpg') top left repeat-y;
}
.what-is-aha-section #section-image {
    width: 350px;
    float: left;
}
.what-is-aha-section #section-body {
    width: 460px;
    float: left;
    padding-top: 30px; 
    padding-bottom: 30px;
}
.what-is-aha-section #section-sidebar {
    width: 200px;
    float: left;
    padding-top: 30px;
}

/* =WHAT IS AHA PARTNERS
----------------------------------------------- */
ul.partner-list {
    margin: 0;
    font-size: 14px;
    list-style: none;
    padding-left: 60px;
}
ul.partner-list a {
    text-decoration: none;
}
ul.partner-list a:hover {
    text-decoration: underline;
}
#partner-banner {
    position: relative;
    left: -17px; 
    margin-bottom: 25px; 
    width: 550px; 
    height: 280px;
}
.partner ul#slides, ul.partner-slides {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 550px;
    height: 280px;
}
.partner ul#slides li, ul.partner-slides li {
    margin: 0;
    padding: 0;
    width: 550px;
    height: 280px;
    overflow: hidden;
}
a.partner-model-link, a.partner-model-direct {
    text-decoration: none;
}
a.partner-model-link:hover, a.partner-model-direct:hover {
    text-decoration: underline;
}
.partner #sidebar-right {
    padding: 0 20px; 
    width: 201px;
}
#partner-detail {
    position: relative;
    margin-top: 25px;
}
#partner-logo {
    height: 100px; 
    margin-bottom: 20px;
}
#partner-support {
    font-size: 14px;
}
ul.partner-support-links {
    list-style: none;
    font-size: 12px;
    margin: 0;
    padding-left: 20px;
    color: #656363;
}
.partner-model-category {
    margin-left: 12px;
}
ul.partner-model-links {
    list-style: none; 
    font-size: 12px; 
    margin: 0; 
    padding-left: 24px; 
    color: #656363;
}
.partner-support-links a {
    text-decoration: none;
}
.partner-support-links a:hover {
    text-decoration: underline;
}
.partner-content {
    display: none;
}
#partner-popover {
    width: 224px;
    position: absolute;
    left: -205px;
    display: none;
}
#partner-pop-top {
    background: url('/assets/img/partners/partner-popover-top.png') top left no-repeat;
    padding: 16px 30px 10px 20px;
    font-size: 12px;
    line-height: 18px;
    color: #000;
}
#partner-pop-middle {
    background: url('/assets/img/partners/partner-popover-middle.png') top left repeat-y;
    padding: 0 30px 0 20px;
}
#partner-pop-content {
    border-top: 1px solid #ccc;
    font-size: 14px;
    padding-top: 20px;
}
#partner-pop-content ul {
    list-style: none;
    margin: 0;
    margin-top: 8px;
    padding: 0;
}
#partner-pop-content li {
    border-top: 1px solid #ccc;
    font-size: 12px;
    line-height: 28px;
}
#partner-pop-bottom {
    background: url('/assets/img/partners/partner-popover-bottom.png') top left no-repeat;
    height: 15px;
}
a.partner-learn-more {
    background: url('/assets/img/partners/btn-learn-more.png') top left no-repeat;
    display: block;
    width: 75px;
    height: 18px;
    float: right;
}
a.partner-buy-link {
    background: url('/assets/img/partners/btn-buy.png') top left no-repeat;
    display: block;
    width: 44px;
    height: 17px;
    margin-top: 6px;
    float: right;
}
#partner-pop-close {
    width: 35px; 
    height: 35px; 
    background: url('/assets/img/icon-popover-close.png'); 
    position: absolute; 
    top: -11px; 
    left: -11px; 
    cursor: pointer;
}

/* =COLUMNAR PAGES
----------------------------------------------- */
#main {
    position: relative;
    background: #fff;
}
#topshadow {
     background: url('../img/columns/top-nav-shadow_1024.png') top center no-repeat; 
     position: absolute; 
     top: 0; 
     left: 0; 
     height: 14px; 
     width: 1024px;
     z-index: 10;
}
#sidebar-left {
    background: url('../img/columns/sidebar_bg_left_200px.jpg') top left repeat-y;
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    padding: 0 30px;
    min-height: 100%;
}
#sidebar-left-top {
    background: url('../img/columns/sidebar_bg_left_top_200px.jpg') top left no-repeat;
    width: 200px;
    height: 270px;
    position: absolute;
    top: 0;
    left: 0;
}
#sidebar-left-bottom {
    background: url('../img/columns/sidebar_bg_left_bottom_200px.jpg') top left no-repeat;
    width: 200px;
    height: 311px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#sidebar-right {
    background: url('../img/columns/sidebar_bg_right_242px.jpg') top left repeat-y; 
    width: 181px; 
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 30px;
    min-height: 100%;
}
#sidebar-right-top {
    background: url('../img/columns/sidebar_bg_right_top_242px.jpg') top left no-repeat; 
    width: 241px; 
    height: 270px; 
    position: absolute; 
    top: 0; 
    left: 0;
}
#sidebar-right-bottom {
    background: url('../img/columns/sidebar_bg_right_bottom_242px.jpg') bottom left no-repeat; 
    width: 241px; 
    height: 311px; 
    position: absolute; 
    bottom: 0; 
    left: 0;
}
.col {
    min-height: 420px;
}

ul.subnav {
    margin: 0;
    margin-top: 25px;
    padding: 0;
    list-style-type: none;
    font-size: 14px;
/*    line-height: 24px;*/
    position: relative;
}
ul.subnav ul {
    list-style-type: none;
    margin: 0;
    padding-left: 20px;
}
ul.subnav li {
    margin-top: 5px;
    margin-bottom: 5px;
}
ul.subnav li a {
    text-decoration: none;
    color: #656363;
    line-height: 14px;
}
ul.subnav li a:hover {
    text-decoration: underline;
}
#page-stations #subnav-stations a,
#page-current-news #subnav-current-news a,
#page-blog #subnav-blog a,
#page-press-releases #subnav-press-releases a,
#page-press-materials #subnav-press-materials a,
#page-awards #subnav-awards a,
#page-about #subnav-about a,
#page-contact #subnav-contact a,
#page-careers #subnav-careers a,
#page-partner-with-us #subnav-partner-with-us a,
#page-content-submission #subnav-content-submission a
{
    font-weight: bold;
}
#main-content {
    width: 554px; 
    padding: 25px 14px; 
    background: #fff;
    min-height: 420px;
    position: relative;
    left: 200px;
}
#download {
    position: relative;
    padding-top: 25px;
}
#download p {
    font-size: 14px; 
    line-height: 18px; 
    margin-top: 0;
}
p#download-title {
    text-transform: uppercase; 
    font-size: 26px; 
    line-height: 30px; 
    color: #656363; 
    margin-top: 0; 
    margin-bottom: 5px; 
    font-family: 'HelveticaNeueW01-45Ligh', Helvetica, Arial, sans-serif;
}

/* =STATIONS
----------------------------------------------- */
#featured-container {
    position: relative;
}
#featured-image {
    width: 480px; 
    height: 208px; 
    border: 1px solid #dedede; 
    margin: 0 auto; 
    position: relative;
    overflow: hidden;
}
ul#featured-stations {
    list-style-type: none; 
    width: 482px; 
    height: 210px; 
    margin: 0; 
    padding: 0; 
    position: absolute; 
    top: 0; 
    left: 0;
}
ul#featured-stations li {
    margin: 0; 
    padding: 0; 
    display: block; 
    width: 482px; 
    height: 210px; 
    position: relative;
}
ul#featured-stations li a.slide-link {
    width: 482px; 
    height: 210px; 
    display: block; 
    position: absolute; 
    top: 0; 
    left: 0;
}
#featured-image .inner-shadow {
    background: url('/assets/img/stations/featured_inside_shadow.png') top left no-repeat; 
    width: 482px; 
    height: 210px; 
    position: absolute; 
    top: 0; 
    left: 0;
}
.featured-caption-container {
    position: absolute; 
    bottom: 0; 
    width: 462px; 
    padding: 10px; 
    height: 40px; 
    background: #fff; 
    opacity: 0.85; 
    font-size: 10px; 
    color: #666;
}
.featured-caption {
    font-size: 18px; 
    line-height: 18px; 
    color: #656363; 
    margin-bottom: 0;
}
#go-prev {
    position: absolute; left: 0; top: 85px;
}
#go-next {
    position: absolute; right: 0; top: 85px;
}
.feature-block {
    margin-top: 25px; 
    border-top: 1px solid #dedede; 
    position: relative;
}
.feature-block h2 {
    font-size: 18px; 
    margin-left: 35px; 
    margin-top: 10px; 
    margin-bottom: 15px;
}
ul.station-slider {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 144px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
ul.station-slider li {
    margin: 0;
    padding: 0;
    width: 171px;
    height: 142px;
    position: relative;
    display: block;
}
ul.station-slider li img {
    border: 1px solid #dedede;
}
.station-slider-container {
    padding-left: 35px; 
    height: 144px; 
    position: relative;
    overflow: hidden;
}
.station-container {
    width: 140px; 
    height: 140px; 
    border: 1px solid #dedede; 
    float: left; 
    margin-right: 31px; 
    position: relative;
}
.station-overlay {
    background: url('../img/stations/station_overlay.png') top left no-repeat;
    width: 140px;
    height: 140px;
    position: absolute;
    top: 0;
    left: 0;
}
.caption-container {
    position: absolute; 
    bottom: 0; 
    width: 107px; 
    padding: 5px; 
    padding-right: 30px;
    height: 25px; 
    background: #fff; 
    opacity: 0.85; 
    font-size: 10px; 
    color: #666;
    overflow: hidden;
    cursor: pointer;
}
.caption-title {
    font-weight: bold; 
    font-size: 11px; 
    color: #656363;
}
.arrow-back {
    position: absolute; 
    left: 0; 
    top: 85px;
    cursor: pointer;
}
.arrow-forward {
    position: absolute; 
    right: 0; 
    top: 85px;
    cursor: pointer;
}
#go-prev:hover, #go-next:hover {
    cursor: pointer;
}


/* =NEWS
----------------------------------------------- */
#news h2 {
    margin-bottom: 5px;
}
.byline {
    font-size: 10px;
    margin-top: 0;
}
#news article,
#blog article {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
#news article a {
    color: #333;
}
#news article h2 a,
#blog article h2 a {
    color: #656363;
    text-decoration: none;
}
#news article h2 a:hover,
#blog article h2 a:hover {
    color: #333;
}
.article-image-container {
    float: left;
    padding-top: 15px;
    margin-right: 25px;
    margin-bottom: 5px;
    position: relative;
}
.article-image-overlay {
    position: absolute;
    top: 15px;
    left: 0;
    width: 192px;
    height: 152px;
    background: url('../img/news-overlay.png') top left no-repeat;
}
.article-image-overlay a {
    display: block;
    width: 192px;
    height: 152px;
}
#news .article-content {
    width: 510px;
    float: left;
}
.article-content p {
    font-size: 13px;
    line-height: 18px;
}
#blog .article-content {
    width: 510px;
    float: left;
}
#nav_categories {
    font-size: 13px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-left: 15px;
}
#nav_categories a {
    text-decoration: none;
}
#nav_categories a:hover {
    text-decoration: underline;
}
#categories-list {
    position: relative;
}
#categories-list p {
    margin-bottom: 5px;
}
#archives-link {
    position: relative;
}
.inner-content {
    padding: 0 15px;
    font-size: 13px;
}
h2.archive-heading {
    margin-top: 20px;
}
.news-general {
    padding: 0 10px;
}
.news-general h1 {
    margin-bottom: 30px;
}
.blog-detail-body {
    font-size: 13px;
    margin-top: 10px;
}

/* =PRESS MATERIALS
----------------------------------------------- */
#press-logos img {
    margin-right: 60px;
}
#press-images img, 
#awards-images img {
    float: left;
    border: 1px solid #dedede;
    margin-right: 30px;
    margin-bottom: 30px;
}
#press-images img.last,
#awards-images img.last {
    margin-right: 0;
}
#press-images h3 {
    margin-bottom: 10px;
}
#press-images p {
    font-size: 12px;
}

/* =PAGINATE
----------------------------------------------- */
.paginate {
    margin: 0 20px;
    font-size: 12px;
}
.paginate a {
    color: #333;
}
.page-older {
    float: left;
}
.page-newer {
    float: right;
}

/* =ABOUT
----------------------------------------------- */
.team-general {
    padding-left: 10px;
    padding-right: 15px;
}
.team-member {
    margin-top: 25px; 
    border-top: 1px solid #dedede; 
    padding-top: 25px; 
    padding-left: 10px;
}
.team-member p {
    margin-right: 25px;
}
.team-member h2 {
    font-size: 36px; 
    margin: 0;
}
.team-member h3 {
    font-size: 24px; 
    margin: 0;
}
.team-member img {
    float: left; 
    margin-right: 15px; 
    margin-bottom: 15px;
    border: 1px solid #d1d1d2;
}
.team-image {
    border: 1px solid #dedede;
}
#about-careers h2 {
    font-size: 24px;
}
#about-careers #main-content ul {
    margin-left: 0;
    padding-left: 12px;
}
.job-description.subpage p,
.job-description.subpage li {
    font-size: 13px;
}
.job-description h3 {
    text-transform: uppercase;
    font-size: 14px;
}
.job-description-body {
    padding: 0 20px;
}
#map-iframe {
    border: 1px solid #ccc; 
    background: #fff; 
    padding: 15px; 
    margin: 15px;
}
#about-partner-with-us h1 {
    margin-bottom: 30px;
}
#about-partner-with-us h2 {
    clear: both;
}
#about-partner-with-us h3 {
    font-size: 18px;
    clear: both;
}
.partner-logos img {
    float: left;
    margin-right: 13px;
    border: 1px solid #dedede;
    margin-bottom: 30px;
}
.partner-logos-oem img {
    float: left;
    margin-right: 2px;
    margin-bottom: 30px;
}
.about-content {
    padding: 0 10px; 
    font-size: 13px;
}
#open-positions {
    float: left; 
    width: 195px;
    margin-top: 10px; 
}
#open-positions h2 {
    font-size: 24px;
}
#open-positions h4 {
    margin-left: 0; 
    text-transform: uppercase;
    font-size: 13px;
}
#open-positions a {
    font-size: 13px;
}
#why-work {
    width: 312px; 
    float: right; 
    margin-top: 10px;
}


/* =GENERAL DETAIL
----------------------------------------------- */
.general-detail h1 {
    padding: 0px 20px;
}
.general-detail .inner-content {
    margin-top: 20px; 
    padding: 0 20px; 
    font-size: 13px;
}

/* =CONTENT PROVIDERS
----------------------------------------------- */
#content-providers #main-content {
    margin-left: 35px;
}
#content-providers .inner-content {
    padding-left: 0;
    margin-top: 20px;
    margin-right: 50px;
}
#content-providers h2 {
    font-size: 24px;
}
ul.content-provider-logos {
    list-style-type: none;
    margin: 0;
    margin-top: 30px;
    padding: 0;
}
ul.content-provider-logos li {
    width: 142px;
    height: 90px;
    margin-right: 28px;
    margin-bottom: 10px;
    float: left;
    text-align: center;
}
ul.content-provider-logos p {
    font-size: 9px;
    margin: 0;
}
ul.content-provider-logos li a {
    text-decoration: none;
}
ul.content-provider-logos p.partner-url {
    color: #667aa3;
}

/* =ACCOUNT
----------------------------------------------- */
.error {
    color: #ff6109 !important;
}
#email-input {
    width: 225px;
}
.success-icon {
    float: left;
}
.success-message {
    float:left; 
    margin-left: 10px;
}

/* =FOOTER
----------------------------------------------- */
footer {
    background: url('../img/bg-footer.gif') top left repeat;
    color: #ccc;
    font-size: 14px;
    height: 140px;
    margin: 0 auto;
    padding: 15px;
    position: relative;
}
ul#nav-secondary {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 15px;
    left: 15px;
}
#nav-secondary > li {
    margin-right: 25px;
    float: left;
    padding: 0;

}
#nav-secondary ul {
    margin: 0;
    padding: 0;
}
#nav-secondary li li {
    float: none;
    font-size: 12px;
    line-height: 20px;
}
footer li a, #footer li a {
    color: #cccccc;
    text-decoration: none;
}
footer li a:hover, #footer li a:hover {
    text-decoration: underline;
}
#social-links-secondary {
    position: absolute;
    right: 15px;
    top: 15px;
    min-width: 220px;
}
#social-links-secondary li {
    margin-left: 8px;
}
#social-links-secondary li a {
    font-size: 12px;
}
#social-links-secondary a.facebook-link {
    background: url('../img/icon-facebook.png') top left no-repeat;
    display: block;
    padding-left: 14px;
    line-height: 18px;
}
#social-links-secondary a.twitter-link {
    background: url('../img/icon-twitter.png') top left no-repeat;
    display: block;
    padding-left: 24px;
    line-height: 18px;
}
#copyright {
    position: absolute;
    left: 15px;
    bottom: 0px;
    font-size: 11px;
    color: #828181;
}
#footer-links {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 11px;
    line-height: 11px;
}
#footer-links li {
    margin-left: 10px;
}
#footer-links a {
    color: #ccc;
    padding-left: 10px;
    border-left: 1px solid #ccc;
    display: block;
}

/* =LOGIN
----------------------------------------------- */
#login-li {
    position: relative;
}
#login-dropdown {
    position: absolute;
    right: -20px;
    top: 10px;
    z-index: 200;
    padding-top: 31px;
    width: 274px;
    background: url('/assets/img/login/Login_dropdown_box_top.png') left top no-repeat;
    display: none;
}
#login-bottom {
    background: url('/assets/img/login/Login_dropdown_box_bottom.png') left bottom no-repeat;
    height: 33px;
}
#login-content {
    background: url('/assets/img/login/Login_dropdown_box_middle.png') left top repeat-y;
    padding: 5px 30px 0 30px;
}
input[type="text"], 
input[type="password"] {
    border-radius: 3px 3px 3px 3px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 9px;
    padding: 4px 6px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
#login-content input[type="text"],
#login-content input[type="password"] {
    width: 195px;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #999999;
}
a#forgot-password-link {
    display: block; 
    text-decoration: underline !important; 
    font-size: 11px; 
    padding-left: 5px !important;
}

/* =PRESETS MANAGER
----------------------------------------------- */
.sidebar-presets {
    padding-left: 13px !important;
    padding-right: 13px !important;
    width: 215px !important;
}
#presets {
    padding-top: 25px;
    position: relative;
}
#presets-header {
    background: url('/assets/img/presets/PresetManager_top.png') left top no-repeat;
    height: 47px;
}
#presets-header p {
    margin: 0;
    padding-left: 20px;
    padding-top: 13px;
    font-size: 13px;
    text-transform: uppercase;
    color: #959595;
}
#presets-content {
    background: url('/assets/img/presets/PresetManager_middle.png') left top repeat-y;
}
#presets-footer {
    background: url('/assets/img/presets/PresetManager_bottom.png') left bottom no-repeat;
    height: 12px;
}
#sortable { 
    list-style-type: none; 
    margin: 0; 
    margin-left: 16px; 
    padding: 0;
    overflow: hidden;
}
#sortable li { 
    background: #fff; 
    margin: 3px 8px 3px 0; 
    padding: 0; 
    float: left; 
    width: 54px; 
    font-size: 2em; 
    text-align: center;
    position: relative;
}
.presets-orderable li {
    cursor: pointer;
}
.thumb-border {
    margin: 0;
    position: relative;
    margin-bottom: 26px;
}
.thumb-border img {
    border: 1px solid #ccc;
}
.thumb-border img.false {
    border: 1px solid #fff !important;
}
.preset-caption {
    font-size: 9px;
    line-height: 11px;
    text-align: left;
    color: #656363;
    height: 22px;
    opacity: 0.6;
    overflow: hidden;
    width: 56px;
    background: #fff;
    position: absolute;
    bottom: 0;
}
.preset-caption:hover {
    height: 78px;
    padding-top: 4px;
    color: #333;
    opacity: 0.8;
}
.preset-delete {
    width: 23px;
    height: 22px;
    position: absolute;
    top: -6px;
    right: -6px;
    cursor: pointer;
    background: url('/assets/img/presets/delete_button.png') right top no-repeat;
    z-index: 99;
}
#preset-edit-link, 
#preset-done-link {
    margin-left: 18px; 
    font-size: 12px;
    text-decoration: none;
}

.ui-state-highlight {
    border: 1px dotted gray;
    background: #efefef;
/*    height: 76px;
    margin-bottom: 22px;*/
}

/* =MY ACCOUNT
----------------------------------------------- */
#account h3 {
    margin-bottom: 5px;
    margin-left: 7px;
}
#account a {
    margin-left: 7px;
} 
.assoc-acct {
    float: left;
    width: 70px;
    height: 80px;
    position: relative;
}
.assoc-acct a {
    font-size: 12px;
    position: absolute;
    top: 66px;
    left: 0;
}
.radio-btn {
    display: inline;
    margin-left: 10px;
}
#account-profile-pic {
    width: 280px; 
    float: left; 
    margin-top: 10px;
}
#account-associated {
    width: 220px; 
    float: left; 
    margin-top: 10px;
}
#account-explicit {
    margin-top: 30px;
}
#account-explicit > div {
    margin-left: 7px;
}

/* =AHA OVERRIDES
----------------------------------------------- */
.first {
    border-left: 0 !important;
}
.last {
    border-right: 0 !important;
}
.debug {
    border: 1px solid red;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
