.clear {
	clear: both;
}

a:hover {
	text-decoration: none;
}

.sub-hdr {
	font-style: italic;
}

body {
	background-color: #efefef;
}

button {
	border: 0px;
	background: transparent;
}

.left-btn {
	background-image:url('../images/buttonleft.png');
	width:20px;
	height:40px;
	float: left;
}
.mid-btn {
	background:url('../images/buttonmiddle.png') repeat;
	height:40px;
	float: left;
	color: white;
	font-weight: bold;
}
.right-btn {
	background-image:url('../images/buttonright.png');
	width:20px;
	height:40px;
	float: left;
}

.navbar {
	margin-bottom: 45px;
}

.navbar-inner, .footer {
	background-color: #2f353e;
}

.navbar-inner {
	background-image: none;
	background-repeat: no-repeat;
	filter: none;
	
	min-height: 105px;	/* TODO: fix for IE */
	-webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
/*  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);*/
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.navbar ul.nav li a {
	color: #00b5e1;
	font-size: 16px;
	text-shadow: none;
}

.navbar .nav > li > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}

.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}

.container-fluid {
	padding: 0 10%;
	margin: 0px auto;
}

.top-search {
	position: absolute;
	top: 72px;
	width: 80%;
	height: 70px;
	background-color: #9ea7af;
/*	position: relative;
	top: -30px;*/
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.top-search-inner {
	padding: 10px;
	text-align: center;
	color:white;
}

/*resets out bootstrap*/

.nav-tabs {
	border-bottom: none;
}

.nav-tabs > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 0px;
  border: none;
  -webkit-border-radius: 0px 0px 0 0;
     -moz-border-radius: 0px 0px 0 0;
          border-radius: 0px 0px 0 0;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: white;
  cursor: default;
  background-color: transparent;
  border: none;
  border-bottom-color: transparent;
}

.nav-tabs > li > a:hover {
  border-color: none;
  background-color: transparent;
}

/*end bootstrap reset*/

.user-profile-header {
	margin-bottom: 15px;
}

.tab-pane#saves {
	overflow:hidden;
}

.carousel-control {
	top: 50%;
}

#business-photos-carousel {
	height: 500px;
	background-color: #9ea7af;
}

.carousel-inner .item img {
	margin-left: auto;
	margin-right: auto;
	height: 500px;
	width: 700px;
}

#user-tabs.nav-tabs li,
#business-tabs.nav-tabs li {
	background-color: #757e81;
	margin-left: 0;
	width: 33.3%;
}

#user-tabs.nav-tabs li.active,
#user-tabs.nav-tabs li:hover,
#business-tabs.nav-tabs li.active,
#business-tabs.nav-tabs li:hover {
/*	background-color: #707378;*/
	background-image: linear-gradient(bottom, rgb(112,115,120) 49%, rgb(44,45,46) 100%);
	background-image: -o-linear-gradient(bottom, rgb(112,115,120) 49%, rgb(44,45,46) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(112,115,120) 49%, rgb(44,45,46) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(112,115,120) 49%, rgb(44,45,46) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(112,115,120) 49%, rgb(44,45,46) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.49, rgb(112,115,120)),
		color-stop(1, rgb(44,45,46))
	);
}


#user-tabs.nav-tabs li {
	height: 45px;
	width: 100px;
	margin-bottom: 5px;
}


#user-tabs.nav-tabs a {
	color: white;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	top: 23px;
}


#business-tabs.nav-tabs li {
	height: 50px;
	margin-bottom: 5px;
}


#business-tabs.nav-tabs a {
	color: white;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	top: 23px;
}

#event-tabs.nav-tabs li,
#event-tabs.nav-tabs a {
	height: 40px;
	width: 40px;
	background-size: 40px 40px;	/*TODO: check if this gets any problems with other browsers*/
}

#event-tabs.nav-tabs #event-list-icon {
	background-image: url('../images/event-list.png');
}

#event-tabs.nav-tabs #event-list-icon.active {
	background-image: url('../images/event-list-selected.png');
}

#event-tabs.nav-tabs #event-calendar-icon {
	background-image: url('../images/event-calendar.png');
}

#event-tabs.nav-tabs #event-calendar-icon.active {
	background-image: url('../images/event-calendar-selected.png');
}

/*
calendar day - e5e6e7
calendar lettering - 6d7499
calendar tooltip - bbbdbf
*/

#event-calendar .day-header,
#event-calendar .day-block {
	width: 90px;
	margin: 5px;
}

#event-calendar .day-header {
	float: left;
	text-align: center;
	text-transform: uppercase;
}

#event-calendar .day-block {
	float: left;
	height: 90px;
	background-color: #e5e6e7;
}

#event-calendar .day-block .num {
	margin: 5px;
	color: #6d7499;
}

#event-calendar .day-block .event-name {
	font-size: 12px;
	margin: 5px;
}

.section {
	margin-bottom: 20px;
}

