﻿a, a:visited, a:active {
    color: #cb3022;
}

a:hover {
    color: #fa1419;
}

::selection {
    background: #fc8e0e; /* Safari */
}
::-moz-selection {
    background: #fc8e0e; /* Firefox */
}

.main {
    width: 950px;
    margin: 0 auto;
}

#header {
    text-align: center;
    padding: 5px 0;
    position:relative;
}

#navWrapper {
    background: url(images/bg_nav.png) no-repeat center top;
    width: 100%;
    height: 70px;
    text-align: center;
}

#navWrapper ul {
    list-style-type: none;
}

#navWrapper li {
    float: left;
}

#navWrapper a {
    display: block;
    padding: 20px 30px;
    color: #fff;
    text-decoration: none;
    font-size: 1.4em;
    font-weight: bold;
}

#navWrapper a:hover {
    color: red;
}

.splash {
    background: url(images/background2.jpg) no-repeat center top;
    height: 679px;
}

.clipped{
    height:310px !important;
    background-position: 50% -100px;
}

#contentWrapper{
    background:#dfdfdf;
    padding:20px 0 20px 0;
    min-height:300px;
}

#contentWrapper.hidden{
display:none;
}

#content {
    color: #000;
    overflow: hidden;
}

#content h2 {
    color: #808080;
    font-family: Trebuchet MS;
    font-size: 4em;
    font-weight: bold;
}
#content h3 {
    color: #808080;
    font-family: Trebuchet MS;
    font-size: 2em;
    font-weight: bold;
}

#content h4 {
    color: #808080;
    font-family: Trebuchet MS;
    font-size: 1.5em;
    font-weight: bold;
}

.contentDivider {
    border-right: dashed 1px #a79b9b;
    min-height: 300px;
    padding-right: 20px;
}

.last .contentDivider {
    border-right: none;
    padding-right: 0;
}

.date {
    font-weight: bold;
    text-align: right;
    font-size: 1.4em;
}

.divider {
    clear: both;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

#galleryThumbs img {
    margin-right: 9px;
    margin-bottom: 9px;
    border: solid 1px #cecece;
}

#galleryThumbs img.last {
    margin-right: 0;
}

#footer {
    text-align: center;
    color: #cecece;
    padding: 20px 0;
}

#skip a {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#skip a:focus {
    position: static;
    width: auto;
    height: auto;
    clear: both;
}

.newsStory {
    overflow: hidden;
    clear: both;
}

#contactDetails h3, .newsStory h3 {
    padding: 0;
    margin: 0;
}

.newsImage {
    float: right;
    padding: 4px;
    margin: 0 0 10px 10px;
    border: solid 1px #cecece;
}

.newsMeta {
    font-size: 0.8em;
    padding: 2px;
    background: #f5f5f5;
    float: left;
}

.newsBody {
    display: inline-block;
    background-color: Green;
}

.divider, .newsDivider {
    float: left;
    width: 520px;
    border-top: dotted 2px #cecece;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 5px;
}

.newsDivider {
    width: 100%;
    margin: 25px 0;
    float: left;
}

#contactDetails dl {
    float: left;
}

#contactDetails dl dt, #contactDetails dl dd {
    float: left;
    font-weight: normal;
}

#contactDetails dl dt {
    clear: left;
    width: 60px;
}

.guestbook-modal, .guestbook-modal h3 {
    background: #fff;
    color: #000;
}

.guestbook-modal textarea, #feedbackForm textarea {
    font-family: inherit;
    font-size: inherit;
}

#guestbook-sign-standard{
display:none;
font-weight:bold;
font-size:1.6em;
}

.formButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #f5978e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f5978e;
    box-shadow: inset 0px 1px 0px 0px #f5978e;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
    background: -moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
    background-color: #f24537;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #d02718;
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #810e05;
}
.formButton:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
    background: -moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
    background-color: #c62d1f;
    cursor: pointer;
}
.formButton:active {
    position: relative;
    top: 1px;
}
.formButton .left {
    float: left;
}

.lyrics {
    min-height: 1200px;
}

.guestbook-date {
    font-size: 1.3em;
    font-weight: bold;
}

.guestbook-name {
    font-size: 1.7em;
    font-weight: bold;
    text-transform: capitalize;
}

