body {		background-color: #FFFFFF;}

#basket {
}

#basket .button a {		color: #FFFFFF;}

.aside {}

.packshot {		border-color: #FFFFFF;}

/* FIXME - Should not need .navi a */
html, body, p, .navi a, #footer, body a, .paging .current, .paging .previous, .paging .next, #footer a,
.content a, tr.headings th, #basket-postage a, #basket-postage input {		color: #333333;}

h1,h2,h3,h4,h5 {		color: #333333;		font-size: 100%;}

#basket-checkout .button a {}
#basket-checkout .button {		border-color: #FFFFFF;}

#departments .button a, .paging.button .wrapper, .paging.button a, #footer .button .wrapper, #footer .button .wrapper a, #news .navi li a, #search_button {		color: #333333;		background-color: #FFFFFF;}
#departments .button, .paging.button, #footer .button, #news .navi li {		border-color: #FFFFFF;}

.section .button input, .content .downloadlist input.submit {}
.section .button, .content .downloadlist .button {}

.lines .button input.submit {}
ul.tabselect.tabs li.active a {
	 background-color: #FFFFFF;		color: #FFFFFF;}
ul.tabselect.tabs li.active a, .tabselect.content {
	border-color: #FFFFFF !important;
}
.tabselect.tabs li a {
	border-color: #FFFFFF;		color: #333333;}
.section .line-info img.packshot {
	min-height: 320px;
}/* custom block */body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    width: 100%;
    background-color: #f1f1f1;
    background-image: url(http://www.sotones.co.uk/wordpress/wp-content/themes/sotones/images/itchenbridge1200.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;

}
body:before {
    position:fixed;
    top:0;
    bottom:0;
    width:100%;
    background-color: rgba(0,0,0,0.5);
    content: " ";
}
h1, h2, h3, h4, h5,h6 {
    font-family: 'Pathway Gothic One', sans-serif;
    text-transform: uppercase;
    font-size:2em;
}
.navi h2, .aside h2 {
    font-size: 1.2em;
    font-weight: bold;
	text-transform:capitalize;
}
.button {
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    overflow: hidden;
}
table {
    width: 100%;
}
.button a {
    display: block;
    height: 100%;
    background: #707070;
    color: #333;
    background-color: #fff;
    padding: 8px;
    border: 2px solid #333;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.button.go input[type="submit"]:hover {
    background: none;
    color: #fff;
    border: 2px solid #f33;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 8px;
    background-color:#f33;
}
.button, button, .submit {
    font-family: 'Pathway Gothic One', sans-serif;
    text-transform: uppercase;
}
.sidebar {
    width: auto;
    overflow: initial;
}
li .genericon {
    font-size: 32px;
}
.genericon:hover {
    text-decoration:none;
}

#header {
    padding:0;
    position: fixed;
    background-color: #fff;
    height: 64px;
    width: 100%;
    z-index:15;
    border-bottom:1px solid #f1f1f1;
}
.banner-img {
    height: 24px;
    padding: 20px;
}
#menu-icon {
    float: left;
    padding: 20px;
    cursor:pointer;
}
#cart-icon {
    float: right;
    padding: 20px;
    cursor: pointer;
}
#close-artists,#close-menu,#close-help {
    position: absolute;
    top: -65px;
    left: 0;
    height: 24px;
    width: 24px;
    padding: 20px;
    background-color: #fff;
    background-image: url('http://www.sotones.co.uk/Greedbag_Images/close.png');
    background-repeat: no-repeat;
    background-position: center;
}
#menu {
    position:fixed;
    top:65px;
    left:0;
    margin-left:-500px;
    background-color:#fff;
    list-style-type:none;
    -webkit-transition: margin .3s ease-in-out;
    -moz-transition: margin .3s ease-in-out;
    -o-transition: margin .3s ease-in-out;
    transition: margin .3s ease-in-out;
    width: 320px;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}
#menu li {
    padding: 8px 16px;
    margin: 0;
    cursor: pointer;
}
#menu li:hover {
    background-color: #f1f1f1;
}
.paging.button .wrapper,.paging.button a {
  background-color: rgba(0,0,0,0);
    color:#fff;
    padding: 0;
}
.paging.button li {
  background-color: rgba(0,0,0,0);
  font-size:1.5em;
  font-weight:normal;
color:#fff;
}
.paging img {
    display: none !important;
}
.paging li.next {
    margin-right: 0;
}
ul .next a,ul .current a {
    border: none;
}

