/*
Theme Name: Musikindustrin
Author: ISPY AB
Author URI: http://ispy.se
Version: 0.1

*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
  margin-top: 0 !important;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body {
    background: #eaeaea;
    margin: 0;
    font: normal 14px/20px sans-serif;
    color: #333;
}
a {
    text-decoration: none;
    color: #333;
}

p a {
	text-decoration: underline !important;
}

p {
  margin: 0 0 10px;
}
small {
  font-size: 85%;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1 {
  font-size: 36px;
  line-height: 40px;
}
h2 {
  font-size: 24px;
  line-height: 40px;
}
h3 {
  font-size: 18px;
  line-height: 20px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
}
h6 {
  font-size: 12px;
  line-height: 20px;
}
h1 small {
  font-size: 24px;
}
h2 small {
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 12px;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal dt {
  float: left;
  width: 120px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 130px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-style: italic;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.content img.alignleft,
.wp-caption.alignleft {
    float: left;
    margin: 0 10px 10px 0;
}
.content img.alignright,
.wp-caption.alignright {
    float: right;
    margin: 0 0 10px 10px;
}
.content img.aligncenter,
.wp-caption.aligncenter {
    margin: 0 auto 10px;
    display: block;
}
.wp-caption img {
  margin: 0 0 5px;
  display: block;
}
.wp-caption-text {
  font-size: 11px;
  line-height: 14px;
}

/* Styles */
.container {
    background: #fff;
    margin: 0 auto 0 auto;
    width: 1020px;
}

/* Main menu */
.main-menu {
    padding: 2px 20px 0;
}
.main-menu .menu {
    float: right;
}
.main-menu ul {
    float: left;
    margin: 0;
    list-style: none;
}
.main-menu .menu ul {
    float: none;
}
.main-menu li {
    float: left;
}
.main-menu a {
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    color: #080808;
    font-weight: bold;
}
.menu li {
    margin: 0 0 0 15px;
}

/* Header */
.header {
    background: #E01E3B;
    padding: 20px 20px 0;
    color: #fff;
    min-height: 80px;
}
.date-logo,
.search-form {
    float: left;
    width: 490px;
}
.curr-date {
    margin: 0 0 3px;
    font-size: 12px;
}
.logo {
    margin: 0 0 10px;
}
.logo a {
    background: url('img/header/musikindustrin-transparent-2015@2x.png') no-repeat;
    background-size: 100% auto;
    width: 300px;
    height: 54px;
    display: block;
    text-indent: -9999px;
    margin: 5px 0 0 0;
}
.search-form form {
    float: right;
    margin: 25px 0 0;
}
input#s {
    margin: 0 10px 0 0;
    padding: 0 10px;
    width: 220px;
    height: 20px;
    font: normal 12px sans-serif;
    color: #333;
    border-radius: 15px;
    box-shadow: 0 1px 5px #aeaeae inset;
}
input#s-btn {
    background: transparent;
    height: 20px;
    font: normal 12px sans-serif;
    color: #000;
}

/* Category menu */
.category-menu {
    background: #191919;
    margin: 0 0 20px;
    padding: 0 10px;
}
.category-menu ul {
    float: left;
    margin: 0;
    list-style: none;
}
.category-menu li,
.category-menu li.page_item {
    float: left;
    line-height: 18px;
    padding: 10px 10px 6px;
    margin: 0;
}
.category-menu a {
    padding: 0 0 4px;
    font-family: 'Francois One', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    display: block;
}
.page-template-page-market-php .category-menu a.market-item,
.page-template-page-toplist-php .category-menu a.toplist-item,
body.category .category-menu a.category-item,
.category-menu li.current_page_item a,
.category-menu a:hover {
    padding: 0 0 2px;
    border-bottom: 2px solid #fff;
}
.category-menu .shortcuts {
    float: right;
}

/* Ads */
.top-banner {
	border-bottom: 0px solid rgba(0, 0, 0, 0.16);
	margin: 0 0 0;
	padding: 10px 20px 20px;
	background-color: #EAEAEA;
}
.top-banner.ad-area .ad {
	margin: 0;
}
.right-banners {
    float: left;
    margin: -10px 0 0;
    width: 250px;
}
.ad-area p {
    background: url('img/icons/ad-arrow.png') no-repeat 0 1px;
    margin: 0 0 2px 0;
    padding: 0 0 0 10px;
    height: 10px;
    font-size: 10px;
    line-height: 10px;
}
.ad-area img,
.ad-area object,
.ad-area a {
    display: block;
}
.ad-area .ad {
    margin: 0 0 20px;
}

