
/*!Copyright (c) 2015 Adventure Cow, LLC. All rights reserved.
    These styles apply to the Adventure Cow desktop site.
    Technically we might need to change this name since the desktop site is
    responsive.
 */
    html, body {
        margin: 0px;
        color: #333;
    }
    html, body, button {
        font-family: Lato, 'Open Sans', tahoma, verdana, helvetica, sans-serif;
        font-weight: 500;
    }
    body.default {
        background-color: white;
        background-image: url('../images/header/banner_gradient.jpg');
        background-repeat: repeat-x;
        background-position: top;
    }
    a img {
        border-width: 0px; 
    }
    .ui-widget-content {
        background-color: rgb(218,218,218);
    }
.slick-cell {
    white-space: wrap;
}
.slick-cell.checkboxColumn {
    text-align: center;
}
    #header .error {
        
        display: none;
        visibility: hidden;
        width: 0; height: 0; position: fixed;
    }
    .flash {
        border:solid 3px gray;
        color:#000;
        font-weight: bold;
        font-size: 12pt;
        
        margin:.5em;
        padding:.5em;
        background: none repeat scroll 0 0 #EEEEEE;
        border: 3px solid #DDDDDD;
        cursor: pointer;
        display: none;
    }
    
    .pieceOfPaper {
        
        border-image: url("../images/page/border.png") 7 2 26 8 fill stretch;
            -webkit-border-image: url("../images/page/border.png") 7 2 26 8 fill stretch;
            -moz-border-image: url("../images/page/border.png") 7 2 26 8 stretch;
        box-shadow: 6px 6px 8px 0px rgb(153,152,150);
            -webkit-box-shadow: 6px 6px 8px 0px rgb(153,152,150);
            -moz-box-shadow: 6px 6px 8px 0px rgb(153,152,150);
        border-width: 7px 2px 26px 9px;
        border-style: solid;
        border-color: transparent;
        background: url("../images/page/background.jpg") repeat-y;
        padding: 1em;
    }
    
    .pieceOfPaper_macWebkitUnsafe {
        background-size: cover;
    }
    .form_panel
    {
        border:1px solid #DDD;
        float:left;
        
        margin:.5em;
        padding:.5em;
        width: 480px;
    }
        .form_panel td
        {
            font-size: 18pt;
            padding-bottom: 0;
            vertical-align: top;
        }
        .form_panel label, .form_panel input
        {
            font-size: 13pt;
        }
        .form_panel .error {
            font-size: 8pt;
        }
    .story_link
    {
        background-color:#000;
        border-left:1px solid #FFF;
        color:#FFF;
        float:left;
        font-size:12pt;
        padding:.25em;
    }
    .blueButton {
        
        border-image: url('../images/buttons/blue_border.png') 16 16 17 15 fill stretch !important;
            -webkit-border-image: url('..images/buttons/blue_border.png') 16 16 17 15 fill stretch;
            -moz-border-image: url('../images/buttons/blue_border.png') 16 16 17 15 stretch;
        border-width: 4px;
        border-style: solid;
        border-color: transparent;
        text-align: center;
        padding: 0px 7px;
        margin: 0 5px;
        cursor: pointer;
    }
    .blueButton, .blueButton a:link, .blueButton a:visited ,.blueButton a:hover {
        font: bold 12pt "Lucida Grande", "Lucida Sans Unicode", tahoma, verdana, helvetica;
        color: white;
    }
    form td {
        vertical-align: top;
    }
    .error {
        color: red;
    }
    body.default h1, body.default h2, body.default h3, body.default h4,
        body.default h5 {
        margin:0px;
    }
    h1 {
        
    }
    header h1 { 
        font-size: 36pt; color: gray;
    }
    body.default h2 {
        font-size: 18px;
    }
    p {
        
        max-width: 35em;
    }
    
    .pseudoLink {
        background:none!important;
        border:none; 
        padding:0!important;
        
        font: inherit;
        cursor: pointer;
        margin: 0; 
    }
    a, .pseudoLink {
        text-decoration: none;
    }
    a:link, .pseudoLink {
        color:rgb(15,84,231); 
    }
    a:visited {
        color:rgb(15,84,231);
    }
    a:hover, .pseudoLink:hover {
        color:#0066cc;
    }
    a:active, .pseudoLink:active {
        color:#10c1d1;
    }
    .smallLink {
        font-size: smaller;
    }
        .smallLink, .smallLink a {
            color: white;
        }
    .placeholder {
        color: gray;
    }
    #header {
        
        width: auto !important;
        min-width:950px;
        width: 950px;
        height:100px;
    }
        #logoBlock {
            float: left;
        }
        #titleLogo {
            position:relative;
            z-index:1;
            width:125px;
            float:left;
        }
        #title {
            width:310px;
            padding:10px 0px 0px 10px;
        }
        #header .subtitle {
            position: relative;
            left: 13px;
            bottom: 12px;
            color: #FFFFFF;
            font-size: 0.75em;
            white-space: nowrap;
        }
        #login {
            float:right;
            padding: 22px 0px 0px 0px;
        }
        #login form {
            display: inline;
        }
        #login input{
            margin:0px 10px 0px 10px;
            font-size: 9pt;
            height: 1.5em;
            width: 12em;
            float: left;
        }
        input#loginBtn, input#logoutBtn{
            background-color:#56c8ec;
            color:#ffffff;
            width: auto;
            height: auto;
            float: none;
        }
    .main {
        
        width: auto !important;
        min-width:800px;
        width: 800px;
        max-width: 950px;
        margin-top: 29px;
        margin-left: auto; 
        margin-right: auto;
    }
    #primaryContent {
        margin-top: 19px;
    }
    .default .story {
        width: 425px;
        float: left;
        margin-top: 30px;
        margin-left: 20px;
    }
    .row-fluid .story {
        margin-top: 1em;
        margin-bottom: 1em;
    } 
    .story.editing {
        width: 600px;
        background: #DDD;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        padding: 12px;
        border: solid 1px white;
    }
    .story.full {
        width: 800px;
    }
        .story .left_block {
            width: 105px;
            float: left;
        }
        .story.full .left_block {
            width: 150px;
        }
        .story .left_block .coverImage {
            height: 110px;
            margin-left: 5px;
            margin-bottom: 5px;
        }
        .story .left_block .coverImage img {
            width: 95px;
        }
        .story .play_link {
            font-size: 8pt;
            clear: both;
            width: 105px;
        }
        .story .play_link img {
            width: 90px;
        }
        .story .info {
            float: left;
            padding-left: 5px;
            padding-right: 10px;
        }
        .default .story .info {
            
        }
        .story .info h3 {
            margin-top: 0;
            margin-bottom: 0;
            font-size: 14pt;
            font-weight: normal;
            line-height: normal;
        }
        .default .story .info {
            width: 295px;
        }
        .story.full .info {
            width: 450px;
        }
        .story .info .genre
            , .story .info .subtitle
            , .story  .sidebar {
            margin: 0;
            color: #AAA;
            font-size: 11pt;
            font-style: italic;
        }
        .story .sidebar {
            float: left;
            margin-left: 150px
        }
        .story .info .genre:hover
            , .story .info .subtitle:hover
            , .story .sidebar:hover  {
            color: #333;
        }
        .story .info .description {
        
            
            
            overflow: hidden;
            font-size: 10pt;
            margin-bottom: 5px;
            /
            line-height: 100%;
            
            height: 65px;
        }
        .story .info .description:hover {
            
            overflow: auto;
        }
        .story .info .description p, .story .info p.description {
            margin: 0;
        }
        .story .info. .actionPanel {
            margin-top:3em;
        }
        .story .info .author {
            font-size: 8pt;
            line-height: normal;
            margin: 0 0 5px;
        }
