@font-face {
	font-weight: normal;
	font-style: normal;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0; }

body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	background:url("./justin_bieber_portrait_bg.png");
	background-repeat:no-repeat;
	background-position:right;
	background-color:#666666;
	background-attachment:fixed;
}

html {
	overflow-y: scroll;
}

header {
	position: absolute;
	top: 0px;
	left: 0px;
}

p {
	padding-left:1em
}

a {
	color: #ccc;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000000;
}

.container > header h1 {
	position:absolute;
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0 0 0.6em 0;
	font-weight: 400;
}

.container > header nav {
	position:absolute;
	text-align: center;
}

.container > header nav a {
	display: inline-block;
	position: relative;
	text-align: left;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	margin: 0 0.1em;
	border: 4px solid #47a3da;
}

.container > header nav a > span {
	display: none;
}

.container > header nav a:hover:before {
	content: attr(data-info);
	color: #47a3da;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	pointer-events: none;
}

.container > header nav a:hover {
	background: #47a3da;
}

.container > header nav .bp-icon:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 2;
	text-indent: 0;
}

.container > header nav a:hover:after {
	color: #fff;
}

li.influence {
	margin: .3em 0;
	list-style-type: disc;
}

#title1 {
	position:absolute;
	font:italic bold 48px/12px Georgia, serif;
	//left:0px;
	//top:0px;
}

#signature {
	position:relative;
	left:200px;
	//top:0px;
	height:205;
	//width:250;
}

#title2 {
	position:relative;
	left:465px;
	top:-125px;
	color:FireBrick;
	font:italic bold 96px/30px Georgia, serif;
}

#tab5 {
	height:800px;
}

span.influence {
	font-weight:bold;
	text-decoration:underline;
}

span#dateSelected {
	display:block;
	position:absolute;
	clear:left;
}

span#calendar {
	display:block;
	position:absolute;
	left:300px;
	position:relative;
	top:0px;
	left:100px;
}

button#voteButton {
	position:absolute;
	top:100px;
	left:400px;
	height:50px;
	width:200px;
	font-size:18px;
	visibility:hidden;
}

span#graphs {
	display:block;
	float:left;
	left:0px;
	position:relative;
	top:0px;
	left:125px;
	height:800px;
}

canvas#dayResults {
	height:250px;
	width:500px;
	top:50px;
	position:absolute;
}

canvas#monthResults {
	height:250px;
	width:500px;
	top:300px;
	position:absolute;
}

canvas#yearResults {
	height:250px;
	width:500px;
	top:550px;
	position:absolute;
}

.detail {
	padding: 0 25px;
	color: #ffffff;
	line-height:140%;
}

.detail p {
	padding: 0 0 1em 0;
	margin: 0;
}

#tabs {
	top:200px;
	left:200px;
	width:900px;
	padding: 0px;
	background: none;
	border-width: 0px;
	overflow: hidden;
	margin: 1em 0 2em;
	font-weight: 300;
	opacity:0.9;
}

#tabs .ui-tabs-nav {
	padding-left: 0px;
	background: transparent;
	border-width: 0px 0px 1px 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

#tabs .ui-tabs-panel {
	background:rgba(230,30,165,0.65);
	border-width: 0px 1px 1px 1px;
}
