/*
Theme Name: Taxidermy Designs Child
Theme URI: http://wptorque.com/themes/
Description: Child Theme For Taxidermy Designs.
Version: 1.0
Author: Torque
Author URI: http://wptorque.com
Template: TaxidermyDesigns
*/

@import url("../TaxidermyDesigns/style.css");

a:focus {
    outline: 2px solid #F49300;
}
a {
    overflow: hidden;
}
a {
    border: none;
    outline: none;
}
a:hover {
    border: none;
    outline: none;
}
a:active {
    border: none;
    outline: none;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="tel"], input[type="time"], input[type="week"], textarea
{
   background-color: #E9E9E6;
   margin:0 auto;
}