/* jwtanner.com css by justinwtanner (at) gmail.com */
html
{
  margin: 0;
  padding: 0;
  background-color: white;
  height: 100%;
}
body
{
  margin: 0;
  padding: 0;
  height: 100%;
  color: #333333;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.5em;
}
img
{
  border: none;
}
a:link, a:visited, a:hover
{
  margin: 0;
  padding: 0;
  text-decoration: none;	
  color: #1964D5;
}
a:hover
{
  text-decoration: underline;
}

a:visited
{
  color: #193cd5;
}

/* Main Layout */
#content
{
  position: absolute;
  width: 65%;
  margin-left: 270px;
  margin-top: 20px;
  padding-bottom: 20px;
}

/* Sidebar */
#sidebar
{
  width: 250px;
}

#sidebar ul
{
  font-size: 0.75em;
  margin: 0 27px 0 20px;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

#sidebar ul li
{
  line-height: 1.5em;
}


#sidebar h3
{
  margin: 10px 27px 0 32px;
  font-size: 0.8em;
  font-family: verdana;
  border-bottom: 2px solid #444c4e;
  color: #444c4e;
  text-transform: uppercase;
}

/* Font & Headings */
h2
{
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
h3
{
  font-size: 1.4em;
  font-weight: normal;
  line-height: 1.3em;
  margin: 0.6em 0 0.4em 0;
}
h4
{
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: underline;
  margin: 0.6em 0 0.4em 0;
}
p
{
  font-size: 0.9em;
  line-height: 1.5em;
}

blockquote
{
  font-size: 0.9em;
  line-height: 1.5em;
  background-color: #EEEEEE;
  padding: 4px;
}

p.summary
{
  font-size: 1.0em;
  line-height: 1.5em;
}

pre.code
{
  font-family: Courier;
  padding-left: 10px;
  border-left: 4px solid  #790507;
}

ul, ol
{
  margin: 0 0 0 2em;
  font-size: 0.9em;
}
li
{
  margin: 0.2em 0 0 1em;
}

/* misc stuff */
div.centered_image
{
  text-align: center;
}
div.post
{
  margin: 0 0 3.0em 0;
}
div.comment
{
  margin: 0 0 0.5em 0;
  padding: 2px 10px 2px 10px;
  background-color: #e5e5e5;
}
div.comment p.author
{
  margin: 0;
  padding: 0 0 0 1em;
  text-align: right;
  font-size: 0.7em;
}
label
{
  padding: 0.5em 0 0 0;
  display: block;
  text-decoration: uppercase;
  font-size: 0.9em;
}
input.comment
{
  width: 500px;
}
textarea.comment
{
  width: 500px;
  height: 20em;
}

table.grid
{
  border-top: 1px solid black;
  border-left: 1px solid black;

}
table.grid td
{
  padding: 1px 4px 1px 4px;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}

/* resume section */
#resume div.section
{
  margin: 0 0 1em 1em;
}

#resume ul
{
  margin: 0 0 1em 1em;
  padding: 0;
  list-style: circle;
  font-size: 0.9em;
}
#resume table td
{
  padding: 0 2em 0.2em 0;
  vertical-align: top;
}

pre.code
{
  font-size: 14px;
  line-height: 1.0em;
  padding: 10px 0 10px 20px;
  margin: 0 20px 0 20px;
  background-color: #f4f4f4;
  border: 1px solid #787878;
}

pre.code span.type
{
  color: #228b22;
}

pre.code span.ident
{
  color: #008b8b;
}

pre.code span.construct
{
  color: #80001e;
}
pre.code span.comment
{
  color: #0000ff;
}

/* Rails */
div.errorExplanation
{
  color: red;
}

div.errorExplanation h2
{
  font-size: 1.2em;
}

/* motor boxes */
table.motor_table
{
  margin: 0 0 10px 0;
  font-size: 0.9em;
  line-height: 1.5em;
  
}
table.motor_table td
{
  vertical-align: top;
}
