body {
	margin: 0;
	padding: 0;
	background: #eeeeee url(images/body_bg.jpg) repeat-x;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.container {
	overflow: hidden;
}

#main,#sidebar {
	margin-bottom: 40px;
}

#content {
	background: #fff;
	overflow: hidden;
	margin-right: 80px;
	margin-left: 80px;
}

#main {
	float: left;
	margin-top: 0;
	margin-right: 10px;
	width: 540px;
	padding-right: 10px;
	padding-top: 40px
}

blockquote {
	border-left: 1px dotted #bbbbbb;
	padding: 10px;
	margin-left: 20px;
}

blockquote cite {
	display: block;
	text-align: left;
	padding-top: 10px;
	border-top: 1px dotted #bbbbbb;
}

/* @group header */

#blog_title {
	color: #fff;
	clear: left;
	height: 18px;
	line-height: 18px;
	background: transparent url(images/black_a80.png);
	margin-right: 75px;
	margin-left: 75px;
	font-size: 18px;
	padding: 10px 20px 10px 35px;
	border-bottom-color: #ddd;
	border-top-color: #666;
	border-style: solid;
	border-width: 2px 0 2px 0;
	margin-bottom: 0;
}

/* @end */

/* @group menu */

ul#menu {
	position: relative;
	list-style-type: none;
	border-top: 10px solid #000;
	border-bottom: 10px solid #000;
	height: 124px;
	padding-top: 10px;
	margin-left: 80px;
	float: left;
	display: inline;
	color: #ffffff;
	width: 790px;
	overflow: visible;
	background: url(images/header_bg.jpg) no-repeat center center;
	margin-bottom: 0;
}

ul#menu li {
	margin-bottom: 1px;
	margin-left: -5px;
	margin-right: 0px;
	width: 81px;
	float: left;
	clear: left;
	display: inline;
	background: transparent url(images/black_a80.png) repeat;
}

ul#menu li a {
	display: block;
	padding-left: 10px;
	display: block;
	height: 34px;
	line-height: 34px;
	border-style: solid;
	border-color: #000;
	border-width: 2px 0;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}

ul#menu li.last {
	margin-right: 0;
}

ul#menu li#nav-rss {
	float: right;
	position: absolute;
	top: 10px;
	right: -5px;
}

ul#menu li#nav-home a {
	padding-left: 32px;
	background: transparent url(images/icons/home.png) no-repeat 10px center;
}

ul#menu li#nav-about a {
	padding-left: 32px;
	background: transparent url(images/icons/note.png) no-repeat 10px center;
}

ul#menu li#nav-login a, ul#menu li#nav-logout a {
	padding-left: 32px;
	background: transparent url(images/icons/login.png) no-repeat 10px center;
}

ul#menu li#nav-rss a {
	padding-left: 32px;
	background: transparent url(images/icons/rss.png) no-repeat 10px center;
}

/* @end */

/* @group blog entry */

.blog_entry {
	padding: 0 10px 40px 40px;
}

.blog_entry hr {
	display: none;
}

.blog_entry .title {
	font-size: 18px;
	margin-bottom: 2px;
	line-height: 28px;
}

.blog_entry .title a {
	color: #000000;
	display: block;
	text-decoration: none;
}

.blog_entry .entry {
	padding: 0;
}

/* @group .meta */

.blog_entry .meta {
	background: #dddddd;
	margin-bottom: 10px;
	border-color: #000;
	border-width: 1px 0 1px 0;
	border-style: solid;
	margin-right: -5px;
	overflow: hidden;
	margin-left: -5px;
  padding: 5px 10px;
}

.blog_entry .meta dl {
	float: left;
	overflow: hidden;
	font-size: 10px;
	padding: 5px 0 5px 5px;
	margin-bottom: 0;
}

.blog_entry .meta dt {
	float: left;
	text-align: right;
	padding-right: 1em;
	height: 18px;
	line-height: 18px;
}

.blog_entry .meta dt.comments {
	display: none;
}

.blog_entry .meta dd {
	margin: 0;
	float: left;
	height: 18px;
	line-height: 18px;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #666;
}

.blog_entry .meta dd a {
	color: #000;
}

.blog_entry .meta a {
  text-decoration: none;
}
.blog_entry .meta a img {
  display: none;
}

/* @end */

#comments {
	padding: 0 40px;
}

