
.errorModule {
  width: 540px;
	margin: 0 auto 60px auto;
  overflow: hidden;
  font-size: 16px;
  line-height: 18px;
  color: #FFF;
  font-family: Arial, "MS Trebuchet", sans-serif;
}
h3[rel="error"],
h4[rel="error"],
h3[rel="signIn"],
h4[rel="signIn"] {
  font-family:BrandonGrotesque-Regular, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #363636;
  text-align: center;
}
h3[rel="signIn"], h4[rel="signIn"] {
  margin: 0;
  text-align: center;
}
h3[rel="error"] {
  font-size: 16px;
}
h4[rel="error"], h4[rel="signIn"] {
  font-size: 18px;
}
h4[rel="error"] span, h4[rel="signIn"] span {
  color: #97ad78;
  font-family: BrandonGrotesque-Medium, Arial, sans-serif;
  display: block;
}
h4[rel="signIn"] span {
  font-family:BrandonGrotesque-Regular, Arial, sans-serif;
  text-align: center;
}
h5[rel="slideshowType"] {
  font-family:BrandonGrotesque-Regular, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #898989;
  line-height: 22px;
}
h5[rel="slideshowType"] span {
  color: #383838;
}

.errorModule .bttnWrapper {
  text-align: center;
  display: block;
  padding: 15px 0;
  margin-bottom: 20px;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

.errorRecipe {
	position: relative;
	background: url(../images/errorBackground.jpg) 0 0 no-repeat;
	width: 540px;
	height: 360px;
	margin-top: -20px;
}

.errorModule ol {
	position: relative;
	top: 55%;
  padding: 10px 20px 6px 54px;
  font-size: 14px;
	background: rgba(60,60,60, 0.8);
	text-align: center;
}
.errorModule li {
  margin-bottom: 10px;
  color: #FFF;
  list-style-type: none;
	display: block;
}

.errorModule p {
	text-align: center;
  font-size: 20px;
	font-family: Georgia, "Times Roman", serif;
	font-style: italic;
	line-height: 2em;
	color: #715e7a;
}
.errorModule a {
  color: #715e7a;
  text-decoration: none;
}
.errorModule .rule {
  border-top: 2px solid #97ad78;
  width: 43px;
  margin: 10px auto;
}

p.errorFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
	font-style: normal;
}
/*
	Button Gradient / Styles
*/

