@import "style.css";

html { 
	background-image: none;
}

input, select, button { 
	vertical-align: middle; 
}

button {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

/* carousel */

.home .carousel {
	width: 480px;
	height: 640px;
	position:relative;
}

.home .carousel .wrapper {
	position:absolute;
	top: 0;
	left: 0;
}

.home .carousel div.image {
	position:absolute;
	top: 0;
	left: 0;
}

.carousel-link {
    display: block;
    position:absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border: none;
}

.carousel-link:hover {
    border: none;
}

/* history */

#timeline .alt .column {
	float: right;
	display: inline;
}

#filter {
	display: none;
}

.stars {
	float: right;
	overflow: hidden;
	display: inline;
}

.stars img {
	float: none;
}

.quotes blockquote {
	margin-bottom: 0;
}

.quotes blockquote p {
	margin-bottom: 15px;
}

.showReviews {
	display: none;
}

.hide {
	display: none;
}

#lightbox {
	background:#fff;
}

#lightbox , #lightbox-overlay {
	z-index:9999;
}

#staff {
	width: 418px;
	border: 1px solid #a4a4a4;
}

body {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	color: #434343;
	line-height: 20px;
}

#lightbox .close {
	position:absolute;
	top: 10px;
	right: 10px;
	border-bottom: none;
}

#footer {
	clear: both;
	margin-top: 0;
	padding-top: 55px;
}

.dropDown {
	width: 160px;
}

.dropDown ul {
	float: none;
	display: block;
}

.dropDown ul.title {
	overflow: hidden;
}

.dropDown ul.title a {
	width: 10000px;
}

.dropDown ul.drop {
	border-top: none;
	border-bottom: none;
}

.dropDown ul.drop li {
	border-bottom: 1px solid #C9C9C9;
}

.productionFooter p.mute {
	float: right;
	display: inline;
	padding: 10px 170px 0px 0px;
}
.likeThis a {
	display: none;
}
#page .likeThis span.count , #page .likeThis span.prefix, #page .likeThis span.like {
	display: inline;
}

#page .likeThis span.like-count-0 {
    display: none;
}

.blog .postExcerpt h2 {
	margin-bottom: 10px;
}

.contact .dropDown ul ul {
	display: block;
}

form .error {
	border: 1px solid red;
}

.simpleTabs a.current img {
	top: -10px;
}

/*.calendarList {
	padding: 0;
	border-bottom: 0;
}

.calendarList ul {
	padding: 10px 0;
	position:relative;
	z-index: 2;
	background:#fff;
	border-bottom: 1px solid #A4A4A4;
}

.calendarList ul ul {
	border: none;
}

.calendar div.internal-wrapper {
	position:relative;
	top: -9px;
}

.calendar div.connector {
	position:absolute;
	top: -1px;
	left: -1px;
	padding-top: 9px;
	height: 30px;
	width: 38px;
	display: none;
	border: 1px solid #A4A4A4;
	border-bottom: none;
	background:#fff;
	height: 1000px;
	z-index: 1;
}

.calendar table td.current-connector div.connector {
	display: block;
	cursor: pointer;
}*/

.hide-overflow {
	overflow: hidden;
}

.blog div.postContent {
	clear: both;
}

#infowindow, .infowindow {
    position:absolute;
    top: 105px;
    right: 122px;
    width: 306px;
    padding: 3px 0 0px 0px;
    background: url(/media/images/infowindow-top.png) no-repeat 0 0;
}
#infowindow .content, .infowindow .content {
    background: url(/media/images/infowindow-content.png) repeat-y 0 0;
    padding: 9px 12px 14px 12px;
    overflow: hidden;
}
#infowindow h2 {
    color:#3b96a7;
    font-family: Georgia, serif;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0px;
    font-size: 11px;
}
#infowindow .content .left {
    float: left;
    margin-right: 12px;
}
#infowindow .content .right {
    float: left;
    width: 210px;
    font-size: 11px;
    line-height: 1.3;
}
#infowindow.full-wide .content .right {
    width: auto;
}
#infowindow span.icon {
    padding: 5px 1px 1px 14px;
}
#infowindow .left img {
    margin-left: 0;
}
#infowindow .footer, .infowindow .footer {
    padding-top: 16px;
    background: url(/media/images/infowindow-footer.png) no-repeat 0 0;
}
#infowindow .close, .infowindow .close {
    position:absolute;
    top: 0;
    right: -1px;
    width: 20px;
    height: 20px;
    text-indent: -100000px;
}
#infowindow h2, .infowindow h2 {
    margin-top: 0;
}
#infowindow a.close {
  float: right;
  display: inline;
  background: url(http://builtbybuffalo.com/img/buttons/close.gif) 0 0 no-repeat;
  width: 20px;
  height: 20px;
  margin: 12px 13px 0 0;
}

#infowindow a.close:hover {background-position: 0 -20px;}

#inthearea h1 {
    padding-top: 18px;
}

#inthearea #map {
    width: 780px;
    height: 500px;
}

#inthearea .primary {
    padding-top: 0;
}

#inthearea .tertiary {
    padding-top: 0;
}

.media .primary {
    width: 780px;
}

.media .tabs {
    width: 780px;
}

.media-item {

}

.media-item ul {
    margin-right: -20px;
}

.media-item h2 {
    font-size: 24px;
    clear: both;
    padding-left: 10px;
    padding-bottom: 15px;
}

.media-item h3 {
    font-size: 12px;
    color:#c73e33;
    font-family: Georgia, serif;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.4;
    padding: 0 10px 2px;
}

.media-item li {
    width: 180px;
    float: left;
    margin-right: 20px;
    padding-bottom: 20px;
}

.media-video .media-item li {
    width: 380px;
}

.media-item .clear {
    clear: left;
}

.media-item .caption {
    font-size: 11px;
    line-height: 1.4;
    color:#434343;
    padding: 0 10px;
}

.media-item .embed {
    margin-bottom: 10px;
}

#page.static ul {
    border-top: 0;
    padding-left: 0;
}

#page.static li {
    min-height: 1px;
    border-bottom: 0;
}

.staffHub .teamList li {
    height: 280px;
}

.seasonInfo h3 {
    padding: 0;
}
.sounds ul,
.sounds .extra {
    padding: 0 10px;
}

.sounds li {
    margin-bottom: 10px;
}

.sounds .extra {
    margin-bottom: 19px;
    clear: both;
    overflow: hidden;
}

.sounds .extra .cover {
    float: left;
}

.sounds .sound {
    padding-left: 25px;
    background-position: 0 center;
    background-repeat: no-repeat;
    border: none;
}

.sounds .paused {
    background-image:url(/media/images/play-sound.png);
}
.sounds .playing {
    background-image:url(/media/images/pause.png);
}

#sounds .second {
    padding-top: 59px;
}

.image .text {
    position:absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background:#fff;
    background:rgba(255,255,255,0.4);
    padding: 10px 0;
    z-index: 2;
}

.image .text h2,
.image .text .maintext {
    padding: 0 10px;
}

.image .text h2 {
    margin-bottom: 10px;
}

.image .maintext {
    white-space: pre-line;
}
