/* load fonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300,400italic&subset=latin,latin-ext);

/* Reset */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
input, textarea {border:0; padding:0; margin:0; outline: 0;}
iframe {border:0; margin:0; padding:0;min-width:100%; max-width:100%;}
input, textarea, select {margin:0; padding:0px;}

body, html, .wrap-body  {
	min-height:100%;
}
body{
	float: left;
}

/* grid */
.ferrygrid{ width: 930px; position: relative; margin: 0 auto; padding: 0px;}
.ferrygrid:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.ferrygrid .row{margin-bottom: 10px;}
.ferrygrid .row:before,.row:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.ferrygrid .row:after{clear: both; }
.ferrygrid .row{zoom: 1;}

.ferrygrid .wrap-col {display: inline-block;margin: 0 3%;max-width: 94%;}
footer.ferryhouse .wrap-col {width: 98%; margin: 0; max-width: 100%;}

.ferrygrid .col-1-2, .ferrygrid .col-1-3, .ferrygrid .col-2-3, .ferrygrid .col-1-4, .ferrygrid .col-2-4, .ferrygrid .col-3-4, .ferrygrid .col-1-5, .ferrygrid .col-2-5, .ferrygrid .col-3-5, .ferrygrid .col-4-5, .ferrygrid .col-1-6, .ferrygrid .col-2-6, .ferrygrid .col-3-6, .ferrygrid .col-4-6, .ferrygrid .col-5-6{float:left; display: inline-block; }

.ferrygrid .overview .col-1-2, .ferrygrid .overview .col-1-3, .ferrygrid .overview .col-2-3, .ferrygrid .overview .col-1-4, .ferrygrid .overview .col-2-4, .ferrygrid .overview .col-3-4, .ferrygrid .overview .col-1-5, .ferrygrid .overview .col-2-5, .ferrygrid .overview .col-3-5, .ferrygrid .overview .col-4-5, .ferrygrid .overview .col-1-6, .ferrygrid .overview .col-2-6, .ferrygrid .overview .col-3-6, .ferrygrid .overview .col-4-6, .ferrygrid .overview .col-5-6{min-width: 310px;}

.ferrygrid .col-full{width:100%;}

.ferrygrid .col-1-2{width:50%;}

.ferrygrid  .col-1-3{width:33.33%;}
.ferrygrid  .overview .col-1-3{min-width:310px;}
.ferrygrid .col-2-3{width:66.66%;}

.ferrygrid .col-1-4{width:25%;}
.ferrygrid .col-2-4{width:50%;}
.ferrygrid .col-3-4{width:75%;}

.ferrygrid .col-1-5{width:20%;}
.ferrygrid .col-2-5{width:40%;}
.ferrygrid .col-3-5{width:60%;}
.ferrygrid .col-4-5{width:80%;}

.ferrygrid .col-1-6{width:16.66%;}
.ferrygrid .col-2-6{width:33.33%;}
.ferrygrid .col-3-6{width:50%;}
.ferrygrid .col-4-6{width:66.66%;}
.ferrygrid .col-5-6{width:83.33%;}

ul.qtranxs_language_chooser {right:0.25em;}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.ferrygrid{width:930px;}
	.narrow .ferrygrid{width:768px;}		
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.ferrygrid{width:768px;}
	.ferrygrid .overview  .col-1-2, .ferrygrid .overview  .col-1-3, .ferrygrid .overview  .col-2-3, .ferrygrid .overview  .col-1-4, .ferrygrid .overview  .col-2-4, .ferrygrid .overview  .col-3-4, .ferrygrid .overview  .col-1-5, .ferrygrid .overview  .col-2-5, .ferrygrid .overview  .col-3-5, .ferrygrid .overview  .col-4-5, .ferrygrid .overview  .col-1-6, .ferrygrid .overview  .col-2-6, .ferrygrid .overview  .col-3-6, .ferrygrid .overview  .col-4-6, .ferrygrid .overview  .col-5-6{width:50%; text-align: center;}
	
}

