/* Custom CSS for My XXX Site */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #eee;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

#container {
	width: 900px;
	
}

#header, #footer {
	background: #333;
	color: #fff;
	padding: 30px;
	margin: 10px;
}

#footer {
	text-align: center;
	font-size: 12px;
}

.lead {
	font-size: 18px;
}

.blog-post {
	background: #fff;
	padding: 30px;
	margin: 0 10px 10px;
}

h1, h2, h3 {
	color: #ed7000;
}

.blog-post h2, blog-post p {
	margin-bottom: 10px;
}

.blog-post em {
	color: #ccc;
}
