/* ------------------------------------------------------------------------ */
/* 
    Main Stylesheet

    This stylesheet is applied to every page across the site.
*/
/* ------------------------------------------------------------------------ */

body.cms-home{
    background: #082a75 url('../images/home/home_bg.png') no-repeat center top;
}

body {
    background: #082a75 url('../images/extended_bg.jpg') no-repeat center top;
}


button {
    background: #2a5b95; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJhNWI5NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNTM2NzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #2a5b95 0%, #053670 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a5b95), color-stop(100%,#053670)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2a5b95 0%,#053670 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2a5b95 0%,#053670 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2a5b95 0%,#053670 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2a5b95 0%,#053670 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a5b95', endColorstr='#053670',GradientType=0 ); /* IE6-8 */
    border: 1px solid #003457;
    border-radius: 4px;
    color: white;
    font-family: Arial;
    font-size: 0.875em;
    height: 30px;
    padding: 0 10px;
    box-shadow: inset 0px 1px rgba(255,255,255,0.3);
    text-decoration: none;
    text-align: center;
}

form .form-list li {
    margin-bottom: 10px;
}

form .form-list li.fields .field {
    margin-bottom: 10px;
}


form label {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    font-size: 0.875em;
}

form .radio {
    display: inline-block;
    margin-right: 10px;
}

form .radio label{
    display: inline-block;
    width: auto;
}

form .checkbox {
    display: inline-block;
    margin-right: 10px;
}

form .checkbox label{
    display: inline-block;
    width: auto;
}

form input[type=text], form input[type=password]{
    display: block;
    width: 290px;
    height: 30px;
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid #a6c0d7;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.3);
}

form input.validation-failed {
    border-color: red;
}

form .validation-advice {
    margin: 10px 0;
    font-size: 0.875em;
}

form textarea {
    display: block;
    width: 290px;
    height: 200px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #a6c0d7;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.3);
    resize: vertical;
}

form .input-holder {
    display: block;
    margin-bottom: 20px;
}

form .input-holder .loader{
    display: inline;
    vertical-align: middle;
    display: none;
}

form li.control .input-box {
    display: inline-block;
}

form li.control label {
    display: inline-block;
    width: auto;
}

form .success {
    padding: 10px;
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    border-radius: 4px;
}

form .fail {
    padding: 10px;
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    border: 1px solid #eed3d7;
    border-radius: 4px;
}

form .parsley-error-list {
    margin-top: 10px;
    display: inline-block;
}

form .parsley-error-list li {
    padding: 5px;
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    border: 1px solid #eed3d7;
    border-radius: 4px;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 1.5em;
    font-size: 0.875em;
}

form .parsley-error-list li:last-child {
    margin-bottom: 0;
}

/*
Login Form Styles
 */

#login-form .new-users {
    margin-bottom: 20px;
}


.blue-button {
    background: #2a5b95; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJhNWI5NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNTM2NzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #2a5b95 0%, #053670 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a5b95), color-stop(100%,#053670)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2a5b95 0%,#053670 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2a5b95 0%,#053670 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2a5b95 0%,#053670 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2a5b95 0%,#053670 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a5b95', endColorstr='#053670',GradientType=0 ); /* IE6-8 */
    border: 1px solid #003457;
    border-radius: 4px;
    color: white;
    font-family: Arial;
    font-size: 0.875em;
    height: 30px;
    padding: 0 10px;
    box-shadow: inset 0px 1px rgba(255,255,255,0.3);
    text-decoration: none;
    text-align: center;
}

a.blue-button {
    display: inline-block;
    text-align: center;
    font-size: 0.8em;
    line-height: 32px;
}

.blue-button:active {
    box-shadow: inset 0px 0px 5px black;
}

ul.messages {
    margin-bottom: 20px;
}

ul.messages li.error-msg ul li {
    padding: 10px;
    color: #b94a48;
    background: #f2dede;
    border: 1px solid #eed3d7;
}

