html {

}

body {
	/*background: #fff url("/images/snowie-bg.jpg") repeat-x 0 54px;*/
	background: #fff;
	color: #111;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 54px 0 0;
	min-width: 280px;
}

a {
	color: #444;
}

a:hover {
	color: #ff6e40;
}

::-moz-selection {
	color: #fff;
	background: #ff6e40;
}

::selection {
	color: #fff;
	background: #ff6e40;
}

.dotted {
	border-bottom: 1px dotted #444;
	text-decoration: none!important;
	cursor: pointer;
}

img, iframe {
	border: none;
}

abbr {
    text-decoration: none;
}

#menu-button {
	display: none;
}

.hiatus {
	padding: 1em;
	border: 2px solid #ff6e40;
	border-radius: 3px;
	font-size: 1.4em
}

i, em {
    font-style: normal;
}

b {
    font-weight: 700;
}

/* ------- */

header#top {
	background: rgba(255,110,64,.98);
	background: -webkit-linear-gradient(top, #ff6e40 0%, rgba(255,110,64,.95) 90%);
	background: linear-gradient(top, #ff6e40 0%, rgba(255,110,64,.95) 90%);
	box-shadow: 0 0 8px rgba(0,0,0,.1);
	width: 100%;
	height: 54px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}

header#top > div, #search > div {
	width: 1040px;
	margin: 0 auto;
	padding: 0 40px;
	position: relative;
}

header#top a {
	text-decoration: none;
	color: #fff;
}

header#top a:hover {
	color: #444;
}

#logo {
	float: left;
	margin-top: 10px;
	width: 144px;
	height: auto;
}

header#top nav {
	float: right;
}

header#top nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

header#top nav li {
	display: inline-block;
	margin-left: 1em;
	line-height: 54px;
}

header#top nav li.active a {
	font-weight: 700;
}





#search {
	position: fixed;
	z-index: 1001;
	display: none;
	margin: 0;
	padding: 10px 0;
	float: none;
	background: rgba(255,255,255,.92);
	background: -webkit-linear-gradient(top, #fff 0%, rgba(255,255,255,.95) 90%);
	background: linear-gradient(top, #fff 0%, rgba(255,255,255,.95) 90%);
	box-shadow: 0 10px 8px rgba(0,0,0,.1);
	left: 0;
	top: 54px;
	width: 100%;
}

body.vis-search #search {
	display: block;
}

#search input[type="search"] {
	outline: none;
	font: inherit;
	line-height: 1.3;
	padding: 6px;
	width: 985px;
	border: 1px solid #777;
}

#search input[type="search"]:focus {
	border-color: #ff6e40;
}

#search-button {
	float: right;
	width: 32px;
	padding: 11px;
	margin-left: 10px;
}

#search-button img, #searchsubmit {
	width: 32px;
	height: 32px;
	vertical-align: middle;
	cursor: pointer;
}

#searchsubmit {
	padding: 0 9px;
}

/* ------- */

div#container {
	clear: both;
	background: #fcfcfc;
	width: 1120px;
	margin: 0 auto;
}

#abg {
	margin: 54px auto 0;
	padding: 10px 0;
	background: #f5f5f5;
}

#abg > div {
	width: 1040px;
	margin: 0 auto;
}

main {
	width: 744px;
	float: left;
}

main.board {
	width: 100%;
}

article, #feature, section.basic {
	width: 640px;
	padding: 1px 40px;
}

article #feature {
	padding-left: 0!important;
	padding-right: 0!important;
}

main.board article {
	width: 1080px;
}

h1 {
	font-size: 3em;
	line-height: 1;
	margin: .5em 0;
}

h2 {
	font-size: 2.3em;
	line-height: 1;
	margin: .5em 0;
}

h3 {
	font-size: 1.4em;
	line-height: 1em;
	margin: .5em 0;
}

h1 a, h2 a, h3 a {
    text-decoration: none;
}

article p, article li, #feature p {
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: 100;
}

article p strong {
	font-weight: 100;
}

article p i strong, article p b strong {
	font-weight: 600;
}

article footer {
	text-align: center;
}

article footer p {
	font-weight: 600;
}

hr {
	border: 0;
	margin: 1em 0;
}

hr:before {
	display: block;
	text-align: center;
	content: '\00A7';
	font-size: 2em;
	font-weight: 900;
	text-shadow: 3px 3px 4px rgba(0,0,0,.16);
	color: #ff6e40;
    padding: 6px 0 10px;
}

figure {
	margin: 1.6em 0 1em;
	padding-top: 4px;
	text-align: center;
}

#feature figure {
	margin: 0;
}