.section p.address {
	font-weight: bold;
	font-size: 18px;
}

.write-a-link {
	background-color:#BECADA;
	width:100%;
	height:50px;
	position:relative;
	margin-bottom:10px;
}
.write-a-link > a {
	color:#2E7EC5;
	position:absolute;
	top:30%;
	left:42%;
	font-size:16px;
	font-weight:bold;
}

.review-star {
	width: 16px;
	height: 15px;
	background-image: url('../images/star5.png');
	float: left;
}
.review-star.show {
	margin-bottom: 20px;
}

.review-star.pick {
	opacity:0.4;
	filter:alpha(opacity=40);
}

.review-half-star {
	width: 8px;
	height: 15px;
	background-image: url('../images/star5.png');
	float: left;
}

.review-star.active {
	background-image: url('../images/star1.png');
	opacity:1;
	filter:alpha(opacity=100);
}

.member-since {
	font-style:italic;
}

.sidebar .section {
	margin-bottom: 20px;
}

.sidebar .sidebar-block-header {
	height: 40px;
	background-color: #7e878a;
	margin-bottom: 20px;
}

.sidebar .sidebar-block-header h2 {
	color: white;
	font-size: 20px;
	font-weight: normal;
	margin: 10px;
	position: relative;
}

a.recent-viewed-title {
	font-weight:bold;
	font-size:19px;
}

ul.list-filter {
	list-style: none;
	padding: 0;
	margin: 0;
}

.list-filter li {
	/* TODO: going to have problems with other browsers!*/
	padding: 5px 0px 5px 10px;
	margin-left: -10px;
	margin-right: 40px;
}

.list-filter li.active {
	background-color: #e5e6e7;
	font-weight: bold;
}

.list-filter a,
#event-list a {
	color: black;
}

.pagination-links a {
	color: #08C;
}

.modal {
	background-color:#E6E7E8;
	border: 5px solid white;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

.modal-content {
	padding: 15px;
}

.deal-section {
	float: left;
	width: 300px;
	height: 300px;
	margin: 15px;
}

.business-item {
	background-color: #6c6d70;
	color: white;
	margin: 10px 0px 20px 0px;
	padding: 15px 0 15px 15px;
}

.business-item a h2 {
	color: white;
}

.business-item-info {
	padding-left:10px;
}

.thumbnail-view {
	overflow:hidden;
	height:150px;
	float:left !important;
}

.index-img {
	height:150px;
	min-width:165px;
	margin-right:15px;
}

ul#forum-header {
	list-style: none;
	margin: 0;
	font-weight:bold;
}

ul#forum-header li {
	float: left;
	font-size:20px;
}

.thread-topic {
	border: 5px solid;
	margin: 5px 0;
	padding: 5px;
}

.thread-post {
	border: 1px solid black;
	margin: 5px 0;
	background-color:#E5E6E7;
}
.thread-post-left {
	background-color:#9EA7AF;
	padding:10px;
}

.thread-post-right {
	padding:10px;
}

.forum-hr {
	width: 100%; 
	height: 1px;
	color: #E5E6E7;
	background-color: #E5E6E7;
}

.footer {
	width: 100%;
	margin-top: 20px;
	padding: 20px 0px;
	color: #c8d0d4;
}

.footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer li a {
	color: white;
}

/*blueimp*/

#dropzone {
    background: palegreen;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
}
#dropzone.in {
    width: 600px;
    height: 200px;
    line-height: 200px;
    font-size: larger;
}
#dropzone.hover {
    background: lawngreen;
}
#dropzone.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}

img.tiny-profile {
	width:65px;
	float:right;
}
img.med-profile {
	width:150px;
}
#forgot-pwd {
	width:300px;
}
.login-header h3 {
	margin:0;
}
.login-content {
	margin-top:10px;
}
.login-content h2 {
	font-size:18px;
	color:#4678CA;
	font-weight:bold;
	margin:0;
}
.login-left {
	margin-left:17px;
}
.login-right {
	margin-left:50px !important;
}
.center-line {
	background-image: url('../images/vertical_line.jpeg');
	width:1px;
	height:460px;
	float:left;
	margin-left:17px;
}
.top-cats {
	margin-bottom:10px;
}
.slider-wrapper {
	position:relative;
}
.theme-default .nivo-controlNav {
	position:absolute;
	left:300px;
	bottom:5px;
	padding:0;
	z-index:10;
}
.hp-box {
	background-color:#C0C2C4;
	height:200px;
	padding:20px;
	color:white;
	position:relative;
}
.hp-box:hover {
	background-color:#929396;
}
.hp-box a {
	color:white;
}
.hp-box h1 {
	font-size:18px;
	line-height:0;
	margin-bottom:20px;
}
.read-more {
	position:absolute;
	bottom:10px;
	right:10px;
}
p.larger {
	font-size:18px;
}
h1.single {
	font-size:24px;
}