.bagged {
  color:#f33;
  text-transform:uppercase;
  font-family:'Pathway Gothic One', sans-serif;
  font-size:2em;
  position: relative;
  padding-left:32px;
}
.bagged:before {
  position: absolute;
  content: '\f418';
  font-family: 'Genericons';
    font-size:32px;
  top:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  left:12px;
}
.bagged img {
  display:none;
}

/* Controls Sidebar */

#departments {
    display: none;
}

#artists {
    position: fixed;
    top: 65px;
    left: 0;
    margin: 0;
    z-index: 16;
    width: 320px;
	margin-left:-500px;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

#artists h2 {
display:none;
}
#artists ul {
background-color:#fff;
overflow-y:scroll;
height:500px;
}
.navi li {
    margin: 0;
    padding: 8px;
}
#artists li:hover {
  background-color:#f1f1f1;
}

/* status */

.sidebar div {
    margin: 0;
}
#basket {
    position: fixed;
    top: 65px;
    right: 0;
    z-index: 16;
    margin: 0;
    border: 0;
	margin-right:-500px;
    -webkit-transition: margin .3s ease-in-out;
    -moz-transition: margin .3s ease-in-out;
    -o-transition: margin .3s ease-in-out;
    transition: margin .3s ease-in-out;
    width: 320px;
    padding: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border-left: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

#basket h2 {
display:none;
}

#basket:hover > p {
  display: block;
}

#basket div,#basket ul,#basket p {
background-color: #fff;
}

#basket:hover  div,#basket:hover  ul,#basket:hover  p {
  display: block;
  background-color:#fff;
}
#basket .lines {
    border:none;
}
#basket .line {
    position: relative;
    margin: 0;
    zoom: initial;
    background-color: #fff;
	padding: 16px;
}
#basket .line:nth-child(2n){
	background-color:#f1f1f1;
}
#basket .line h3 {
    display: block;
    font-size: 1.5em;
}
#basket .button a {
    color: #333;
    margin: 8px auto 0;
    width: 120px;
}
#basket .button a:hover {
    border:2px solid #f33;
    background-color: #f33;
    color:#fff;
    text-decoration: none;
}
#basket .line .remove input.submit {
    background: url('http://www.sotones.co.uk/Greedbag_Images/close.png');
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    color: rgba(0,0,0,0);
}
#basket .line .add input.submit {
    background: url('http://www.sotones.co.uk/Greedbag_Images/add.png');
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    color: rgba(0,0,0,0);
    margin-right:8px;
}
#basket .line .remove {
    right: 12px;
}
#basket .line .add {
    right: 36px;
}
#help {
  position:fixed;
  top:65px;
  left:0;
  z-index:16;
	margin-left:-500px;
    -webkit-transition: margin .3s ease-in-out;
    -moz-transition: margin .3s ease-in-out;
    -o-transition: margin .3s ease-in-out;
    transition: margin .3s ease-in-out;
}
#help h2 {
 display:none;
}
#help ul {
  width:300px;
  background-color:#fff;
}


/* Content */

#content {
    float: initial;
    padding-top: 80px;
}

.paging {
    clear: both;
    float: right;
    margin-right: 0;
    margin-bottom: 2em;
}
#department-overview h1 {
    float:right;
    margin:36px 0;
    font-size: 3em;
    color:#fff;
}
@media (min-width: 450px) {
#department-overview h1 {
  font-size: 4em;
}
}
@media (min-width: 800px) {
#department-overview h1 {
  font-size: 6em;
}
}


@media (min-width: 1000px) {
#department-overview h1 {
  font-size: 8em;
}
}

.content li.line {
    float: left;
    padding: 0;
    margin: 0;
    width: 33.33%;
}
.aside, .packshot {
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.section .line-info img.packshot {
    min-height: initial;
    width: 100%;
    height: auto;
}
.line .artist {
    font-family: 'open sans',sans-serif;
    font-size: 1em;

}
.action,.line-description,.line-details {
 padding:8px 12px;
}
.action {
    padding-bottom: 12px;
}
.content li.line .line-description {
    height: auto;
    overflow: initial;
}
.line .description {
    margin-bottom: 0px;
    font-style: italic;
    font-size: 0.8em;
    color: #666;
    padding: 0;
}
.content li.line .line-details {
    position: initial;
    height: auto;
    overflow: initial;
}
.content li.line .line-details span.details, .content li.line .line-details span.warning {
    position: initial;
}
.content li.line .action a.more {
    position: initial;
    display: none;
}
.content li.line .action {
    height: auto;
}
a.more {
    padding-left: 0px;
    background: none;
}
.button.go input[type="submit"] {
    background: none;
    color: #333;
    border: 2px solid #333;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 8px;
    min-width: 95px;
    text-align: center;
}
.button input.submit {
    width: initial;
}


/* Search Bar */

#search {
    padding: 0;
    background: none;
    height: auto;
    margin-bottom: 16px;
}
.search_button {
border:none
}
#search input {
    width: -webkit-calc(100% - 95px);
    width: -moz-calc(100% - 95px);
    width: calc(100% - 95px);
    margin-right: 5px;
    border: none;
    background-color: #fff;
    padding: 9px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#search .search_button input {
    background-color: rgba(0,0,0,0);
    color: #fff;
    text-transform: uppercase;
    font-family: 'Pathway Gothic One', sans-serif;
    padding: 6px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 2px solid #fff;
    width:90px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
