/*
	Theme Name: Darren Hanlon
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
*, *:before, *:after {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html,
body { width:100%; height:100%; min-height:840px; min-width: 960px; }
body { background:#c48a5d url(img/bg-standard-repeat.jpg) repeat; }
body.home{
    background:#fff;
}
a { text-decoration:none; }

#entry-wrapper { width:960px; height:100%; margin:auto; }
#entry-inner { height:797px; background:url(img/bg-frontpage-3.jpg) left top no-repeat; position:relative; }
#hover-graphics,
#hover-image,
#hover-map { position:absolute; left:0; top:0; z-index:2; }
#hover-graphics img { position:absolute; left:0; top:0; z-index:1; display:none; }

#page-wrapper { width:100%; height:100%; }
#page { position:relative; width:100%; min-height:100%; margin:auto; }
#background { position:absolute; width:100%; height:100%; background:#c48a5d url(img/bg-standard-repeat.jpg) repeat; z-index:1; }
#background .header { position:absolute; width:100%; height:294px; background:url(img/bg-standard-header.jpg) center top no-repeat; }
#background .header .blend { position:absolute; bottom:-110px; width:100%; height:110px; background:url(img/bg-standard-header-blend.png) center top no-repeat; }
#background .footer { position:absolute; bottom:0; width:100%; height:388px; background:url(img/bg-standard-footer.jpg) center bottom no-repeat; }
#background .footer .blend { position:absolute; top:-37px; width:100%; height:37px; background:url(img/bg-standard-footer-blend.png) center top no-repeat; }
#scroll { position:absolute; z-index:2; height:100%; width:100%; }
#scroll .header { position:absolute; top:0; width:100%; height:404px; background:url(img/bg-scroll-header.png) center top no-repeat; }
#scroll .repeat { position:absolute; top:-2px; width:100%; height:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;  padding-bottom:328px; padding-top:404px; }
#scroll .repeat>div { width:100%; height:100%; background:url(img/bg-scroll-repeat.png) center top repeat-y;  }
#scroll .footer { position:absolute; bottom:0; width:100%; height:426px; background:url(img/bg-scroll-footer.png) center bottom no-repeat; }
#background *,
#scroll * { -webkit-touch-callout:none; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none;user-select:none; }

#page-inner { position:relative; width:700px; padding-top:180px; z-index:3; margin:auto; }
#logo { position:absolute; right:-9px; top:10px; display:block; width:236px; height:147px; }
#logo:hover { background:url(img/logo-hover.png) no-repeat; }
#logo>h1{ display:none; }
#nav { font-family:'HomemadeApplePro', serif; font-size:20px; }
#nav a {
    color:#010101;
    display:inline-block;
    margin:9px 22px 10px;
    float:left;
}
#nav .current-menu-item a,
#nav .current_page_parent a,

#nav a:hover,
#pagination a:hover {
    text-shadow:0 0 3px #c7cd85, 0 0 5px #c7d18b, 0 0 28px #bcc17e, 0 0 15px #c7d18b,0 0 3px #C7CD85,0 0 3px #C7CD85,0 0 3px #C7CD85,0 0 3px #C7CD85,0 0 3px #c7cd85, 0 0 5px #c7d18b, 0 0 2px #cbcf8d, 0 0 2px #cbcf8d, 0 0 2px #cbcf8d;
}
#content { clear:both; font-family:Georgia, serif; font-size:16px; line-height:1.4em;  margin-top:2em; margin-bottom:150px; padding:0 57px 182px 30px; }
.page-template-default #content,
.page-template-page-gallery-php #content{
    padding-top:3em;
}
#content .inner{
    min-height: 499px;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { font-family:'Times New Roman', serif; margin:1.8em 0 1.2em; text-indent:0; line-height:1.6em; }
#content h1 { font-size:36px; }
#content h2 { font-size:28px; margin-bottom: .125em;}
#content h3, #content h4, #content h5, #content h6 { font-size:22px; }
#content p,
#content ul,
#content ol { margin-bottom:1.2em; }
#content ul,
#content ol { margin-left:30px; }
#content ul { list-style-type:disc; }
#content a { color:#0195ba; }
#content em{
    font-style: italic;
}
#content strong{
    font-weight:bold;
}
#pagination {
    position:absolute;
    width:100%;
    bottom:260px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    font-family:'HomemadeApplePro', serif;
    font-size:23px;
    padding:0 77px 0 0;
}
#pagination a { display:inline-block; color:#010101; }
#pagination .older { float:right;  }
#pagination .newer { float:left; }

/*
    Header elements
*/
.header-elements{
    float: left;
    width: 100%;
    position: relative;
}
.header-elements .wrapper{
    width: 960px;
    position: relative;
    margin: 0 auto;
}
/* Newsletter subscribe */
.newsletter-subscribe{
    position: absolute;
    float: left;
    z-index: 9;
    left:52px;
    top:50px;
	width: 400px;

    /*left:260px;
    top:-245px;*/

    transform:rotate(2deg);
    -ms-transform:rotate(2deg); /* IE 9 */
    -webkit-transform:rotate(2deg); /* Safari and Chrome */


}
.newsletter-subscribe .label-header {
    font-style: italic;
    font-size:32px;
    line-height: 1.2em;
    padding: 0;
    margin:.5em 0 -.8em 0;
    color:#7c583b;
    z-index: 8;
    text-align: center;
    margin-bottom: 0;
}
.newsletter-subscribe .label-header  a {
	color:#7c583b;
}

