/*
Theme Name: St. Hilda's Towers New
Theme URI:
Description: St. Hilda's Towers New
Version: 2.0
Author: <a href="http://www.pilotinteractive.ca">Pilot Interactive</a>
Author URL: http://pilotinteractive.ca
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

body {
    font-family: 'Droid Sans';
}

div {
    border: 0px solid #ff0000;
}

a, a:visited {
    color: #98002E;
    text-decoration: none;
}

p {
    font-family: 'Droid Sans';
    font-size: 13px;
    color: #333333;
    line-height: 22px;
    padding-bottom:20px;
    padding-top:0px;
}

h1 {
    color: #FFF;
    font-size: 18px;
}

h2 {
    color: #98002E;
    font-size: 18px;
    line-height: 24px;
}

h3 {
    line-height: 24px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

#container {
    width: 980px;
    margin: 0 auto;
    padding: 10px;
}

/* Header */

#header {
    position: relative;
    height: 130px;
}

#logo {
    position: absolute;
    top: 2px;
}
#tagline {
    font-size: 12px;
    color: #75B28E;
    position: absolute;
    top: 100px;
    left: 318px;
    font-weight: bold;
}
#address {
    font-size: 12px;
    color: #75B28E;
    position: absolute;
    top: 100px;
    right: 35px;
    font-weight: bold;
}
#help {
    position: absolute;
    top: -5px;
    left: 805px;
    background-image: url(images/help.png);
    background-repeat: no-repeat;
    width: 117px;
    height: 53px;
}
#orca {
    position: absolute;
    top: 52px;
    right: 230px;
}
#btn_donate{
    background:  url(images/donate.png) no-repeat;
    background-position: 0px 0px;
    width: 161px;
    height: 35px;
    position: absolute;
    top: 54px;
    left: 786px;
}

#btn_donate:hover{
    background: url(images/donate.png) no-repeat;
    background-position: 0px -35px;
}


/* Upper Content */


#pageheader {
    height:440px;
    background-color: #F3F3F3;
    border-top: 1px solid #EFB560;
    border-bottom: 1px solid #EFB560;
}

#menu {
    width: 250px;
    background-color: #fff;
    float: left;
    margin: 30px 0px 30px 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px 0px 0px 6px;
    text-transform: uppercase;
    color: #98002E;
    text-decoration: none;
    position:absolute;
    z-index: 1;
}

#menu li{
    list-style: none;
    border-bottom: 1px dashed #EFB560;
    line-height: 31px;
    font-size: 13px;
}

#menu li:hover {
    background-color: #EFB560;
}

#menu li a {
    display: block;
    text-decoration: none;
    color: #98002E;
    width: 100%;
    z-index: 5;
    padding-left: 13px;
}

a.menu-item-active {
    color: #ffffff !important;
    background: url('images/menu-tick.png') no-repeat right;
}

li.active {
    color: #fff;
    background-color: #980002E;
}

#menu li a:hover {
    color: #ffffff;
    background: url('images/menu-tick.png') no-repeat right;
}

#menu ul {
    padding: 0px;
    margin: 0px;
}

#headerimage {
    width: 680px;
    margin-top: 30px;
    float: right;
    position:relative;
    margin-right: 20px;
    z-index: 0;
}

#pagetitle{
    position: absolute;
    top: 270px;
    right: 8px;
    z-index: 1;
    width: 340px;
    height: 52px;
    line-height:52px;
    background-color: rgb(68, 68, 68);
    background-color: rgba(68, 68, 68, 0.8);
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px 0px 0px 8px;
}

#pagetitle > span {
    vertical-align:middle;
    display: inline-block;
    line-height: 0;
}
#pagetitle h1 {
    position:relative;
    font-weight: bold;
    font-style: italic;
    line-height: 24px;
}

#lowercontent {
    padding: 30px 30px 20px 30px;
}

#rightcol {
    width: 650px;
    float:right;
}

#submenu {
    width: 230px;
    float: left;
    background-color: #F9F6F2;
    text-transform: uppercase;
    border-bottom: 3px solid #cccccc;
}
#submenu ul li{
    list-style: none;
    border-top: 1px dashed #EFB560;
    line-height: 31px;
    font-size: 13px;
}

#submenu li a {
    display: block;
    padding-left:16px;
}
#submenu li a:hover {
    color: #fff;
    background-color: #EFB560;
}

#submenu ul li:first-child {
    border-top: 0px;
}

#submenu ul:first-child {
    padding: 0px;
    margin: 0px;
}
#submenu ul.children li a {
    padding-left: 32px;
}
.children {
    border-top: 1px dashed #EFB560;
}
#footer {
    background-color: #F9F6F2;
    width: 980px;
    height: 60px;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
}

.footercol {
    margin-top: 15px;
    margin-right: 20px;
    margin-left: 20px;
    float: left;
    height: 30px;
    vertical-align: middle;
}
.footercol a:hover {
    text-decoration: underline;
}
.footer-divider {
    margin-top:10px;
    height: 40px;
    border-left: 1px solid #ccc;
    float:left;
}

.footericon {
    vertical-align: middle;
    margin-right: 20px;
}

.clearfix {
    display: block;
    clear: both;
    visibility: hidden;
}

/**
 * Index page
 */

#info-tabs {
    margin: 0 auto;
    float:left;
}

.info-tab {
    float: left;
    width: 220px;
    margin-right: 5px;
    margin-left: 5px;
    border-bottom: 8px solid #cccccc;
}

.info-header {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    font-family: Arial;
    color: #ffffff;
    background: url('images/tab-header-bg.png') no-repeat;
    padding: 10px;
}

.info-image img{
    width:220px;
    height: 132px;
    display: block;
}

