/* Jake's Blogger Styles */




#news #wrapper #maincontentwrap,
#bio #wrapper #maincontentwrap {
	float: left;
	height: auto;
	width: 480px;
}

#news #wrapper #rightcontentwrap {
	float: right;
	height: auto;
	width: 240px;
}
#news #wrapper #rightcontentwrap #rightcontent,
#news #wrapper #rightcontentwrap #purely_decorative_right {
	float: none;
}

/* Description
----------------------------------------------- */
#description {
  margin:0 0 2em;
  color:#fff;
  display: none;
  }
#description p {
  display:block;
  font:bold 75%/1.6em;
  min-height:12px;
  }
.postpage #description p {
  font-size:1px;
  line-height:1px;
  visibility:hidden;
  }


/* Posts
----------------------------------------------- */
.date-header {
	margin:0 0 .5em;
	text-transform:lowercase;
	color:#99CCFF;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: bold;
  }
.post {
  margin:0 0 2em 0;
  }
.post-title {
	margin:0 0 .25em;
	color:#FFFFFF;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bold;
  }
#maincontent .post-title a {
  text-decoration:none;
  color:#CCFF00;
  }
.post-body {
  margin:0px 20px 0.75em 0px;
  }

.post-footer {
  color:#99CCCC;
  text-transform:lowercase;
  }
.post-footer em {
  font-style:normal;
  color:#99CCCC;
  }
.post blockquote {
	margin:1em 20px;
	padding:5px 0;
	border-top: 2px solid #123E70;
	border-right: 0 solid #123E70;
	border-bottom: 2px solid #123E70;
	border-left: 0 solid #123E70;
  }
.post blockquote p {
  margin:.5em 0;
  }
.post img {
  border:1px solid #fff;
  }


/* Comments
----------------------------------------------- */
#comments {
  margin:2em 30px 0 60px;
  border-top:1px solid #154781;
  padding-top:1em;
  }
#comments p {
  margin-left:0px;
}
#comments h4 {
	margin:0 0 .25em;
	text-transform:lowercase;
	color:#6699CC;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
  }
#comments-block {
  margin:0;
  line-height:1.6em;
  }
.comment-poster {
	margin:0 0 .25em;
	text-transform:lowercase;
	font-size: .9em;
	line-height: 1.4em;
	font-weight: bold;
  }
.comment-body, .comment-body p {
  margin:0 0 .75em;
  }
p.comment-timestamp {
  margin:-0.25em 0px 2em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }
.comment-link {
  margin-left:.6em;
  }

/* Sidebar
----------------------------------------------- */
.sidebar-title {
	margin:1em 0 .25em;
	color:#6699CC;
	text-transform:lowercase;
	line-height: 1.4em;
	font-weight: bold;
  }
#rightcontent ul {
	margin:0 10px 1.5em 30px;
	padding:0;
	list-style:none;
	font-size: 0.75em;
  }
#rightcontent li {
  margin:0;
  padding:0 0 .25em 20px;
  text-indent:-20px;
  line-height:1.4em;
  }
#rightcontent p {
  margin:0 0 0.75em 30px;
  line-height:1.4em;
  }


/* Profile
----------------------------------------------- */
#profile-container {
  margin:0 10px 1.75em 30px;
  display: none;
  }
#profile-container h2 {
	margin-left: 0px;
  }
.profile-datablock, .profile-textblock {
  margin:0 0 .75em;
  line-height:1.4em;
  }
.profile-img {
  display:inline;
  }
.profile-img img {
  float:left;
  margin:0 10px 5px 0;
  }
.profile-data {
  font-weight:bold;
  color:#fff;
  }
.profile-data strong {
  display:none;
  }

