/* Imported CSS
---------------------------------------------------------------------- */
@import url("reset.css");
@import url("base.css");
@import url("brand.css");
@import url("sidebar.css");
@import url("thickbox.css");
/* */



/* CSS Tweaks
---------------------------------------------------------------------- */
form#search {
	float:right;
	margin:2px 1px 0 0;
	text-transform:uppercase;
}
form#search input#s {
	border:none;
	padding:4px 0px 5px 8px;
	width:160px;
	background:#2a2a2a;
	font-size:83%;
	color:#979797;
}
form#search label {
	margin:0 7px 0 0;
	font-size:91%;
	color:#979797;
	display:none;
}

#content hr {
	height:1px;
	border:none;
	background:#151515 url(../images/h3_bottom.gif) top left repeat-x;
	color:#151515;
}
/* */

