/*************************************************************
*
*  GENERAL
*
**************************************************************/

body, table, td {
	font-family: Arial, Verdana, sans-serif;
	font-size: 17px;
	font-size: 16px;
	line-height: 24px;
}
html, body {
	width: 100%;
	margin: 0;
}
object {
	outline:none;
}
a:link, a:visited {
	color: #ff0745;
	text-decoration: none;
}
img {
	vertical-align: bottom; 
}
.highlight {
	color: #ff0745;
}
.subtle {
	color: #B2B2B2;
}
.shaded {
	background-color: #f0f0f0;
}
.subtleborder {
	border-color: #f0f0f0;
}
.strongborder {
	border-color: #d0d0d0;
}
.subtle a:link,
.subtle a:visited {
	color: #808080;
}
.subtle a:hover {
	color: #605f5f;
}
.brightcustomhover a:link,
.brightcustomhover a:visited {
	color: #000;
}
a:hover,
.brightcustomhover a:hover {
	color: #aa1339;
	text-decoration: underline;
}
.bar {
	background-image: url(../img/bar-bg.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	display: block;
	width: 100%;
	height: 8px;
	clear: both;
	margin: 10px 0;
}

/* Header */

.header {
	display: block;
	text-align: center;
	margin: 10px 7% 10px 7%;
	overflow: hidden;
}
#home .header {
	margin: 100px 0 40px 0;
	margin: 40px 7% 40px 7%;
}
.header img.bar {
	margin: 6px 0;
}
.header img {
	display: inline-block;
}
.header img.balloons {
	margin: 0 0 0px 0;
}
body#home .header img.balloons {
	margin: 0 0 20px 0;
}

/* Menu */

.menu {
	overflow: hidden;
	padding: 0 0 30px 0;
}
#statistics .menu,
#statement .menu {
	overflow: hidden;
	padding: 0 0 10px 0;
}
#home .menu {
	margin: 0 0 30px 0;
}
.menu ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.menu ul li {
	display: inline-block;
	margin: 0 1px;
	overflow: hidden;
}
.menu.small li {
	margin: 0 10px 0 10px;
}
.menu ul li a:link,
.menu ul li a:visited {
	display: block;
	overflow: hidden;
}
.menu li .title {
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	background-position: 0 -46px;
	display: inline-block;
	height: 23px;
}
#home .menu li .title {
	background-position: 0 -60px;
	height: 30px;
}
.menu li a:hover .title,
#home .menu li a:hover .title {
	background-position: 0 0;
	/*background-position: 0 -30px;*/
}
.menu ul li.selected .title {
	background-position: 0 -23px;
}
#home .menu ul li.selected .title {
	background-position: 0 -30px;
}

/* Menu */

.menu li.story .title {
	background-image: url(../img/title-story-small.png);
	width: 58px;
}
.menu li.statistics .title {
	background-image: url(../img/title-statistics-small.png);
	width: 103px;
}
.menu li.statement .title {
	background-image: url(../img/title-statement-small.png);
	width: 102px;
}

.menu li.faces .title {
	background-image: url(../img/title-faces-small.png);
	width: 57px;
}
.menu li.hands .title {
	background-image: url(../img/title-hands-small.png);
	width: 58px;
}
.menu li.wishes .title {
	background-image: url(../img/title-wishes-small.png);
	width: 71px;
}
.menu li.happiness .title {
	background-image: url(../img/title-happiness-small.png);
	width: 98px;
}

/* Home */

#home .menu li.story .title {
	background-image: url(../img/title-story.png);
	width: 75px;
}
#home .menu li.statistics .title {
	background-image: url(../img/title-statistics.png);
	width: 134px;
}
#home .menu li.statement .title {
	background-image: url(../img/title-statement.png);
	width: 133px;
}
.menu img {
	display: inline-block;
	margin: 0 0 10px 0;
}
.menu .clear {
	display: block;
}

/* Content */

.content {
	padding: 0 7% 50px 7%;
}
.content .floated-image.left {
	float: left;
	margin: 0 30px 20px 0;
}
.content .floated-image.right {
	float: right;
	margin: 0 0 20px 30px;
}
.content .floated-image img {
	border: 1px solid #f0f0f0;
	padding: 5px;
}
.content a:hover.floated-image img {
	border-color: #c0c0c0;
}

.content ul.photos {
	clear: both;
	list-style: none;
	overflow: hidden;
	margin: 20px 0 30px 0;
	padding: 0;
	list-style: none;
	margin-right: -4%;
}
.content ul.photos li {
	width: 20%;
	width: 16%;
	/*width: 14%;*/
	float: left;
	margin: 0 0 0 0;
	padding: 0;
}
.content ul.photos li a:link,
.content ul.photos li a:visited {
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 130px;
	margin-right: 1px;
}

