html {
}

body {
	background: url('images/bg-body.png') repeat-x center top fixed;
	color: #333;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	margin: 0px;
	text-align: center;
}

a {
	color: #479bbf;
}

a:hover {
	text-decoration: none;
}

input, select {
	font-family: Georgia, "Times New Roman", serif;
}


/* Common classes */
.float-wrap {
	height: 1px;
}
.float-wrap[class] {
	height: auto;
	overflow: hidden;
}


/* ------------------------------------------------------------------ Wrapper */
.wrap {
	background: url('images/bg-wrap.png') repeat-x center top;
	margin: 0px auto;
	padding: 0px 3px;
	text-align: left;
	width: 706px;
}
.wrap[class] {
	width: 700px;
}


/* --------------------------------------------------------------------- Head */
#head {
	background: #fff;
	padding: 15px 10px;
}

	#head h1 {
		letter-spacing: -1px;
		margin: 0px;
		padding: 0px;
	}

	#head h4 {
		color: #666;
		font-size: 12px;
		font-weight: normal;
		margin: 0px;
	}


/* --------------------------------------------------------------------- Main */
#main {
	background: #fff;
}

	#me-linkedin { background: url('images/me-linkedin.png') no-repeat; }
	#me-twitter { background: url('images/me-twitter.png') no-repeat; }

/* ------------------------------------------------------------------- Footer */
#footer {
	color: #999;
	font-size: 12px;
	padding-top: 1em;
	text-align: center;
}


/* --------------------------------------------------------------- System log */
#system-log {
	margin: 0px;
	padding: 0px;
}

	#system-log li {
		list-style-type: none;
		background: #F0F0F0;
		padding: 1em;
		border: #ccc 1px dotted;
		margin: 0.5em 0px;
	}

		#system-log li p {
			margin: 0.5em 0px;
		}

	#system-log .alert-info {
		background: #ccf78c;
		color: #578b0a;
	}