ul.messages li.success-msg ul li {
    padding: 10px;
    color: #468847;
    background: #dff0d8;
    border: 1px solid #d6e9c6;
}

body.catalog-product-view #content .availability.out-of-stock {
    padding: 10px;
    color: #b94a48;
    background: #f2dede;
    border: 1px solid #eed3d7;
}

body.catalog-product-view #content .availability.in-stock {
    padding: 10px;
    color: #468847;
    background: #dff0d8;
    border: 1px solid #d6e9c6;
}

#content .side-bar {
    position: absolute;
    z-index: 1;
    background: #f6e6b4; /* Old browsers */
    background: -moz-linear-gradient(top,  #f6e6b4 0%, #f8f8f8 10%, #f8f8f8 90%, #f6e6b4 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6e6b4), color-stop(10%,#f8f8f8), color-stop(90%,#f8f8f8), color-stop(99%,#f6e6b4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f6e6b4 0%,#f8f8f8 10%,#f8f8f8 90%,#f6e6b4 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f6e6b4 0%,#f8f8f8 10%,#f8f8f8 90%,#f6e6b4 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f6e6b4 0%,#f8f8f8 10%,#f8f8f8 90%,#f6e6b4 99%); /* IE10+ */
    background: linear-gradient(to bottom,  #f6e6b4 0%,#f8f8f8 10%,#f8f8f8 90%,#f6e6b4 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#f6e6b4',GradientType=0 ); /* IE6-9 */
}



#content .side-bar-content {
    padding: 150px 20px 100px;
    width: 148px;
    position: relative;
    z-index: 2;
    float: left;
}

.side-bar{
    width: 167px;
    padding: 0 10px;
    float: left;
    background: #f8f8f8;
    position: absolute;
    height: 100%;
    border-right: 1px solid #d9d7d7;
}

.side-bar-box{
    background: #fbf6ea;
    position: relative;
    z-index: 6;
    padding-bottom: 26px;
    border: 1px solid #73716d;
    width: 148px;
    left: 50%;
    margin-left: -74px;
}

.side-bar-box .content {
    padding: 20px 20px 0px 20px;
}

.side-bar-box h3 {
    font-family: 'Georgia';
    font-style: italic;
    font-size: 0.875em;
    font-weight: normal;
    padding: 20px;
    background: #f7eed8;
    text-align: center;
    line-height: 1.5em;
    margin: 0;
}

.side-bar-box p {
    margin: 0;
    font-family: 'Arial';
    font-size: 0.75em;
    color: #b08a2e;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.side-bar-box .sidebar-icon{
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -28px;
}

.side-bar-box .header{
    background: #f7eed8;
}

.side-bar-box .header p{
    padding-top: 38px;
    text-align: center;
    font-family: 'Georgia';
    font-style: italic;
    padding-bottom: 0;
    margin: 0 0 5px 0;
}

.side-bar-box .header .sidebar-separator{
    background: url('../images/home/sidebar_separator.png') repeat-x;
    height: 4px;
    padding: 0 0 5px 0;
    margin: 0 10px;
}

.side-bar-box .sidebar-separator{
    background: url('../images/home/sidebar_separator.png') repeat-x;
    height: 4px;
    padding: 0;
    margin: 0;
}

#content .dotted-line {
    height: 10px;
    background: url("../images/content_dotted_line.png") repeat-x;
}

#wrapper {
    width: 100%;
    height: 100%;
}

.inner-wrapper{
    width: 816px;
    margin: 0 auto;
}

.header-container .header{
    background: url('../images/header_image.png') no-repeat center top;
    min-height: 126px;
    position: relative;
    padding-bottom: 33px;
}

.header-container .header .logo{
    position: absolute;
    left: -40px;
    z-index: 10;
}

#donate-button{
    position: absolute;
    right: 0;
    top: 75px;
}

