/**
 * Use this file to add additional/override styles
 *
 * ==================================================
 * DO NOT put styling into the network assets unless
 * you are absolutely sure you wish to modify all
 * sites for the network!
 * ==================================================
 */

#branding h1 a {
	background: url('/uploads/images/llcc-logo.jpg') 47px 20px no-repeat !important;
}
.search-box {
	width:210px;
	padding-bottom: 20px;
}

.search-box label{
	color: #56A2D5;
    display: block;
    font-size: 14px;
    text-decoration: none;
}

.search-box input#keywords{	
	color: #666666;
    float: left;
    height: 18px;
    margin: 0;
    padding: 0 0 0;	
}

.search-box input.submit{	
	text-decoration:none;
	background:url("img/button_submit.jpg");
	background-repeat:no-repeat;
	width:58px;
	height:21px;
	border:none;
	margin-left:2px;
	cursor:pointer;
	float:left;
}
