/* HEADER ELEMENTS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#header {
	position: relative;
	top: 42px;
	background: url(http://www.baselinemagazine.com/public/images/topbar.gif) repeat-x top left;
	height: 100px;
}

#header p {
	padding: 2px 0px 17px 0px;
	margin: 0px;
}

#search {
	width: 145px;
	float: left;
	margin-right: 12px;
	margin-left: 12px;
}	

#search input {
	width: 145px;
	border: none;
	background: transparent;
	padding: 2px 0px 17px 0px;
	margin: 0px;
}

/* AJAX SEARCH DROP DOWN BOX ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#autoSuggest {
	display: none;
	width: 314px;
	position: absolute;
	top: 36px;;
	left: 157px;
	padding-left: 12px; 
	background: #FFF;
	z-index: 100000000;
}
	
#autoInner {
	padding-right: 12px; 
}

#autoSuggest h2 {
	margin-bottom: 19px;	
}
#autoSuggest .closeAuto {
	font: 9pt Verdana;
	font-weight: normal;
	padding-left: 150px;
	cursor: pointer;
}

/* LOGO AND TAGLINE ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#logo {
	width: 90px;
	height: 36px;
	float: left;
	margin: 0px;
}

#logo a {
	color: #FFF;
	background: transparent;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#logo img {	
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#tagLine {
	display: none;
}
