/* CSS reset */
body, ul, li {
	margin: 0;
	padding: 0;
}

/* Font */
body {
	font-size: 80%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input,
textarea,
select,
button {
	font-size: 100%;
}

/* Layout */
html,
body {
	height: 100%;
}

#container {
	margin: 0 auto;
	position: relative;
	min-height: 100%;
}

.ie6 #container {
	height: 100%; /* simulate min-height in IE */
}

div.inner {
	max-width: 854px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1em;
	padding-right: 1em;
}

#header {
	border-bottom: 1px solid #ddd;
}

#header div.inner {
	padding-top: 1em;
	padding-bottom: 1em;
	line-height: 80px;
}

#header,
#header a {
	color: #666;
}

#login-bar {
	position: absolute;
	top: .5em;
	right: 2em;
}

#logo,
#title {
	float: left;
	font-size: 1.5em;
}

#logo img {
	vertical-align: middle;
	max-height: 80px;
}

#title {
	padding-left: 1.5em;
	border-left: 1px solid #eee;
	margin-left: 1.5em;
}

#nav {
	float: right;
}

#nav li {
	float: left;
	display: inline;
	margin-left: 2em;
}

#nav a {
	font-size: 1.1em;
}

#content {
	margin-top: 2em;
    padding-bottom: 8em;
}

#footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #666;
    border-top: 1px solid #ddd;
}

#footer div.inner {
    padding-top: 1em;
    padding-bottom: 2em;
}

#footer div.footer-text {
	font-size: 80%;
	line-height: 1.75em;
}

#footer span.sep {
	margin: 0 .25em;
}

a {
	color:#3399FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

fieldset h2 {
	font-size: 100%;
	font-weight: bold;
	color: #4EBAFF;
	padding: 3px 0px;
	margin: 0 0 2em;
	border-bottom: 1px solid #4EBAFF;
}
