html, body {
	font-family: helvetica,arial,sans-serif;
	font-size: 11px;
	color: #000;
	text-align: left;
	line-height: 14px;
	margin-left: 10px;
}

h3 {
	padding: 0px;
	margin: 0px;
	font-size: 125%;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #ff3b5b;
	text-decoration: underline;
}
span.highlight {
	font-weight: bold;
}
#main {
	width: 920px;
	background-color: #fff;
}

#header_wrapper {
	height: 40px;
	background-color: #5b3bff;
}
#header_logo {
	float: left;
	width: 230px;
	height: 40px;
	text-align: left;
}

/* Thanks to Khoi Vinh (http://subtraction.com) for menu inspiration */

#header_menu {
	height:40px;
	margin: 0 0 0 230px;
	padding: 0px;
}

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

ul#menu li {
	width: 114px;
	float: left;
	background-color: #5b3bff;
	height:40px;
	border-left: 1px #fff solid;
	margin: 0px;
	padding: 0px;
}

ul#menu li a{
	display: block;
	color: #000;
	font-size: 13px;
	text-decoration: none;
	padding: 5px 0px 21px 7px;
	font-weight: bold;
}

ul#menu li a:hover{
	background-color: #ff3b5b;
}
#content_wrapper {
	clear: both;
	margin:0px;
}


#footer {
	clear: both;
}
/* Begin Blog-specific CSS */

#blog_main {
	float: left;
	width: 679px;
	min-height: 500px;
	border-right: 1px dotted #ccc;
	margin: 0px;
	padding: 0 10px 0 0;
}

#blog_info {
	margin-left: 695px;
	width: 230px;
}

.entry_meta {
	width: 115px;
	float: left;
}

.entry_body {
	margin: 5px 0 0 115px;
}

.entry_body p {
	border-top: 1px solid #000;
	text-indent: 2em;
}

.entry_wrapper {
	margin-bottom: 24px;
}