/* Content */
.content {
    float: left;
    margin: 0 20px 20px;
    width: 710px;
}
.content.full-page {
    width: 100%;
    padding: 0 20px 20px;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.entries,
.entry {
    float: left;
    margin: 0 20px 0 0;
    width: 460px;
}
.full-page .entry {
    width: 100%;	
}

.sidebar {
    float: left;
    margin: 0;
    width: 230px;
}
.navigation .next {
    float: right;
}
.navigation .prev {
    float: left;
}

/* Splash */
.splash-container {
    margin: 0 0 20px;
    width: 710px;
    height: 359px;
}
#splash {
    position: relative;
    float: left;
    margin: 0 1px 0 0;
    width: 553px;
    height: 359px;
    overflow: hidden;
}
#splash .page {
    position: relative;
    width: 553px;
    height: 359px;
}
#splash .page h3 {
    background: url('img/splash/h3-bg.png');
    position: absolute;
    bottom: 0;
    left: 0;
    
    margin: 0;
    
    font-family: 'Francois One', sans-serif;
    font-size: 34px;
    font-weight: normal;
    line-height: 34px;
    color: #fff;
}
#splash .page h3 a {
    padding: 20px 20px 15px;
    color: #fff;
    display: block;
}
#splash-navi {
    float: left;
    width: 156px;
    height: 359px;
    list-style: none;
    margin: 0;
    padding: 0;
}
#splash-navi li:first-child {
    margin: 0;
}
#splash-navi li {
    background: #000;
    margin: 1px 0 0;
    cursor: pointer;
}
#splash-navi li img {
    opacity: 0.4;
}
#splash-navi li.active img {
    opacity: 1;
}
#pages {
    position: absolute;
    height: 20000em;
}
#splash img {
    display: block;
}

/* Sidebar specific */
.sidebar h3 {
    margin: 0 7px 7px;
    font-family: 'Francois One', sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 18px;
}
.sidebar ul {
    margin: 0 0 20px;
    list-style: none;
    border: 1px solid #c4c4c4;
}
.sidebar ul a {
    padding: 2px 5px;
    font-size: 11px;
    display: block;
    border: 1px solid #fff;
}
.sidebar ul a:hover {
    background: #f1f1f1;
}
.sidebar ul a span {
    color: #999;
}

/* General post styles */
.post {
    margin: 0 0 20px;
    border-bottom: 1px solid #c4c4c4;
}
.entry-title {
    font-family: 'Francois One', sans-serif;
    font-weight: normal;
    font-size: 34px;
}
.entry-title a {
    color: #333;
}
.label {
    background: #000;
    float: left;
    margin: 1px 5px 0 0;
    padding: 1px 5px;
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    line-height: 14px;
    color: #fff;
}
.entry-meta {
    padding: 0 0 15px;
}
.entry-meta i {
    background: url('img/icons/post-icons.png') no-repeat;
    width: 28px;
    height: 28px;
    display: inline-block;
}
.entry-meta .date {
    float: left;
    margin: 0 12px 0 0;
    font-size: 11px;
    line-height: 28px;
    color: #b1b1b1;
}
.entry-meta .date i {
    float: left;
    margin: 0 4px 0 0;
}
.entry-meta a {
    float: left;
    margin: 0 12px 0 0;
    width: 28px;
    height: 28px;
    display: block;
}
i.digg {
    background-position: -29px 0;
}
i.digg:hover {
    background-position: -29px -28px;
}
i.delicious {
    background-position: -58px 0;
}
i.delicious:hover {
    background-position: -58px -28px;
}
i.technorati {
    background-position: -87px 0;
}
i.technorati:hover {
    background-position: -87px -28px;
}
i.stumble {
    background-position: -116px 0;
}
i.stumble:hover {
    background-position: -116px -28px;
}
i.facebook {
    background-position: -145px 0;
}
i.facebook:hover {
    background-position: -145px -28px;
}
i.twitter {
    background-position: -174px 0;
}
i.twitter:hover {
    background-position: -174px -28px;
}
i.linkedin {
    background-position: -203px 0;
}
i.linkedin:hover {
    background-position: -203px -28px;
}

