/*------------------------------------ EDITOR -----------------------------*/

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::selection { background: #fcd700; color: #fff; text-shadow: none; } 
::-moz-selection{ background: #fcd700; color: #fff; text-shadow: none; }

* { box-sizing: border-box; }

a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px; }

a:hover, a:active {
	outline: 0; }

a {
	color: #0088cc;
	text-decoration: none; }

a:hover {
	color: #005580;
	text-decoration: underline; }

p {
	margin: 0.9em 0 0.6em; }

small {
	font-size: 85%; }

strong {
	font-weight: bold; }

em {
	font-style: italic; }

cite {
	font-style: normal; }

h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: bold;
	color: inherit;
	margin: 0;
	padding: 0;
	text-rendering: optimizelegibility; }

h1 {
	color: #0B1F65;
	line-height: 1.2em;
	font-size: 30px; }

h2 {
	color: #0A0;
	line-height: 1.4em;
	font-size: 24px; }

h3 {
	color: #666;
	line-height: 1.6em;
	font-size: 18px; }

h4 {
	color: #060;
	line-height: 1.8em;
	font-size: 14px; }

h5 {
	color: #0B1F65;
	line-height: 2.0em;
	font-size: 12px; }

h6 {
	color: #000;
	line-height: 2.2em;
	font-size: 12px; }

ul, ol {
	padding: 0;
	margin: 0.9em 0 0.6em 1.5em; }

ul ul, ul ol, ol ol, ol ul {
	margin-bottom: 0; }

li { margin: 0.3em 0 0.4em; }

dl {
	padding: 0;
	margin: 0.3em 0 0.4em; }

dt {
	font-weight: bold;
	margin-top: 0.6em; }

dd {
	margin-left: 1.0em; }

hr {
	margin: 1.0em 0;
	border: 0;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #FFF; }

blockquote {
	border: 1px solid #DDD;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px 20px;
	margin: 20px 0; }

blockquote p {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0.4em 0;
	padding: 0; }

blockquote small {
	display: block;
	line-height: 20px;
	color: #999999; }

blockquote small:before {
	content: '\2014 \00A0'; }

q:before, q:after, blockquote:before, blockquote:after {
	content: ""; }

sup, sub {
   vertical-align: baseline;
   position: relative;
   top: -0.4em;
}

sub { top: 0.4em; }

address {
	display: block;
	margin-bottom: 20px;
	font-style: normal;
	line-height: 20px; }

code, pre {
	padding: 0 3px 2px;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	color: #333333;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; }

code {
	padding: 2px 4px;
	color: #d14;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8; }

.copyright {
	font-size: 12px; 
	font-style: italic; }

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; }

pre code {
	padding: 0;
	color: inherit;
	background-color: transparent;
	border: 0; }

#system-message {
	background: #CCF;
	border-top: 3px solid #999;
	border-bottom: 1px solid #999;
	color: #669;
	font-size: 12px; 
	font-style: italic;
	padding: 0;
	margin: 0; }

#system-message .success {
	display: table;
	width: 100%;
	background: #CFC;
	color: #060;
	margin: 0; }

#system-message .notice {
	display: table;
	width: 100%;
	background: #FFC;
	color: #330;
	margin: 0; }

#system-message .error {
	display: table;
	width: 100%;
	background: #FCC;
	color: #600;
	margin: 0; }

.clear {
	display: block;
	clear: both; 
	margin: 0;
	padding: 0; }

img {
	width: auto\9;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic; }

.left,
.leftimg,
img[align=left] {
	clear: left;
	float: left;
	margin: 0 0.8em 0.2em 0; }

.right,
.rightimg,
img[align=right] {
	clear: right;
	float: right;
	margin: 0 0 0.2em 0.8em; }

.center,
.centerimg,
img[align=center] {
	clear: both;
	float: center;
	margin: 0 auto 0.2em; }

.img_caption {
	color: #000;
	font-size: 13px;
	font-style: italic;
	text-align: center; }

.columns {
	display: table; 
	width: 100%;
	margin: 0 auto; }

.columns .column {
	display: table-cell; 
	padding: 5px; }

.highlight {
	border-radius: 0.3em; 
	padding: 2px 5px; }

.black {
	background: #000; 
	color: #FFF; }

.blue {
	background: #00C; 
	color: #FFF;
	text-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.8 ); }

.red {
	background: #C00; 
	color: #FFF;
	text-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.8 ); }

.green {
	background: #090; 
	color: #FFF;
	text-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.8 ); }

.yellow {
	background: #FF0; 
	color: #FFF;
	text-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.8 ); }

.frame-1 {
	border: 5px solid #FFF;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba( 0, 0, 0, 0.8 ); 
	margin: 10px; }

.frame-2 {
	border: 5px solid #999;
	border-radius: 5px;
	margin: 10px; }

.sticky {
	background: #EEE;
	border: 1px solid #DDD;
	border-left: 5px solid #DDD;
	padding: 0.7em 1.2em 0.6em 50px; 
	text-align: left; }

.pin {
	background: #EEE;
	border: 1px solid #DDD;
	border-left: 5px solid #DDD;
	padding: 0.7em 1.2em 0.6em 50px; 
	text-align: left; }

.clipping {
	background: #EEE;
	border: 1px solid #DDD;
	border-left: 5px solid #DDD;
	padding: 0.7em 1.2em 0.6em 50px; 
	text-align: left; }

.download {
	background: #EEE;
	border: 1px solid #DDD;
	border-left: 5px solid #DDD;
	padding: 0.7em 1.2em 0.6em 50px; 
	text-align: left; }
