/* 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:rachelydia
  Theme URI:http://rachelydia.com/
  Version:0.1
*/

a {
  color:#98cb65;
}
  a:active {
    color:#98cb65;
  }


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

cite {
  font-size:12px;
}

div.wp-footer,
div.wp-header,
table.wp-page {
  box-shadow:0 3px 3px #000;
    -khtml-box-shadow:0 3px 3px #000;
    -moz-box-shadow:0 3px 3px #000;
    -webkit-box-shadow:0 3px 3px #000;
}
div.wp-header {
  background:url('rachelydia-bg.png') repeat-x 0 0;
  height:199px;
}
div.wp-header h1 {
  background:url('rachelydia.png') no-repeat 0 0;
  border-radius-top-left:4px;
  border-radius-top-right:4px;
    -khtml-border-top-left-radius:4px;
    -khtml-border-top-right-radius:4px;
  	-moz-border-radius-topleft:4px;
  	-moz-border-radius-topright:4px;
    -webkit-border-top-left-radius:4px;
    -webkit-border-top-right-radius:4px;
  color:transparent;
  height:199px;
  margin:0;
  top:0;
  width:550px;
}
div.wp-header h1 a,
div.wp-header h2 {
  display:none;
}
div.wp-widget-content {
  background-color:#666;
}
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:#ccc;
}

table.wp-page {
  position:relative;
}

td.wp-content,
td.wp-sidebar {
  border:none;
}
td.wp-content {
  background:#fff;
  padding:0 20px 50px 20px;
}
td.wp-sidebar {
  background:#999;
  color:#fff;
  width:240px;
}
