#heroContainer {
	width: 100%;
	margin: 0 auto 14px;
	max-width: 1425px;
	position: relative;
}
.kgHero {
	width: 100%;
}
.leftCurtain, .rightCurtain {
	position: absolute;
	height: 100%;
	width: 8%;
	top: 0;
	display: none;
}

#homeMainContainer {
	display: block;
	margin: 0px auto;
	max-width: 1197px;
	width: 84%;
}
.homeModule {
	float: left;
	height: 280px;
	width: 50%;
	margin-top: 14px;
}

#recentPostsList {
	width: 83.333333333333333%;
	margin: 0 auto;
}
.blogPost {
	list-style: disc;
	color: #999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	margin-top: 6px;
	font-weight: 100;
	line-height: 22px;
}
.blogLink {
	color: #999;
}

#theLineupGuitars, #theLineupSlider {
	width: 300px;
	margin: 0 auto;
	position: relative;
}
.lineupGuitar {
	float: left;
	width: 300px;
}
.lineupDescription {
	color: #999999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: 100;
	line-height: 18px;
	margin: 0 1px;
	width: 298px;
}
.lineupGuitarName {
  margin-top: 6px;
  text-align: center;
}
.lineupGuitarLink {
	color: #999;
	text-decoration: none;
}
.lineupGuitarLink:hover {
	color: #D67A27;
}
.lineupGuitarName .lineupGuitarLink {
  color: #EEEEEE;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 18px;
}
#theLineupSlider_left, #theLineupSlider_right {
	width: 25px;
	height: 25px;
	z-index: 10;
	position: absolute;
	top: 75px;
	cursor: pointer;
}
#theLineupSlider_left {
	background: url("../img/lineupSlideNavSprite.png") no-repeat scroll 0 0 transparent;
	left: 10px;
}
#theLineupSlider_right {
	background: url("../img/lineupSlideNavSprite.png") no-repeat scroll -25px 0 transparent;
	right: 10px;
}

#newsletterSubscribeForm {
	text-align: right;
}
.subscribeField {
	background-color: #000;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: dashed #666 1px;
	color: #999;
	width: 86%;
	margin-top: 16px;
}
.subscribeLabel {
	color: #999999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: 100;
}

.connectButton {
	width: 34px;
	height: 34px;
	display: block;
	text-decoration: none;
	position: relative;
	margin: 0 7px;
	float: left;
}
#connectEmail {
	width: 45px;
}
#connectTopRow, #connectBottomRow {
	width: 192px;
	margin: 10px auto 0;
	display: block;
}
#connectBottomRow {
	width: 155px;
}
.connectButtonOver, .connectButtonUnder {
	position: absolute;
	top: 0;
	left: 0;
}
.connectButtonOver {
	visibility: hidden;
}
.connectButton:hover .connectButtonOver {
	visibility: visible;
}
.connectButton:hover .connectButtonUnder {
	visibility: hidden;
}

/*Responsive*/
@media screen and (min-width: 1150px) {
	.homeModule {
		width: 32%;
		margin-left: 0.5%;
		margin-right: 0.5%;
	}
	#newsletterContainer, #connectContainer {
		float: right;
		height: 140px;
	}
}
/*Temp rules*/
#newsletterContainer {
	display: none;
}