/*
Theme Name:     lonestarmfg
Description:    Child theme for the Pinboard theme 
Author:         Lisa Winfield
Template:       pinboard
Version:        1.0
*/

@import url("../pinboard/style.css");


/* ------NEW HEADER STYLES ------ */

#header {
	height: 200px;
	background: url('http://www.lonestarmfg.com/site/wp-content/uploads/headerimage.jpg') no-repeat;
}

#searchform {
	display: none;
}

#access {
	position: relative;
	top: 200px;
}
#access a{
	padding: 7px 24px;
}

#contactform {
	float: right;
	padding: 12px;
	width: 50%;
}

.onecol .hentry .entry, .onecol .hentry #comments, .onecol .hentry #respond, .category-filter {
    margin: 2.7%;
}

.entry-title {
	display:none;
}

.productlist-table {
	width: 30%;
	border: 1px solid #CCC;
}

.productlist-table td {
	padding: 12px;
	vertical-align: middle;
	text-align: left;
}

.entry-content a img {
	border: none;
	box-shadow: none;
}

input[type="text"], input[type="password"], textarea {
	padding: 1%;

.red {
	color: red;
}