@charset "utf-8";
/* 
	stylesheet.css
	
	Project: Town of Beaumont
	
*/



/*------ global ------*/ 
* {margin:0; padding:0;}

body{width:100%; background:url(../images/bodyBG.jpg) top center repeat-y #eee;}

.full{width:100%; display:block;}
.fixed{width:960px; display:block; margin:auto;}

.f_right{float:right; display:block;}
.f_left{float:left; display:block;}



/*------ clearFix ------ */
.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%; }


/*------ body content ------*/
#mastHead{height:150px; background:#00b374;}
.mastHeadImg{background:url(../images/mastHead_IMG1.jpg) 0 0 no-repeat; height:150px;}
#mastHead .welcome{position:absolute; z-index:3; background:url(../images/welcome_lg.png) bottom right no-repeat; top:0; width:440px; height:160px;}
#mastHead img{margin-right:140px;}
#mastHead .logoBlock{height:46px; width:390px; background:url(../images/TOB_logo.jpg) 10px 3px no-repeat; padding:20px 20px 0 110px; font-size:38px; color:#fff;}
#mastHead .logoBlock span{font-size:16px; text-transform:uppercase; display:block; padding:10px 0 0 3px;}
.font_medium #mastHead .logoBlock span{font-size:17px;}
.font_large #mastHead .logoBlock span{font-size:18px;}

#bodyContent{padding:20px; width:920px; margin:0 auto;}
#pageContent{padding:5px 10px;}
#leftCol{width:300px; padding-right:10px;}
#rightCol{width:610px;}

#breadcrumb{font-size:10px; padding:2px 0 20px 0;}
.font_medium #breadcrumb{font-size:12px;}
.font_large #breadcrumb{font-size:14px;}

/*------ ICONS ------*/
#social-icons {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 0;
}
#social-icons li {
  display: inline-block;
  margin: 0 0 0 1px;
  padding: 0;
  text-align: center;
  border: 0;
}
#social-icons li a {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #00B374;
  color: #fff;
  overflow: hidden;
}
#social-icons li a span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 16px;
  line-height: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#social-icons li a span + span {
  top: 100%;
  color: #fff;
}
#social-icons li a:hover span {
  top: -100%;
}
#social-icons li a:hover span + span {
  top: 0;
}
#social-icons li a:hover span + span.fa-facebook {
  background: #3b5998;
}
#social-icons li a:hover span + span.fa-google-plus {
  background: #d94a39;
}
#social-icons li a:hover span + span.fa-linkedin {
  background: #1b92bd;
}
#social-icons li a:hover span + span.fa-pinterest {
  background: #cb2027;
}
#social-icons li a:hover span + span.fa-twitter {
  background: #00bdec;
}
#social-icons li a:hover span + span.fa-youtube {
  background: #d20800;
}
#social-icons li a:hover span + span.fa-instagram {
  background: #316c95;
}
#social-icons li a:hover span + span.fa-houzz {
  background: #7cc04b;
}
#social-icons li a:active span {
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3) inset;
}

/* font selector */
#font_selector {margin-top: 5px;}
#font_selector span{display:block; float:left; margin-right:10px; text-transform:uppercase; font-size:14px; line-height:26px; color:#666;}
#font_selector a{display:block; float:left; height:22px; padding:0 5px; background:#00B374; text-align:center; color:#fff; text-decoration:none; margin-right:2px; border:1px solid #fff;}
#font_selector a:hover, #font_selector a.selected{background:#63e688; border-color:#00B374;}
#font_selector .fontsm{font-size:10px; line-height:22px;}
#font_selector .fontmd{font-size:14px; line-height:23px;}
#font_selector .fontlg{font-size:18px; line-height:24px;}


/* search box */
#searchBox{display:block; width:292px; height:22px; background:url(../images/searchbar_BG.jpg) 0 0 no-repeat; padding:4px 4px 0px 4px;}
#searchBox label{font-size:14px; text-transform:uppercase; color:#fff; font-weight:bold; width:62px; display:block; float:left; padding:2px 0 0 3px;}
#searchBox input{border:0; padding:1px 2px; height:16px; width:200px;}
#searchBox #submit{border:0; background-color:#999; width:18px; color:#fff; font-size:11px;}
#searchBox #submit:hover{color:#ccc;}

/* promo boxes */
#promoBox h2{font-size:16px;}
.font_medium #promoBox h2{font-size:17px;}
.font_large #promoBox h2{font-size:18px;}
#promoBox p{padding:0 0 5px 0;}
#promoBox div{border:1px solid #ddd; margin-right:10px; padding:10px; height:100%;}