#comments h3 {
	font-size: 16px;
	margin-bottom: 8px;
}

#comments .meta {
	float: left;
	margin-left: -160px;
	display: inline;
	width: 150px;
	overflow: hidden;
}

#comments .meta ul {
	list-style-type: none;
	margin-left: 0;
	font-size: 10px;
}

#comments .meta .author {
	font-weight: bold;
	font-size: 12px;
}

#comments hr {
	border-color: #000;
	border-style: solid;
	border-width: 0 0 1px 0;
	padding-top: 2px;
	height: 0;
	background: transparent;
	margin-bottom: 26px;
}

#comments .comment {
	padding: 0 5px 0 160px;
	overflow: hidden;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #bbbbbb;
}

#new_blog_comment fieldset {
	border: none;
	padding: 0;
}

#new_blog_comment .contact_info_entry {
	float: left;
	width: 220px;
	padding: 0;
	margin-right: 10px;
	clear: left;
}

#new_blog_comment .verify {
	float: right;
	width: 220px;
	padding: 0;
	margin-right: 10px;
}

#new_blog_comment .contact_info_entry label {
	display: block;
	height: 18px;
}

#new_blog_comment .contact_info_entry input,
#new_blog_comment .verify input {
	width: 200px;
	padding: 5px;
	margin-bottom: 1.5em;
}

#new_blog_comment .contact_info_entry .form_note {
	color: #bbbbbb;
	display: block;
	margin-top: -1.2em
}

#new_blog_comment .submit {
	margin-left: 160px;
	margin-top: 18px;
}

#new_blog_comment .submit input {
	float: right;
}

#new_blog_comment .comment_entry {
	clear: left;
	padding: 18px 0 0 0;
	margin: 0;
}

#new_blog_comment .comment_entry textarea {
	width: 440px;
	margin: 0;
	padding: 10px;
}

/* @end */

#sidebar {
	overflow: hidden;
	float: left;
	width: 190px;
	padding-top: 40px;
}

/* @group pagination */

.pagination {
	overflow: hidden;
}

.pagination ul {
	list-style-type: none;
	float: left;
	display: inline;
	margin: 4px 0 0 40px;
}

.pagination ul li {
	float: left;
	margin-right: 10px;
	display: inline;
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background: #333333;
	height: 18px;
	line-height: 18px;
}

.pagination ul li.last {
	margin-right: 0;
}

.pagination ul li.newer a:before {
	content: '« ';
}

.pagination ul li.older a:after {
	content: ' »';
}

.pagination ul li a {
	color: #ffffff;
	height: 18px;
	line-height: 18px;
	display: block;
	text-decoration: none;
}

.pagination ul li a:hover {
	background: #999999;
}

.pagination ul li a.current {
	background: #666666;
}

/* @end */

/* @group footer */

#footer {
	color: #fff;
	padding: 18px 80px 18px 80px;
	background: #333333;
	margin-right: 75px;
	margin-left: 75px;
}

#footer #active_watermark a {
	display: inline;
	color: #fff;
	text-indent: -9999px;
	height: 64px;
	width: 33px;
	float: left;
	margin-left: -40px;
	background: url(images/active_rain_watermark.png) no-repeat right top;
}

#footer #copyright {
	margin-right: 80px;
}

#footer #copyright p {
	padding-left: 10px;
	font-size: 10px;
	margin-bottom: 0.5em;
	color: #999;
}

#eho {
	float: right;
	margin-right: -40px;
	margin-top: -3em;
	display: inline;
}

/* @end */

.about {
	padding: 0 10px 40px 40px;
}

.about .title {
	font-size: 18px;
	margin-bottom: 0px;
	margin-left: 10px;
	line-height: 28px;
}

.about hr {
	border-color: #000;
	border-style: solid;
	border-width: 0 0 1px 0;
	padding-top: 2px;
	height: 0;
	background: transparent;
	margin-bottom: 26px;
}

.about .profileFormTable {
	padding-bottom: 1.5em;
}

.about .profileFormTable th {
	background: none;
	padding-left: 10px;
	vertical-align: top;
}

.about .profileFormTable,
.about .profileTextBlock,
.about #profile-experience {
	border-bottom: 1px solid #000;
	margin-bottom: 1.5em;
}

.about p {
	margin-left: 10px;
	margin-right: 10px;
}

.about blockquote p {
	margin-left: 0;
}
