hr {
    margin: 20px 0 20px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #eaeaea;
}

/* ----- THUMBNAILS ----- */

#thumb_list li {

    position: relative;
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    padding: 0px;

    border: 2px solid #eee;
    -moz-box-shadow: 3px 3px 5px #999;
    -webkit-box-shadow: 3px 3px 5px #999;
    box-shadow: 3px 3px 5px #999;

}

#thumb_list li:hover {
    border: 2px solid #42ADFF;
}

.social {
    position: absolute;
    opt: 0px;
    left: 0px;
    background-color: #fff;
    opacity: 0.5;
    padding: 5px;
    border-bottom-right-radius: 5px;
    -mozborder-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.social:hover {
    opacity: 1;

}

/* ----- GALLERY LIST ----- */

#gallery_list ul {
    margin-top: 20px;
    padding: 8px 4px 8px 4px;
    border-radius: 5px;
    border: 1px solid #C6E5FA;
    background: #F0F8FD;

}

#gallery_list ul ul {
    border: none;
    margin-top: 0px;
    padding: 0px;
}

#gallery_list li {
    padding: 10px 0 10px 10px;
    display: block;

    border-bottom: 1px solid #C6E5FA;
    height: auto;
    font-size: 16px;
}

#gallery_list li a {
    color: #1B5A85;
    cursor: pointer;
}

#gallery_list li:last-child {
    border-bottom: none;
}

#gallery_list a {
    display: block;
    height: inherit;
}

#gallery_list .active {
    border-left: 10px solid #1D83C7;
}

/* ----- SLIDER NIVO ----- */

#slider {

}

#slider_wrapper {
    position: relative;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #efefef;
    overflow: hidden;
    border-radius: 10px;
    margin-left: -11px;
    width: 940px;

    -moz-box-shadow: 3px 3px 5px #999;
    -webkit-box-shadow: 0px 5px 7px #999;
    box-shadow: 3px 3px 5px #999;
}

#slider_wrapper strong {
    color: #42ADFF;
}

.nivo-caption p {
    padding: 15px;
    margin: 0;

    color: #efefef;
    font-size: 14px;
}

.nivo-caption strong {
    font-size: 16px;
}

.nivo-controlNav a {
    position: relative;
    z-index: 99;
    cursor: pointer;
    background: #333;
    padding: 5px 10px 5px 10px;
    opacity: 0.5;
    top: 15px;
    margin-left: 5px;
    border: 1px solid #efefef;
    border-radius: 5px;
    color: #efefef;
}

.nivo-controlNav a.active {
    font-weight: bold;
    opacity: 1.0;
    color: #fff;
}

/* ----- PAGINATION ----- */

#pagination {
    margin: 26px 0 0 0;
}

#pagination li {
    display: inline;
    border: 1px solid #C6E5FA;
    background-color: #F0F8FD;
    padding: 6px 12px 6px 12px;
    margin: 0 5px 0 0;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    background: #e2e2e2;
    background: -moz-linear-gradient(top, #FFF, #f5f5f5 2%, #e2e2e2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(.01, #f5f5f5), to(#fff));
}

#pagination .active {
    background: #1480C9;
    border: none;

}

#pagination a {
    text-decoration: none;
    color: #222;
}

#pagination .active a {
    color: #fff;
}

/* ----- movie thumbnails ----- */

.media_tag {

    background-color: #fff;
    background-image: url(http://seannasharpe.com/ezgallery/css/images/media.png);
    background-repeat: no-repeat;
    cursor: pointer;

}

.media_tag a {
    display: block;
    height: inherit;
}

/* ----- YOUTUBE Thumbnails ----- */
.youtube_tag {
    background-color: #222;
}

/* ----- TYPE ----- */


h3 {
    font-size: 26px;
    margin: 10px 0 15px 0;
}

h4 {
    font-size: 18px;
    margin: 10px 0 15px 0;
}

.tagline {
    font-size: 26px;
    color: #999;
}

a {
    text-decoration: none;
}

p {
    margin: 20px;
}