.newsletter-subscribe .label-header a:hover {
	text-decoration: underline;
}

.newsletter-subscribe input[type='text'],
.newsletter-subscribe input[type='email']{
    z-index: 7;
    font-size: 18px;
    width:140px;
    background:#dfddde;
    background: rgba(223,221,222,.7);

    font-family: serif;
    padding: .35em .5em .35em .25em;
    float:left;


    border: none;
    border-bottom:3px solid #7c583b;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}
.newsletter-subscribe input[type='email']{
    width: 100px;
    margin-left:.8em
}
.newsletter-subscribe input[type='submit']{
    -webkit-border-radius: 3px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius: 3px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-radius: 3px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    margin-left:.8em;
    /*border:1px solid #7c583b;
    border:1px solid rgba(124,88,59,.9);*/
    border:0 none;
    background:transparent;
    float:left;
    padding: .25em;
    font-family:'HomemadeApplePro', serif;
    font-family:Georgia, serif;
    z-index: 8;
    cursor: pointer;
    font-size: 22px;
    margin-top:-4px;
    margin-left:2.5em;
    line-height: 1.23em;
    color:#7c583b;
}
.newsletter-subscribe input[type='submit']:hover{
    background:rgba(255,255,255,.5);
}

.newsletter-subscribe input::-webkit-input-placeholder {
    color: #db9037;
}

.newsletter-subscribe input:-moz-placeholder { /* Firefox 18- */
    color: #db9037;
}

.newsletter-subscribe input::-moz-placeholder {  /* Firefox 19+ */
    color: #db9037;
}

.newsletter-subscribe input:-ms-input-placeholder {
    color: #db9037;
}

/*
    post types
*/
.post,
.type-discography,
.tour-item{
    border-bottom: 2px dotted #d1c6b4;
    float: left;
    padding-bottom: 1em;
    width: 100%;


    }

hr{
    border : 0 none;
    border-bottom: 2px dotted #d1c6b4;
}
#content .tour-item h3.tour-name{
    margin-bottom: 0;
}

#content .tour-item h4.tour-name{
    margin-bottom: 0;
}
.sub-type-album{
    padding-top:2em;
}
.post:last-child{
    border-bottom: none;
}

.post-meta{
    font-size: 15px;

}