#main-nav-container{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}
#main-nav{
    float: right;
    height: 33px;
    background: url('../images/main_nav_bg.png') repeat-x;
    border-bottom: 2px solid #caab60;
    width: 100%;
}

#main-nav li{
    float: left;
    position: relative;
}

#main-nav li .link-separator{
    position: absolute;
    height: 20px;
    top: 50%;
    right: -1px;
    z-index: 2;
    margin-top: -10px;
}

#main-nav li.end-icon{
    height: 33px;
    padding: 0 8px;
}

#main-nav li:first-child{
    padding: 0 5px 0 155px;
}

#main-nav li:last-child{
    padding: 0 5px 0 5px;
}

#main-nav li.end-icon img{
    display: inline;
    vertical-align: -9px;
}

#main-nav li a{
    display: block;
    height: 33px;
    line-height: 34px;
    text-decoration: none;
    font-family: 'Georgia';
    font-size: 0.70em;
    padding: 0 7px;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    color: #2d2d2d;
    text-shadow: 0px 1px #fff;
}

#main-nav li:hover a, #main-nav li.selected a{
    background: url('../images/main_nav_link_icon.png') no-repeat center top;
    border-right: 1px solid #e2c485;
    border-left: 1px solid #e2c485;
}

#main-nav li:hover, #main-nav li.selected{
    background: url('../images/main_nav_link_hover_bg.png') repeat-x;
}

#main-nav li.end-icon{
    background: transparent;
}

#content{
    background: white;
    position: relative;
}

#sub-nav-holder{
    padding: 0 0 0 187px;
    height: 38px;
    background: #dff2fd url('../images/sub_nav_bg.png') repeat-x;
    border-bottom: 1px solid #acd4ee;
    position: relative;
}

#sub-nav{
    height: 38px;
    position: relative;
    top: 0;
}

#sub-nav li{
    height: 38px;
    float: left;
    font-family: 'Georgia';
    font-size: 0.75em;
    padding-right: 10px;
    margin-right: 10px;
    color: #525151;
    line-height: 38px;
}

#sub-nav li:last-child{
    margin-right: 0;
}

#sub-nav li a{
    display: block;
    height: 38px;
    text-decoration: none;
    color: #525151;
}

#sub-nav li a:hover{
    background: url('../images/sub_nav_link_hover_bg.png') no-repeat center center;
}

#sub-nav li a.current{
    background: url('../images/sub_nav_link_hover_bg.png') no-repeat center center;
}

#category-nav {
    margin-top: 0;
    text-transform: uppercase;
}

#category-nav li.main-cats {
    margin-bottom: 10px;
}

#category-nav li.main-cats a.main-cats{
    display: block;
    height: 20px;
    padding: 0 10px;
    margin-bottom: 5px;
    background: transparent;
    line-height: 20px;
    font-size: 0.875em;
    color: #2c2002;
    font-family: 'Georgia';
    font-weight: bold;
    text-decoration: none;
}

#category-nav li.main-cats a.main-cats:hover {
   background: #caab60 url('../images/shop/category_nav_top_active.png'); 
}

#category-nav li.main-cats.active > a:first-child{
    background: #caab60 url('../images/shop/category_nav_top_active.png');
    text-decoration: none;
}

#category-nav li.main-cats ul li a{
    color: #2c2002;
    text-decoration: none;
    display: block;
}

#category-nav li.main-cats ul li > a {
    min-height: 20px;
    display: block;
    padding: 5px 20px 5px 30px;
    line-height: 20px;
    font-size: 0.75em;
    color: #2c2002;
    font-family: 'Georgia';
    font-weight: bold;
    text-decoration: none;
}

#category-nav li.main-cats ul li.active > a {
    background: url('../images/shop/subcat_active_bg.png') no-repeat 10px 5px;
}

#category-nav li.main-cats.active ul.level0{
    display: block;
}

#category-nav li.main-cats ul.level0{
    display: none;
}

#category-nav li.level1 ul.level1 {
    display: none;
}

