/*
 Theme Name:     Customizr Child
 Theme URI:      http://wp.lukaz.net/
 Description:    My Galleries
 Author:         Gunnar Lukas
 Author URI:     http://wp.lukaz.net/
 Template:       customizr
 Version:        1.0.0
*/

header.tc-header, footer#footer .colophon{
   background-color: #2A2A2A;
}
body, #main-wrapper {
   background-color: #3A3A3A;
}
header.tc-header {
   border-bottom:  2px solid green;
}
footer#footer {
border-top:     2px solid green;
}
h1, h2, h3, h4, h5, h6 {
    text-shadow: 0 0px 0 transparent;
}
.tc-grid {
   border: none;
   background-color: #4A4A4A;
   box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.6) !important;
}
hr{
   border-width: 0px;
}
textarea {
  border: 0px;
  background: #666666;
  color: #000000;
}
input[type=text] {
  border: 0px;
  background: #666666;
  color: #000000;
}
