/**
This default stylesheet is used within the editor.
*/

body::-webkit-scrollbar { width: 15px; margin: -15px; }
body::-webkit-scrollbar-thumb { -webkit-box-shadow: inset 0 0 99px rgba(0,0,0,.2); border: solid transparent; border-width: 6px 4px; }
body::-webkit-scrollbar-thumb:vertical { min-height: 40px; }
body::-webkit-scrollbar-thumb:horizontal { min-width: 40px; }
body::-webkit-scrollbar-thumb:hover { -webkit-box-shadow: inset 0 0 99px rgba(0,0,0,.4); }

.post{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px/1.4;
	color: #333;
}

.post p {
	margin: .1em 0 .8em 0;
} 

.post h2{
	margin: .4em 0;
}

.post h3{
	margin: .4em 0;	
}

.post h4{
	margin: .4em 0;	
}

.post strong{

}

.post em{

}

.post img{
	border: 0;
}

.post blockquote {
	background: rgba(255, 255, 255, 0.4);
	border-left: 5px solid #06C;
	font-style: italic;
	font-size: inherit;
	padding: 3px 0 3px 15px;
	margin-bottom: 15px;
	quotes: none;
}

.post ul {
	list-style: outside square;
	margin: 1em;
}

.post ol {
	list-style: outside decimal;
	margin: 1em;
}

.post li {
	display: list-item;
	line-height: 1.6em;
}

.post pre {
	font-family: monospace;	
}