.left-hand-scrolling-list {
    overflow-y: scroll;
    height: 400px;
}
    .left-hand-scrolling-list li {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .left-hand-scrolling-list li i.fa, .story .info i.fa {
        color: rgb(113, 113, 139);
    }
    .left-hand-scrolling-list li:hover {
        overflow: auto;
        white-space: normal;
    }
.right-hand-story-display {
    min-height:400px;
    height:400px;
}
.right-hand-story-display #storyDetail {
    height: 100%;
    width: 100%;
    border: 0;
}
    .actionPanel .btn {
        display: block; 
        text-align: left;
        margin-bottom: 5px;
    }
    .actionPanel button.btn {
        width: 100%;
    }
    .actionPanel .managementPanel {
        background-color: rgb(26, 38, 83);
        padding: 0.5em;
        color: white;
        border: 1pt solid black;
    }
    .actionPanel .alternativeAction {
        border-width: 1px;
        border-color: lightgray;
        border-style: solid;
        padding: 0.5em;
    }
    .actionPanel .alternativeAction > p {
        font-size: smaller;
        margin-bottom: 0;
    }
    #navigationalTabs {
        position:relative;
        bottom:37px;
        margin-left:60px;
    }
        #navigationalTabs li {
            list-style:none;
            position:absolute;
            top:0;
            margin:0;
            padding:0;
        }
        #navigationalTabs li,#navigationalTabs a {
            height:50px;
            display:block;
        }
        #navigationalTabs .rightTab {
            right:30px;
        }
