
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #5db9d0;
	font: normal small Arial, Helvetica, sans-serif;
	color: black;
}



ul {
	margin-left: 3em;
}

ul li {
}


a {
	color: #0072BC;
}

a:hover {
	text-decoration: none;
	color: #5db9d0;
}

img {
	border: none;
}


/* Post */

.post {
	padding: 20px 20px 0 20px;
}


.post .story {
	clear: both;
	padding: 20px;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

/* Page */

#page {
	width: 600px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 10px solid #b2eb85;
}

/* Logo */

#logo {
	height: 200px;
	background: #5db9d0;
}

/* Content */

#content {
}

#extra {
}

/* Content > Main */

#main {
}

#main a {
}

/* Content > Main > Example */

#example {
}

/* Content > Menu */

#menu {
	height: 50px;
	background: #b2eb85;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	padding: 20px 0 2px 0;
	border-bottom: 4px solid #5db9d0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #5db9d0;
}

#menu a:hover {
	border-bottom-color: #ffffff;
	color: #ffffff;
}

#menu .active a {
	border-bottom-color: #ffffff;
	color: #ffffff;
}

#menu .first a {
}

/* Footer */

#footer {
	clear: both;
	padding: 20px;
	background: #b2eb85;
}

#footer p {
	margin: 0;
	font-size: x-small;
	color: black;
}

#footer a {
	color: #999999;
}


/* Footer > Links */

#links {
}