#category-nav li.level1.active ul.level1 {
    display: block;
}

#category-nav li.level1.active ul.level1 li a {
    min-height: 20px;
    display: block;
    padding: 5px 20px 5px 50px;
    line-height: 20px;
    font-size: 0.75em;
    color: #2c2002;
    font-family: 'Georgia';
    font-weight: bold;
    text-decoration: none;
}

#category-nav li.level1.active ul.level1 li.active a {
    background: url('../images/shop/subcat_active_bg.png') no-repeat 30px 5px;
}





.inner-content{
    width: 588px;
    min-height: 400px;
    padding: 215px 20px 20px 20px;
    position: relative;
    color: #2c2002;
    font-family: 'Georgia';
    font-weight: normal;
    background: white;
    float: left;
}

.inner-content h2{
    font-family: 'Georgia';
    font-size: 1.3125em;
    font-weight: normal;
}

.inner-content h3{
    font-family: 'Georgia';
    font-weight: bold;
    font-size: 0.875em;
}

.inner-content p{
    font-size: 1em;
    line-height: 1.5em;
}

.page-title{
    position: absolute;
    top: 0;
    left: 0;
    height: 166px;
    width: 588px;
    padding: 20px;
    background: #082a75 no-repeat;
    border-bottom: 4px solid #caab60;
}

.page-title h1 {
    font-size: 2.5em;
    font-family: 'Georgia';
    color: white;
    font-weight: normal;
    margin: -10px 0 0 0;
    padding: 0;
    text-shadow: 0 1px 1px rgba(0,0,0,0.75);
    position: relative;
    z-index: 10;
}

.page-title p{
    font-family: 'Georgia';
    color: white;
    font-weight: normal;
    font-size: 0.875em;
    text-shadow: 0 1px 1px rgba(0,0,0,0.75);
    position: relative;
    z-index: 10;
}

.page-title img {
    position: absolute;
    left: 0;
    top: 0;
    width: 628px;
    height: 207px;
    margin: 0;
}

body.cms-no-route .page-title h1 {
    font-size: 4.5em;
}

.gold-bar{
    height: 3px;
    background: #caab60 url('../images/gold_bar.png') repeat-x;
}

.footer-container{
    background: #082a75;
    padding-top: 20px;
}

.footer{
    padding: 60px 10px 10px 10px;
    position: relative;
}

.footer-list{
    color: #4471d5;
    width: 520px;
    position: relative;
    margin-left: 75px;
}

.footer-list li{
    float: left;
    font-size: 0.625em;
    font-family: 'Georgia';
    margin-bottom: 5px;
}

.footer-list li:last-child {
    margin-right: 20px;
}

.footer-list li a {
    color: #4471d5;
}

#footer-crest{
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 10px;
}

.footer-icon {
    text-decoration: none;
    padding: 0 3px;
}

.footer-icon.facebook {
    margin-left: 75px;
}

.tripadvisor {
    position: absolute;
    bottom: 10px;
    right: 225px;
    width: 69px;
}

#footer-church{
    position: absolute;
    z-index: 5;
    right: -45px;
    bottom: 0;
}

#sub-nav-holder.catalog #search_mini_form{
    float: right;
    position: relative;
}

#sub-nav-holder.catalog #search_mini_form #search {
    display: inline-block;
    background: url('../images/search-input-bg.png') no-repeat;
    border: 0;
    height: 24px;
    width: 145px;
    padding: 0 22px 0 10px;
    font-size: 14px;
}

#sub-nav-holder.catalog #search_mini_form *[type="submit"]{
    display: inline-block;
    background: url('../images/search-icon.png') no-repeat center center;
    border: 0;
    height: 17px;
    width: 17px;
    position: absolute;
    top: 4px;
    right: 1px;
    outline: none;
}

#sub-nav-holder.catalog {
    padding-right: 5px;
    padding-top: 7px;
    height: 31px;
}

