/* reset ***********************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

a 			{ 	text-decoration: none; color: #414141;  }

img 		{ 	border: none; }
/* end reset ***********************************************/

body {
	
	width: 1140px;
	margin: 0 auto;
	padding: 0;
	
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,arial,sans-serif;	
	
	background-color: #f5f5f5;
	color: #333;
}

#top{
	display: block;
	width:  200px;
	height: 30px;
	margin: 30px 470px 25px 470px;	
}
#top h2{
	font-size: 24px;
	font-family: serif;	
	color: #414141;
	
	text-align: center;
}
#top h2 a:hover{
	color: #999;
}

img{

}

span.image{
	display: block;
	width: 300px;
	height: 300px;
	
	margin: 0 40px 60px 40px;
	
	background:#FFFFFF none repeat scroll top center;
	
	-moz-border-radius: 5px ;
	-webkit-border-radius: 5px;
	
	float: left;
	
	position: relative;
	/*overflow: hidden;*/
}

div.text-background{
	/*display: none;*/
	
	display: block;
	background:#ccc none repeat scroll 0 0;
	width: 120px;
	height: 120px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	position: absolute; top: 160px;
	
	opacity: .9;	
}

span.image:hover div.text-background{
	
	/*position: absolute; top:0; left:0;*/
}

span.image div span.text-header
{
	display: block;
	padding: 20px 15px 5px 15px;
	font-size: 16px;
}
span.image div span.text-body
{
	display: block;
	padding: 10px 15px;
	font-size: 14px;
	
	line-height: 1.6em;
	
	color: #333;
	
	display: none;
}
span.image div span.text-body a
{	
	margin-top: 10px;
	
	line-height: 1em;
	font-size: 12px;
	color: #666;
}
span.image div span.text-body a:hover
{	
	color: #999;
}

/*****************************************
 * 				WINDOW
 ****************************************/ 
 
ul li{
	font-size: 22px;
	font-weight: 300;
	line-height: 1.4em;
	padding-bottom: 20px;
	
	color: #000;
}
ul li em{
	font-size: 22px;
	font-weight: 600;
}
ul li img{
	padding-right: 20px;
}
ul li h2{
	padding-top: 42px;
	font-size: 48px;
	text-align: center;
}

/******************************************
 * 				explanation
 ******************************************/ 
#explanation{
	color: #333;
}

#explanation p{
	font-size: 20px;
	padding: 10px 20px;
	line-height: 1.6em;
}

#explanation h2{
	font-size: 28px;
	padding: 20px 0 20px 20px;
}
#explanation h2 .smaller	{ 	font-size: 24px; color: #333;}

#explanation p .twitter 	{	color: #33CCFF; }
#explanation p .flickr 		{	color: #0063DC; }
#explanation p .trend		{	color: #006666;	 }
#explanation p .me			{	color: #aaa; }
