/* WordPress Theme Data
  Author:Jamie Hoover
  Author URI:http://uipoet.com/
  Description:jqFace Wordpress theme.
  Tags:jqface, jquery, widgets, flexible-width, minimize, slide, truncate
  Template:wpface
  Theme Name:hooverpoet
  Theme URI:http://hooverpoet.com/
  Version:0.1
*/

a {
  color:#900;
}
  a:active {
    color:#c00;
  }

blockquote {
  font-size:14px;
}

button[type='submit'],
input[type='submit'] {
  background-color:#900;
  border-color:#600;
  text-shadow:#600 0 -1px 1px;
}
  button:active,
  input[type='button']:active,
  input[type='reset']:active,
  input[type='submit']:active {
    background-color:#c00;
  }

cite {
  font-size:12px;
}

div.wp-header {
  background:#000 url('hooverpoet.jpg') no-repeat center center;
}
div.wp-header h1,
div.wp-header h1 a {
  color:#fff;
  
}
div.wp-widget-content {
  background-color:#000;
}
div.wp-widget-title {
  background-color:#333;
  border-bottom:1px solid #000;
  border-top:1px solid #999;
}

form[role='search'] {
  margin:10px 20px;
}

html {
  background-color:#333;
}

td.wp-content,
td.wp-sidebar {
  border:1px solid #000;
}
td.wp-content {
  background-color:#eee;
}
td.wp-sidebar {
  background-color:#333;
}