/*------ navigation ------*/
ul.nav{list-style:none; height:42px; width:500px; text-align:right; margin:0; padding:0 20px 0 0;}
ul.nav li{display:inline; line-height:50px; font-size:16px; color:#fff;}
.font_medium ul.nav li{font-size:17px;}
.font_large ul.nav li{font-size:18px;}
ul.nav li a{text-transform:uppercase; font-size:16px; text-decoration:none; color:#fff;}
.font_medium ul.nav li a{font-size:17px;}
.font_large ul.nav li a{font-size:18px;}
ul.nav li a:hover{text-decoration:underline;}


/*------ dropdown navigation (see flexdropdown.css for more styles) ------*/
a.subLink{
display:block;
clear:both;
background:url(../images/icon_arrow_dark.gif) right no-repeat #fff;
padding:8px 8px 6px;
width:282px;
clear:both;
font-size:14px;
color:#666;
text-transform:uppercase;
border:1px solid #ddd;
margin-top:1px;
text-decoration:none;
line-height:18px;
}
.font_medium a.subLink{font-size:16px;}
.font_large a.subLink{font-size:18px;}

a.subLink:hover{color:#00B374; background:url(../images/icon_arrow_green.gif) right no-repeat #fff;}
a.subSelect{background:url(../images/icon_arrow_down.gif) right no-repeat #fff; color:#00B374;}
a.subSelect:hover{background:url(../images/icon_arrow_down.gif) right no-repeat #fff; color:#00B374;}

a.ddLink, a.noMenu{
	display:block;
	clear:both;
	width:276px; 
	font-size:11px; 
	color:#fff; 
	text-decoration: none;
	padding: 6px 12px 4px 12px;
	border:0;
	text-transform:uppercase;
	font-weight:bold;
	background:#00b374;
}
.font_medium a.ddLink, .font_medium a.noMenu{font-size:13px;}
.font_large a.ddLink, .font_large a.noMenu{font-size:15px;}

a.ddLink:hover, a.ddSelect{background:url(../images/icon_arrow_lite.gif) right no-repeat #63e6b8;}
a.noMenu:hover, a.noMenuSelect{background:#63e6b8;}


/*------ silder ------*/
#slideshow_wrap{width:610px; height:395px; position:relative; padding-bottom:20px;}
#slideshow{width:610px; height:395px; overflow:hidden;}
#slideshow .slide{width:610px; height:395px;}
#slideshow .slide img{width:610px; height:395px; position:absolute; top:0; left:0;}

#slide_titles{position:absolute; z-index:500; top:0; left:0; width:200px; height:395px; overflow:hidden;}
#slide_titles a{position:absolute; height:0px; width:100%; background:url(../images/photobox_shade.png) 0 0 repeat-y; top:0;}
#slide_titles span{position:absolute; bottom:0; font-size:18px; font-weight:bold; line-height:18px; margin:0; padding:10px 50px 10px 10px; color:#fff; text-transform:uppercase;}

#slideshow_nav{position:relative; width:100%; font-size:36px; line-height:20px; text-align:center; letter-spacing:2px;}
#slideshow_nav a{display:inline-block; outline:none; text-decoration:none; color:#00B374;}
#slideshow_nav a:hover, #slideshow_nav a.activeSlide{color:#63E688;}


/*------ scollable ------*/
.vertical{position:relative; overflow:hidden; height: 307px; width:300px; margin:3px 0 2px 0;}
.items{position:absolute; height:20000em; margin: 0px;}
.item {border:1px solid #ddd; margin:0 0 6px 0; padding:5px; font-size:10px; line-height:14px; height:60px; overflow:hidden;}
.font_medium .item{font-size:12px;}
.font_large .item{font-size:14px;}
.item img{float:left; margin-right:10px; height:60px; width:84px;}

#actions{width:300px; margin:0; height:14px; text-align:center;}
#actions a{cursor:pointer; display:block; width:27px; height:14px; margin:0 auto;}
.pp a{background:url(../images/arrow_up_dark.jpg) 0 0 no-repeat;}
.pp a.disabled{background:url(../images/arrow_up_light.jpg) 0 0 no-repeat;}
.np a{background:url(../images/arrow_down_dark.jpg) 0 0 no-repeat;}
.np .disabled{background:url(../images/arrow_down_light.jpg) 0 0 no-repeat;}



/*------ sticky footer ------ */
#footer{background:#00b374; text-align:right; color:#fff;}
#footer div{padding-top:25px;}

*{margin: 0;}
html, body {height: 100%;}
#wrapper{min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -60px;}
#footer, .push{height: 60px;}




