/*
Theme Name: Darkwhite Child
Version: 1.0
Description: A child theme of Darkwhite
Template: Darkwhite
Author: Administrator
*/
@import url("../Darkwhite/style.css");
/* Your awesome customization starts here */

button:hover,
a.button:hover,
input[type=submit]:hover {
  color: white;
  background: #f4c567;
}

button:active,
a.button:active,
input[type=submit]:active {
  background: #EAB242;
/*  box-shadow:         inset 0 0 5px rgba(0, 0, 0, .5);
  -moz-box-shadow:    inset 0 0 5px rgba(0, 0, 0, .5);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);*/
}

.hentry .entry-meta {
  margin-bottom: 15px;
  margin-left: 3px;
  color: #999;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
}

/* Footer CSS */

#footer-sidebar {
display:block;
height: 600;
border-bottom: none;
}

#footer-sidebar1 {
float: left;
width: 925;
border-bottom: none;
margin-left:5px;
margin-right:5px;
}

#footer-sidebar2 {
float: left;
width: 340;
margin-right:5px;
}

#footer-sidebar3 {
float: left;
width: 340;
}

.one-row {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

.one-row:hover {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */ 
}

.two-row {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

.two-row:hover {
filter: none;
-webkit-filter: grayscale(0%);
}

#menu-item-22 {
border-style: none;
font-weight: bold;
border-width: 1px;
border-color: #2d8aad;
margin: 0px;
padding-left: 2px;
padding-right: 2px;
height: 47px !important;
}

#menu-item-22:hover {
border-color: #f4c567;
}

#menu-item-22 a{
color: #212121 !important;
} 
#menu-item-22 a:hover{
color: #f4c567 !important;
}
