.menu { display: none;}
.social { display: none;}
.side-item { display: none;}
.blog-content > div:last-child {display: none;}

.blog-title > div:first-child {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;		
	color: black;
	font-size: 1.2em;
}

.blog-content img {
	float: left;
	padding: 10px;
	margin: 10px;
	margin-left: 0px;
	margin-top: 0px;
	-webkit-box-shadow: 0px 0px 5px #bebdbd;
	-moz-box-shadow: 0px 0px 3px #bebdbd;
	box-shadow: 0px 0px 5px #bebdbd;
}

.pull-quote {
	float: right;
	margin: 20px;
	width: 200px;
	font-size: 1.2em;
}

a {
	color: blue;
}

h2 > a {
	text-decoration: none;
	color: #ED0F69;
}

h1, h2 {
	color: #ED0F69;	
}

h1, h2, h3, h4 {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;	
}

p {
	font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;	
	font-size: 0.8em;
}

.portfolio-thumbnail > img {
	float: left;
	padding: 10px;
	margin: 10px;
	margin-left: 0px;
	margin-top: 0px;
	-webkit-box-shadow: 0px 0px 5px #bebdbd;
	-moz-box-shadow: 0px 0px 3px #bebdbd;
	box-shadow: 0px 0px 5px #bebdbd;
}
