@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;
}

img.alignright {border:1px dotted #abc7e1;
	padding:7px;
	background:#f1f6fa;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:10px;
	}
img.alignleft {border:1px dotted #abc7e1;
	padding:7px;
	background:#f1f6fa;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:10px;}
img.aligncenter {border:1px dotted #abc7e1;
	padding:7px;
	background:#f1f6fa;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:10px;}
img.alignnone {border:1px dotted #abc7e1;
	padding:7px;
	background:#f1f6fa;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:10px;}

img.attachment-thumbnail{border:1px dotted #abc7e1;
	padding:7px;
	background:#f1f6fa;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:10px;}

a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

h9 {background:#F1F6FA;
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 18px;
font-style:italic;
}

a div.post {font-size:18px;color:##4F27A1;}

.post {line-height:23px;color:#333;}


