/* mile high        *
 * by:    adam wood *
 *         pj hyett *
 *  chris wanstrath *
 *                  */
body {
	font-family: arial, sans-serif;
	background-color: #fff;
	margin: 30px 10px 0;
	text-align: center;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

a {
	color: #FF0066;
	text-decoration: none;
}

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

p {
  margin: 0 0 15px 0;
}

abbr {
  border-bottom: none;
}

.reverse {
  color: #000;
  text-decoration: underline;
}

.bolded {
  text-decoration: none;
  font-weight: bold;
}

.reverse:hover {
  color: #FF0066;
  text-decoration: none;
}

.highlight {
  background: #fff999; 
  padding: 1px;
}

#wrap {
	text-align: left;
	margin: 0px auto;
	width: 780px;
}

#header {
	margin-bottom: 10px;
	padding-bottom: 30px;
	border-bottom: 1px solid #000;
	font-weight: bold;
}

#header .feed {
  padding-top: 10px;
  float: right;
}

#header .logo {
	font-size: 50px;
	text-transform: uppercase;
	letter-spacing: -3px;
}

#header .sub {
	font-size: 15px;	
	padding-left: 280px;
}

#post-list {
	margin: 0;
	list-style: none;
}

#post-list li.post-li {
	margin-left: -40px;
	clear: both;
}

#post-list ol {
  margin: 10px 0 10px 0;
}

.main {
  font-family: verdana, arial, sans-serif;
	float: right;
	width: 500px;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	margin: 10px 0 30px 5px;
}

#first {
	height: 32px;
	background: url(/images/fin.jpg) center no-repeat;
}

.post-comment {
  border: 1px solid #999;
  padding: 10px;
}

.sidebar {
	width: 240px;
	float: left;
  margin-top: 12px;
}

.title {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.sidebar .secondary {
	font-size: 12px;
	font-weight: normal;
}

.sidebar .byline {
	text-align: right;
	padding-right: 7px;
}

.links {
  margin-top: 10px;
  line-height: 17px;
}

.links ul {
  margin-top: 5px;
  padding-left: 35px;
  list-style: disc;
}

.sidebar .byline {
	text-align: right;
	padding-right: 7px;
}

#ad {
  margin-top: 200px;
  font-size: 0.8em;
  width: 165px;
  text-align: center;
}

#ad .yield {
  font-size: 9px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

#ad .yield a {
  color: #000;
}

#ad .yield .y {
	color: #FF0066;
}

#ad img {
  margin-bottom: 10px;
}

#ad .blurb {
  line-height: 20px;
}

input {
  margin-bottom: 10px;
}

h2 {
	font-weight: bold;
	text-transform: uppercase;
}

#all-posts {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
}

#all-posts li {
  margin-bottom: 10px;
  line-height: 20px;
}

.meta {
  margin-left: 32px;
  font-size: 12px;
}

#time-travel {
  text-align: center;
  margin-bottom: 30px;
}

#footer {
	clear: both;
	padding: 0 20px 0 20px;
  margin-bottom: 0;
  border-top: 1px solid #000;
  background: #f9f9f9;
	font-size: 11px;
}

#footer .meta {
  margin-top: 20px;
  padding-bottom: 10px;
	text-align: center;
}

#footer .projects {
  float: right;
  text-align: right;
}

#footer h4 {
  margin: 10px 0 5px 0;
}

#footer .foot-title {
  font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

#footer ul {
  list-style: none;
  margin: 0;
}

#footer ul li {
  margin-left: -40px;
  font-family: verdana, arial, sans-serif;
}

#footer table {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

#footer tr {
  vertical-align: top;
}

span.code {
  font-family: courier;
  padding: 1px;
  background: #e9e9e9;
  color: #2d2d2d;
}

pre {
  border: 1px solid #e1e1e1;
  margin-bottom: 15px;
  color: #000;
  background: #f9f9f9;
  overflow: auto;
  padding: 5px;
}

.normal {}
.comment { color: #005; font-style: italic; }
.keyword { color: #C71585; font-weight: bold; }
.method { color: #077; }
.class { color: #074; }
.module { color: #050; }
.punct { color: #447; font-weight: bold; }
.symbol { color: #099; }
.string { color: #6600CC; background: #FFE; }
.char { color: #F07; }
.ident { color: #004; }
.constant { color: #07F; }
.regex { color: #B66; background: #FEF; }
.number { color: #F99; }
.attribute { color: #7BB; }
.global { color: #7FB; }
.expr { color: #227; } 
.escape { color: #277; }

