/* General */
.shadow {
  -moz-box-shadow:    0px 0px 5px 2px #666;
  -webkit-box-shadow: 0px 0px 5px 2px #666;
  box-shadow:         0px 0px 5px 2px #666;
}

.align-right {
	float: right;
	}

.align-left {
	float: left;
	}

.container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
	width: 780px;
	}
	
a {
	color: #FF9B40;
	}

a:hover {
	text-decoration: underline;
	color: #FF9B40;
	}

div.positioner_left {
	position: absolute;
	left: 0;
	}
	
div.positioner_right {
	position: absolute;
	right: 0;
	}

div.fixed1 {
 width: 80px;
	position: fixed;
	top: 80px;
	margin-left: -85px;
  }
 
div.fixed2 {
	position: fixed;
	top: 100px;
	margin-left: -60px;
	z-index: 1;
}

div.fixed2 img {
	position: fixed;
	z-index: -1;
	}

.navbar-inner {
	height: 65px;
	background: #363636;
	}

.navbar-inner img {
	margin-top: 10px;
	margin-left: 20px;
	height: 85px;
	}

.navbar .nav {
	float: right;
	top: 25px;
	}

.navbar .nav > li > a {
  color: #FFF;
  font-size: 14px;
  text-shadow: none;
}

.navbar .nav > li > a:hover {
   color: #FF9B40;
   padding-top: 5px;
   -moz-transition: color .25s linear, padding-top .25s linear;
   -webkit-transition: color .25s linear, padding-top .25s linear;
   transition: color .25s linear, padding-top .25s linear;
}

.divider {
	float: none;
	padding: 9px 10px 11px;
	line-height: 19px;
	color: #FF9900;
	}

#side_icons {
	list-style: none outside;
	}

#side_icons li {
	margin: 5px;
	}

#side_icons li img {
	height: 45px;
	}

#sticky {
	width: 150px;
	-webkit-transform: rotate(29deg);
	-moz-transform: rotate(29deg);
	transform: rotate(29deg);
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	top: 44px;
	left: 50px;
	}

body {
	background-image: url('../images/general/shoes.png');
	background-repeat: no-repeat;
	background-position: -100px bottom;
	background-attachment: fixed;
	background-size: 360px;
	background-color: #FAF8F7;
}

#body_container {
	top: 65px;
	position: relative;
	z-index: 1;
	padding: 40px;
	}

#body_container .bg {
	background-image: url('../images/general/e9e9e9.png');
	opacity: .7;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
	}

/* Home */

.home_box_container {
	width: 50%;
	float: left;
	}

.home_box {
	display: block;
	padding: 20px;
	}
	
.ul {	
	list-style: inside;
	}

#tagline {
	width: 100%;
	height: 40px;
	text-align: center;
	font-size: 15px;
	background-color: #999;
	color: whiteSmoke;
	line-height: 40px;
	font-weight: bold;
	}

#home_carousel {
	margin-bottom: 0;
	}

#home_carousel .item {
	max-width: 100%;
   max-height: 100%;
     -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
	}
	
#home_carousel .item >img {
	position: relative;
	}

/* About */
.about img {
	float: left;
	margin-right: 20px;
	width: 200px;
	}

.about p {
	font-size: 18px;
	line-height: 24px;
	}

/* Events */
.events .indent {
	margin-left: 20px;
	}

.events h3 {
	color: #FF9B40;
	font-weight: 15px;
	line-height:25px;
	}
	
/* Tappers */
#tappers a {
	font-size: 14px;
	cursor: pointer;
	}

#tappers .modal {
	background-color: #363636;
	}

#tappers .modal-header {
	border-bottom: 1px solid #555;
	color: #FF9B40;
	}

#tappers .modal img{
	max-width: 250px;
	max-height: 400px;
	float: left;	
	margin-right: 10px;
	}

#tappers .modal table {
	color: white;
	font-size: 14px;
	}
	
#tappers .modal td {
	padding: 6px 4px;
	vertical-align: top;
	}

#tappers .close {
	color: white;
	}

.modal-backdrop {
	opacity: 0.7;
	background-color: beige;
	}

#officers {
	float: right;
	width: 400px;
	text-align: center;
	margin-right: 130px;
	margin-top: 30px;
	}

#officers .table {
	font-size: 14px;
	}

.table td.col1 {
	text-align: right;
	}


/* Photos */

#photos {
	width: 700px;
	margin: 0px auto;
	}

#photos .carousel {
	height: 440px;
	background-color: #444;
	}
	
#photos .carousel .item > img {
	max-height: 400px;
	max-width: 700px;
	margin: 0px auto;
}

.carousel-title {
	color: white;
	font-size: 20px;
	line-height: 20px;
	padding: 10px;
	background-color: #666;
	}

.photoalbum {
	width: 120px;
	padding: 10px;
	float: left;
	cursor: pointer;
	}

.photoalbum:hover {
	background-color: #DDD;
	-webkit-transition: background-color .25s linear .1s;
	transition: background-color .25s linear .1s;
	}

.photoalbum_selected {
	background-color: #999;
	}
	
.photoalbum img {
	width: 100%;
	}
	
	
