blockquote.twitter-tweet {
	width: 80%;
	margin: auto;
	padding: 20px;
	padding-top: 15px;
	margin-bottom: 30px;
	background: rgb(250, 250, 250);
	border: 1px solid #ccc;
}

iframe.twitter-tweet {
	margin: auto;
	margin-bottom: 40px !important;
}

img.framed {
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
	padding: 20px
}

img.inline-icon-image {
	vertical-align: middle;
	padding-left: 4px;
	padding-right: 4px;
}

sup { 
	vertical-align: top;
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
}

video.light-border {
	border: 1px solid #eee;
}

div.footnotes::before {
	content: "";
	display: block;
	border: 0;
	width: 60%;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	background-image: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
	background-image:    -moz-linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
	background-image:     -ms-linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
	background-image:      -o-linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
	background-image:      linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

.blog-post-date {
	font-weight: normal;
	font-style: italic;
	color: #bbb;
}

.previous-post-link {
	float: left;
}

.next-post-link {
	float: right;
}

#previous-next-container {
	padding-top: 40px;
	padding-bottom: 40px;
}

.more-posts-link-footer {
	text-align: center;
}

.more-posts-link-footer a {
	color: #bbb;
}

header {
	margin-bottom: 20px;
}

h3 {
	margin-top: 40px;
	line-height: 1.2;
}

div.iphone-wrapper {
	background-image: url('/images/blog/iPhone-gif-frame.png');
	width: 250px;
	height: 511px;
	margin: auto;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  div.iphone-wrapper {
	background-image: url('/images/blog/iPhone-gif-frame@2x.png');
	background-size: 250px 511px;
  }
}

div.iphone-wrapper img {
	position: relative;
	top: 65px;
	left: 18px;
	width: 215px;
	height: 382px;
}

.archive-postname {
	font-size: 1.5em;
}

li.archive-post {
	padding-bottom: 1em !important;
	list-style: none;
}

.archive-postdetails {
	color: #aaa;
}

.inline-icon {
	color: #999;
	padding-left: 0.5em;
	padding-right: 0.25em;
}

.read-more {
	margin-top: 40px;
	margin-bottom: 40px;
}

article table {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

article table thead {
	background-color: #ddd;
	font-weight: bold;
	line-height: 200%;
}

article table tr {
	line-height: 300%;
	border-bottom: 1px solid #ddd;
}

article table td {
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px;
}

article table td img {
	vertical-align: middle;
}
