body {
	color: white;
	background-color: #555;
	font-family: 'GentiumBasicRegular', serif;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: #ff6;
}

hr.clear {
    clear: both;
	border-width: 0;
	height: 0px;
}

strong {
    font-family: 'GentiumBasicBold', serif;
	font-weight: normal;
	font-style: normal;
}

em {
	font-family: 'GentiumBasicItalic', serif;
	font-weight: normal;
	font-style: normal;
}

.on {
	color: #ff6;
}

#background {
	position:absolute;
	width:100%; 
	height:100%; 
	z-index: -1;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

#header {
    font-family: 'CitonLightDBNormal', serif;
	margin: 20px;
	padding: 20px 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	font-size: 50px;
}

#cloud {
	font-family: 'GentiumBasicRegular', serif;
	text-align: center;
	font-size: 5px;
	word-spacing: 15px;
	line-height: 3.2em;
	margin: 20px 20px 0;
}

#cloud span {
	white-space: nowrap;
	word-spacing: normal;
}

#cloud .level-1 {
    color: #fff;
    font-size: 4.0em;
    
}

#cloud .level-2 {
	color: #ffc;
	font-size: 3.0em;
}

#cloud .level-3 {
	color: #ff9;
	font-size: 2.0em;
}

#cloud .level-4 {
	color: #ff6;
	font-size: 1.5em;
}

#cloud .level-5 {
	color: #ff3;
	font-size: 1.2em;
}

#flickr {
	margin-left: auto;
	margin-right: auto;
	height: 175px;
	width: 500px;
}

#flickr .flickr_image {
    width: 75px;
    height: 75px;
    margin: 5px;
    float: left;
    border: 2px solid #444;
}

#flickr .flickr_image img {
	opacity: 0.3;
}

#flickr .spinner {
	background: url(../images/spinner.gif) no-repeat center center;
	opacity: 0.3;
}

#flickr-control {
	margin: 0 20px;
	text-align: right;
}

#footer {
    height: 50px;
    margin: 20px;
	text-align: center;
}

.boxy-content {
    color: black;
}

.boxy-content a {
    color: #009;
}

.boxy-content a:hover {
    text-decoration: underline;
}

.boxy-content .flickr-boxy {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.boxy-spinner {
	background: url(../images/boxy-spinner.gif) no-repeat center center;
}

.boxy-content .caption {
    margin-top: 5px;
    text-align: center;
}