figure img {
	width: auto;
	height: auto;
	max-width: 100%;
}

figure img[width='570'], figure img[width='490'] {
	width: 100%;
}

#feature figure#cover {
	padding: 1em 0;
	position: relative;
	background: #fafafa;
	border-bottom: 1px solid #eee;
}

figure#cover div {
	display: inline-block;
	padding: 7px 6px 7px 40px;
	background: url("/images/cd-cover.jpg") no-repeat 0 0;
	position: relative;
}

figure#cover div del {
	position: absolute;
	left: 40px;
	top: 0;
	z-index: 100;
	width: 300px;
	height: 300px;
	background: url("/images/cd-flash.png") no-repeat 0 0;
}

figcaption {
	font-size: .8em;
	color: #888;
	text-align: left;
	padding: 0.3em 0;
}

#article-cover figcaption {
	display: none;
}

figure#article-cover + h2 + p:first-letter, figure#cover + h2 + p:first-letter, article > header + p:first-letter {
	font-size: 200%;
	font-weight: 600;
	color: #ff6e40;
}

article #contents ins {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 1.4em;
}

article #contents a {
	text-decoration: none;
	border-bottom: 1px dotted #444;
}

/* ------- */

aside, section#contents, section.contents {
	width: 336px;
	float: right;
	clear: right;
	padding-right: 40px;
}

section#contents ul, section.contents ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

section#contents li, section.contents li, #reviews-showcase li, .preview ul li, #gigs, #releases, .shortnews > div, .widget {
	background: #f9f9f9;
	margin: 1.6em 0;
	padding-bottom: 1em;
    box-sizing: border-box;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
    overflow: hidden;
    border-radius: 2px;
    transition-duration: .218s;
    transition-property: background, box-shadow;
    transition-timing-function: ease-in;
}

section#contents li:hover, section.contents li:hover, #reviews-showcase li:hover, .preview ul li:hover, #gigs:hover, #releases:hover, .shortnews > div:hover, .widget:hover {
	background: #fff;
	box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
}

section#contents img, section.contents img {
	width: 100%;
	height: auto;
    box-sizing: border-box;
    position: relative;
}

section#contents h3, section#contents li p, section.contents h3, section.contents li p {
	padding: 0 16px;
	margin: .3em 0;
}

section#contents h2 a, section.contents h2 a {
	text-decoration: none;
}

section#contents li p, section.contents li p {
	font-size: .9em;
	line-height: 1.1em;
}

section#contents footer, section.contents footer {
	text-align: center;
	margin-bottom: 1.6em;
}

section#contents footer a, section.contents footer a {
	color: #ff6e40;
	margin: 0 20px;
}

/* ------- */

#reviews-showcase {
	width: 704px;
	padding: 1px 0 1px 40px;
}

#reviews-showcase ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#reviews-showcase li {
	display: inline-block;
	width: 20.9%;
	margin: 1em 2% 1em 0;
	min-height: 210px;
	vertical-align: top;
}

#reviews-showcase img {
	width: 100%;
	height: auto;
}

#reviews-showcase span {
	padding: 0 16px;
	display: inline-block;
}

/* ------- */

.preview, .shortnews {
	width: 704px;
	padding: 1px 0 1px 40px;
}

.preview ul, .preview ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.preview ul li {
	display: inline-block;
	width: 640px;
	margin: 1em 0;
	padding: 0 1em;
	min-height: 150px;
	vertical-align: top;
	overflow: hidden;
}

.preview ul.minilist li {
	min-height: 0;
	vertical-align: middle;
}

.preview h3, .preview p {
	line-height: 1.1em;
}

.preview h3 {
	margin: .3em 0;
}

.preview p {
	margin: .3em 0 1em;
	font-size: .9em;
}

.preview li.record h3, .preview li.record p {
	margin: .3em 0 0.5em;
}

.preview ul li > a {
	display: block;
	width: 230px;
	height: auto;
	float: left;
	margin: 0 1em 0 -1em;
	text-align: center;
}

.preview ul.minilist li > a {
	width: 50px;
}

.preview ul li.record > a {
	width: 180px;
}

.preview img {
	width: 100%;
	height: auto;
	float: left;
}

.preview img[width="300"] {
    float: none;
    height: 173px;
    margin-bottom: -4px;
    width: auto;
}

.preview ul span {
	padding: 0 16px;
	display: inline-block;
}

.preview time {
	font-size: .8em;
}

.preview footer {
	text-align: center;
}

.preview ol {
	width: 640px;
	text-align: center;
	margin: 1em 0;
}

