/*

Reset everything and set up HTML5 elements.
By Christopher Boone: http://hypsometry.com/
   
Based on:
  Eric Meyer's reset.css (version 1.0 | 20080212): http://meyerweb.com/eric/tools/css/reset
  Yahoo's YUI CSS Reset (version 3.0, build 1549): http://developer.yahoo.com/yui/3/cssreset/
  The examples in the latest HTML5 spec (November 13 2009): http://www.whatwg.org/specs/web-apps/current-work/multipage/rendering.html#the-css-user-agent-style-sheet-and-presentational-hints

Notes:
  Only HTML5 elements are dealt with here. Deprecated elements are not affected.
  I've added the details element to the list of those declared to be block level, since I think it must be, per the description.
  Probably not all the CSS declared here is actually supported by browsers.

*/

*[hidden], command, datalist, input[type=hidden], menu[type=context], rp, source {
  display: none;
}

article, aside, details, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ruby {
  display: ruby;
}

rt {
  display: ruby-text;
}

a, abbr, address, article, aside, audio, blockquote, body, canvas, caption, cite, code, command,
datalist, del, details, dfn, div, dl, dt, dd, em, eventsource, fieldset, figure, footer, form,
h1, h2, h3, h4, h5, h6, header, hgroup, html, iframe, img, ins, kbd, keygen, label, legend, li,
mark, menu, meter, nav, ol, output, p, pre, progress, span, object, q, ruby, rp, rt, 
samp, small, section, source, strong, sub, sup, table, tbody, tfoot, thead, time, tr, th, td, ul,
var, video {
	margin: 0;
	padding: 0;
	
	background: transparent;
	border: 0;
	outline: 0;
	
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	vertical-align: baseline;
}

a {
  color: inherit;
  
  text-decoration: none;
}

address, caption, cite, code, dfn, em, h1, h2, h3, h4, h5, h6, strong, th, var {
  font-size: 1em;
	font-style: normal;
	font-weight: normal;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}

body {
	line-height: 1;
}

caption, th {
	text-align: left;
}

code, kbd, samp {
  font-family: inherit;
}

del {
	text-decoration: line-through;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

ins {
	text-decoration: none;
}

menu, ol, ul {
	list-style: none;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* *********************** */
/* Kurepal Specific Styles */
/* *********************** */

.stevejobs {
  text-align: center; padding: 5px 25px 30px 25px;
}

/* Container */
div.container {
  margin: 0 10%;
  width: 800px;
  background-color: #fff;
  color: #333;
  position: center;
}
/* End Container */


/* General Styles */
body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   15px;
  line-height: 20px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { 
  color: #060C50; 
}
a:hover { color: #fff; background-color:#000; }

h1 {
  font-size: 1.8em;
  padding: 6px 12px;
  line-height: 2.2em;
}

h2 {
  font-size: 1.4em;
  padding: 4px 9px;
  line-height: 1.7em;
}

h3 {
  font-size: 1.2em;
  padding: 3px 6px;
  line-height: 1.4em;
}

p {
  padding: 8px 16px;
}

td {
  padding: 12px 6px;
}

table {
  border-bottom: 2px solid #999;
  line-height: 1.8;	
}

caption {
  margin-bottom: 0.2em;
  padding-left: 0.2em;
  padding-bottom: 2px;
  font-size: 1.2em;
  text-align: center;
}

th {
  border-bottom: 2px solid #999;
  line-height: 1.8;
  text-align: center;
}

div.content {
  padding: 20px;
}

.title {
  text-align: center;
}

.countmoney {
  text-align: center;
  padding: 5px 25px 25px 25px
}

.iwantmoney {
  font-size: 1.4em;
  font-weight: bold;
}


.quiet {
  font-size: 0.9em;
  font-color: #888;
}

.loud {
  font-size: 1.1em;
  font-color: #222;
}

/* List Table */
.action_col {
  width: 70px;
}

.name_col {
  width: 200px;
}

.message_col {
  width: 500px;
  padding: 0.2em 0.2em 0.1em 0.2em;
}

.willdo_col {
  width: 500px;
  padding: 0.1em 0.2em 0.2em 0.2em;
}

a.loud {
  text-decoration: underline;
}

a.continued {
  font-size: 0.8em;
  font-color: #777;
}

/* End of List Table */

/* footer */
div#footer {
  margin-top: 40px;
  text-align: center;
  font-size: 0.9em;
  margin-bottom: 10px;
}

div#footer hr{
  width: 700px;
  color: #888;
  background-color: #888;
}

div#footer a {
  color: #888;
}
/* footer end */

/* header */
div#header p{
  padding: 0px;
}
div#links {
  float: right;
  padding: 2px 20px;
}
div#header h1 {
  padding-left: 40px;
}
div#header h1 a {
  font-weight: bold;
  font-size: 1.3em;
  color: #444;
}
/* header end */

/* blogging */
.comment_text_area {
  width: 600px;
  height: 80px;
  background: #FFF6E6;
}
.name_field, .title_field, .file_field {
  width: 400px;
  background: #FFF6E6;	
}
div.comments {
  margin: 20px 0px;
}
div.comment {
  margin-left: 100px;
  padding: 0.2em;
}
div.comment p {
  padding: 0.1em;
  font-size: 0.9em;
}
div.progress {
  margin: 15px 100px 15px 15px;
  border: 1px solid #888;
  background-color: #DDD;
  padding: 0.2em;
}
div.progress p {
  padding: 0.2em;
  font-size: 1em;
}
div.comment_form {
  margin-left: 100px;
  font-size: 0.9em;
  border: 1px solid #888;
  padding: 10px 20px;
}
div.progress_form {
  margin-right: 100px;
  font-size: 0.9em;
  border: 1px solid #888;
  background-color: #DDD;
  padding: 10px 20px;
}
img.comment_photo {
  margin: 20px;
  border: 1px solid #888;
  padding: 4px 4px;
}
/* end blogging */

