html,
body{
	height:100%;
}
body {
	background: #fff;
	font: 15px / 1.4 Arial, sans-serif;
}

/*
	LAYOUT
*/
.column{
	margin-left:20px;
}
.small-column{
	width:200px;
}
.medium-column{
	width:500px;
}
.large-column{
	width:700px
}
.first-column{
	margin-left:0;
}

a{
	color:#231f20;
	text-decoration:none;
}
h1, h2 {
	font-family: 'Terminal Dosis', sans-serif;
	font-size:23px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}
h3, h4{
	font-family: 'Terminal Dosis', sans-serif;
	font-size: 17px;
	font-weight: normal;
    margin: 0 0 10px 0;
	padding: 0;
}
h5, h6 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}


.page-bg {
    background: transparent url(../image/bg-checkers.png) left top repeat-y;
}
#page-container{
    width: 980px;
    margin: 0 auto;
    background: transparent url(../image/bg-fade.png) left top repeat-y;
	padding: 0 20px;
}
#page-header {
	background-color: #fff;
	position: relative;
	height: 200px;
}
#page-content{
	background: #fff;
	padding-bottom:130px;
	padding: 20px;
}
#page-footer{
	width: 100%;
	background-color: #333;
	height: 110px;
	padding-top: 20px;
	
  	-webkit-border-radius: 0 0 10px 10px; 
    -moz-border-radius: 0 0 10px 10px;  
    border-radius: 0 0 10px 10px; 
    -moz-background-clip: padding; 
    -webkit-background-clip: padding-box; 
    background-clip: padding-box; 
}

/* HEADER */
#logo {
	padding: 20px 0 0 20px;
}
#header-tools {
	position: absolute;
	right: 12px;
	top: 10px;
}
#header-tools a,
.social {
	display: block;
    padding-left: 20px;
	line-height: 16px;
	margin-bottom: 3px;
}
#header-tools a:hover,
.social a:hover,
#header-tools a:focus
.social a:focus {
    text-decoration: underline;
}
#header-tools .lang-en {
	background: #fff url(../image/flag-en.png) left center no-repeat;
}
#header-tools .lang-se {
	background: #fff url(../image/flag-se.png) left center no-repeat;
}
.social-facebook {
    background: #fff url(../image/icon-facebook.png) left top no-repeat;
}
.social-instagram {
	background: #fff url(../image/icon-instagram.png) left top no-repeat;
}
.social-spotify{
	background: #fff url(../image/icon-spotify.png) left top no-repeat;
}

#top-nav {
	position: absolute;
	bottom: 10px;
	left: 20px;
}
#top-nav li {
	float: left;
	background-color: #000;
	margin-top: 0px;
	margin-right: 10px;
	padding: 4px 10px;

  	-webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    border-radius: 4px; 
    -moz-background-clip: padding; 
    -webkit-background-clip: padding-box; 
    background-clip: padding-box; 
}
#top-nav li a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;

}

#top-nav li a:hover,
#top-nav li a:focus,
#top-nav li.current-menu-item a {
	text-decoration: underline;
}
#top-nav img {
	height: 14px;
	margin: 2px 0 0 8px;
}
/* CONTENT */
.content {

}
.content a {
	border-bottom: 1px dashed #FF9C07;
}
.content .wp-audio-shortcode {
	max-width: 50%;
}
.content .wp-audio-shortcode a {
	border: none;
}
/*
.context {
	border-bottom: 1px solid #999;
}

.article {
	padding: 0 0 30px;
}
*/
.article .header {
	margin-bottom: 10px;
}
.article .header h2 {
	font-size: 19px;
	padding-bottom: 5px;
}
.article .time,
.article .category a {
	font-size: 12px;
	color: #6f6f6f;
}
.article-image {
	text-align: center;
	margin: 20px 0;
}
.article-image img {
	max-width: 100%;
	height: auto;
}
.article-image-small {
	float: right;
	margin-left: 20px;
}
.page-image {
	float: right;
	margin-left: 20px;
}

.news-article {
	background-color: #fefefe;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 2px;
	box-shadow: 1px 1px 8px 0 rgba(0,0,0,0.35);
}
.news-article img {
	height: auto;
	max-width: 100%;
}
/* CONTACT */
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
	width: 250px;
    padding: 4px 0;
    text-indent: 4px;
    border: 1px solid #888;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.textwidget .wpcf7-form-control-wrap input,
.textwidget .wpcf7-form-control-wrap textarea {
	width: 198px;
}
/* SIDEBARS */
.widget {
	clear: both;
	margin-bottom: 20px;
}
.widget:after {
	content: "";
	display: table;
	clear: both;
}
.widget-article {
	padding: 0 0 30px 0;
}
.widget-article h2 {
	padding: 0 0 10px 0;
}
.product_list_widget,
.jigoshop_product_categories ul {
	list-style: none;
	padding: 0;
}
.jigoshop_product_categories ul ul {
	display: block;
	padding: 5px 10px;
}
.jigoshop_product_categories ul a {
	font-size: 14px;
	text-decoration: none;
}
.product_list_widget li {
	margin-bottom: 20px;
}
.product_list_widget img {
	float: left;
	margin-right: 10px;
}

.cart_list {
	list-style: none;
	padding: 0;
}
.cart_list li {
	margin-bottom: 10px;
}
/* FOOTER */

