root { 
    display: block;
}

body {
    background: none repeat scroll 0 0 #A8A499;
    font-family: Georgia;
    height: 100%;
    /*width: 100%;*/
    padding: 0px;
    margin: 0px;
    color: #333;
}

a { text-decoration: none; }


#nav {
    background: none repeat scroll 0 0 #A8A499;
    width: 100%;
}

#content_body {
    height:585px;
}

#home_bg {
    margin: auto;
    /**width: 1280px;*/
    height: 593px;
    background-image: url(/assets/images/background1.jpg);
    background-size: 100%;
    /*background-repeat: no-repeat;*/
    background-color: #A8A499;
}

#gallery_bg {
   margin: auto;
   height: 593px;
   
   /*background-image: url(/assets/images/background2.jpg);*/
   /*background-size: 100%;*/
   background-position: -20px -2px;
   /*background-repeat: no-repeat;*/
   background-color: #FFF;
}

#events_wrapper {
    margin:auto;
    width:960px;
}

#gallery_wrapper {
    padding: 0px;
    margin:auto;
    width:960px;
    height: 593px;
    background-image: url(/assets/images/background2.jpg);
}

#events_item_info {
   position: relative;
   width: 320px;
   height: 0px;
   left: 0px;
   top: 170px;
   padding: 0px;
}

#gallery_item_info {
   position: relative;
   width: 320px;
   height: 277px;
   left: 0px;
   top: 120px;
   padding: 0px;
}

#events_item_info .text {
   float: left;
   font-size: 24px;
   color: #767266;
}

#gallery_item_info .text {
   float: left;
   font-size: 24px;
   color: #767266;
   
}

#gallery_item_info .gallery_extra {
   width: 280px;
}

#gallery_item_info .gallery_extra .gallery_description {
   margin-top: 20px;
   margin-bottom: 15px;
   text-shadow: 1px 1px 0px white;
}

#gallery_item_info .gallery_extra a:hover.purchase_link {
   background: #888479;
}

#gallery_item_info .gallery_extra a.purchase_link {
   background: #A8A499;
   padding: 5px 9px 7px 8px;
   font-size: 16px;
   display: inline;
   color: white;
   -moz-border-radius: 6px;
   border-radius: 6px;
}

.twitter_share_div {
   float: left;
   display: inline;
   padding: 2px;
}

.facebook_share_div {
   float: left;
   display: inline;
   padding: 2px;
   width: 150px;
}

#thumbnails {
    width: 960px;
    margin: auto;
    padding-top: 60px;
}

#thumbnails .message {
   background: #A8A499;
}

#statement {
    /*font-size: 25px;
    line-height: 31px;*/
    color: white;
    background: #A8A499;
    padding: 20px 8px 21px 17px;
    width: 286px;
    height: 271px;
    margin: 4px;
    float: right;
    -moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

#statement .content {
    width: 280px;
    margin: auto;
}

#thumbnails .item {
    color: white;
    display: block;
    float: left;
    margin: 5px;
    height: 150px;
    width: 150px;
    -moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

#thumbnails .item a {
    position: absolute;
    display: block;
    width: 150px;
    height: 150px;
    color: white;
    font-size: 25px;
}

#thumbnails .item a p {
   display: none;
   position: absolute;
  
   left: 10px;
   right: 4px;
   line-height: 29px;
   top: -15px;
   /**text-align:center;*/
}

#thumbnails .item a:hover p {
   display: inline;
}

#header {
    background: none repeat scroll 0 0 #A8A499;
    width: 100%;
}

#header_inner {
    margin: auto;
    width: 960px;
}

.title_li {
    float:left;
}

#header ul {
    list-style-type: none;
}

#header a {
    color: #FFFFFF;
    text-decoration: none;
}

a.title {
    font-size: 30px;
}

.header_ul {
    margin: auto;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 0px;
    width: 960px;
}

#content_wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    height: auto !important;
    margin: 0 auto -90px;
    min-height: 100%;
}

#footer {
    padding-top: 1px;
    background: #A8A499;
    padding-bottom: 0px;
    height: 89px;
    color: white;
    text-shadow: 1px 1px 0px #7A7871;
}

#footer_inner {
    border-top: 1px solid #BEBBB3;
    padding-top: 34px;
    padding-bottom: 35px;
    height: 20px;
    margin: auto;
}

#footer_center {
    width: 960px;
    margin: auto;
}

#footer a {
    color: white;
    text-decoration: none;
    background: none;
}

.footer_ul {
    margin: auto;
    width: 960px;
    list-style: none outside none;
    padding-left: 5px;
}

.float_right {
    float: right;
    padding: 10px;
}

.float_left {
    float: left;
}

#twitter_header {
    background-image: url("/assets/images/twitter_big.png");
    height: 27px;
    width: 27px;
}

#facebook_header {
    background-image: url("/assets/images/facebook_big.png");
    height: 27px;
    width: 26px;
}

#facebook_footer {
    background-image: url("/assets/images/facebook_footer.png");
    height: 17px;
    margin-left: 0px;
    width: 113px;
}

#twitter_footer {
    background-image: url("/assets/images/twitter_footer.png");
    height: 17px;
    margin-left: 30px;
    width: 139px;
}

#gallery_container {
    width: 500px;
    height: 500px;
    position: absolute;
    left: 320px; /*480px;*/
    top: -75px;
}

#gallery_image {
    border: 0px solid;
    position: relative;
    left: 0px;
    top: 0px;
}

#events_container {
    width: 500px;
    height: 500px;
    position: absolute;
    left: 450px;
    top: -130px;
}

#events_image {
    border: 0px solid;
    position: relative;
    left: 0px;
    top: 0px;
}

.gallery_nav {
   width: 160px;
   left: 370px;
   bottom: 100px;
   position: relative;
}

.gallery_nav .nav_prev {
   bottom: 0px;
   position: relative;
   float: left;
   left: 0px;
   height: 50px;
   width: 49px;
}

.gallery_nav .nav_prev .btn_prev {
   display: block;
   text-indent: -9999px;
   overflow: hidden;
   color: white;
    display: block;
    background: url(/assets/images/arrow_left.png) 0 0;
    text-decoration: none;
    width: 49px;
    height: 50px;
}

.gallery_nav .nav_prev .btn_prev:hover {
    display: block;
    background: url(/assets/images/arrow_left.png) -50px 0;
    text-decoration: none;
    width: 49px;
    height: 50px;
}

.gallery_nav .nav_next .btn_next {
   display: block;
   text-indent: -9999px;
   overflow: hidden;
   color: white;
   display: block;
    background: url(/assets/images/arrow_right.png) 0 0;
    text-decoration: none;
    width: 49px;
    height: 50px;
   margin-left: 340px;
   margin-top: 83px;
}

.gallery_nav .nav_next .btn_next:hover {
    display: block;
    background: url(/assets/images/arrow_right.png) -50px 0;
    text-decoration: none;
    width: 49px;
    height: 50px;
}

.gallery_nav .nav_zoom {
   bottom: 233px;
   position: relative;
   float: left;
   height: 50px;
   width: 49px;
   right: 0px;
  
}

.gallery_nav .nav_zoom #btn_zoom {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    color: white;
    background: url(/assets/images/zoom.png) 0px 0px;
    text-decoration: none;
    height: 50px;
    width: 49px;
    margin-left: 340px;
    margin-top: 20px;
}

.gallery_nav .nav_zoom #btn_zoom:hover {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    color: white;
    background: url(/assets/images/zoom.png) -50px 0;
    text-decoration: none;
    height: 50px;
    width: 49px;
}

.loading_div {
    width:24px;
    margin-left:auto;
    margin-right:auto;
}

.events_nav {
   width: 560px;
   left: 400px;
   top: 180px;
   position: relative;
}

.events_nav .nav_prev {
   bottom: 0px;
   position: relative;
   float: left;
   left: 0px;
   height: 50px;
   width: 49px;
}

.events_nav .nav_next {
   display: block;
   left: 150px;
    
}

.events_nav .nav_prev #btn_prev {
   display: block;
   text-indent: -9999px;
   overflow: hidden;
   color: white;
   background   : url(/assets/images/arrow_left.png) 0 0;
   text-decoration: none;
   width: 49px;
   height: 50px;
   margin-left: -30px;
   /**margin-top: 83px;*/
}

.events_nav .nav_prev #btn_prev:hover {
   display: block;
   text-indent: -9999px;
   overflow: hidden;
   color: white;
   display: block;
    background: url(/assets/images/arrow_left.png) -50px 0;
    text-decoration: none;
    width: 49px;
    height: 50px;
   /**margin-top: 83px;*/
}

.events_nav .nav_next #btn_next {
   display: block;
   text-indent: -9999px;
   overflow: hidden;
   color: white;
   background: url(/assets/images/arrow_right.png) 0 0;
   text-decoration: none;
   width: 49px;
   height: 50px;
   margin-left: 580px;
   margin-top: 83px;
}

.events_nav .nav_zoom {
   bottom: 200px;
   position: relative;
   float: left;
   height: 50px;
   width: 49px;
   right: 0px;
}

.events_nav .nav_zoom #btn_zoom {
   display: block;
   text-indent: -9999px;
   overflow: hidden;
   color: white;
   background-image: url(/assets/images/zoom_gallery.png);
   text-decoration: none;
   height: 50px;
   width: 49px;
    margin-left: 300px;
    margin-top: 20px;
}

.events_nav .nav_zoom #btn_zoom:hover{
   display: block;
   text-indent: -9999px;
   overflow: hidden;
   color: white;
   background-image: url(/assets/images/zoom_gallery.png);
   text-decoration: none;
   height: 50px;
   width: 49px;
    margin-left: 300px;
    margin-top: 20px;
}

#overview_thumb_div {
    
    margin: auto;
    width: 960px;
    padding-top: 0px;
    
}

#overview_content {
    margin: auto;
    width: 960px;
}

#arrow_left_div {
    position: relative;
    float: left;
    left: -80px;
    height: 50px;
    width: 49px;
    top: 270px;
}

#arrow_left {
    display: block;
    background: url(/assets/images/arrow_left.png) 0 0;
    text-decoration: none;
    width: 49px;
    height: 50px;
}

#arrow_left:hover {
    display: block;
    background: url(/assets/images/arrow_left.png) -50px 0;
    text-decoration: none;
    width: 49px;
    height: 50px;
}

#arrow_right_div {
    position: relative;
    float: right;
    right: -80px;
    height: 50px;
    width: 49px;
    top: 270px;
}

#arrow_right {
    display: block;
    background: url(/assets/images/arrow_right.png) 0 0;
    text-decoration: none;
    width: 49px;
    height: 50px;
}

#arrow_right:hover {
    display: block;
    background: url(/assets/images/arrow_right.png) -50px 0;
    text-decoration: none;
    width: 49px;
    height: 50px;
}

.events_nav .nav_next #btn_next:hover {
    display: block;
    background: url(/assets/images/arrow_right.png) -50px 0;
    text-decoration: none;
    width: 49px;
    height: 50px;
}

.thumbs_div {
    position: relative;
    /*float: left;*/
    width:960px;
    height:500px;
    /*background: url(/assets/images/1.jpg) no-repeat 0 0;*/
    /*background-color: blue;*/
}

.image_shadow {
  -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, .5);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, .5); /*, 5px 5px 5px rgba(0, 0, 0, .5), -5px 5px 5px rgba(0, 0, 0, .5), 0px -5px 5px rgba(0, 0, 0, .5);*/
}

a.header_back {
   background: #FFF;
   padding: 5px 9px 7px 8px;
   color: #A8A499 !important;
   -moz-border-radius: 6px;
   border-radius: 6px;
   font-size: 16px;
   top:20px;
}