.entry-date{
    font-style: italic;
    padding-bottom:1em;
    display: block;
}
/*
    Tours
*/
#content .tour-item:last-child{
    border-bottom: none;
    padding-bottom:2em;
}
#content .tour-item{
    padding-bottom:.25em;
}
#content .tour-item h3{
    margin-bottom: -.5em;
}
#content .tour-item .tour-date{
    font-size: 16px;
    padding-bottom: 12px;
    font-style: italic;

}
#content .tour-item .tour-summary{
    padding-top:.5em;
}
/*
    Albums
*/
.album-artwork{
    float:left;
    width:280px;
    height: 280px;
    margin-right: 20px;

    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
.album-artwork img{
    text-align: center;
    vertical-align: middle;
    display: inline;
}

.album-details{
    float:left;
    width:300px;
}
#content .album-details .album-name{
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 2px;
    margin-top: 0;
    padding-top: 0;
}
#content .album-details .subheading{
    font-size: 12px;

}
#content ul.song-list{
    list-style: none;
    padding: 12px;
    margin: 0;
    font-size:11px;
    background: #d6d1c8;
    opacity: .8;
}
#content ul.song-list li{
    line-height: 1em;
    padding-bottom:0;
    margin-bottom:4px;
    border-bottom: 1px dotted #b5aea3;
}
#content ul.song-list li .track-number{
    opacity: .5;
}
.btn.sold-out,
.btn.buy-now{
    background:#eec276;
    padding:22px 12px 22px 12px;
    width:66px;
    font-size:14px;
    -webkit-border-radius: 62px;
    -moz-border-radius: 62px;
    border-radius: 62px;
    display: inline-block;
    float: left;
    clear: both;
    z-index: 9;

    position: absolute;
    right:20px;
    bottom:-20px;
}
.btn.sold-out{
    padding:16px 8px 16px 8px;
    background:#efefef;
    font-size: 9px;
    opacity: .6;
    display: none;
}

#nav:after{
    content:''
    background: url('img/note-overlay.png') no-repeat left top;
    width:1px;
    height:1px;
    position: fixed;
    left:-1px;
    top:-1px;
}
.fancybox-notifier{
    background: url('img/note-overlay.png') no-repeat left top;
    width: 224px;
    height: 178px;
    text-align: center;
}
.fancybox-notifier .fancybox-inner{
    overflow: hidden !important;
}
.modal-external-link .big-counter{
    font-family:'HomemadeApplePro';
    font-size: 76px;
    line-height: 84px;

    text-align: center;
    line-height: 1.2em;
    margin-top:20px;
    padding-botttom:30px;
    width:215px;
    display: inline-block;

}
.modal-external-link p{
    margin-top:-40px;
    width:223px;
    padding-left:30px;
    padding-right:30px;
    font-size: 18px;
}
.modal-external-link h2{
    font-family:'HomemadeApplePro';
    font-size: 24px;
    line-height: 28px;
    padding:1em 0 .5em 0;
}


/*FONTS*/
@font-face {
    font-family:'HomemadeApplePro';
    src: url('fonts/HomemadeApplePro.eot');
    src: url('fonts/HomemadeApplePro.eot?#iefix') format('embedded-opentype'),
    url('fonts/HomemadeApplePro.woff') format('woff'),
    url('fonts/HomemadeApplePro.ttf') format('truetype');
}

/* Album page -------------------------------------------------------------------------------- -- */
.photo-albums,
.photo-albums li{
    list-style: none;
    padding:0;
    margin: 0;
}
.photo-albums li{
    float:left;
    margin:0 26px 20px 0;
    padding:8px;
    width:166px;
    height:204px;
    background:#fff;
    -moz-box-shadow: 1px 1px 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.1);
    box-shadow: 1px 1px 10px rgba(0,0,0,.1);
}
.photo-albums li img{

}
#content .photo-albums li .album-title{
    font-size:15px;
    padding:0;
    line-height: 1em;
    margin: 0;
}
#content .photo-albums li .album-title a{
    color:#010101;
}

/* micro sc player */
.sc_player_container_micro {
    display: inline;
    float:right;
}
.sc_player_container_micro .myButton_play {
    background: transparent url(img/arrow-right-black.png) no-repeat !important;
    cursor: pointer !important;
    width: 12px !important;
    height: 12px !important;
    border: none !important;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}
