@import "BaseStyles.css";

/* skin */
html, body {
	margin: 0;
	font: 14px/1.5em "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	color: #444; 
}
a {
	color: #09c;
}
a:visited, a.visited {
	color: purple;
}
h1, h2 {
	color: #474C4E;
    font-family: Helvetica,Arial,"Trebuchet MS",Trebuchet,sans-serif;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: -0.06em;
    line-height: 1.5em;
}
#aside {
	float: right;
	width: 30%;
	padding: 20px 40px 0 0;
}
#content {
	overflow: hidden;
	padding: 20px 40px;
}
* html #content { height: 1%; overflow: visible }

#search-fields {
	background: #eee;
	background-image: -moz-linear-gradient(top, #ddd 0%, #eee 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddd), color-stop(100%,#eee));
	padding: 10px 40px;
	border-bottom: 1px solid #ddd;
}