/* ==================== */
/* = Share Master CSS = */
/* ==================== */

/* logged in banner */

div#user_banner {
	position: absolute;
	top: 0px;
	right: 15px;
	padding: 5px 7px 5px 7px;
	width: 110px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	background-color: #cb006a;
	font-size: 12px;
	line-height: 12px;
	z-index: 50000;
}
div#user_banner a {
	display: block;
	padding: 5px 7px 5px 7px;
	margin: -5px -7px -5px -7px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	width: 110px;
}
div#user_banner a:hover {
	background-color: #000;
}

/* activation banner */

div#activation_banner {
	position: absolute;
	top: 0px;
	left: 15px;
	padding: 5px 7px 5px 7px;
	width: 200px;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	background-color: #000;
	font-size: 12px;
	text-align: center;
	line-height: 12px;
	z-index: 50000;
}
div#activation_banner a {
	padding: 5px 7px 5px 7px;
	margin: -5px -7px -5px -7px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
div#activation_banner a:hover {
	background-color: #cb006a;
}

/* sharing is caring */

#share_bug {
	position: fixed;
	top: 0px;
	left: 35px;
	width: 235px;
	height: 35px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #f8f8f8;
	background-color: #252525;
	
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	
	z-index: 50000;
}

#share_bug h4 {
	display: block;
	margin: 9px 5px 0px 12px;
	width: 45px;
	height: 15px;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: -0.08em;
	float: left;
}

#share_bug p.twitter a {
	display: block;
	margin: 4px 10px 0px 10px;
	padding: 5px 7px 5px 7px;
	width: 45px;
	height: 15px;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
	color: #f8f8f8;
	letter-spacing: -0.08em;
	text-decoration: none;
	background-color: #569abc;
	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	
	float: right;
}

#share_bug p.twitter a:hover {
	color: #333;
	background-color: #33ccff;
}
#share_bug p.twitter a:active {
	position: relative;
	top: 1px;
	color: #33ccff;
	background-color: #f8f8f8;
}

#share_bug p.fb_like {
	display: block;
	margin: 2px 0px 0px 0px;
	padding: 5px 7px 5px 7px;
	width: 80px;
	float: right;
	overflow: hidden;
}


/* ----------------- EULA Panel Stuff ------------------ */

#eula {
	position: absolute;
	margin: 75px 0px 0px 105px;
	padding: 20px;
	width: 350px;
	font-family: Helvetica, sans-serif;
	color: #dee8ee;
	background-color: #333;
	z-index: 3000;
}
#eula h1 {
	margin-bottom: 20px;
	font-size: 16px;
}
#eula h2 {
	font-size: 14px;
	font-weight: bold;
}
#eula h3 {
	font-size: 14px;
	font-style: italic;
}
#eula p {
	margin: 0px 0px 14px 0px;
	font-size: 12px;
	line-height: 16px;
}
#eula a {
	text-decoration: underline;
	color: #dee8ee;
}
#eula a:hover {
	text-decoration: none;
	color: #dee8ee;
}

#eula span.close {
	font-size: 14px;
	float: right;
}