.backButtonGradient {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a8ba8f), to(#7c8f63));
  background-image: -webkit-linear-gradient(top, #a8ba8f, #7c8f63);
  background-image: -moz-linear-gradient(top, #a8ba8f, #7c8f63);
  background-image: -ms-linear-gradient(top, #a8ba8f, #7c8f63);
  background-image: -o-linear-gradient(top, #a8ba8f, #7c8f63);
  filter: progid:dximagetransform.microsoft.gradient(GradientType=0, startColorstr=#a8ba8f, endColorstr=#7c8f63);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#a8ba8f, endColorstr=#7c8f63)";
}
.errorModule .backBttn, .signInModule .signUpBttn, .signInModule .loginInBttn {
  padding: 10px 30px 5px 30px;
  color: #FFF !important;
  font-family:BrandonGrotesque-Regular, Arial, sans-serif;
  font-size: 15px;
  background-color: #97ad78;
  border: 0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a8ba8f), to(#7c8f63));
  background-image: -webkit-linear-gradient(top, #a8ba8f, #7c8f63);
  background-image: -moz-linear-gradient(top, #a8ba8f, #7c8f63);
  background-image: -ms-linear-gradient(top, #a8ba8f, #7c8f63);
  background-image: -o-linear-gradient(top, #a8ba8f, #7c8f63);
  filter: progid:dximagetransform.microsoft.gradient(GradientType=0, startColorstr=#a8ba8f, endColorstr=#7c8f63);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#a8ba8f, endColorstr=#7c8f63)";
}
.errorModule .backBttn:hover, .signInModule .signUpBttn:hover, .signInModule .loginInBttn:hover {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a2b38a), to(#697954));
  background-image: -webkit-linear-gradient(top, #a2b38a, #697954);
  background-image: -moz-linear-gradient(top, #a2b38a, #697954);
  background-image: -ms-linear-gradient(top, #a2b38a, #697954);
  background-image: -o-linear-gradient(top, #a2b38a, #697954);
  filter: progid:dximagetransform.microsoft.gradient(GradientType=0, startColorstr=#a2b38a, endColorstr=#697954);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#a2b38a, endColorstr=#697954)";
}
.errorModule .backBttn:active, .signInModule .signUpBttn:active, .signInModule .loginInBttn:active {
  color: #FFF;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a8ba8f), to(#7c8f63));
  background-image: -webkit-linear-gradient(top, #a8ba8f, #7c8f63);
  background-image: -moz-linear-gradient(top, #a8ba8f, #7c8f63);
  background-image: -ms-linear-gradient(top, #a8ba8f, #7c8f63);
  background-image: -o-linear-gradient(top, #a8ba8f, #7c8f63);
  filter: progid:dximagetransform.microsoft.gradient(GradientType=0, startColorstr=#a8ba8f, endColorstr=#7c8f63);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#a8ba8f, endColorstr=#7c8f63)";
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
}

.backBttn span {
  vertical-align: text-top;
	font-size: 1.2em;
  line-height: 10px;
  color: #FFF;
}


/*
img.bg {
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) {
  img.bg {
    left: 50%;
    margin-left: -512px;
  
  }
}*/

 
/* SIGN UP STYLEs */


.signInModule {
  position: relative;
  width: 758px;
  margin: 0 auto;
  color: #FFF;
  padding: 34px 11px 24px 11px;
  background: rgba(17, 17, 17, 0.9);
  text-align: left;
}
a.signInBack {
  float: left;
  margin-top: 0.5em;
  color: #7d7d7d;
  font-size: 12px;
}
.signInModule p {
  text-align: left;
}
.registerModule, .loginModule {
  width: 310px;
  height: 376px;
  margin-top: 30px;
  padding: 30px 33px 30px 33px;
  float: left;
  background-color: rgba(80, 80, 80, 0.9);
}
.loginModule {
  background-color: #222222;
  opacity: 0.5;
}
.registerModule, .loginFBConnect {
  margin-right: 6px;
}
.signInModule form {
  margin-top: 30px;
  text-align: left;
}
.signInModule .formInput {
  padding: 9px 12px 8px 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: none;
  width: 284px;
  font-size: 12px;
  color: #898989;
  cursor: text;
}
.signInModule .receiveNL {
  margin-top: 15px;
  text-align: left;
}
.signInModule .receiveNL input {
  float: left;
  margin-right: 8px;
}
.signInModule .receiveNL p {
  float: left;
  width: 287px;
  font-size: 14px;
  line-height: 20px;
}
.signInModule p {
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}
.signInModule p a {
  color: #FFF;
  text-decoration: underline;
  line-height: 20px;
}
.signInModule .signUpBttn, .signInModule .loginInBttn {
  margin: 0 0 0 90px;
  padding: 4px 30px 3px 30px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}
.signInModule .loginInBttn {
  margin-top: 30px;
}
.loginModule a {
  font-size: 12px;
  font-family: times, serif;
  text-align: right;
  color: #FFF;
  text-decoration: underline;
  display: block;
  text-transform: none;
  letter-spacing: 1px;
}
.loginFBConnect, .loginFBConnectbttn {
  float: left;
  margin-top: 16px;
  width: 376px;
  display: block;
  color: #FFF;
  font-size: 14px;
  text-align: right;
}
.forgotPassLink {
  line-height: 2em;
}
.loginFBConnect {
  padding-top: 7px;
}
.loginFBConnectbttn {
  text-align: left;
} 


/* SILDESHOW */
#slideshow02, #slidevideo03 {
  display: none;
}
.slideshowImage, .slideshowVideo {
  background: url(../images/slideshowIcon.gif) 50% 0 no-repeat;
  padding-top: 45px;
}
.slideshowVideo {
  background: url(../images/slideshowVideo.gif) 50% 0 no-repeat;
}
.slideshowMedia {
  margin: 8px 0 12px 0;
}
.slideshowNumber, .slideshowAuthor {
  color: #898989;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16px;
}
.slideshowDesc {
  color: #383838;
  font-size: 14px;
  padding: .5em 3em 0 3em;
  margin: 0.5em 0 0 0;
  border-top: 1px solid #c2c2c2;
  text-align: left;
  line-height: 18px;
}

.three_columns .slideshowDesc {
	font-size: 12px;
	padding: 0;
}

.videoBttn, .slideshowBttn {
  margin-top: -30px;
  font-family: BrandonGrotesque-Regular, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.videoBttn, .slideshowBttn {
  float: right;
  padding-top: 2px;
  height: 35px;
  line-height: 28px;
}
.videoBttn {
  background: transparent url(../images/slideshowVideo.gif) 40px 0px no-repeat;
  padding-right: 35px;
}
.slideshowBttn {
  float: left;
  background: transparent url(../images/slideshowIcon.gif) 0 -3px no-repeat;
  padding-left: 47px;
}