#search .search_button input:hover {
background-color:#f33;
color:#fff;
border:2px solid #f33;
}
/* Product grid */


#content,.contain {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}
.lines {
    padding: 0px;
    margin: 0px;
    clear: both;
}

.content li.line,.split {
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom:4%;
    background-color: #fff;
}


@media (min-width: 550px) {

.content li.line,.split {
        width: 48%;
			margin-left:4%;

    }

.content li.line:nth-child(2n+1),.content li.line:first-child,.split:first-child {
        margin-left: 0;
        clear: left;
}
}

@media (min-width: 650px) {
.content li.line,.split {
        width: 30.6666666666%
    }

.content li.line:nth-child(2n+1),.split:nth-child(2n+1) {
        margin-left: 4%;
        clear: initial;
    }
.content li.line:nth-child(3n+1) {
        margin-left: 0;
        clear: left;
    }
}

/* release page */

#formats {
    background-color:#f1f1f1;
    display:inline-block;
    margin-top:40px;
    width: 100%;
}
#formats th {
    font-family:'open sans',sans-serif;
    padding:20px 8px;
}
#formats td {
    padding:8px;
}
#formats td.buy {
    width: auto;
}
#formats tr:nth-child(2n){
  background-color:#fff;
}
#line-overview,#tabselect {
    background-color: #fff;
    padding: 16px;
}
.tab_content h1 {
    display: none;
}
#tabselect {
    margin: 2em 0;
}

.tabselect.tabs li {
    float: left;
    text-align: center;
    width: auto;
    margin-right: 2em;
    border: 2px solid #333;
    font-family: 'Pathway Gothic One',sans-serif;
    text-transform: uppercase;
    padding: 8px;
}
.tabselect.tabs li:hover {
    border: 2px solid #f33;
    color:#fff;
    background-color:#f33;
}
.tabselect.tabs li a {
    display: inline;
    height: auto;
    padding: o;
    color: #333;
    border: none;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-radius-topleft: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-radius-topright: 0px;
}
ul.tabselect.tabs li.active a, ul.tabselect.tabs li a:hover {
    background: #f33;
    color: white;
    text-decoration:none;
}

.tab_content > h4 {
    margin: 1em 0;
    text-align: center;
}

.tab_content .description p {
    max-width: 600px;
    margin: 1em auto;
    font-size: 1.2em;
}

/* Packshot Page */

#packshotpage {
    background-color: #fff;
    padding: 16px;
    margin-bottom: 2em;
}

/* footer */

#footer {
    display:none;
}

footer {
    color: #fff;
    background-color: #f33;
    padding: 5% 0;
    position: absolute;
    width: 100%;
}
footer a {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
}
footer li:hover a {
    color: #f1f1f1;
}
footer .social-nav {
    display:inline-block;
    margin-bottom: 2em;
}
footer .social-nav li {
    display: inline;
}
footer .genericon,
footer .social-nav svg {
    float: left;
    margin-right: 16px;
}
footer .social-nav svg {
    fill: #fff;
}
footer .social-nav li:hover svg {
    fill: #f1f1f1;
}
footer .social-nav-label {
  display:none
}
footer h2 {
    margin: 0;
    font-size: 3.5em;
    font-family: 'Pathway Gothic One', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color:#fff;
}
.footer-address {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}
.footer-address h2 {
    font-style: normal;
    line-height: initial;
    color: #fff;
}
footer li {
    margin-left: 0;
}
footer p {
    color: #fff;
}
footer input {
  font-size:1em
}
footer input[type="text"] {
  border:none;
  width:100%;
    padding:8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
footer .button {
    color: #fff;
    border: 2px solid #fff;
    padding: 8px;
    text-align: center;
    width: 95px;
}
footer .button:hover {
    color: #f33;
    background-color:#fff;
}
.split {
    background-color:#f33;
}
.split:first-child {
    margin-left: 0;
}

#privacy,#terms,#faqs {
    background-color: #fff;
    padding: 12px;
    margin-bottom: 2em;
}/* finish custom block */
