/* 

Theme Name: Dr. Funkenberry's Black-LetterHead GB Contact Form
Original Theme URI: http://ulyssesonline.com
Description: Black Letterhead is a 2-column minimalistic theme with a black background.
Author: Toonman13
Tags: two columns, fixed width, black, orange, widgets, minimalist, right sidebar, dark, graphics free, gbcf,

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* 
Dr. Funk's Color Schema
  #F7941D - Dr. Funk's Orange
  #E4D3A6 - Text Tan
  #B0B0B0 - Text Gray 
  #333333 - Background Gray
  #959596 - Border Gray
*/

/* Begin Typography & Colors */

#gb_form {
  font-family: Verdana, Arial, Sans-Serif;
  font-size : 12px/20px;
}

#gb_form input.short, #gb_form input.med, #gb_form textarea.textbox {
  font-family: Verdana, Arial, Sans-Serif;
  padding : 3px; 
  border : 1px solid #959596;
  background-color : #333333;
  color: #B0B0B0;
  line-height : 1.5em;
  margin : 2px;
  width : 300px;
}

#gb_form textarea.textbox {
  width : 400px;
}

#gb_form select.med {
  font-family: Verdana, Arial, Sans-Serif;
  padding : 3px; 
  background-color : #333333;
  color: #B0B0B0;
  line-height : 1.5em;
  margin : 2px;
  width : 310px;
}

#gb_form input.short {
  width : 75px;
}

#gb_form input.cc_checkbox {
  background-color : #333333;
  border : none;
  color: #B0B0B0;
  padding : 1px;
}

#gb_form small {
  color: #B0B0B0;
  margin : 2 px;
}

#gb_form legend {
  color: #B0B0B0;
  margin : 2 px;
}

p.creditline small { 
  display : block;
  text-align : right;
  margin : 5px 0;
  font-size : .75em;
  letter-spacing : .0001em;
  color : #B0B0B0;
}

#gb_form input.button { 
  margin : 5px; 
}

#gb_form legend, #gb_form dt { 
  color : #F7941D;
}

#gb_form legend {
  margin-left : 2.5px;
}

#gb_form legend#mainlegend { 
  font-size : 1.4em;
  font-weight : bold;
  color : #E4D3A6;
  margin-left : 1px;
}

#gb_form legend#mainlegend small { 
  font-size : .6em;
  text-transform : uppercase;
}

/** html input.button { 
  color : #000;  
  padding : 4px; 
  border : 1px solid #6da6d1;
  background-color : #f9f9f9;
}*/

/* all fieldsets */
#gb_form fieldset {
  border-color : #959596;
  padding : 5px;
}

/* to redefine outer fieldset */
#gb_form fieldset#formwrap { }

/* NOTE: .hover and .focus classes IE JS */
#gb_form input.short:hover, #gb_form input.short:hover, 
#gb_form input.med:hover, #gb_form input.med:focus,
#gb_form select.med.hover, #gb_form select.med.focus,
#gb_form textarea.textbox:hover, #gb_form textarea.textbox:focus, 
#gb_form input.short.hover, #gb_form input.short.focus,
#gb_form input.med.hover, #gb_form input.med.focus,
#gb_form select.med:hover, #gb_form select.med:focus, 
#gb_form textarea.textbox.hover, #gb_form textarea.textbox.focus { 
  color : #B0B0B0;  
  padding : 3px; 
  background-color : #334;
}



/* End Various Tags & Classes*/



