/*  
Made by: Cesare Rocchi - info@studiomagnolia.com
*/

* {
  margin: 0;
  padding: 0;
}
body {
  background: #1a1a1a;
  color: #414141;
  font: 87%; 
  font-family: "helvetica neue", helvetica, arial, sans-serif;
}
#outer.container {
  margin: 1em auto;
  padding: 1.8em;
  width: 960px;
  border: 10px solid #333333;
  background-color: #999999;
}
h1 a {
  margin-top: 1em;
  font-weight: normal;
}
h1 a, h1 a:visited {
  color: #414141;
  text-decoration: none;
}
a, a:visited {
	color: #414141;
}
#content {
  margin-top: 0.6em;
  font-size: 2em;
  color: #414141;
  min-height: 480px;
}
#content p {
  margin-bottom: 0.6em;
  line-height: 140%;
}
#content a, #content a:visited {
  color: #676767;
}
#content a:hover {
	text-decoration: none;
}
#content a, #content a:hover, #content a:visited {
  font-weight: bold;	
}
.photo {
	width: 320px;
	height: 240px;
	float:right; 
	margin: 0 0 1em 1em; 
	padding:3px;
	border:1px dashed #676767
}
#footer {
	clear:both;
	font-size:0.9em;
	float: right;
	margin-top: 60px;
}
#socialBadges {
	clear: both;
	float: right;
	margin: 10px 0 0 0;
}
#socialBadges img{
	margin:0px -5px;
}
img {
	border: none;
}
.tooltip { 
    background-color: #eeeeee; 
    color: #676767;
    display:none;
    position:absolute;
    top:0;
    left:0;
    font-size: 12px;
    padding: 10px;
    width: 200px;
    line-height: 130%;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius: 10px;
}
.round {
	-moz-border-radius: 10px;
  	-webkit-border-radius: 10px;
}