.info-learn-more {
    font-size: 11px;
    height: 38px;
    background: url('images/learn-more-bg.png') repeat-x;
    color: #999999;
    text-align:right;
    padding-right:5px;
}

.info-learn-more img {
    margin-top:10px;
    padding-left: 2px;
    padding-right: 5px;
    float:left;
}

.info-learn-more a {
    color: #999999;
    display:block;
    float:left;
    margin-left: 125px;
    margin-top:13px;
    margin-right:5px;
}
.info-learn-more a:hover {
    text-decoration: underline;
}

#event-info-links {
    background-color: #FAECD6;
    padding: 15px 30px 15px 30px;
    float:left;
}

#specials-link, #calendar-link {
    float:left;
    width: 450px;
    padding-top:20px;
}

#specials-link {
    padding-left:20px;
}
#tour-button span {
    width: 920px;
    height: 53px;
    display:block;
    background: url('images/book_tour.png') no-repeat;
}
#tour-button span:hover {
    background: url('images/book_tour.png') no-repeat;
    background-position: 0px -52px;
}
#calendar-link span {
    width: 450px;
    height: 47px;
    display:block;
    background: url('images/whats_happening.png') no-repeat;
}
#calendar-link span:hover {
    background: url('images/whats_happening.png') no-repeat;
    background-position: 0px -47px;
}
#specials-link span {
    width: 450px;
    height: 47px;
    display: block;
    background: url('images/special_events.png') no-repeat;
}
#specials-link span:hover {
    background: url('images/special_events.png') no-repeat;
    background-position: 0px -49px;
}

#connect {
    padding-top:10px;
    padding-bottom:10px;
}

#footer-social-links {
    text-align: center;
    margin: 0 auto;
    width: 250px;
    padding-top: 10px;
}

.facebook-link, .twitter-link {
    display:block;
    width: 37px;
    height: 37px;
    text-indent: -99999px;
    float:left;
    text-align: center;
    margin: 5px;
}
.facebook-link {
    background: url('images/facebook-icon.png') no-repeat;
}
.twitter-link {
    background: url('images/twitter-icon.png') no-repeat;
}
.facebook-link:hover {
    background: url('images/facebook-hover.png') no-repeat;
}
.twitter-link:hover {
    background: url('images/twitter-hover.png') no-repeat;
}
.light-rule {
    border-left: 0px;
    border-right: 0px;
    border-top: 1px solid #ddd;
}

.page-footer-social {
    float:right;
}

.breadcrumbs {
    font-size: 12px;
    height: 40px;
}

/*
 *  Modal box styling.
 *  ------------------------------------------------------
 */
.highlight {
    border: 1px solid #ff0000;
}
.modal {
    width: 600px;
    display:none;
    background: #fff;
    float:left;
}

.modal-header {
    background: #fdf0d7;
    float:left;
    width: 100%;
}
.modal-footer p,
.modal-footer p b{
    color: #edb460;
    text-align: center;
    font-size: 16px;
}
.modal-title h2{
    float: left;
    padding:10px;
    color: #ecb45f;
    font-weight: bold;
    padding-left: 25px;
}

.modal-close {
    padding:10px;
    float:right;
}

.modal-content {
    width: 100%;
    float:left;
}

.modal-content-box {
    background: #f8f6f1;
    margin:20px;
    float:left;
    width: 580px;
}
.modal-paragraph {
    padding:20px;
}
.modal-col1{
    float:left;
    position: relative;
    width: 250px;
    padding: 20px 0px 0px 20px;
}

.modal-col1 p {
    font-family: Arial;
    font-weight: bold;
    color: #999;
}

.modal-col2 {
    float:right;
    position: relative;
    padding:30px 30px 0px 0px;
}

.modal-col2 a span {
    width: 215px;
    height: 34px;
    display: block;
    background: url('images/click_here.png') no-repeat;
}
.modal-col2 a span:hover {
    background: url('images/click_here.png') no-repeat;
    background-position: 0 -34px;
}
.modal-form {
    margin:20px;
}
.modal-form-header {
    width:150px;
    color: #edb460;
    vertical-align: top;
}
.modal-form-submit {
    display:block;
    width: 131px;
    height: 34px;
    background: url("images/submit.png") no-repeat;
    cursor: pointer;
}
.modal-form-submit:hover {
    background: url("images/submit.png") no-repeat 0px -34px;
}

.ui-icon-closethick, .ui-dialog-titlebar {
    display:none !important;
}

.ui-corner-br, .ui-corner-bl, .ui-corner-tr, .ui-corner-tl {
    border-radius: 0px !important;
}

.ui-dialog-content {
    padding:0px !important;
}
.pull-right {
    float:right;
}

/* GALLERY */
/*preload classes*/

.anythingSlider                         { width: 570px; height: 360px; position: relative; margin: 0 auto 15px; }
.anythingSlider .wrapper                { width: 570px; overflow: auto; height: 324px; position: absolute; top: 0; left: 0; }

                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider .wrapper ul li          { display: block; float: left; padding: 0; height: 360px; width: 570px; margin: 0; }
.anythingSlider .wrapper ul li img      { width: 580px; height: 360px; }
.anythingSlider .arrow                  { background: url(images/arrows.png); display: block; height: 200px; width: 67px; text-indent: -9999px; position: absolute; top: -250px; cursor: pointer; z-index: 999; }
.anythingSlider .forward                { background-position: 0 0; right: -10px; }
.anythingSlider .back                   { background-position: -67px 0; left: -10px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

.thumbNav                               { position: relative; top: 323px; text-align: center; }
.thumbNav li                            { display: inline; border: 0; }
.thumbNav a                             { display: none; }
.thumbNav a:hover                       { background-image: none; }
.thumbNav a.cur                         {  }

.start-stop                             { z-index: 10; background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }