/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end css reset */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* end css clearfix */

.left {float: left;}
.right {float: right;}

#ie6warn {
  display: none;
}


body {
  background: url('/_images/bgsmall.png') repeat fixed;
}

#container {
  width: 914px;
  margin: 0 auto;
  margin-top: 20px;
  overflow: visible;
}

#container .top {
  background: url('/_images/bg-main-top.png');
  width: 914px;
  height: 14px;
}

#container .middle {
  background: url('/_images/bg-main.png');
  width: 914px;
  min-height: 500px;
}

#container .footermiddle {
  background: url('/_images/bg-footer.png');
  width: 914px;
}

#container .bottom {
  background: url('/_images/bg-footer-bottom.png');
  width: 914px;
  height: 16px;
}

#header {
    position: relative;
}
#header #cta-shop {
    position: absolute;
    right: 16px;
    top: 120px;
    display: block;
    width: 168px;
    height: 59px;
    background: url(/_images/cta.png) 0 0 no-repeat;
    overflow: hidden;
    font-size: 0;
    text-indent: -9999px;
}

#header .col01 {
  padding-left: 20px;
}

#header .col02 {
  padding-left: 30px;
  width: 565px;
}

#header .logo-text {
  font: bold 18px Arial, sans-serif;
}

#header #menubar {
  width: 970px;
  height: 30px; /*30 + 10 padding for 40 total */
  background: url('/_images/bg-menubar.png') no-repeat;
  margin-left: -28px;
  margin-top: 10px;
  text-align: center;
  padding-top: 10px;
}

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

#header #menubar li {
  display: inline;
  margin: 0 14px;
}

#header #menubar li a {
  color: #fff;
  font: bold 14px Arial, sans-serif;
  text-decoration: none;
}

#header #menubar li.external a {
  font-style: italic;
}
#header #menubar li a:hover {
  color: #e31937;
}

#home #header #menubar .menu-home a,
#events #header #menubar .menu-events a,
#contact #header #menubar .menu-contact a,
#outlook #header #menubar .menu-outlook a,
#photos #header #menubar .menu-photos a
{
  color: #e31937;
}

#footer {
  padding-top: 10px;
}

#footer .linkholder {
  text-align: center;
}

#footer .linkholder li a {
  color: #fff;
  font: normal 14px Arial, sans-serif;
  text-decoration: none;
  /* margin: 0 7px; */
}

#footer .linkholder li a:hover {
  text-decoration: underline;
}

#footer .linkholder ul {
  list-style-type: none;
}

#footer .linkholder li {
  display: inline;
  border-right: solid 1px #fff;
  padding: 0 7px 0 7px;
  margin: 0;
  text-align: center;
  
}

#footer .linkholder li.last {
  border-right: none;
}

#footer .text-holder {
  text-align: center;
  color: #fff;
  font: normal 14px Arial, sans-serif;
  padding-top: 5px;
}

#footer .bottomrow {
  margin-top: 30px;
  width: 100%;
}

#footer .bottomrow .logo-holder {
  margin-left: 20px;
  padding-top: 10px;
}

#footer .bottomrow .social-holder {
  margin-right: 20px;
}

#home #fb-feed-holder {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  
}

.middle .content-holder {
  padding: 0 30px;
  font: normal 14px Arial, sans-serif;
  width: 847px;
}

.content-holder p {
  padding: 0 100px 0 50px;
  margin: 10px 0;
}

.content-holder .col-holder {
  width: 100%;
}

#contact .content-holder .directions-holder {
  width: 480px;
  margin: 20px 0;
}

#contact .content-holder .contact-info {
  font-weight: bold;
}

#contact .content-holder .col01 {
  width: 450px;
}

#contact .content-holder .col02 {
  width: 390px;
  font-size: 16px;
  font-weight: normal;
}

.content-holder a {
  color: #e31937 !important;
}

.content-holder h1 {
  font-size: 20px;
}

#contact .col01 iframe {
  border: solid 3px #005daa;
}

.carousel-holder {
    width: 100%;
    margin-top: 20px;
    
    
}
.carousel-holder .carousel-inner {
    margin: 0 auto;
    width: 720px;
    height: 405px;
    border: 3px solid #005daa;
    overflow: hidden;
}
.carousel-holder .thumbs-holder {
    margin: 10px auto;
    width: 720px;
}
.carousel-holder #thumb-carousel li {
    float: left;
    /*margin-right: 20px;*/
}
.carousel-holder .thumbs-holder .thumb-box {
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.carousel-holder .thumbs-holder .thumb-box img {
    display: block;
    margin-left: -39px;
    
}
.carousel-holder .thumbs-holder .thumb-box.active,
.carousel-holder .thumbs-holder .thumb-box:hover {
    border: solid 3px #e31937;
    width: 94px;
    height: 94px;
}
.carousel-holder .thumbs-holder .thumb-box.active img,
.carousel-holder .thumbs-holder .thumb-box:hover img {
    margin-top: -3px;
    margin-left: -42px;
}
