/* SECTION STYLES - VIDEO.CSS */
h1 {
    color: #EB2026;
    font-size: 2em;
    font-weight: 900;
    font-family: "Helvetica Neue", sans-serif;
    line-height: 1.1em;
    margin-bottom: 10px;
}

h1 a:hover {
    text-decoration: none;
}

h2 {
    color: #000000;
    font-size: 2em;
    font-weight: 900;
    font-family: "Helvetica Neue", sans-serif;
}

body.search h2 {
    margin: 0 0 20px;
}

body.search .more-link {
    font-weight: bold;
}

.alpha-container {
    margin-bottom: 50px;
}

/*body.search .alpha { margin:0 337px 0 0; border-right:1px solid #EBEBEB; }
.alpha { margin:0 387px 0 189px; padding:0 45px 50px 55px; }*/

.search-header {
    border-bottom: 7px solid #EB2026;
    margin: 30px 0;
}

.search-header h1 {
    font-size: 2.5em;
}

#searchctrl {
    position: relative;
    display: inline-block;
    width: 100%;
}

#searchctrl input#query, #searchctrl input#rc-query {
    background: transparent url("/asset/img/grey-mag-lg.png") no-repeat scroll 8px 5px;
    border: 2px inset #919191;
    border-radius: 10px 0;
    color: #919191;
    float: left;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 1.5em;
    height: 40px;
    padding-left: 55px;
}

#searchctrl input#search {
    display: none;
    background-color: #eb2026;
    border: 2px outset #eb2026;
    color: #ffffff;
    float: left;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: bold;
    height: 45px;
    margin-left: 15px;
    text-transform: uppercase;
    width: 100px;
}

#loader {
    left: 50%;
    position: absolute;
    top: 90px;
}

#results {
    display: inline-block;
    margin: 30px 0;
}

#results .result {
    float: left;
    width: 100%;
    max-width: 930px;
    padding: 20px 0 15px;
    border-bottom: 2px solid #EBEBEB;
}

#results .result p {
    margin: 0;
}

#results .result .excerpt {
    font-family: "Domine", serif;
    font-size: 0.85em;
    line-height: 1.6em;
    padding: 10px 0;
}

#results .photo {
    float: left;
    margin-right: 25px;
    width: 200px;
}

#results .photo img {
    border: 3px solid #000000;
}

#results .result a {
    padding-left: 5px;
    font-size: 1em;
}

#results .result .date {
    color: #808080;
    font-size: 0.8em;
}

/*********************** search results label and pagination styles ***********************/
ul#pagination-controls {
    padding: 0px;
    margin-top: 0px;
}

ul#pagination-controls li {
    display: none;
}

ul#pagination-controls li a, span.current-page {
    text-decoration: none;
    padding: 0.2em 0.5em;
    line-height: 1.5em;
}

ul#pagination-controls li a:hover {
    background-color: #EB2026;
    color: white;
}

ul#pagination-controls li.away-5, ul#pagination-controls li.away-4, ul#pagination-controls li.away-3, ul#pagination-controls li.away-2, ul#pagination-controls li.away-1, ul#pagination-controls li.away-0, ul#pagination-controls li.next, ul#pagination-controls li.prev, ul#pagination-controls li.last, ul#pagination-controls li.first {
    display: inline-block;
    border: solid #ccc 1px;
    margin: 2px;
    background-color: none;
}

ul#pagination-controls li.away-0 {
    font-weight: bold;
}

div#results-info {
    float: right;
    color: #AAA;
    margin-top: 0.3em;
    margin-right: 0.5em;
}

/********************* END search results label and pagination styles *********************/

/*.beta-container { float:left; margin-top:-2px; }
	.beta { margin:35px auto; width:300px; }*/

body.search .comments-label {
    padding-top: 6px;
}

body.search .comments-count {
    padding-top: 24px;
}

.footer-wrapper {
    display: inherit;
}

.RC-AD-MOBILE-BANNER {
    display: none;
    width: 320px;
    margin: 1em auto;
}

.alpha .RC-AD-TOP-BANNER {
    display: block;
    /*width: 728px;*/
    margin: 1em auto;
}

.top-banner .RC-AD-TOP-BANNER {
    display: none;
    /*width: 728px;*/
    margin: 1em auto;
}

.top-banner {
    border-bottom: 1px solid #EBEBEB;
}

/********************************************************** RESPONSIVE STYLES **************************************************************/

/* DESKTOP & TABLET STYLES */

@media only screen and ( max-width: 1423px ) {
    /*#searchctrl input#query { width:91%; }*/
    #searchctrl input#search {
        margin-left: 0;
        margin-top: 15px;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 1125px) {
    .alpha .RC-AD-TOP-BANNER {
        display: none;
    }

    .top-banner .RC-AD-TOP-BANNER {
        display: block;
    }
}

/* BREAKING VIDEO HEADER STYLES */
@media only screen and ( min-width: 1025px ) and ( max-width: 1439px ) {
    /*body.search .alpha { margin:0 337px 0 0; }*/
}

/* BASE SEARCH RESPONSIVE STYLES - DESKTOP & TABLET */

/*@media only screen and ( min-width : 768px ) and ( max-width : 1024px ){
	.alpha { margin:0 307px 0 0; }
	
	.beta-container { border-left:none; margin-left:-300px; width:300px; }
	
}*/

@media only screen and ( max-width: 768px ) {
    #results .photo {
        width: 97%;
        padding-bottom: 10px;
    }

    #results .result .date {
        display: inline-block;
        width: 100%;
        padding-left: 27px;
    }

    #searchctrl input#query {
        font-size: 1.2em;
    }

    /*body.search .alpha { margin:0 310px 0 0; }*/
}

/* SMARTPHONE STYLES */

@media only screen and ( max-width: 767px ) {
    .RC-AD-MOBILE-BANNER {
        display: block;
    }

    .RC-AD-TOP-BANNER {
        display: none !important;
    }

    #results {
        margin: 0 0 30px;
    }
}

@media only screen and ( max-width: 335px ) {
    .RC-AD-MOBILE-BANNER {
        margin-left: -4%;
    }
}


