h1 {
	font-size:22px;
	padding:0px;
	margin:0px 0px 10px 0px;
}

h2 {
	
	font-size:16px;
	line-height: 16px;
	padding: 0px;
	margin: 0px ;
	color:#5a2261;
}
.footer {
	padding:10px; 
	color:#666;
	font-size:12px;
}

.home-unit {
  padding: 0px;
  margin-bottom: 10px;
  height:auto;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

/*social*/
.social {
	float: left;
}
.social li {
	display:block;
	padding:10px;
	margin:0px;
	list-style-type: none;
	float: left !important;
	-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
}
.social li:hover {
	background: #5a2261 !important;
}
.tweet {
	background: #5db5de !important;
}
.facebook {
	background: #3b5998 !important;
}
.pint {
	background: #c92228 !important;
}
.youtube {
	background: #ccc !important;
}
.linkedin {
	background: #000 !important;
}

.shadow {
	-moz-box-shadow:    3px 3px 3px 0px #333;
		-webkit-box-shadow: 3px 3px 3px 0px #333;
			box-shadow:         3px 3px 3px 0px #333;
				/* For IE 8 */
				-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#333333')";
					/* For IE 5.5 - 7 */
					filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#333333');
}