
/* CSS Document */

body {
	color: #616161;
}

input {
	color: #999;
	font-family: Cutive, "Courier New", courier, monospace;
	font-size: 14px;
	line-height: 22px;

}


blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.wp-caption {
	background-color: #f7f7f7;
	border: 1px solid #B0B0B0;
}


#splash {
	width: 245px;
	height: 245px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	text-indent: -999em;
	background-image: url(../custom/att-coming-soon.png);
}

#mc_embed_signup {
	width: 250px;
	margin: 25px auto 15px auto;
	font-family: Cutive, "Courier New", courier, monospace;
	text-align: center;
}

#mc_embed_signup input.button,
.button,
.button:visited {
	background: #e39f71;
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	padding: 10px 20px 10px 20px;
	font-family: Cutive, "Courier New", courier, monospace;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
	display: inline-block;
}

#mc_embed_signup input.button:hover,
.button:hover {
	background: #e35c03;
	text-decoration: none;
	cursor: pointer;
}

#mc_embed_signup form { display:block; position:relative; text-align: center; margin-top: 20px; }
#mc_embed_signup input { width: 100%; -webkit-appearance:none; }
#mc_embed_signup .button { border: 0; }
#mc_embed_signup .small-meta { font-size: 11px; }
#mc_embed_signup .nowrap { white-space:nowrap; }     
#mc_embed_signup .clear { clear:none; display:inline; }
#mc_embed_signup input.email { display:block; padding:8px 0; margin:0 0 5px 0; text-align:center; width:100%; min-width:130px; }



#social {
	width: 250px;
	text-align: center;
	margin: 35px auto;
	display: block;
}

.social-facebook {
	background: url(../custom/social-sprite.png) no-repeat 0 0;
	width: 33px;
	height: 33px;
	text-indent: -999em;
	display: inline-block;
}

.social-facebook:hover {
	background: url(../custom/social-sprite.png) no-repeat 0 -33px;
}

.social-pinterest {
	background: url(../custom/social-sprite.png) no-repeat -33px 0;
	width: 33px;
	height: 33px;
	text-indent: -999em;
	display: inline-block;
}

.social-pinterest:hover {
	background: url(../custom/social-sprite.png) no-repeat -33px -33px;
}

.social-instagram {
	background: url(../custom/social-sprite.png) no-repeat -66px 0;
	width: 33px;
	height: 33px;
	text-indent: -999em;
	display: inline-block;
}

.social-instagram:hover {
	background: url(../custom/social-sprite.png) no-repeat -66px -33px;
}

.social-googleplus {
	background: url(../custom/social-sprite.png) no-repeat -99px 0;
	width: 33px;
	height: 33px;
	text-indent: -999em;
	display: inline-block;
}

.social-googleplus:hover {
	background: url(../custom/social-sprite.png) no-repeat -99px -33px;
}

.social-twitter {
	background: url(../custom/social-sprite.png) no-repeat -132px 0;
	width: 33px;
	height: 33px;
	text-indent: -999em;
	display: inline-block;
}

.social-twitter:hover {
	background: url(../custom/social-sprite.png) no-repeat -132px -33px;
}

.social-rss {
	background: url(../custom/social-sprite.png) no-repeat -165px 0;
	width: 33px;
	height: 33px;
	text-indent: -999em;
	display: inline-block;
}

.social-rss:hover {
	background: url(../custom/social-sprite.png) no-repeat -165px -33px;
}

