
/*Utilities*/
.border-box {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

/*Sub Nav*/
#content #sub-nav.my-nav ul li a:hover {
  background-color: black;
}

#content #sub-nav.my-nav ul li a.active {
  color: black !important;
  background-color: #fbd53b;
}

#content #sub-nav.my-nav ul li:last-child {
  padding-top: 0 !important;
  padding-right: 0 !important;
}

a.btn.btn-called {
  display: inline-block;
  font-size: 23px;
  font-weight: bold;
  font-family: 'alternate-gothic-no-3-d', sans-serif;
  line-height: 24px;
  letter-spacing: .075em;
  color: black;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 3px 3px 0px #aa2617;
  border-radius: 10px;
  cursor: pointer;

  padding: 22px 50px 18px 50px;

	background: #fcd53c;
}

a.btn.btn-called:hover {
	box-shadow: 2px 2px 0px #aa2617;
	position:relative;
	top:1px;
	left:1px;
  text-shadow: none;
}

/*Type*/
#content h1 {
  font-size: 48px;
  font-family: 'alternate-gothic-no-3-d', sans-serif;
	text-transform: uppercase;
  line-height: 52px;
  letter-spacing: .025em;
  color: #a2270e !important;
}

#content h2 {
  font-size: 35px;
  line-height: 42px;
  font-family: 'alternate-gothic-no-3-d', sans-serif;
  font-weight: normal;
  letter-spacing: -.025em;
}

#content h3 {
  font-size: 18px;
  font-family: 'proxima-nova', sans-serif;
  line-height: 24px;
  letter-spacing: .025em;
	margin-top: 15px;
}

.h4 {
	font-weight: bold;
}

#content p {
  font-size: 16px;
  font-family: 'proxima-nova', sans-serif;
  line-height: 20px;
  letter-spacing: .025em;
	margin-top: 5px;
}


/*Store Modifications*/
.actions div.row-fluid .price {
  padding-left: 5px;
}

.actions .icon {
  background: #2f2f2f !important;
}

.actions div[class*="add-"] {
  background: #a2270e !important;
}

div.row-fluid.row-detail div.description div.title a {
  color: #a2270e;
  font-weight: bold;
}

div.author a {
  font-size: 11px;
  line-height: 18px;
  letter-spacing: .180em;
  text-transform: uppercase;
  color: #2f2f2f;
}

/*FAQ*/
.faq h4{
	font-size: 18px;
	margin-left: 0px !important;
	margin-top: 20px;
	color: #a2270e;
}

.faq ul {
	margin-top: 20px;
	margin-bottom: 20px;
}

.faq ul > li {
	margin-left: 10px;
}

#lb-content > div > table td {
	padding: 10px;
	border: 1px solid;
}