/* Start page post styles */
.start-page .entry-content,
.search-page .entry-content {
    margin: 0 0 15px;
}
.content-a {
    font-size: 15px;
    font-style: italic;
    color: #333;
}
.content-a p {
    margin: 0;
}

/* Single post styles */
.entry-top {
    font-weight: bold;
}
.single-entry .entry-content,
.single-page .entry-content {
    margin: 0 0 15px;
    padding: 0 0 5px;
    border-bottom: 1px solid #c4c4c4;
}

/* Search page styles */
.search-page h1 {
    margin: 0 0 10px;
    padding: 0 0 10px;
    font-family: 'Francois One', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #c4c4c4;
}
.category-page h1 {
	text-transform: uppercase;
}

/* Topplista 100 singel */
#post-64463 iframe {
	width: 100%;
	height: 800px;
}

/* Newsletter form */
.newsletter-form {
    margin: 0 -10px 20px;
}
.newsletter-form label {
    font-weight: bold;
    display: block;
}
.newsletter-form .input {
    float: left;
    margin: 0 10px 10px;
    width: 220px;
}
.newsletter-form .input.full {
    float: left;
    width: 460px;
}
.newsletter-form .input input {
    margin: 0;
    padding: 0 10px;
    width: 198px;
    height: 30px;
    font: normal 14px/30px sans-serif;
    outline: 0;
    border: 1px solid #c4c4c4;
}
.newsletter-form .input.full input {
    width: 438px;
}
.newsletter-form .submit {
    margin: 0 10px;
}
.newsletter-form .submit input {
    background: #191919;
    margin: 0;
    padding: 0 5px;
    font-family: 'Francois One', sans-serif;
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

/* Tab menu */
ul.tab-menu,
ul.tab-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}
ul.tab-menu {
	text-align: left;
	margin-bottom: 20px;
	margin-top: 20px;
	border-bottom: 2px solid #E01E3B;
}
ul.tab-menu li {
	display: inline-block;
}
ul.tab-menu li a {
	display: block;
	font-family: 'Francois One',sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 10px 15px;
}
ul.tab-menu li a.is-selected,
ul.tab-menu li.current-cat a { 
	color: white;
	background-color: #E01E3B;	
}

/* Campaign page */
.campaign-page .entry-title {
	text-transform: uppercase;
}
.campaign-page .entry-content {
	margin-top: 20px;
}
.special-content {
	margin-bottom: 40px;
}
.chart-description {
	border-bottom: 1px solid #c4c4c4;
	margin: 0;
	font-size: 15px;
}
.chart-description p {
	padding: 0;
	font-style: italic;
	opacity: 0.87;
	padding-bottom: 20px;
	margin: 0;
}
.toplist .chart-description .toplist-week,
.toplist .chart-description p  {
	float: left;
}

/* Market page */


/* Toplist page */
.toplist {
}
.toplist .chart-description .toplist-week {
	padding: 20px 20px 20px;
	font-weight: 600;
	width: 7%;
}
.toplist .chart-description p {
	padding-top: 20px;
	padding-left: 20px;
	border-left: 1px solid #c4c4c4;
	width: 85%;
}

.toplist table {
    border-spacing: 0;
    border-collapse: inherit;
    width: 100%;
}

.toplist table th,
.toplist table td {
	height: 70px;
	padding: 0 10px;
}
.toplist table th {
	height: 50px;
	font-weight: 400;
	opacity: 0.54;
	text-align: left;
	border-bottom: 1px solid #c4c4c4;
}
.toplist table th.col-1 {
	padding-left: 20px;
}
.toplist table th.col-6 {
	padding-right: 20px;
}

.toplist table tr {
	
}
.toplist table tr.odd {
	background-color: #f3f3f3;
}
.toplist table tr.even {
	background-color: transparent;
}
.toplist table tr.odd.row-1 {
	background-color: transparent;
}

.toplist table td {
}
.toplist table td.col-1 {
	opacity: 0.54;
	padding-left: 20px;
}
.toplist table td.col-6 {
	padding-right: 20px;
}