/*
Theme Name:     Responsive Child
Description:    Child theme for the Responsive theme 
Author:         Lee M. Meysenburg
Template:       responsive
Version:        0.1.0
*/

@import url("../responsive/style.css");

#header #search-box {
    clear:right;
    float:right;
    margin:10px -10px 0 0;
    width:30%;
}

#header #search-box #s {
}

.ie7 #header #search-box {
    margin-top:10px;
    text-align:right;
}
.widget-wrapper {
    min-height:270px;
}
hr{
    padding: 0px;
	margin: 5px;    
  }
#header #header-address {
	float:left;
	margin-left: 20px;
	text-align:left;
	margin-top: 20px;
	border-left:1px dashed #000000;
	padding-left:20px;
}