@charset "utf-8";
/* This block clears all of the preset formatting for these tags */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
 }
a {
	text-decoration:none;
}

a img{
  border: 0;
	}

body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif
}

/* End Clear Presets */


img {
	
	display:block;
	margin: auto;
	margin-bottom: 20px;
	box-shadow: 5px 5px 9px #666;
}

#shareBlock {
	padding:20px;
	width:800px;
	margin:auto;
	margin-top:40px;
	box-shadow: 5px 5px 14px #666;
	overflow:hidden;
	
	
}

.infoBlock {
	background:#333;
	color:#fff;
	display:block;
	width:400px;
	padding:20px;
	padding-left:60px;
	margin-left:-20px;
	
		
}

.infoBlock a, a:visited{
	color:#CCC;
}

.infoBlock a:hover{
	color:#ff6600;
}

.infoTitle {
	font-weight:bold;
	font-size:large;
	
	
	
}

.infoDescription {
	color:#333;
	display:block;
	width:400px;
	margin:auto;
	margin-top:20px;
}
.infoDescription p {
	margin-bottom:12px;
}
.shareFooter{
	width: 110%;
	margin-left: -20px;
	margin-bottom:-20px;
	margin-top:40px;
	background: #333;
	color: #ccc;
	padding: 5px;
	text-align: center;
	float: left;
	position: relative;
	bottom: 0px;
	}
.shareFooter  a:visited, a {
	color:#ccc;
	font-weight:bold;	}
	
.shareFooter a:hover {
	color:#ff6600;
}
.shareFooter img {
	display: inline;
	box-shadow: none;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: -2px;
	margin-left: 10px;		
}