a:link {
	color: #79A3DC;
	text-decoration: underline;
}

a:visited {
	color: black;
	text-decoration: underline;
}

body {
	margin: 100px 10px 10px 160px;
	background: white url(/m2/img/paper-bg.png) top left;
	background-repeat:  repeat-y;
	font-family: garamond, caslon, georgia, serif;
	font-style: normal;
	font-size: 13pt;
	font-weight: 400;
	color: black;
}

div.badges {
	margin-top: 24pt;
	font-family: univers, "univers 55", helvetica, sans-serif;
	font-size: 7pt;
}

div.badges a {
	color: #999;
	background-color: #eee;
	border: 1px outset #D4D4B3;
	margin-right: 4px;
	padding: 2px 3px 1px 2px;
}

div.badges a:active {
	border: 1px inset #D4D4B3;
}

div.cc-license {
	margin-top: 12pt;
	font-style: italic;
}

div.entries {
	width: 430px;
}

div.entry-info {
	font-family: univers, "univers 55", helvetica, sans-serif;
	font-size: 9pt;
	color: #999;
	margin-top: 12pt;
	line-height: 12pt;
}

div.entry-info a:link {
	color: #999;
}

div.entry-info a:visited {
	color: #999;
}

div.hr {
	text-align: center;
	border: 0px;
	margin: 12pt 0pt 5pt 0pt;
	padding: 0px;
}

div.img-corners {
	display: block;
	position: relative;
	margin-top: 12pt;
}

div#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 135px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: transparent url(/m2/img/paper-logo2.png) top left;
	background-repeat:  no-repeat;
}

div#sidebar {
	position: absolute;
	top: 126px;
	left: 650px;
	height: auto;
	max-width: 300px;
	font-size: 11pt;
	background: transparent url(/m2/img/vert-rule.png) top left;
	background-repeat:  repeat-y;
	padding-left: 32pt;
	padding-top: 12pt;
}

div#sidebar a {
	text-decoration: none !important;
}

div#tag-cloud {
	font-family: univers, "univers 55", helvetica, sans-serif;
}

input#search {
	width: 10em;
}

div#trackbacks {
	font-size: 11pt;
}

h1 {
	font-size: 20pt;
	font-style: italic;
	font-weight: 400;
	margin: 10pt 0px 5pt 0pt;
	padding: 0px;
}

h2 {
	font-size: 16pt;
	font-style: italic;
	font-weight: 600;
	margin: 10pt 0px 5pt 0pt;
	padding: 0px;
}

h3 {
	font-size: 15pt;
	font-style: italic;
	font-weight: 400;
	margin: 20pt 0pt 5pt 0pt;
	padding: 0px;
}

img.corners {
	background: white;
	padding: 10px;
}

img.cornered {
	background:white;
	padding: 10px;
}

img.corner-ul {
	position: absolute;
	top: 0px;
	left: 0px;
}

img.corner-ur {
	position: absolute;
	top: 0px;
	right: 4px;
}

img.corner-ll {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

img.corner-lr {
	position: absolute;
	right: 4px;
	bottom: 0px;
}

img.hr {
	border: 0px;
}

input[type=text], 
input[type=password], 
input[type=file] {
	background: #eee;
	border: 1px inset #666;
	color: #000066;
	padding: 0px 2px 1px 2px;
}

input[type=submit] {
	background: #eee;
	border: 1px outset #D4D4B3;
}

input[type=submit]:active {
	border-style: inset;
}

li {
	background: transparent url(/m2/img/paper-li-arrow.png) no-repeat 0px 4px;
	padding-left: 10px;
	/*margin-left: -3.0em;*/
	/*font-size: 8pt;*/
}

li + li {
	margin-top: 0.2em;
}

/* 
lt blue: #E0ECF3
pink: #FFC5CC
logo: #D4D4B3
paper: #FFFCF2
*/

p {
	margin: 12pt 0pt 12pt 0pt;
}

span.rank-10 {
	font-size: 75%;
}

span.rank-9 {
	font-size: 80%;
}

span.rank-8 {
	font-size: 85%;
}

span.rank-7 {
	font-size: 90%;
}

span.rank-6 {
	font-size: 95%;
}

span.rank-5 {
	font-size: 100%;
}

span.rank-4 {
	font-size: 105%;
}

span.rank-3 {
	font-size: 110%;
}

span.rank-2 {
	font-size: 115%;
}

span.rank-1 {
	font-size: 120%;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.clickable {
	cursor: pointer;
}

div.code-block {
	width: 800px !important;
}

.console-output {
		color: #999;
}

pre em {
		color: #900;
}

code em {
		color: #900;
}