#footer {
    margin: auto;
    width: 950px;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 35px;
}
    footer p {
        max-width: 100%;
    }
    #navigation a {
        text-decoration:none;
        font-size:0.8em;
        color:#999;
        padding: 5px 32px 0px 32px;
    }
    #navigation a:hover {
        color: black;
    }
    
.hero-unit.intro {
    
    background-color: rgba(154, 161, 247, 0.32);
}
    .hero-unit.intro h2 {
        font-size: 1em;
        text-decoration: underline;
        margin-bottom: 0;
    }
    .hero-unit.intro p {
        font-size: 12pt;
    }
.reviews p {
    font-size: 10pt;
}
.reviews .found-helpful {
    margin-bottom: 8px;
}
.reviews .review-header {
    border-top: solid 1px lightgray;
    margin-top:2em;
}
.reviews h3 {
    font-weight: bold;
    font-size: 12pt;
    margin: 0;
    line-height: 1em;
    margin-bottom: 0.25em;
}
.reviews .byline {
    color: gray;
}
.reviews .review-flag {
    font-size: 8pt;
}
.reviews .action_button {
    width: 5em;
    height: 1em;
    font-size: 10pt;
    padding: 0;
}
.store-promotion {
    margin: 1em;
}
    .store-promotion h3 {
        color: black;
        text-align: center;
    }
    .store-promotion h3.on-sale {
        color: red;
    }
    .store-promotion img.header {
        
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .store-promotion .left-image {
        width: 20%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .store-promotion .left-image img {
        width: 100%;
    }
    .store-promotion .content {
        float: none;
        overflow: hidden;
    }
    .store-promotion .call-to-action {
        clear: both;
        float: right;
        padding-right: 5px;
        padding-bottom: 5px;
    }
.highlightable {
    -moz-transition: background-color 0.5s, -moz-transform 0.5s;
    -webkit-transition: background-color 0.5s, -webkit-transform 0.5s;
    -o-transition: background-color 0.5s, -o-transform 0.5s;
    transition: background-color 0.5s, transform 0.5s;
}
.highlightable:hover {
    background-color: #DDD;
}
.content-box {
    border: 1px solid #44005b;
    margin: 1em 0;
    border-radius: 15px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px 40px;
    position: relative;
    font-family: 'Open Sans', Lato, sans-serif;
}
    .content-box header {
        padding: 0 20px 20px;
        margin: 0 auto 0 0;
        padding-left: 0;
    }
    .content-box header h1 {
        margin: 0;
        font-size: 36pt;
    }
    .content-box header .icon {
        float: left;
        max-width: 40px;
        margin-right: 1em;
    }
    @media (max-width:600px) {
        .content-box header h1 {
            font-size: 18pt;
            line-height: 1em;
        }
        .content-box header .icon {
            max-width: 20px;
        }
    }
    
button.image, .button.image {
    max-width: 100%;
    padding: 0;
    border: none;
    margin: 0;
}
    button.image:disabled {
        cursor: not-allowed;
    }
    button.image img.when-enabled {
        display: inline;
    }
    button.image img.when-disabled {
        display: none;
    }
    button.image:disabled img.when-enabled {
        display: none;
    }
    button.image:disabled img.when-disabled {
        display: inline;
    }
a .fa {
    text-decoration: inherit;
}