/* Footer */

.footer {
	text-align: center;
	margin: 0 0 40px 0;
}
#home .footer {
	margin: 0 7% 40px 7%;
}
.footer .byline {
	display: block;
	text-align: center;
}

/*************************************************************
*
*  STATISTICS
*
**************************************************************/

#statistics .content {
	overflow: hidden;
	padding-top: 20px;
}
#statistics .explanation {
	margin: 0 0 30px 0;
	padding: 20px 22px;
}

/* Heading */

#statistics .heading {
	overflow: hidden;
	margin: 0 0 0px 0;
	/*text-align: center;*/
}
#statistics .heading h2 {
	float: left;
	line-height: 30px;
	padding-right: 20px;
	margin: 0;
}
#statistics .heading h3 {
	font-weight: normal;
	margin: 0;
	padding: 8px 0 0 0;
	line-height: 20px;
	font-size: 16px;
	
	/*line-height: 20px;*/
}
#statistics ul.results {
	list-style: none;
	overflow: hidden;
	margin: 5px 0 30px 0;
	padding: 0;
}
#statistics ul.results li.row {
	overflow: hidden;
	margin: 0 0 15px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 8px;
	margin: 0 0 10px 0;
	/*padding: 0;*/
}
#statistics ul.results .label {
	float: left;
}
#statistics ul.results .label .name {
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 0 10px 0 0;
	
	border-width: 0;
	font-size: 16px;
	line-height: 22px;
	
}
#statistics ul.results .label .name .subtle {
	font-weight: normal;
	font-size: 16px;
}
#statistics ul.results .label .count {
	font-size: 11px;
	line-height: 14px;
	padding: 5px 10px 0 0;
	
	padding: 0;
	margin: 0 0 -3px 0;
}
#statistics ul.items {
	list-style: none;
	margin: 0;
	padding: 0;
}
#statistics ul.items li {
	float: left;
	margin: 0 1px 1px 0;
}

/* Wishes */

#statistics ul.wishes {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}
#statistics ul.wishes li {
	display: block;
	margin: 0 0 8px 0;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 8px;
}
#statistics ul.wishes img {
	float: left;
	margin: 0 20px 0 0;
}
#statistics ul.wishes .wish-text {
	font-size: 16px;
	font-weight: normal;
	line-height: 50px;
}

/* Happiness */

/*#statistics ul.results.stat-happiness .label .name {
	font-size: 28px;
	line-height: 28px;
}*/

/* Special cases */

#statistics .stat-happiness ul.items {
	margin-left: 100px;
}
#statistics .stat-occupation ul.items {
	margin-left: 200px;
}
#statistics .stat-color ul.items {
	margin-left: 100px;
}

/*************************************************************
*
*  ITEMS
*
**************************************************************/

#items .heading {
	text-align: center;
}
#items .heading h2 {
	margin: 0;
	padding: 0;
	font-size: 28px;
	line-height: 40px;
}
#items .heading h3 {
	font-weight: normal;
}
#items ul.items {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
	overflow: hidden;
}
#items ul.items li {
	float: left;
	margin: 0;
	width: 20%;
}
#items ul.items li .item-photo {
	margin: 0 1px 2px 1px;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 175px;
}
#items ul.items li .item-text {
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	margin: 10px 0 0 0;
	padding: 0 20px;
	height: 60px;
}

/* Wishes */

#items.wishes ul.items li {
	float: left;
	margin: 0;
	width: 25%;
}
#items.wishes ul.items li .item-photo {
	height: 200px;
}

/*************************************************************
*
*  STATEMENT
*
**************************************************************/

#statement .highlight {
	font-size: 20px;
	line-height: 28px;
}


/*************************************************************
*
*  STORY
*
**************************************************************/

body#story {
	background: #f0f0f0;
	overflow: hidden;
}
body#story #holder {
	display: block;
	width: 100%;
	height: 100%;
}
body#story .swf {
	display: block;
	width: 100%;
	height: 100%;
}
body#story .titles {
	padding: 100px 0 0 0;
}
body#story .titles img {
	display: inline-block;
	padding: 40px 80px;
	background: #fff;
	border: 1px solid #e0e0e0;
}

body#story .bar {
	background: #EBE7E4;
	display: block;
	clear: both;
	height: 1px;
	margin: 25px 0 25px 0;
	overflow: hidden;
}


