/* 2009-09-21 by Martin-Eric Racine */
@import url('http://fonts.googleapis.com/css?family=Ubuntu');
/* HTML */
a href { cursor: pointer; }
abbr,acronym { cursor: help; }
a,acronym,cite,code,h1,h2,h3,h4,h5,h6,dt,strong,strike,th { font-weight: bolder; }
address,code,pre,tt { font-family: monospace; }
address { text-align: left; white-space: nowrap; }
blockquote,p { text-align: justify; page-break-inside: avoid; }
body { line-height: 1.2em; }
img { vertical-align: middle; }
address,strong { font-style: normal; }
cite,em { font-style: italic; }
strike { text-decoration: line-through; color: #999; }
sub { vertical-align: sub; }
sup { vertical-align: super; }
sub,sup { font-size: 77%; }
h1 { font-size: 2em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }
h5 { font-size: .8em; }
h6 { font-size: .6em; }
hr { visibility: hidden; } 
th,td { outline: solid thin #ccc; }
/* fonts */
blockquote { font-family: serif; font-weight: bolder; }
body,h1,h2,h3,h4,h5,h6,dt,th,#header,#menu { font-family: Ubuntu,sans-serif; }
body { font-size: 12pt; }
pre { font-size: .8em; line-height: 1.6em; }
/* miscellaneous */
blockquote { border-left: #009 1.2ex solid; padding-left: 1.2ex; }
blockquote,li { margin: .6em 0; }
#header,#footer { display: block; text-align: center; }
/* print */
@media print {
        body { margin: 0; }
}
/* screen */
@media screen {
	/* dimensions */
        body { margin: auto; padding: 0; width: 900px; }
        dt,dd,pre,#header { margin: 0; padding: .6em; }
	#content,#repository,#footer { margin: 0 auto; padding: 1em; }
        img.id { float: left; margin: 1em 2em 0 1em; width: 300px; height: auto; } 
	/* colors & decorations */
	#header { font-size: 200%; }
	html { background-color: #fff; color: #333; }
	pre { background-color: #ccc; }
	dt,th,#header { background-color: #000; color: #fff; }
	a { background-color: #ff3; color: #000; text-decoration: none; }
        h2,#content,#repository { border-bottom: thin solid #999; }
	blockquote { text-shadow: 1px 1px #ccc; }
	pre { display: inline-block; }
	#repository pre { display: block; }
}
/* EOF */