.sc_player_container_micro .myButton_stop {
    background: transparent url(img/pause-black.png) no-repeat !important;
    cursor: pointer !important;
    width: 12px !important;
    height: 12px !important;
    border: none !important;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}


/* Gallery pages -------------------------------------------------------------------------------- -- */

.gallery{
    margin-left:-12px !important;
    width:107%;
}
.gallery-item,
.gallery-icon{
    border: 0 none;
}
.gallery-item{
    margin-bottom:4px;
    margin-right:18px;
    width:22% !important;
}

.gallery-item img{
    padding:3px 3px 6px 3px;
    /*padding:0;*/
    background:#fff;
    border:0 none !important;
    -moz-box-shadow: 1px 1px 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.1);
    box-shadow: 1px 1px 10px rgba(0,0,0,.1);
    width:140px !important;
    height:140px !important;
    float:left;
}
.gallery .gallery-caption{
    display:none;
}/*
.gallery .gallery-item{
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    z-index:4;
}

.gallery .gallery-item:nth-child(even){
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    z-index:3;
}
.gallery .gallery-item:nth-child(3n){
    -webkit-transform: none;
    -moz-transform: none;
    position: relative;
    top: -5px;
    z-index:2;
}

.gallery .gallery-item:nth-child(5n){
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    position: relative;
    right: 5px;
    z-index:1;
}

.gallery .gallery-item:nth-child(8n){
    position: relative;
    top: 8px;
    right: 5px;
    z-index:6;
}


.gallery .gallery-item:nth-child(11n) {
    position: relative;
    top: 3px;
    left: -5px;
    z-index:7;
}

.gallery .gallery-item:nth-child(13n) {
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
}

*/
.gallery .gallery-item:hover {
    -webkit-transform: scale(1.125);
    -moz-transform: scale(1.125);
    position: relative;
    z-index: 9;

    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.5);
}

.gallery .gallery-item {
    -webkit-transition: -webkit-transform .1s linear;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
}

.fancybox-title-float-wrap {
    bottom:24px !important;
    margin-bottom:-13px;
}
.fancybox-skin .fancybox-title .child{
    background: #efefef;
    border-radius: 0;
    color:#22201a;
    text-shadow: none;
}


/* Friends and Fables --------------------------------------------- */
.fandf-item{
    width:600px;
    border-bottom: 2px dotted #d1c6b4
}
.fandf-item .post-date{
    opacity: .7;
    margin-bottom: 1em;
}
.fandf-item img{
    max-width: 608px;
}
/*.fandf-item h3{
    text-transform: capitalize;
}*/


.home-please{
    position: absolute;
    left: 366px;
    bottom: 163px;
    width: 58px;
    height: 45px;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
}

/* modal styles */

#simplemodal-container a.modalCloseImg {
    background:url(/wp-content/themes/darrenhanlon/img/x.png) no-repeat; /* adjust url as required */
    width:25px;
    height:29px;
    display:inline;
    z-index:3200;
    position:absolute;
    top:-15px;
    right:-18px;
    cursor:pointer;
}

body.modal-open {
    overflow: hidden;
}

.simplemodal-wrap {
}

.modal {
    background-color: #f4e8d3;
    width: 500px;
    border-radius: 10px;
    padding: 20px;

}

.modal img {
    display: block;
    margin: 0 auto;

}

.modal p{
    margin-top: 15px;
    font-family:'Courier';
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}

.modal .modal-details{
    font-size: 15px;
}

.modal a.button {
    display: block;
    height: 30px;
    width: 200px;
    background-color: #00609e;
    border-radius: 4px;
    padding-top: 7px;
    margin: 15px auto;
    color: #ffffff;
    text-align: center;
    font-family:'Arial';
    font-size: 16px;
    text-decoration: none;
}

.modal .button:hover {
    background-color: #0060cc;
}
