/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Start Project CSS */

body { font: 12px/1.4 Arial, Helvetica, sans-serif; color: #484848; }

h1 { font-size: 180%; font-weight: bold; margin: 0 0 15px 0; border-bottom: 1px solid #a0a0a0; color: black; }
  h1 .subtitle { font-size: 75%; }
  
h2 { font-size: 130%; font-weight: bold; margin: 1em 0 0.3em 0; color: black; }
h3 { font-size: 115%; font-weight: bold; margin: 1em 0 0.3em 0; color: black; }

p { margin: 0.7em 0 }
  
a { color: #101010; text-decoration: none }
  a:hover { background-color: #505050; color: white; }
  
ul, ol { margin: 0.7em 0 0.7em 2em; }
  li { display: list-item; list-style: disc; }

div.code { border: 1px solid #e0e0e0; background-color: #000000; color: white; padding: 12px; font: 90% "Courier New", "Courier New", "Courier", monospace; margin: 1em 0; overflow: auto; width: 614px; }
pre {  }
  pre .green { color: #00CC00; }
  pre .blue { color: #0000CC; }
  
code { font-family: "Courier New", "Courier New", "Courier", monospace }

dl { margin: 1em 0 }
  dt { font-weight: bold; margin: 0 0 0.2em 0 }
  dd { margin: 0 0 0.5em 0 }
  
dl.docs {}
  dl.docs dt { font-family: "Courier New", "Courier New", "Courier", monospace }
  
table {}
  tr {}
  td, th { vertical-align: top; padding: 0.3em }
  td {}
  th { font-weight: bold }
  
strong { font-weight: bold; }

.caption { font-size: 90%; margin: 1em 0 -1em 3px; color: #303030; }

.flash { border: 1px solid #a0a0a0; padding: 0.7em; text-align: center; background-color: #f0f0f0; }
.example { border: 1px solid #a0a0a0; padding: 0.7em; background-color: #f0f0f0; margin: 1em 0; overflow: auto; }
  
.first { margin-top: 0; }
.cl { clear: left; }
.cr { clear: right; }
.cb { clear: both; }

#container { width: 840px; margin: 0 auto; padding: 10px 0;}

#main { width: 640px; float: left; }
  
#sidebar { width: 180px; float: right; }

  #sidebar ul { margin: 0; padding: 0; }
  #sidebar li { margin: 0; padding: 0; display: block; list-style: none; }

  ul#project-nav { margin-bottom: 1em; }
    ul#project-nav li { border-bottom: 1px solid #a0a0a0; }
    ul#project-nav a { display: block; padding: 4px; }

  ul#ohoa-nav { font-size: 90%; }
    ul#ohoa-nav a { display: block; padding: 2px 4px; }
    #subscribe { background-image: url(rss-orange.png); background-repeat: no-repeat; background-position: 4px center; padding-left: 20px !important ; }
      #subscribe:hover { background-image: url(rss-grey.png); }
    #twitter { background-image: url(twitter.png); background-repeat: no-repeat; background-position: 4px center; padding-left: 20px !important ; }
      #twitter:hover { background-color: #C2F6F4; color: #0079B9; }
      
  * ul#ohoa-nav li { height: 1%; }

  #pixel-trap { display: block; text-transform: lowercase; margin-top: 1em; background-image: url(pixel-16.png); background-repeat: no-repeat; background-position: 4px 4px; padding-left: 24px; font-size: 90%; }
  
  #feedback-form { display: none; }
    #feedback-form label { display: block; margin: 0.5em 0 0.2em 0 }
    	#feedback-form label.first { margin-top: 0 }
    #feedback-form input.text { width: 300px }
    #feedback-form textarea { width: 300px; height: 100px; }
    #feedback-form .buttons { margin-top: 0.5em; text-align: right }
