/*
body{
	font-family:  'Lato', Arial, Helvetica, sans-serif;
	color: #000000;
	background: #fff url('../img/barcode_horizontal_80.jpg') repeat-x top left;
	padding-top:  50px; 
	font-weight: 400;
	letter-spacing: 0.06em;
}
*/

body{
	background-color: Black;
	overflow: auto;
}

#doc{
	display: none;
}

#hd{
	padding: 20px;
	position: relative;
}

#hd h1{
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: 0.12em;
}

#subtitle{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.12em;
}

#networks{
	position: absolute;
	bottom: 10px;
	right: 20px;
}

#subtitle span{
	padding: 0 8px 2px 8px;
	color: #fff;
	background-color: #CD153A;
	font-weight: normal;
}

/* body */

#bd{
	padding: 20px;
	font-size: 1.1em;
}

.qm{
	cursor: help;
}

.box{
margin-top: 20px;
}

.box h2{
	color: #6D6D6D;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 900;
}
/*
.box ul{
	background-color: #6D6D6D;
	color: #fff;
	padding: 20px;
}
*/
.box-in{
	background-color: #6D6D6D;
	color: #fff;
	padding: 20px;
}

.box ul li{
	line-height: 150%;
}

#motto{
font-size: 150%;
font-style: italic;
}

#blogger-posts {
	margin-bottom: 20px;
}

#blogger-posts li,
#past-projects li{
	line-height: 200%;
}

#blogger-posts li a,
#past-projects li a{
	display: block;
	text-decoration: none;
	padding: 0 10px 0 10px;
	border-bottom: dotted 1px;
}

#twitter-posts li{
	padding: 5px 10px 5px 10px;
	border-bottom: 1px dotted;
}

#twitter-posts li span{
	font-size:  80%;
}

.box a{
	color: #fff;
	padding: 0 1px 0 1px;
}

.box h2 a{
	color: #6D6D6D;
	text-decoration: none;
}

.box a:hover{
	background-color: #CD153A;	
}

.box h2 a:hover{
	color: #fff;
	text-decoration: underline;
}

/* tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #FFE4C4;
	padding: 7px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;

}
#tooltip h3, #tooltip div { margin: 0; }
