html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
  margin-left: 30px;
}
ul {
  list-style: square;
}
ol {
  list-style: decimal;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 5px 5px 5px 5px;
}


.uline {
  text-decoration: underline;
}

html {
  /* http://www.hicksdesign.co.uk/journal/forcing-scrollbars-now-even-better */
  height: 100%;
  margin-bottom: 1px;
}

body {
  font-family: Georgia, Arial, sans-serif;
  line-height: 1.4;
  font-size: 15px;
  color: #222;
  background-color: #333;
}

a {
  color: #3270AE;
  text-decoration: none;
}

a:hover {
  color: #3573B3;
}

#page {
    width: 1000px;
    background-color: #fff;
    border: thin solid #b5b5b5;
    margin-right: auto;
    margin-left: auto;
	margin-bottom: 38px;
	border-radius: 8px;
	box-shadow: 1px 2px 5px #000;
	overflow: visible;
	padding: 20px;
	position: relative;
	top: 38px;
}

#clearer {
    clear: both;
    height: 1px;
}

#bottom {
    height: 38px;
}

#footer {
    text-align: center;
    border-top: thin solid #bbb;
    margin-top: 20px;
    padding-bottom: 20px;
}

#main {
  width: 730px;
  padding-left: 8px;
}

#main h1 {
  margin-top: 1em;
  font-size: 180%;
  font-weight: bold;
}

#main h2 {
  margin-top: 1em;
  font-size: 160%;
  font-weight: bold;
}

#main h3 {
  margin-top: 1em;
  font-size: 140%;
  font-weight: bold;
}

#main h4 {
  margin-top: 1em;
  font-size: 120%;
  font-weight: bold;
}

#main h5 {
  margin-top: 1em;
  font-size: 100%;
  font-weight: bold;
}

#main p {
  margin-top: 5px;
  margin-bottom: 5px;
}

#main ul {
  margin-top: 5px;
  margin-bottom: 5px;
}

#sidebar {
  width: 230px;
  float: right;
  padding-top: 5px;
}

#sidebar h3 {
  border-bottom: thin solid #959595;
  font-weight: normal;
  padding-bottom: 4px;
  margin-bottom: 10px;
  margin-top: 10px;
}

#sidebar ul {
  margin-left: 18px;
}

#top {
  padding: 5px;
}

#top a {
  color: #000;
}

#top h1 {
  font-size: 250%;
  font-weight: 700;
}

#top h2 {
  color: #444;
  font-size: 120%;
  font-style: italic;
}

.media_left {
        text-align: left;
        padding-bottom: 8px;
        padding-top: 8px;
}

.media_right {
        text-align: right;
        padding-bottom: 8px;
        padding-top: 8px;
}

.media_center {
        text-align: center;
        padding-bottom: 8px;
        padding-top: 8px;
}

.media_cell {
        padding-right: 0.1em;
}

#index {
  text-align: center;
}

.tags {
  width: 400px;
}

.feedback {
  float: right;
  text-align: right;
}

.post {
  padding-bottom: 10px;
}

.post h1 a {
	color: #333;
	font-weight: 700;
	letter-spacing: -1px;
}

.post .content {
  margin-top: 15px;
  margin-bottom: 15px;
}

#main pre {
  -webkit-box-shadow: #CCC 2px 3px 5px;
  background-color: #FEFEF1;
  color: #222;
  margin: 8px 40px 8px 20px;
  padding: 5px 5px 5px 15px;
  border: solid #F7A600;
  border-bottom-right-radius: 12px 12px;
  border-width: 1px;
  border-left-width: 5px;
  font-family: 'Droid Sans Mono', 'Courier New', monospace;
  font-size: 85%;
}

/* Ruby */
code .c {color:#888;font-style:italic}
code .fu {color:#900;font-weight:700}
code .i {color:#088}
code .r {font-weight:bold}

