
.post .content ul
{
	margin-left: 1.5em;
	list-style-type: disc;
}

.post .content ol
{
	margin-left: 3em;
}

.post .content li
{
	list-style-position: outside !important;
	padding-left: .5em !important;
}

.post .content pre
{
	margin: 20px 0px;
	font-size: 95%;
}

.float_hack
{
	clear: both;
}

.post .content .update
{
	background-color: #eee;
	color: #333;
	font-style: italic;
	padding: 1em;
}
.post .content .update a
{
	
}
.post .content .update .date
{
	background-image: none;
	padding: 0px;
	font-weight: bold;
}
.post .content .update .date:before
{
	content: 'Updated (';
	font-weight: bold;
}
.post .content .update .date:after
{
	content: ')';
	font-weight: bold;
}

.post .content .attribution
{
	display: block;
	margin-top: 1.5em;
	text-align: right;
}

.post .content .attribution:before
{
	content: '—';
}


/* Screenplays --------------------- */

.screenplay
{
	background-color: #eee;
	border: 1px solid #aaa;
	padding: 1em;
	margin-bottom: 1em;
}

.screenplay .action
{
	font-style: italic;
	padding-top: 1em;
	padding-bottom: 1em;
}

.screenplay .action em
{
	font-style: plain;
}
.screenplay .character
{
	font-weight: bold;
}

.screenplay .dialog
{
	padding-left: 10%;
}

.screenplay .dialog .character
{
	padding-left: 30%;
	display: block;
}



#find-me-on-the-web
{
	
}

#find-me-on-the-web ul.profiles
{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

#find-me-on-the-web ul.profiles > li
{
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 10px;
}


.code .shell
{
	font-weight: bold;
	padding-bottom: 4px;
}

p > code
{
	background-color: #efefef;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 95%;
}

