/* BLOG STUFF */
.entry-content p {margin-bottom: 10px; }
.entry-content ol { list-style-type:square; margin: 20px; margin-top:0px; padding: 2px; }

blockquote {
	font-style: italic;
	width: 500px;
	margin: 20px 0 0 20px;
	padding: 0px 40px 0 40px;
	line-height: 1.45;
	position: relative;
}

blockquote:before {
	font-family: Georgia, serif;
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -20px;
	top: -20px;
}

blockquote cite {
	font-size: 100%;
	display: block;
	margin-top: 5px;
}

blockquote cite:before {
	content: "\2014 \2009";
}
/* END BLOG STUFF */


/* ABOUT */
.skills li span { padding: 2px 0 2px 0; white-space: nowrap; overflow: visible; color: #000;}
.skills li span strong {  color: #fff; text-shadow: #111 0px 0px;}
/* .skills li span {white-space: nowrap; margin:0; padding:0 0 0 10px; }  */
/* END ABOUT */

.pic2 {
	padding:4px;
	border:1px solid #ededed;
	position:relative;
	behavior: url(js/PIE.htc);
	cursor:default;
	margin-bottom:10px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.pic2:hover {
	background:#fff;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}

