/* 
WOO CUSTOM STYLESHEET 
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

div.entry p {
  font-size: 13px !important; 
  line-height: 21px !important;
}

#searchform .txt {
  width:160px !important;
}

div#main a:hover { color: #E10000 !important; }
div#main a:active { background: #FFF3F3 !important; }

/* *** CFORM UPDATES *** */

.cform { width: auto !important; }
.cform label { 
  color: #505050 !important;
  font-size: 13px !important;
  font-weight: bold;
}

.cform input, .cform textarea, .cform select {
  border: 1px solid #E1E1E1 !important;
  padding: 5px 10px !important;
  font-weight: normal !important;
}

.cform input:hover, .cform textarea:hover, .cform select:hover {
  background: #F9F9F9 !important;
}

span.reqtxt, span.emailreqtxt {
  width: 437px !important;
  letter-spacing: 2px !important;
  font-style: oblique !important;
}

.cform textarea { font-size: 14px !important; }

label.cf-before span { width: auto !important; margin: 3px 0 0 !important; }

.cform input.backbutton, .cform input.resetbutton, .cform input.sendbutton {
  background: #505050 !important;
  border: 1px solid #000 !important;
  color: #fff !important;
  font-size:14px !important;
  height:35px !important;
  width:120px !important;
  cursor: pointer !important;
}

.cform input.backbutton:hover, .cform input.resetbutton:hover, .cform input.sendbutton:hover {
  background: #383838 !important;
}

p.cf-sb {
  margin: 20px 0 0;
  text-align: left;
}