@charset "utf-8";
/* CSS Document */

/****Portfolio Posts****/
.post-image {
	border:1px dotted #abc7e1;
	padding:7px;
	background:#f1f6fa;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.post-image:hover {
	background:#d3e3f2;
}

.post-image-ext {
	text-align:center;
	border:1px dotted #aed00b;
	padding:7px;
	background:#ebf4c3;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.post-image-ext:hover {
	background:#dfef8e;
}

blockquote {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-style:italic;
	padding:25px;
	font-size:110%;
}

#portfolio-content {
	padding-top:15px;
	padding-bottom:20px;
}

.portfolio-url {
	font-family:Georgia,"Times New Roman",Times,serif;
	background:#f1f6fa;
	line-height:30px;
	text-align:center;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	border:1px solid #f1f6fa;
}

hr.apple {
	background:url(../images/hr-apple.png) no-repeat;
	width:100%;
	height:20px;
}

.highlight {
	font-size:15px;
	font-family:Georgia,"Times New Roman",Times,serif;
	background: #f1f6fa;
}

#quickfacts {
	margin: 0 15px; 
	float: right; 
	width: 300px;
}

#quickfacts li {
	border-bottom:1px dotted #abc7e1;
	}

/****Portfolio Posts****/


/****Wordpress Overrides****/
.wp-caption-text {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:80%;
	color:#666;
	font-style:italic;
	padding-top:7px;
}