.preview ol li {
	display: inline-block;
	vertical-align: middle;
	font-size: 2em;
	line-height: 1.2em;
	margin: 0 .4em;
}

.preview ol li a {
	font-size: .6em;
	vertical-align: middle;
}

/* ------- */

.shortnews > div {
	width: 640px;
	margin: 1em 0;
	padding: .5em 2em 2em;
}

.shortnews div div {
	margin-bottom: .5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #dedede;
	box-shadow: 0 1px 0 #fff;
}

.shortnews div div:last-child {
	border: none;
	box-shadow: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.shortnews time {
	display: block;
	margin-top: -.8em;
}

/* ------- */

#gigs, #releases, .widget {
	margin-right: 40px;
	padding: 0 1em .4em;
}

#gigs header, #gigs footer, #releases header, #releases footer, .widget header, .widget footer {
	text-align: center;
}

#gigs header h1 a, #releases header h1 a, .widget h1 a {
	text-decoration: none;
}

#gigs dt, #releases dt  {
	display: block;
	font-size: 1.2em;
	margin: 0.5em 0 0;
	color: #ff6e40;
}

#top-articles dt {
	clear: both;
	line-height: 1.1;
	margin-bottom: 3px;
}

#top-articles dd {
	font-size: .8em;
	margin-bottom: 15px;
}

#top-articles img {
	float: left;
	margin: 4px 10px 10px 0;
}

#tags ul {
	list-style: none;
	margin: 0 0 1.4em;
	padding: 0;
}

#tags li {
	display: inline-block;
	vertical-align: middle;
	margin-right: .5em;
}

audio {
	display: block;
	outline: none;
	border: 4px solid #ff6e40;
	border-radius: 50px;
	width: 100%;
}

audio + p > small {
	display: block;
	margin: .5rem 0;
}

/* ------- */

footer#bottom {
	clear: both;
	background: url("/images/v16/trill-bg-lz.jpg") no-repeat 50% 0;
	padding-top: 380px;
	width: 100%;
	position: relative;
}

footer#bottom > div {
	width: 100%;
	background: #303030;
	color: #ddd;
}

footer#bottom > div > div {
	width: 1040px;
	margin: 0 auto;
	padding: 30px 40px;
}

footer#bottom a {
	color: #ddd;
	text-decoration: none;
}

footer#bottom a:hover {
	color: #fff;
}

footer#bottom nav, div#social {
	display: inline-block;
}

footer#bottom ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer#bottom li {
	display: inline-block;
}

footer#bottom nav {
	width: 75%;
}

footer#bottom nav li {
	margin-right: 80px;
}

div#social {
	text-align: right;
	width: 24.5%;
}

div#social ul {
	display: inline-block;
}

div#social li {
	margin-left: 10px;
}

div#social img {
	width: 32px;
	height: 32px;
	vertical-align: middle;
}

#share {
	margin-bottom: 1em;
}

footer #share {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
}

/* ------- */

#gallery ul {
	margin: 0;
	padding: 0;
}

#gallery li {
	display: inline-block;
	margin-right: 3px;
}

/* ------- */

.details {
	display: block;
	padding: .8em 1.4em;
	background: #f5f5f5;
}

.details p {
	font-size: .9em;
	margin: .3em 0;
}

.details strong {
	font-size: 1.4em;
}






/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url("/images/grabbing.png") 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}



/* ---------------------- */

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.24
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url("/images/AjaxLoader.gif") no-repeat center center
}

/* ----------------------- */

/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8020;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('/images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 20px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 20px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #000;
}

#fancybox-overlay.overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8030;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/* ------- */

.site-form input, .site-form select, .site-form textarea {
	font: inherit;
	box-sizing: border-box;
}

.site-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), .site-form select, .site-form textarea {
	width: 50%;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px;
	outline: none;
}

.site-form textarea {
	width: 100%;
}

.site-form input[type="submit"] {
	color: #fff;
	background: #ff6e40;
	font-size: 1.4em;
	display: inline-block;
	border: 0;
	border-radius: 3px;
	padding: 10px 20px;
	box-shadow: 0 3px 5px rgba(0,0,0,.15);
	outline: none;
}

.site-form input[type="submit"]:active {
	background: #ff5b27;
}

#captcha_input {
	width: 3em;
}

#captcha_image {
	vertical-align: middle;
}

.site-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):focus, .site-form select:focus, .site-form textarea:focus {
	border-color: #ff6e40;
}

.site-form ins {
	display: block;
	text-align: center;
	text-decoration: none;
	margin: .5em 0;
}

/* ------- */

.board table {
	width: 100%;
	border-collapse: collapse;
}

