@CHARSET "UTF-8";

/***********************************/
/* Footer                          */
/***********************************/

#footer {
	border-top:10px solid #e5e5e5;
	background:#1c1c1c;
	position:relative;
	padding:17px 37px 60px 34px;
}

#footer h1 {
	color:#f1eee5;
	font-size:24px;
	margin-bottom:12px;
	font-family: 'League Gothic', sans-serif;
	text-transform:uppercase;
}

/***********************************/
/* LikeBox                         */
/***********************************/

#footer #likebox {
	width:728px;
	float:left;
}
#footer #likebox h1 {
	margin-bottom:20px;
}

/***********************************/
/* News                            */
/***********************************/

#footer #news {
	width:728px;
	float:left;
	display:none;
}
#footer #news h1 {
	margin-bottom:20px;
}
#footer #news .entry-date {
	color:#7f9298;
	width:115px;
	padding-right:15px;
	float:left;
	text-transform:uppercase;
}
#footer #news .day,
#footer #news .month {
	display:block;
	text-align:center;
	line-height:100%;
}
#footer #news .day {
	font-family: 'League Gothic', sans-serif;
	font-size:100px;
}
#footer #news .month {
	font-family: 'EB Garamond', serif;
	font-size:16px;
	margin-top:15px;
	font-weight:bold;
}
#footer #news p {
	font-family: 'EB Garamond', serif;
	color:#f4f2f2;
	text-transform:uppercase;
	font-size:14px;
}
#footer #news a {
	color:#7f9298;
	text-decoration:underline;
}
#footer #news .post {
	clear:both;
	margin-bottom:20px;
}
#footer #news .post,
#footer #news .post .content {
	display:none;
}
#footer #news .post.post-idx-1 {
	display:block;
}
#footer #news .post p {
	margin-bottom:1em;
}
#footer #news .post .more {
	margin-left:0.6em;
}
#footer #news .excerpt,
#footer #news .content,
#footer #news .morenews {
	margin-left:115px;
}
#footer #news .morenews {
	font-family: 'League Gothic', sans-serif;
	font-size:20px;
	text-transform:uppercase;
	text-decoration:none;
	margin-top:14px;
	display:inline-block;
	width:auto;
	padding-right:30px;
	background:url('../images/plus-teal.png') 100% 0 no-repeat;
}

/***********************************/
/* Club                            */
/***********************************/

#footer #club {
	/*width:354px;*/
	width:298px;
	padding-right:8px;
	float:right;
}

#footer #club .thankyou {
	display:none;
}
#footer #club .field {
	width:100%;
	background:#0d0d0d;
	border:1px inset rgba(92,92,92,0.5);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:4px 2px 4px 8px;
}
#footer #club .field.error {
        border-color:red;
        background-color:#400d0d;
}
#footer #club .field input {
	background:transparent;
	border:0;
	outline:none;
	font-size:12px;
	color:#979797;
	height:100%;
	width:185px;
	float:left;
}
#footer #club .field button {
	float:right;
	font-size:12px;
	font-weight:bold;
	text-transform:lowercase;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:0;
	background: rgb(234,234,234); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(234,234,234) 0%, rgb(206,206,206) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(234,234,234)), color-stop(100%,rgb(206,206,206))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(234,234,234) 0%,rgb(206,206,206) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(234,234,234) 0%,rgb(206,206,206) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(234,234,234) 0%,rgb(206,206,206) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(234,234,234) 0%,rgb(206,206,206) 100%); /* W3C */
	color:#4a4a4a;
	text-shadow:-1px 1px 2px #fff;
}
#footer #club .field input,
#footer #club .field button {
	height:26px;
}
#footer #club .social,
#footer #club .social li {
	list-style:none;
	padding:0;
	margin:0;
}
#footer #club .social {
	padding-top:12px;
	float:left;
	width:100%;
}
#footer #club .social li {
	float:left;
	margin-right:9px;
}
#footer #club .social li a {
	background:url('../images/social-icons.png') 0 0 no-repeat;
	display:block;
	width:28px;
	height:28px;
	overflow:hidden;
	text-indent:-9999px;
}
#footer #club .social li.twitter a {
	background-position:-37px 0;
}
#footer #club .social li.linkedin a {
	background-position:-74px 0;
}

/***********************************/
/* Footer                          */
/***********************************/

#footer #address {
	padding-left:34px;
	padding-right:37px;
	background:#0d0d0d;
	border-top:2px inset #000;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:46px;
	line-height:46px;
	vertical-align:middle;
	font-size:12px;
}
#footer #address,
#footer #address a {
	color:#626262;
	text-decoration:none;
}
#footer #address a:hover {
	text-decoration:underline;
}
#footer #address .fright {
	padding-right:8px;
}

/***********************************/
/* Social Bar                      */
/***********************************/
#social-bar {
	position:fixed;
	top:40px;
	left:0;
}
#social-bar a {
	display:block;
	width:40px;
	height:40px;
	background:#000;
	color:#fff;
	line-height:40px;
	text-align:center;
	vertical-align:middle;
	font-size:28px;
}
#social-bar a.icon-fb { background:#3b5998; }
#social-bar a.icon-twitter { background:#55acee; }
#social-bar a.icon-youtube { background:#e52d27; }
#social-bar a.icon-instagram { background:#3f729b; }