@media only screen and (max-width: 767px) {
	.ferrygrid, .ferrygrid .col-1-2, .ferrygrid .col-1-3, .ferrygrid .col-2-3, .ferrygrid .col-1-4, .ferrygrid .col-2-4, .ferrygrid .col-3-4, .ferrygrid .col-1-5, .ferrygrid .col-2-5, .ferrygrid .col-3-5, .ferrygrid .col-4-5, .ferrygrid .col-1-6, .ferrygrid .col-2-6, .ferrygrid .col-3-6, .ferrygrid .col-4-6, .ferrygrid .col-5-6{width:100%;}
	
	.ferrygrid .overview .col-1-3, .ferrygrid .overview  .col-2-3 {width:50%;}
	ul.qtranxs_language_chooser {right:1em;}
			
}
@media only screen and (max-width: 600px) {
	.ferrygrid, .ferrygrid .col-1-2, .ferrygrid .col-1-3, .ferrygrid .col-2-3, .ferrygrid .col-1-4, .ferrygrid .col-2-4, .ferrygrid .col-3-4, .ferrygrid .col-1-5, .ferrygrid .col-2-5, .ferrygrid .col-3-5, .ferrygrid .col-4-5, .ferrygrid .col-1-6, .ferrygrid .col-2-6, .ferrygrid .col-3-6, .ferrygrid .col-4-6, .ferrygrid .col-5-6{width:100%;}
	ul.qtranxs_language_chooser {right:1em;}
}
@media only screen and (max-width: 650px) {	
	.ferrygrid .overview .col-1-3, .ferrygrid .overview  .col-2-3 {width:100%;}
}

/* Body */
html, body {width:100%; padding:0; margin:0;}
body {background: white; color: #4D4D4D;font: 14px/25px 'Open Sans', sans-serif; font-weight: 300;}
body .wrap-body{}

a{color: #4C4C4C;text-decoration: none;}
a:hover {opacity: 0.99; text-decoration: none;}

p a{text-decoration: underline;}

blockquote{padding-left: 10px}
blockquote, q{quotes: none;}

code{font-size: 1em;}

h1, h2, h3, h4, h5, h6 {font-weight: 200; margin: 0.75em 0 0.25em 0; }
h1 {	font-size: 25px; line-height: 25px;}
h2 {	font-size: 22px; line-height: 22px;}
h3 {	font-size: 19px; line-height: 19px;}
h4 {	font-size: 16px; line-height: 16px;}
h5 {	font-size: 15px; line-height: 15px;}
h6 {	font-size: 14px; line-height: 14px;}

.left{float: left!important;}
.right{float: right!important;}

.clear{content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix{}
.clearfix:after, .clearfix:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}

/* header */

.wrap-header{text-align: center;}

header {margin-bottom:20px;}
.top-header{text-align: center; width: 100%;  font-family: 'Open Sans Condensed';}

header #logo {margin: 30px auto 10px auto; max-width: 400px; padding: 0 0 0 38px;}

/* Dropdown Menu, not needed by now */
nav { margin: 0 auto;display: inline-block;}

.toggleMenu {display: none;padding: 10px 15px;color:#4d4d4d;font-size: 16px; text-transform: uppercase; font-weight: bold;}
.toggleMenu .icon {line-height: 1.4em;}
.menu { margin: 1em 0;}
.menu:before,.menu:after {content: " "; display: table;}
.menu:after {clear: both;}

.menu ul {list-style: none; width: 15em;}
.menu a { background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0; color: #4d4d4d; font-size: 14px; font-weight: 700; padding: 0 14px; text-transform: uppercase; line-height: 12px; }

.menu li {padding: 0; margin: 0; position: relative;}
.menu > li {float: left;}
.menu .menu-item-has-children:first-child{background-image: url("../images/downArrow.png");background-repeat: no-repeat;background-position: 95% 50%;}
.menu > li > a {display: block;}
.menu li  ul {position: absolute;left: -9999px;}
.menu > li.hover > ul {left: 0; padding: 0;}
.menu li li.hover ul {left: 100%;top: 0;}
.menu li li a {text-align:left;display: block;;position: relative;z-index:100;border-bottom:1px dotted #4d4d4d;}
.menu li li li a {z-index:200;border-bottom:1px dotted #4d4d4d;}
.menu li  {
   border-left: 1px solid #9d9d9d;
}
.menu li:first-child  {
   border-left: none;
}

.teaser {font-family:'Open Sans', sans-serif;}
.teaser a {border: 1px dotted lightgray; padding: 0 0.25em;}
.teaser a:hover {border: 1px dashed lightgray; text-shadow: 1px 1px #ddd;}

/* container */
.container {display: block;margin-top:30px;width:100%;}
.container.wrap-content{background-color: #fff;padding: 20px;}

#main-content{text-align:left;margin:15px 0;font-size: 0.9em; line-height:1.6em;}
#main-content .overview{text-align:center;}
#main-content .wrap-col{text-align:left;width:100%;}

#main-content .art-header h1 {
	font-family: Open Sans Condensed;
	font-size: 28px;
	margin: 0.75em 0 0.25em 0;
	text-transform: uppercase;
	color: black;
	font-weight: 200;
	line-height: 28px;
}
#main-content .overview .art-header h1 {
	font-family: Open Sans Condensed;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	margin: 0 0 1em 0;
	font-weight: 700;
}
#main-content p {
	margin: 0 0 0.5em 0;
}
#main-content a:hover{
	text-decoration: underline;
}
#main-content ul {
	list-style: inside;
	margin: 1em;
}
#main-content .overview article {
	width: 290px;
	margin: 0 auto;
}
#main-content .overview img {
	margin-left: 0;
}
article a.hover_bw {
	height: 193px;
	overflow: hidden;
	display: block;
}
article a.hover_bw:hover img, article a.hover_bw:focus img{
	position: relative;
	top: -193px;
}
#main-content .wp-caption {
	max-width: 100%;
}
.full { width: 100%; }

