/* Common CSS Styles across site */
/*
 * Get font sizes based on 16px fonts percent
 * http://pxtoem.com/
 *
*/


/* 
-----------------------------------------------------------------------------
Base Styles and Fixes
-----------------------------------------------------------------------------*/
p {
  font-size: 16px;
  line-height: 1.5;
}
/* for image replacement */
.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; }
/* Override max-width 100% for Gmaps and Getlocations modules */
.gmap img,
.view-gmap img,
#getlocations_map_canvas img,
.ie8 img {
  max-width: none;
}
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }
/* Prevent iOS, WinMobile from adjusting font size */
html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } 

a { color: #9D1A1A; }
a:hover { color: #000000; }

/* 
-----------------------------------------------------------------------------
Headings
-----------------------------------------------------------------------------*/
h1, h2, h3 {
	color: #E41E1F;
}
h1 {
  color: #000000;
  margin-bottom: .5em;
}
h2 {
	margin-top: 1em;
}

h2.blue {
	margin-top: 1em;
	color: #1f497d;
}

/* 
-----------------------------------------------------------------------------
Layout
-----------------------------------------------------------------------------*/
body { 
  padding: 0px;
}
.navbar,
.navbar-static-top  {
  margin: 0px;
}
#wrapper {
  background: #cfc9a9 url(../images/bg_body.jpg) repeat-x left top;
}
#header {
  height: 153px;
}
#logo {
  float: left;
}
#main {
	margin-top: 10px;
	padding: 3em 0em;

}
#left {
  padding-bottom: 2em;
}
#footer {
	border-top: 1px solid #E41E1F;
	text-align: right;
	clear: both;
	padding: 15px;
}
#quick-contact,
#quick-contact-bottom {
  float: right;
  color: #FFFFFF;
  font-size: 194%;
  padding: 16px;
  margin: 0 10px 0 0;
  background: #9D1A1A;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
#quick-contact {
  -moz-border-radius-topright: 0px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
#quick-contact-bottom {
  margin: 102px 10px 0px 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
#quick-contact a,
#quick-contact-bottom a {
  color:#FFFFFF;
}

/* 
-----------------------------------------------------------------------------
Thumbnail Gallery
-----------------------------------------------------------------------------*/
.gallery {
	overflow: auto;
	width: 100%;
	padding-bottom: 15px;
}
.gallery a img {
	float: left;
	margin: 0px 9px 10px 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
}
.gallery a:hover img {
	border: 1px solid #00429D;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

/* 
-----------------------------------------------------------------------------
Carousel Fading
-----------------------------------------------------------------------------*/
.carousel.carousel-fade .item {
  -webkit-transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  -ms-transition: opacity 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
  left: 0;
  z-index: 1;
}

.carousel.carousel-fade .carousel-control {
  z-index: 3;
}

/* 
-----------------------------------------------------------------------------
General Site Styles
-----------------------------------------------------------------------------*/
.today {
	color: #FF0000;
}
.entry {
	clear: both;
}
.list {
	margin: 0px 0px 1em 0px;
	padding: 0px;
	list-style: none;
}
.list li {
	margin: 0px;
	padding: 0px;
}
.list li .desc {
	padding-left: 2em;
	font-size: 93%;
}
.photo-left {
	float: left;
	margin: 0px 1em 1em 0px;
}
.photo-right {
	float: right;
	margin: 0px 0px 1em 1em;
}
.small_text {
	font-size: 75%;	
}
.red_text, .error {
	color: #FF0000;
}
.green_text, .success {
	color: #009900;
}
.msg-error, .msg-success, .msg-alert, .msg-loading {
  padding: 5px 5px 5px 30px;
  text-align: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.msg-error {
  color: #A60000;
  background: #FBD3B1 url(../img/icon-error.png) no-repeat 5px 3px;
  border: 1px solid #A60000;
}
.msg-success {
	color: #0D8800;
  background: #E0F2CB url(../img/icon-success.png) no-repeat 5px 3px;
  border: 1px solid #0D8800;
}
.msg-alert {
	color: #BA7600;
  background: #FFF4CC url(../img/icon-alert.png) no-repeat 3px 3px;
  border: 1px solid #BA7600;
}
.msg-loading {
  color: #000000;
  background: #FFFFFF url(../img/icon-loading.gif) no-repeat 6px 6px;
  border: 1px solid #000000;
}
.spunny { /* hunny pot to repel spam */
	display: none;
}

/*
-----------------------------------------------------------------------------
Mobile Screen
-----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  h1 { font-size: 150%; }
  h2 { font-size: 125%; }
  h3 { font-size: 112%; }
  
  #wrapper {
    background: none;
  }
  #header {
    background: #E41E1F url(../img/bg_body.jpg) repeat-x left bottom;
    height: auto;
    padding-bottom: 30px;
    text-align: center;
  }
  #logo {
    float: none;
    margin-bottom: 3px;
  }
  #main {
    padding: 3em 1em;
  }
  #right {
    text-align: center;
  }
  #footer p {
    font-size: 100%;
  }
  #quick-contact,
  #quick-contact-bottom {
    float: left;
    background: #9D1A1A;
    color: #FFFFFF;
    font-size: 125%;
    margin: 1em;
    padding: 8px 15px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
  }
}

/* 
-----------------------------------------------------------------------------
iSelect Promo
-----------------------------------------------------------------------------*/
#iselect_design {
	position: relative;
}
#iselect_design a, #iselect_design a:hover  {
	text-decoration: none;
}
#iselect_promo {
	display: none;
	position: absolute;
	width: 336px;
	height: 50px;
	top: -1.5em;
	left: -130px;
	z-index: 100;
	letter-spacing: -1000em;
	text-indent: -999em;
	overflow: hidden;
	background: url(http://www.iselect.net/images/iselect_footer.png) 0 0 no-repeat;
	cursor: pointer;
}


ul.blue {
  color: #1f497d;
}

ul.red {
  color: #e41e1f;
}

p.blue {
  color: #1f497d;
}

p.red {
  color: #e41e1f;
}
