
#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000;}

/* Container */
#simplemodal-container {height:360px; width:500px; color:#222; background-color:#fff; border:1px solid #333; padding:0px;
	-moz-box-shadow:    1px 1px 6px 4px #555;
  -webkit-box-shadow: 1px 1px 6px 4px #555;
  box-shadow:         1px 1px 6px 4px #555;
  }
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../img/basic/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9;}

#grid > div {
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 20px;
  height:100px;
  width:100px;
  float:left;
}

#grid a img {
	border:none;
}

#wrapper {
	width:720px;
	margin:auto;
}

#header {
	margin-top:20px;
	width:359px;
	margin:auto;
	text-align:center;
}

#headerlinks {
	margin-bottom:50px;
	width:320px;
	text-align:center;
	margin:auto;
}

#headerlinks img,
#headerlinks a {
	margin:0;
	padding:0;
	border:0;
}

#header_how:hover,
#header_why:hover {
	cursor:pointer;
}

#headersong {
	height:50px;
	display:block;
}

.modal {
	display:none;
}

.sandwich_modal {
	background-image:url('../img/meat2.jpg');
	height:320px;
	width:460px;
	padding:20px !important;
}            

#sandwich_modal_content {
	background-image:url('../img/trans.png');
	background-repeat:repeat-x repeat-y;
	padding:20px !important;
	width:420px;
	height:280px;
	color:white;
	font-size:24px;
	font-family: 'Roboto', sans-serif;
}

#lean_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
  background: #000;
  display: none;
}

.modalCloseImg {
	display:none !important;
}

.btn {
	padding:5px;
	margin-top:10px;
	display:block;
}

#sandwichsong {
	margin:auto;
	width:300px;
}

#socialcontainer img {
	margin:0;
	padding:0;
	display:inline;
	float:left;
}

#songlinkcontainer {
	float:right;
	padding-top:30px;
}

#socialcontainer {
	float:left;
	padding-top:30px;
	width:120px;
}

a img {
	border:none;
}

.btn {
	background:#5CCD00;
	background:-moz-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5CCD00),color-stop(100%,#4AA400));
	background:-webkit-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-o-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-ms-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5CCD00',endColorstr='#4AA400',GradientType=0);
	padding:10px 15px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:16px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #459A00
}