#main-content .artistinfo {
	margin-top: 60px;
}
.artistinfo a {
	float: left;
	display: inline-block;
	margin: 0 0.5em 0 0;
	opacity: 0.9;
}
.artistinfo a:hover {
	opacity: 1;
}
.artistinfo h3, .presskit h3{
	font-family: "Open Sans Condensed",sans-serif;
	font-size: 1.2em;
	font-weight: 700;
	margin: 0.25em;
}
.artistinfo h3 {
	display: none;
}

#main-content .presskit {
	margin: 3em 0 0 0;
}
#main-content .presskit ul {
	list-style: inside none disc;
	margin: 0 0 0 0.75em;
}
.presskit li {
	color: #dadada;
}
.border-top {
	border-top: 1px dotted #4d4d4d;
}
.border-bottom {
	border-bottom: 1px dotted #4d4d4d;
}


/* products */

div.products h2 {
	font-family: "Open Sans Condensed",sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	margin: 3em 0 0.5em;
	text-transform: uppercase;
}
div.shoplinks { 
float: left;
margin: 0 2% 1% 0;
padding: 0;
position: relative;
max-width: 48%;
}
#main-content .shoplinks img{ 
z-index: 8;
margin: 0;
}
div.shoplinks a.amazon {
background: rgba(255, 255, 255, 0.5) url("../images/amazon.png") no-repeat scroll center center;
height: 50%;
position: absolute;
width: 100%;
left: 0;
z-index: 9;

-moz-box-shadow:    inset 0 0 15px rgba(255, 255, 255, 0.5);
-webkit-box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.5);
box-shadow:         inset 0 0 15px rgba(255, 255, 255, 0.5);
}
div.shoplinks a.itunes {
background: rgba(255, 255, 255, 0.5) url("../images/itunes.png") no-repeat scroll center center;
height: 50%;
position: absolute;
width: 100%;
bottom: 0;
left: 0;
z-index: 9;

-moz-box-shadow:    inset 0 0 15px rgba(255, 255, 255, 0.5);
-webkit-box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.5);
box-shadow:         inset 0 0 15px rgba(255, 255, 255, 0.5);
}

/* hover-caption */

#main-content div.hover-caption {
	position: relative;
}
#main-content div.hover-caption .wp-caption-text {
background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
bottom: 0;
color: #111111;
font-size: 0.9em;
line-height: 0.99em;
margin: 0;
padding: 5px;
position: absolute;
width: 100%;
}
#main-content a.hover-caption {
	
}