#page-footer p {
	text-align: center;
	color: #fff;
	font-size: 26px;
    line-height: 20px;
    padding: 5px 0;
}
#page-footer p.contact-info {
    font-size: 12px;
}
#footer-nav ul {
	width: 200px;
	margin: 0 auto;
}
#footer-nav li {
	float: left;
	margin-right: 10px;
	font-size: 12px;
}
#footer-nav li a {
	color: #d3d3d3;
	text-decoration: underline;
}
/* WP */
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* SHOP */
#amty .jigoshop span.on-sale {
	background: #f22;
	padding-top: 10px
}
.size-guide-link {
	color: #f00;
	font-weight: bold;
}
.jigoshop .assistive-text {
    display: none;
}
.custom-filter {
	padding: 10px 0;
}
.custom-filter .filter {
	display: inline-block;
	padding-right: 10px;
	line-height: 20px;
}
.custom-filter .filter-cd {
	background: transparent url(../image/disc.png) left top no-repeat;
	padding-left: 20px;
}
.custom-filter .filter-vinyl {
	background: transparent url(../image/disc-vinyl.png) left top no-repeat;
	padding-left: 20px;
}
.custom-filter .filter-samling-compilations {
	background: transparent url(../image/discs.png) left top no-repeat;
	padding-left: 20px;
}
#amty .textwidget .products li {
	margin-bottom: 5px;
}
#amty .products li {
	width: 117px;
}
#amty .products li a img {
	width: 100px!important;
	height: 100px!important;
}
#amty div.product div.images {
	width: 200px;
}
#amty div.product div.images img {
	width: 150px;
	height: auto;
}
#amty div.product div.images div.thumbnails img {
	width: 45px;
	height: auto;
}
#amty .stock strong {
	display: none;
}
#amty form.cart div.quantity {
	margin: 5px 0;
}
#amty form.cart .button-alt {
	clear: both;
    padding: 6px;
}
#amty .product_meta {
	clear: both;
}
#amty .product_meta .sku {
	display: none;
}
#amty .product_meta .posted_in {
	display: block;
}
#amty .product_meta .tagged_as {
	display: block;
}
/*#amty td.actions .coupon {
	display: none;
}*/
#amty .quantity input.qty {
	height: 23px;
}
#amty div.product #tabs ul.tabs {
	border-bottom: 1px solid #ddd;
	background: #fff;
	padding: 4px 0 0 0;
}
#amty div.product #tabs ul.tabs a {
	font-size: 12px;
}
#amty div.product #tabs ul.tabs li.active a {
	background-color: #ddd;
	color: #333;
}
#amty a.button,
#amty button.button,
#amty input.button,
#amty #review_form #submit {
	padding: 6px;
    margin: 4px 2px 0 0;
}
#amty .button-alt {
    padding: 6px;
	border: 0;
    margin: 4px 0 0 6px;
}
#amty .checkout-button {
    margin-top: 0;
}
#amty .products li .price {
    text-align: left;
    float: none;
}
#amty .price_slider_amount .button {
    float: none;
    display: block;
    margin: 10px 0;
}
#amty .navigation .nav-next {
	float: right;
}
#amty form.cart .variations select {
    float: left;
    width: 100%;
    margin: 6px 0;
	border: 1px solid #888;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	padding:  4px 4px 4px 0;

}
#amty #checkout-form {
    position: static!important;
}
#amty .form-row {
    position: relative;
}
#amty .form-row-full {
    width: 100%;
}
#amty #place_order.button-disabled {
    background-color: #000;
}
.error-message {
    display:none;
    position: absolute;
    left: 200px;
    top: 50px;
    width: 150px;
    background: #F1521F;
    color: white;
    padding: 3px 10px;
}
/* SEARCH FORM / NEWSLETTER FORM */
#searchform .assistive-text {
	display: none;
}
#s {
	float: left;
	width: 145px;
	padding: 4px 0;
	text-indent: 4px;
	border: 1px solid #888;
	border-radius: 2px;
}
#newsletter-input {
    float: left;
    width: 149px;
}
#searchsubmit,
#newsletter-submit {
	display: inline-block;
	background: none repeat scroll 0 0 green;
	border: medium none;
	border-radius: 2px;
	color: #FFFFFF;
	cursor: pointer;
	line-height: 1em;
	margin-left: 10px;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

/* Product listings */
.jigoshop #products .product a:not(.btn) {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* AMTY RECORDS */
.amty-records {
	background-color: #fefefe;
	display: inline-block;
	width: 46%;
	min-height: 160px;
	padding: 10px;
	margin: 0 1% 1% 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
}
.amty-records:after {
	content: "";
	display: table;
	clear: both;
}
.amty-records-text {
	float: left;
	width: 75%;
}
.amty-records-text h5 {
	font-size: 18px;
	margin-top: 0;
	padding-top: 0;
}
.amty-records-text .subtitle {
	background-color: #eee;
	display: inline-block;
	padding: 2px 6px;
	font-weight: bold;
	font-size: 12px;
}
.amty-records-text a {
	background: #ff4e2d;
	color: #fff;
	border: 0;
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 2px;
}
.amty-records-image {
	text-align: right;
	float: left;
	width: 25%;
}
.amty-records-image img {
	max-width: 100%;
}
.amty-records-about,
.amty-records-fanzine {
	width: 98%;
}
.amty-records-fanzine .amty-records-text {
	width: 60%;
}
.amty-records-fanzine .amty-records-image {
	width: 40%;
}
.amty-records-about .amty-records-text {
	width: 100%;
}

/* WP PAGENAVI */
.wp-pagenavi {
	clear: both;
	text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 6px 10px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}