.board th, .board td {
	border: 1px solid #ccc;
	font-size: 1.1em;
}

.board th img {
	float: left;
}

.board th.date {
	font-size: 2.4em;
}

.board thead th {
	padding: .6em;
}

.board tbody td {
	padding: 0 .6em;
	text-align: center;
}

.board tbody tr td:nth-child(2), .board tbody tr td:nth-child(3) {
	text-align: left;
}

.board tbody h3, .board tbody p {
	margin: .2em 0;
}

.board article p {
	font-size: .9em;
	line-height: 1.1;
}


/* ------- */

.share {
	padding: 10px;
	text-align: center;
	background: url("/images/transparent.png");
}

.covercar p,.covercar figure{margin:0}
.covercar figure span{display:block;padding:5px 0;font-size:1.2em}
.covercar figure i{display:block}
.owl-theme .owl-controls .owl-page span{background:#ff6e40;opacity:.2}
.rating{display:inline-block;width:80px;height:16px;background:url('/images/rating.png') no-repeat 0 0;font-size:1px;color:#f1f1f1;vertical-align:top;overflow:hidden;margin-top:4px}
.p5{background-position:0 -80px}
.p4{background-position:0 -96px}
.p3{background-position:0 -112px}
.p2{background-position:0 -128px}
.p1{background-position:0 -144px}

/* -------
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
 */

@media screen and (max-width:1024px) {

div#container {
	width: 1000px;
}

header#top > div, footer#bottom > div > div, #abg > div {
	width: 920px;
}

main {
	width: 624px;
}

.preview, .shortnews, #reviews-showcase {
	width: 584px;
}

.preview ul.minilist h3 {
    font-size: 1.1rem;
}
    
.preview ul.minilist li > a {
    width: 42px;
}

article, #feature, section.basic, .shortnews > div, .preview ul li {
	width: 544px;
}

#reviews-showcase li {
	width: 29.3%;
	min-height: 242px;
}

footer#bottom nav li {
	margin-right: 40px;
}




}



@media screen and (max-width:960px) {

input[type="search"], input[type="submit"] {
	-webkit-appearance: none;
}

* {
	outline: none;
	-webkit-text-size-adjust: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

header#top > div {
	width: 100%;
	text-align: center;
	padding: 0;
}

#abg > div {
	width: auto;
	padding: 0 40px;
}

#logo {
	float: none;
	display: inline-block;
}

header#top nav li {
	display: block;
	margin-right: 1em;
	font-size: 1.4em;
	line-height: 2em;
	border-bottom: 1px solid #eee;
}

header#top nav li a {
	display: block;
	margin: 0 -1em;
	padding: 0 1em;
	text-align: center;
}

div#menu-button {
	display: block;
	width: 24px;
	height: 24px;
	position: fixed;
	top: 5px;
	left: 10px;
	z-index: 101;
	padding: 10px;
}

#menu-button div {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 24px;
	height: 2px;
	margin: -1px 0 0;
	background: #fff;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	transition: 0.3s linear;
}

#menu-button div:before,
#menu-button div:after {
	content: '';
	position: absolute;
	top: -7px;
	right: 0;
	width: 24px;
	height: 2px;
	background: #fff;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	transition: 0.3s linear;
}

#menu-button div:after {
	top: 7px;
}

#menu-button.menu-open div {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#menu-button.menu-open div:before,
#menu-button.menu-open div:after {
	content: '';
	top: -5px;
	right: -3px;
	width: 16px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#menu-button.menu-open div:after {
	top: 5px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#site-menu {
	position: fixed;
	top: 54px;
	left: 0;
	bottom: 0;
	z-index: 101;
	overflow: auto;
	width: 320px;
	background: rgba(255,255,255,.98);
	background: -webkit-linear-gradient(top, #fff 0%, rgba(255,255,255,.95) 90%);
	background: linear-gradient(top, #fff 0%, rgba(255,255,255,.95) 90%);
	-webkit-transform: translate3d(-320px,0,0);
	transform: translate3d(-320px,0,0);
	-webkit-transition: -webkit-transform.3s;
	transition: all .3s;
}

body.vis-menu #site-menu {
	box-shadow: 0 10px 8px rgba(0,0,0,.1);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform.3s;
	transition: transform.3s;
	width: 100%;
}

header#top a {
	color: #444;
}

header#top a:hover, header#top a:active {
	color: #ff6e40;
}

#search-button {
	display: block;
	width: 24px;
	height: 24px;
	position: fixed;
	top: 5px;
	right: 10px;
	z-index: 101;
	padding: 10px;
}