.guest-comment, .admin-comment {
    border-left: solid 4px #aaa;
    padding-left: 20px;
    min-height: 80px;
    margin-bottom: 30px;
    position: relative;
    z-index: 600;
}

.admin-comment {
    border-color: orange;
    font-style:italic;
}

.admin-comment-header{
    font-weight:bold;
}

.guestbook-count {
    font-size: 9em;
    color: #ccc;
    position: absolute;
    font-weight: bold;
    top: -44px;
    right: 0;
    margin: 0;
    padding: 0;
    z-index: 100;
}

.guestbook-meta {
    position: relative;
}

.guestbook-meta-details {
    z-index: 400;
    position: relative;
    margin-bottom: 40px;
}

.guestbook-message {
    position: relative;
    z-index: 500;
}

a.guestbook-sign {
    display: block;
    position: absolute;
    top: -382px;
    left: 20px;
    width: 72px;
    height: 262px;
    background: url(images/guestbook_sign_off.png) no-repeat center top;
    z-index:600;
}
a.guestbook-sign:hover {
    background: url(images/guestbook_sign_on.png) no-repeat center top;
}

.track-list {
    font-weight: bold;
}


/* feedback */
.feedbackFieldset {
    padding: 5px;
    margin: 5px 0 30px 0;
    border: solid 1px #000;
}
.feedbackErrors {
    color: #f00;
    margin-bottom: 8px;
}
.feedbackWarnings {
    color: #000;
    margin-bottom: 8px;
}
.feedbackInformation {
    color: #000;
    margin-bottom: 8px;
}
.feedbackIcon {
    width: 4%;
    float: left;
    padding-right: 3%;
}
.feedbackText {
    width: 93%;
    float: left;
    font-family: Verdana;
    font-size: 10px;
}

.vsContainer {
    margin: 5px 0 15px 0;
    min-height: 0 !important;
}
.vsSummary {
    padding: 5px 5px 5px 30px;
    border: solid 1px #f00;
    background: url(images/error.gif) no-repeat 5px 5px;
    min-height: 30px;
}
.vsSummary li {
    color: #f00;
    font-family: Verdana;
    font-size: 10px;
    list-style: none;
}
.vsModal {
    width: 95%;
}

/* fallback placeholder */
.placeholder {
    color: #bbb !important;
}
/* webkit placeholder */
::-webkit-input-placeholder {
    color: #bbb !important;
}
/* moz placeholder */
:-moz-placeholder {
    color: #bbb !important;
}

/* remove webkit search input decoration and cancel button */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    display: none;
}


.image-left, .image-left-decorated {
    margin-right: 5px;
    margin-bottom: 3px;
    padding: 2px;
    float: left;
}
.image-right, .image-right-decorated {
    margin-left: 5px;
    margin-bottom: 3px;
    padding: 2px;
    float: right;
}
.image-left-decorated, .image-right-decorated {
    border: solid 1px #cecece;
}

#profiles h3 {
    padding-bottom: 0;
    margin-bottom: 0;
}

#calendarWrapper {
    display: none;
}

#calendar {
    margin: 0 auto;
    background: #fff;
}

.livelist {
    width: 100%;
}

.livelist tr:nth-child(odd) {
    background-color: #eee;
}

.livelist td {
    text-transform: uppercase;
    font-size: 1.8em;
    vertical-align: top;
}

.livelist .livedate {
    width: 25%;
}

.social-media {
    position: absolute;
    top: 10px;
    right: 0;
}

.social-media img {
}

.fb, .yt{
display: block;
height: 32px;
opacity: 0.4;
outline: medium none;
float:left;
margin-left: 20px;

}

a.fb:hover,a.yt:hover{
opacity:1;
}

.fb{
background: url("images/facebook.png") no-repeat scroll 0 0 transparent;
width: 15px;
}

.yt{
background: url("images/youtube.png") no-repeat scroll 0 0 transparent;
width:26px;
}

.designed-by a{
color:#fff;
text-decoration:none;
}

.designed-by a:hover{
text-decoration:underline;
}

/* START LIGHTBOX STYLES */
#lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

#lightbox img {
    background: #fff;
    padding: 0px;
}

#lightbox a img {
    border: none;
}

#outerImageContainer {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#imageContainer {
    padding: 10px;
}

#loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#hoverNav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#imageContainer > #hoverNav {
    left: 0;
}
#hoverNav a {
    outline: none;
}

#prevLink, #nextLink {
    width: 49%;
    height: 100%;
    background: transparent url(/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
    display: block;
}
#prevLink {
    left: 0;
    float: left;
}
#nextLink {
    right: 0;
    float: right;
}
#prevLink:hover, #prevLink:visited:hover {
    background: url(/images/lightbox/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
    background: url(/images/lightbox/nextlabel.gif) right 15% no-repeat;
}


#imageDataContainer {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
}

#imageData {
    padding: 0 10px;
    color: #666;
}
#imageData #imageDetails {
    width: 70%;
    float: left;
    text-align: left;
}
#imageData #caption {
    font-weight: bold;
}
#imageData #numberDisplay {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
}

/* END LIGHTBOX STYLES */


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (max-width : 480px) {
    body{
        font-size:16px;
    }
    h2, h3, h4{
    margin:15px 0 0 0;
    }
    h2{
    font-size:28px !important;
    }
    h3{
    font-size:22px !important;
    }
    h4{
    font-size:18px !important;
    }
    a{
    font-weight:bold;
    }
    .span-1,
    .span-2,
    .span-3,
    .span-4,
    .span-6,
    .span-7,
    .span-8,
    .span-9,
    .span-10,
    .span-11,
    .span-12,
    .span-13,
    .span-14,
    .span-15,
    .span-16,
    .span-17,
    .span-18,
    .span-19,
    .span-20,
    .span-21,
    .span-22,
    .span-23,
    .span-24{
    float:none;
    width:auto;
    padding:0;
    margin:0;
    }

    .append-1,
    .append-2,
    .append-3,
    .append-4,
    .append-6,
    .append-7,
    .append-8,
    .append-9,
    .append-10,
    .append-11,
    .append-12,
    .append-13,
    .append-14,
    .append-15,
    .append-16,
    .append-17,
    .append-18,
    .append-19,
    .append-20,
    .append-21,
    .append-22,
    .append-23,
    .append-24{
    padding:0;
    margin:0;
    }

    .contentDivider {
    border-right: 0;
    min-height: auto;
    padding-right: 0;
    }

    #header{
       text-align:justify;
    }

    #navWrapper{
    width:auto;
    height: auto;
    text-align: justify;
    overflow:hidden;
    }

    #navWrapper ul.main{
    margin:0;
    }

    #navWrapper a {
    display: inline-block;
    padding: 5px 16px 5px 0;
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    }

    .splash {
        background: url(images/background2-480.jpg) no-repeat center top;
        height: 280px;
    }
    
    .main{
        width:auto;
        margin-left:10px;
    }

    .clipped{
        height:68px !important;
        background-color:#cecece;
        background-position:0 -50px;
        
    }

    .calendar-switch{
        display:none;
    }

    .divider, .newsDivider {
        width:auto;
    }

    .livelist {
    width: auto;
    }

    .livelist td {
    text-transform: uppercase;
    font-size: 14px;
    vertical-align: top;
    }

    .guestbook-meta-details{
      margin-bottom:10px;
    }

    .guest-comment, .admin-comment {
    border-left: 0;
    padding-left: 0;
    }

    .guestbook-count {
    font-size: 6em;
    font-weight: bold;
    top: -32px;
    }

    #guestbook-sign{
        display: none;
    }

    #guestbook-sign-standard{
        display: inline-block;
    }

    .date{
        text-align:left;
    }

    .guestbookForm input,
    .guestbookForm textarea,
    #feedbackForm input,
    #feedbackForm textarea{
    width:280px !important;
    }

    .guestbookForm .formButton,
    #feedbackForm .formButton{
        width:auto !important;
    }

    #header h1 a img{
        visibility:hidden;
        height:60px;
        width:152px;
    }

    #header h1 a{
        background: url(images/thehannasisters_logo_small.png) no-repeat center top;
    }

    .fb{
    background: url("images/facebook_small.png") no-repeat scroll 0 0 transparent;
    width: 9px;
    }

    .yt{
    background: url("images/youtube_small.png") no-repeat scroll 0 0 transparent;
    width:19px;
    }
    
    .designed-by{
    font-size:11px;
    clear:both;
    }

    .designed-by a{
    font-weight:normal;
    }
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}
