* {

	margin: 0px;
	padding: 0px;
	
	}

/* @group Standard HTML */

/* @group Helpers */

.clear {

	clear: both;
	
	}

/* @end */

body {
	
	font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
	
	}
	
h1, h2, h3 {

	margin-bottom: 20px;

	}

a {

	color: #333333;

	}
	
a:hover {

	text-decoration: none;

	}

p {

	line-height: 140%;
	text-indent: 10px;

	}
	
a img {

	border: none;
	
	}

/* @end */

#container {

	margin: 0 auto;
	margin-top: 20px;
	width: 700px;
	
	}
	
#header {

	border-bottom: 1px dotted #000;
	margin-bottom: 10px;
	
	}
	
#footer {

	border-top: 1px dotted #000;
	color: #858585;
	font-size: .75em;
	line-height: 140%;
	margin: 0 auto;
	margin-top: 20px;
	padding-top: 10px;
	text-align: center;
	width: 700px;
	
	}

#login {

	font-size: 1.3em;
	line-height: 160%;
	
	}

#login input[rel="fill"] {

	border: none;
	border-bottom: 2px solid #ded84d;
	font-size: 1em;
	width: 250px;
	
	}
	
#login input[rel="fill"]:focus {

	background: #fbf8c3;
	
	}

#login .fancy {

	border-bottom: 1px solid #ccc;
	font-size: .75em;
	margin-top: 10px;
	padding-bottom: 20px;
	
	}

#login .fancy .notice {

	text-decoration: underline;
	
	}
	
.strikethrough {
	
	text-decoration: none;
	text-decoration: line-through;
	
	}

#login .fancy .delicious, #login .fancy .scrumptious, #login .fancy .delightful {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #a0558d;
	
	}
	
#login .fancy .scrumptious {

	color: #5880ff;
	
	}
	
#login .fancy .delightful {

	color: #5ca24d;
	
	}
	
#login .info {

	color: #ccc;
	font-size: .63em;
	line-height: 130%;
	margin-left: 20px;
	margin-top: 20px;
	
	}
	
#login .info a {

	color: #BBBBBB;

	}
	
#retrieve_data .question {

	font-size: 1.3em;
	line-height: 160%;

	}
	
#retrieve_data .four-options {

	margin-top: 10px;

	}
	
#retrieve_data .four-options li {

	border: 1px solid #ccc;
	cursor: pointer;
	font-size: 3em;
	float: left;
	list-style-type: none;
	margin-right: 10px;
	padding: 10px;
	text-align: center;
	width: 140px;

	}
	
#retrieve_data .four-options li:hover {

	background: #F2F2F2;
	border: 1px solid #666;

	}
	
#retrieve_data .extra {

	margin-top: 10px;

	}
	
#loading_status {

	text-align: center;
	margin-top: 30px;
	
	}
	
#loading_status .note {

	font-size: 1.3em;
	line-height: 160%;
	
	}
	
#loading_status .movie {

	margin-top: 10px;
	
	}
	
#show_stats .section {

	margin-top: 15px;	
	}
	
#show_stats .section .user {

	border-bottom: 1px dotted #666;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
	width: 340px;
	
	}
	
#show_stats .section .user .avatar {

	float: left;
	height: 64px;
	width: 64px;
	
	}
	
#show_stats .section .user .info {

	float: left;
	font-size: .75em;
	line-height: 140%;
	margin-left: 10px;
	width: 265px;
	
	}
	
#show_stats .section .user .info .followed {

	color: #666;
	font-style: italic;
	
	}

#show_stats .section .user .info .unfollow {

	display: inline-block;
	margin-top: 10px;
	
	}
	

#show_stats .section .user .info .unfollow:hover {

	opacity: .5;
	
	}

#show_stats .section .user .type {
	
	background: #ede0ff;
	display: block;
	font-size: 1em;
	margin-bottom: 5px;
	padding: 5px;
	
	}
	
#show_stats .section .user .type .number {

	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .83em;
	font-style: italic;
	font-weight: bold;
	height: 28px;
	margin-left: 300px;
	margin-top: -10px;
	padding-top: 12px;
	position: absolute;
	text-align: center;
	width: 40px;
	
	}

#show_stats .section .charts:first-child {

	margin-left: 0px;
	
	}
	
	
#show_stats .charts {

	border-bottom: 1px dotted #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
	
	}
	
#show_stats .section .chart {

	float: left;
	width: 340px;
	margin-left: 10px;
	
	}
	
#show_stats .section .average {

	color: #6CA6CD;
	font-weight: bold;
	
	}