#search input[type="search"] {
	width: 100%;
	box-sizing: border-box;
	padding-right: 40px;
}

#search-button img, #searchsubmit {
	width: 24px;
	height: 24px;
}

#searchsubmit {
	position: absolute;
	bottom: 5px;
	right: 20px;
}

main, div#container, article, main.board article, #feature, section.basic, .preview, .preview ul li, .shortnews, .shortnews > div, #reviews-showcase, 
aside, section#contents, section.contents, #gigs, #releases, .widget, footer#bottom > div > div, footer#bottom nav, div#social {
	float: none;
	width: 100%;
	clear: both;
	box-sizing: border-box;
}

article, #feature, section.basic, .preview, .shortnews, #reviews-showcase, aside, section#contents, 
#gigs, #releases, .widget, section.contents, footer#bottom > div > div {
	padding: 1px 20px;
}

#reviews-showcase ul {
	margin: 0 -10px;
}

#reviews-showcase li {
	float: left;
	margin: 1em 1%;
	width: 31.3%;
}


#gigs, #releases, .widget {
	margin-left: 20px;
	margin-right: 20px;
	width: auto;
}

footer#bottom {
	background-image: none;
	padding-top: 2em;
}

footer#bottom nav li {
	margin: 0;
	width: 100%;
}

div#social {
	text-align: left;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	line-height: 1.2em;
}

article p, article li, #feature p {
	line-height: 1.3em;
}

#reviews-showcase span {
	height: 4em;
	overflow: hidden;
}

.share img {
	width: 100%;
	height: auto;
}

.site-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), .site-form select {
	width: 100%;
}

section#contents li, section.contents li {
	padding: 0;
}

section#contents li > a, section.contents li > a {
	display: block;
	width: 230px;
	height: auto;
	float: left;
	margin: 0 1em 0 -1em;
	text-align: center;
}

section#contents li img, section.contents li img {
	float: left;
}

.preview ol {
	width: auto;
}

#search > div {
	padding: 0 20px;
	width: auto;
}

.shortnews > div {
	padding-right: 1em;
	padding-left: 1em;
}

.table-cover {
	overflow-x: auto;
}

.board th.date, .board tbody h3, .board tbody p {
	font-size: 1em;
}

#share {
	overflow: hidden;
}

#share > div {
	text-align: center;
}

footer #share {
	position: static;
	margin: -2em 0 3em;
}


footer#bottom > div {
	padding: .5em 0;
}

footer#bottom nav li {
	padding: 1em 0;
	border-bottom: 1px solid rgba(255,255,255,.2);
}

div#social {
	padding: 1em 0;
}

div#social img {
	width: 24px;
	height: 24px;
}




}





@media screen and (max-width:480px) {


.preview ul li, section#contents li, section.contents li {
	padding: 0 0 1em;
}

.preview ul li > a, section#contents li > a, section.contents li > a {
	margin: 0;
	width: 100%;
	float: none;
}
    
.preview ul.minilist li {
    padding-bottom: .3rem;
}

.preview ul.minilist li > a {
    display: none;
}

.preview ul li.record > a {
	width: 80%;
	margin: 1em 10% 0;
}

.preview img, section#contents li img, section.contents li img {
	float: none;
}

.preview img[width="300"] {
	height: auto;
	margin: 0;
	max-width: 100%;
}

.preview ul li.record img {
	border-radius: 2px;
	box-shadow: 5px 5px 15px rgba(0,0,0,.2);
	width: 100%;
}

.preview h3, .preview p {
	padding: 0 16px;
	margin: .3em 0;
	line-height: 1.2em;
}

#reviews-showcase ul {
	margin: 0 -5px;
}	

#reviews-showcase li {
	margin: 0.5em 1%;
	min-height: 0;
	padding: 0;
	width: 48%;
}

.rating {
	margin-top: 2px;
}

#tags h2 span, #top-articles h2 span {
	border-bottom: 1px dotted #444;
}

#tags h2 span:hover, #top-articles h2 span:hover {
	border-bottom-color: #ff6e40;
	color: #ff6e40;
	cursor: pointer;
}

#tags ul, #top-articles dl {
	display: none;
}

figure#cover div {
	display: block;
	padding: 0;
	background: none;
}

figure#cover div del {
	display: none;
}

figure#cover img {
	border-radius: 2px;
	box-shadow: 5px 5px 15px rgba(0,0,0,.2);
}

.ya-share2__container_size_m .ya-share2__icon {
	background-size: 30px 30px!important;
	height: 30px!important;
	width: 30px!important;
}

.ya-share2__container_size_m .ya-share2__counter {
	padding-top: 4px!important;
}


}