/****************/
/* !STRUCTURE */
/****************/
* {
	margin: 0px;
	padding: 0px;
}

#box {
	margin-left: -125px;
	left: 50%;
	top: 50%;
	display: block;
	margin-top: -234px;
	height: auto;
	width: 250px;
	z-index: 100;
	position: absolute;
}

#container {
	display: block;
	height: auto;
	width: 250px;
	z-index: 100;
	position: relative;
	background-color: rgba(255,255,255,.92);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.2);
	-webkit-transition: 0.25s ease-in-out;
}

#box:hover #container {
	background-color: rgba(255,255,255,.97);
}

h1 {
	color: #191919;
	margin-bottom: 15px;
	line-height: 1em;
	font-size: 3em;
	width: 250px;
	border-bottom-color: #191919;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 15px;
	text-align: center;
	font-style: normal;
	text-transform: uppercase;
	font-weight: normal;
	font-family: RalewayThin;
}

p {
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	color: #191919;
	line-height: 1.7em;
	padding-bottom: 10px;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
}

a {
	color: #191919;
}

a:hover {
	text-decoration: none;
}

p.download a {
	position: relative;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-top: 14px;
	display: block;
	width: 230px;
	text-align: center;
	line-height: 1em;
	text-decoration: none;
	font-family: RalewayThin;
	font-size: 2em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transition: 0.25s ease-in-out;
}

#box:hover p.download a {
	background-color: #191919;
	color: white;
	text-decoration: none;
}

#box:hover p.download a:hover {
	background-color: #58bc53;
	color: white;
	text-decoration: none;
}

#footer {
	background-color: white;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-top: 5px;
	display: block;
	z-index: 100;
	right: 0px;
	bottom: 25px;
	text-align: right;
	position: fixed;
	-webkit-transition: 0.15s ease-in-out;
}

#footer p {
	color: #191919;
	padding: 0px;
	margin: 0px;
	text-align: right;
}

#footer a {
	text-decoration: none;
	color: #191919;
}

#footer:hover a, #footer:hover p {
	color: white;
}

#footer:hover {
	background-color: #191919;
}

#footer:hover a:hover {
	color: #5bbbca;
}


#retweet {
	margin-left: -80px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	left: 50%;
	position: relative;
	bottom: 0px;
	width: 160px;
	z-index: 1;
	background-color: white;
	display: inline-block;
	background-color: rgba(255,255,255,.92);
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.2);
	-webkit-transition: 0.25s ease-in-out;
}

#box:hover #retweet {
	background-color: rgba(255,255,255,.97);
}

a.retweet {	
	font-weight: normal;	
	font-style: normal;	
	left: 10px;	
	position: relative;
	padding-left: 0px;
	padding-bottom: 6px;
	padding-right: 0px;
	padding-top: 10px;
	display: block;
	width: 140px;
	text-align: center;
	text-decoration: none;
	font-family: RalewayThin;
	font-size: 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transition: 0.25s ease-in-out;
}

#box:hover a.retweet {
	background-color: #191919;
	color: white;
	text-decoration: none;
}


#box:hover a.retweet:hover {
	background-color: #58bc53;
	color: white;
	text-decoration: none;
}


p.warning {
	font-weight: bold;
	color: #e31100;
	-webkit-animation-name: 'warning';
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
}
@-webkit-keyframes 'warning' {
	0% { color: #191919; }
	50% { color: #e31100; }
	100% { color: #191919; }
}


a#banner {
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background-color: white;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	z-index: 1010;
	left: 0px;
	top: 15px;
	display: block;
	position: fixed;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #191919;
	font-size: 13px;
	-webkit-transition: 0.15s ease-in-out;
}

a#banner:hover {
	color: white;
	background-color: #191919;
}
