/* ALBUMS OF THE YEAR */

#aoty-header {
    border-top: 3px solid #000;
    margin-top: 40px;
    font-size: 34px;
	display: inline-block;
    width: 100%;
}

#aoty-header span {
    font-weight: 900;
}

#aoty-title {
    font-size: 34px;
    display: inline-block;
    line-height: 30px;
    font-style: italic;
}

#aoty-label {
    text-align: right;
    margin-bottom: 10px;
}

#aoty-copy {
    font-size: 15px;
}

ul#“atol” {
    background: #fff;
    padding: 10px;
    list-style: none!important;
    font-size: 18px;
    margin-left: 0px;
}

ul#“atol” li {
    background: #eae9e9;
    margin-bottom: 5px;
    padding: 5px;
}

ul#“atol” li:nth-child(odd) {
    background: #f9f8f8;
}
#aoty-links {
    font-size: 16px;
    font-weight: 900;
    border-bottom, border-top: 1px dashed #000;
    margin-top: 20px;
    border-bottom: 1px dashed #000;
    border-top: 1px dashed #000;
    padding-bottom: 5px;
}

#aoty-links a {
    background: #ddd;
    padding: 0px 7px;
    margin: 5px 1px;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
}

#aoty-links a:hover {
    background-color: #000;
    color: #fff;
}

a.aotynorman {
    background-color: #4A73B8!important;
    color: #fff;
}

a.aotynorman:hover {
    background-color: #000!important;
}
img.normal_left {
    width: 120px;
    height: 120px;
    margin-left: 0px;
}
iframe {
    margin-bottom: 10px;
}
#bakersdiv {
	border-top:2px solid #DDD; 
	padding:5px 30px;
}



.2018articles {
    background: #ca7a18;
    padding: 14px 20px;
    border-radius: 6px;
    color: #fff;
    text-align: center;
}
.2018title {
    font-size: 28px;
    font-weight: 900;
    line-height: 32px;
}
.2018articles a {
    color:#fff;
}














/* MOBILE WEBSITE CSS */
@media screen and (max-width: 700px) {

#wrapper_inner {
   width: calc(100% - 40px);
}

#content {
    width: 100%!important;
    margin-top: 10px;
}

#main_image {
    width:100%;
	background:#333;
}

div#articles_list {
    width: 100%;
}

.column.first, .column {
    width: 29%;
    margin-right: 4%;
    margin-left:0px;
}
.sidebar_inner .column.first, .sidebar_inner .column {
    width: 28%;
    margin-right: 0%;
    margin-left:0px;
}


.home li a {
    width: 100%;
    font-size: 15px;
    height:auto;   
    margin-bottom:30px;
}

#main_image #overlay {
    width: 100%;
	background: #333!important;
	background-image:none!important;
}


#main_image img {
    width: 100%;   
    height:auto;
}

.editorial_pick {
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.editorial_pick .bg, .editorial_pick .text {
    width: 97%;
}

.editorial_pick img {
    width: 100%;
    height: auto;
    min-height:100%;
}

.sidebar_inner {
    height: 600px;
	margin:0px;
}

.sidebar {
    margin-bottom: 40px;
}

.header_wrapper {
    width: 100%;
    text-align: center;
	margin-left: -15px;
}


.header_wrapper h1 {
    width: 100%;
}

.menu {
    margin: 0px;
    margin-bottom: 0px;
    height: auto;
}

.menu li a {
    width: auto;
    border: 0;
    padding: 5px 10px;
    background: #ddd;
    color:#000;
    border-radius:4px;
    font-size:14px;
    margin-bottom: 8px;
}
.menu li.first a {
    margin-left: 10px!important;
}

h2#main_title {
    width: 100%;
    margin-bottom: -10px;
	background:#333;
}

#left, #right {
    width: 48%;
    display: inline-block;
}

#sidebar {
    width: 100%;
}

#far_right {
    display: none;
}

.sidebar_inner {
    height: auto;
}
.sidebar_inner img {
    width: 100%;
    height: auto;
}
.article p img {
    width: 100%;
    height: auto;
}
.social_links p img {
    width: 20px;
}
#leaderboard {
	margin-bottom:15px;
}

.section iframe {
    width: 100%!important;
}

.fb-like.fb_iframe_widget {
    display: none!important;
}

#bakersdiv {
	border-top:2px solid #DDD; 
	padding:0px;
}
#bakersdiv img {
	width:calc(100% - 20px);
	height:auto;
}




/* NORMAN RECORDS */

div#normanrecords_html {
    width: 100%;
}

.normanrecords_item_image {
    float: right;
}

.normanrecords_item_image img {
    width: 70px;
    float: right;
    margin-top:-80px;
}

.normanrecords_button a {
    font-size: 12px;
}


div#normanrecords_advert {
}

.normanrecords_item {
    margin-bottom: 100px!important;
}


}