/*
 Theme Name:   Nimva Child
 Description:  Nimva Child Theme
 Template:     nimva
 Version:      1.0.1
 Text Domain:  Nimva
*/


.entry .entry_date {
  width: 150px;
}

.entry .entry_c {
  width: auto;
  max-width: 550px;
}

.widget {
	padding-top: 0 !important;
}

label.screen-reader-text {
    display: none;
}

#wp-members form {
	margin-top: 10px;
}

input[type="text"], input[type="password"] {
    width: 100% !important;
}

input[type="submit"] {
	border : solid 1px #e6e6e6;
	border-radius : 3px;
	moz-border-radius : 3px;
	font-size : 13px;
	color : #696869;
	padding : 3px 10px;
	background : #ffffff;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6));
	background : -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 49%, #e1e1e1 51%, #f6f6f6 100%);
	background : -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 49%, #e1e1e1 51%, #f6f6f6 100%);
	background : -o-linear-gradient(top, #ffffff 0%, #f1f1f1 49%, #e1e1e1 51%, #f6f6f6 100%);
	background : -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 49%, #e1e1e1 51%, #f6f6f6 100%);
	background : linear-gradient(top, #ffffff 0%, #f1f1f1 49%, #e1e1e1 51%, #f6f6f6 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );

}

/* Hide post meta date */

ul.entry_meta {
	display: none;
}

.red-link a, .red-link a:hover {
	color:red !important;
}