/* news section */

#main-content .news .post {
	margin: 0 0 5em 0;
}

#blognav {
	margin-left: 2em;
	width: 80%;
	font-size: 0.9em;
}
#blognav h3 {
	font-family: "Open Sans Condensed",sans-serif;
	font-size: 1.4em;
	margin: 1.4em 0 0;
}
#blognav label {
	display: none;
}

#blognav #searchform input, #main-content #searchform input {
	background: #fafafa none repeat scroll 0 0;
	border: 1px solid #ccc;
	height: 20px;
	max-width: 100%;
}
#main-content #searchform input {
	max-width: 200px;
}
#blognav #searchform #s, #main-content #searchform #s {
	width: 70%;
	border-radius: 3px;
	padding: 0 3px;
}
#blognav #searchform #searchsubmit, #main-content #searchform #searchsubmit {
	width: 0;
	padding-left: 20px;
	background: url('../images/search-dark.png') no-repeat scroll center center white;
	border: none;
	
}
#blognav ul {
	color: #dadada;
	list-style: inside none disc;
	margin: 0.25em 0 0 0.25em;
	line-height: 1.2em;
}

/*forms*/
#main-content #loginform input {
	background: #fafafa none repeat scroll 0 0;
	border: 1px solid #ccc;
	height: 20px;
	max-width: 60%;
	float: right;
}
#main-content #loginform {
	max-width: 230px;
}
#main-content #loginform .login-remember label {
	float:right;
}

#main-content #loginform .login-remember input {
	margin: 0 0 0 1em;
}

#main-content #loginform .login-submit input {
	width: 100%;
	margin: 1em 0;;
}
#main-content ul.page_children {
	text-transform: uppercase;
}

.timenav {
	text-align: right;
	font-size: 0.8em;
}
.timenav  a{
	text-decoration: none;
	color: #3a4797
}
.timenav  a:hover{
	text-decoration: underline;
}

/* password */
.post-password-form input {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 0.9em;
  line-height: 1.4em;
  margin: 0 2px 0 3px;
  max-width: 100%;
  padding: 2px 5px;
}

/*videoplayer*/
#main-content .mejs-container, #main-content .mejs-embed, #main-content .mejs-embed body, #main-content .mejs-container .mejs-controls {

}

/*error*/
#main-content .error { color: lightgray; white-space: nowrap; overflow: hidden; }
#main-content .error svg{ fill: #f17100; }

/* footer */
footer {color: #fff; margin-top: 4em; padding: 30px 0 20px 0;background-color: #d0d0d0; opacity: 0.9; font-size: 0.85em;line-height:1.5em;position:relative;}
footer{
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(128, 128, 128, 0.3);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(128, 128, 128, 0.3);
    box-shadow: inset 0 20px 20px -20px rgba(128, 128, 128, 0.3);
}
footer p{margin: 10px;}
footer .back-to-top {
	float: right;
	margin: 10px 0;
	padding-top: 2em;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 25px;
}

footer .back-to-top a {
	background-image: url("../images/upArrow.png");
	background-position: 100% 55%;
	background-repeat: no-repeat;
	color: #fff;
	padding: 0 15px;
}

footer .back-to-top a :hover {color: #3A3A3A;}
footer .copyright{margin: 10px 0 0 5%;text-align: left;}


/*LANGUAGES*/


#main-content .qtranxs-available-languages-message {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	display: none;
	padding: 1%;
	position: absolute;
	width: 98%;
	z-index: 0;
}

ul.qtranxs_language_chooser {
	font-size: 0.7em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	line-height: 1.7em;
}
ul.qtranxs_language_chooser li{
	display: inline;
}
ul.qtranxs_language_chooser li:before{
	content: '•';
}
ul.qtranxs_language_chooser li:first-child:before{
	content: '';
}
ul.qtranxs_language_chooser li a{
	padding: 0 0 0 0.4em;
}
ul.qtranxs_language_chooser li.active a{
	text-decoration: underline;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
}

.wp-caption p.wp-caption-text {
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.sticky {

}
.gallery-caption {

}
.bypostauthor {

}