div#blog-page-body {
	width: 725px ;
	float: left ;
	padding-top: 30px ;
	text-align: left ;
	padding-bottom: 30px ;
}

div#blog-sidebar {
	width: 250px ;
	float: right ;
	padding-top: 30px ;
	text-align: left ;
	padding-bottom: 30px ;
}


/* ---- SIDEBAR ---- */

.blog-sidebar-area {
	padding: 15px 0 ;
}

.blog-sidebar-title {
	font-size: 18px ;
	font-family: Georgia, Times, 'Times New Roman', serif ;
	color: #00A ;
	padding-bottom: 10px ;
}

.blog-sidebar-line-item {
	border-bottom: 1px solid #BBB ;
	font-size: 12px ;
}


/* ---- ENTRIES ---- */

.entry {
	border-bottom: 1px solid #BBB ;
	padding: 15px 0 ;
}

.entry-title {
	font-size: 18px ;
	color: #00A ;
	font-family: Georgia, Times, 'Times New Roman', serif ;
}

.entry-title a, .entry-title a:visited, .entry-title a:hover {
	color: #00A ;
}

.entry-date {
	font-size: 13px ;
	color: #666 ;
	font-style: italic ;
}

.entry-body {
	padding: 10px 0 ;
}

.entry-body p {
	padding-bottom: 15px ;
}

.entry-comment-line {
	padding-top: 20px ;
	text-align: right ;
	font-size: 12px ;
}


/* ---- COMMENTS ---- */

.comment {
	border-bottom: 1px solid #BBB ;
	padding: 15px 0 ;
}

.comment-title {
	font-size: 16px ;
	color: #00A ;
	font-family: Georgia, Times, 'Times New Roman', serif ;
}

.comment-date {
	font-size: 13px ;
	color: #666 ;
	font-style: italic ;
}

.comment-body {
	padding: 10px 0 ;
}


/* ---- FORMS ---- */

.form-label {
	color: #666 ;
	font-weight: bold ;
}

textarea {
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif ;
	font-size: 12px ;
}

.error-text {
	font-weight: bold ;
	color: #F00 ;
}

.error-line {
	font-weight: bold ;
	color: #F00 ;
	padding: 15px 0 ;
}