blockquote {
margin: 0;
padding: 0 10px 0 10px;
border-left: 6px solid #d8e7f7;
border-right: 6px solid #d8e7f7;
color: #477fba;
}

code {
color: #809eba;
}


/* layout
----------------------------------------------- */
#main-wrapper {
position: relative;
width: 728px;
/*background: #f7f0e9 url(http://www.blogblog.com/thisaway_blue/bg_main_wrapper.gif) repeat-y left top; */
}

#main-content {
display: inline; /* fixes a strange ie margin bug */
float: left;
margin: 0 0 0 3px;
padding: 0;
width: 500px;
}

#content-wrapper {
padding: 22px 0 0 0;
/* background: url(http://www.blogblog.com/thisaway_blue/bg_content.gif) repeat-x left top; */
}

#comments {
margin: 0 16px 14px 29px;
padding: 10px;
border: 1px solid #cedef0;
background-color: #e4ecf5;
}

#sidebar-wrapper {
display: inline; /* fixes a strange ie margin bug */
float: right;
margin: 0 3px 0 0;
width: 200px;
color: #1c4676;
background-color:#F6F6F6;
/* background: url(http://www.blogblog.com/thisaway_blue/bg_sidebar.gif) repeat-x left top; */
}

#sidebar {
padding: 7px 11px 0 14px;
background-color:#F6F6F6;
border:1px solid #CCCCCC;
/* background: url(http://www.blogblog.com/thisaway_blue/bg_sidebar_arrow.gif) repeat-y 179px 0; */
}

#profile-container {
margin-bottom: 20px;
}

#blog-footer {
padding-top: 15px;
/* background: url(http://www.blogblog.com/thisaway_blue/bg_footer_top.gif) no-repeat left top; */
}


/* headings
----------------------------------------------- */
.post {
margin: 0 16px 14px 29px;
padding: 0;
border-bottom: 3px solid #d8e7f7;
}

#blog-header h1 {
margin: 0;
padding: 26px 0 0 84px;
color: #eef6fe;
font-size: 30px;
line-height: 25px;
/* background: url(http://www.blogblog.com/thisaway_blue/icon_header.gif) no-repeat 16px 26px; */
}

.date-header {
text-transform: uppercase;
}

.date-header span {
margin: 0 0 0 5px;
padding: 0 25px 0 25px;
/* background: url(http://www.blogblog.com/thisaway_blue/bg_date.gif) no-repeat 0 0; */
}

h2.sidebar-title {
padding: 1px 0 0 10px;
font-size: 13px;
color: #809fbd;
/* background: url(http://www.blogblog.com/thisaway_blue/icon_sidebar_heading.gif) no-repeat 0 45%;*/
}

#profile-container h2.sidebar-title {
color: #527595;
/*background: url(http://www.blogblog.com/thisaway_blue/icon_sidebar_profileheading.gif) no-repeat 0 45%; */
}

.post-title {
margin: 13px 0 0 0;
padding: 0;
font-size: 18px;
color: #477fba;
}

#comments h4 {
margin-top: 0;
font-size: 16px;
}


/* text
----------------------------------------------- */
#blog-header p {
margin: 0;
padding: 7px 16px 0 84px;
color: #eef6fe;
font-size: 10px;
font-weight: bold;
line-height: 14px;
}

.post-body {
	padding:0 0 0 5px;
}

p.mobile-post {
	padding:0 0 0 -5px;
}

.post-body blockquote {
margin: 10px 0px;
}

p.post-footer {
font-size: 11px;
text-align: right;
}

p.post-footer em {
display: block;
float: left;
text-align: left;
font-style: normal;
font-weight:600;
}

.deleted-comment {
  font-style:italic;
  color:gray;
 }

#sidebar p {
font-size: 12px;
line-height: 17px;
margin-bottom: 20px;
}

#sidebar p.profile-textblock {
clear: both;
margin-bottom: 10px;
}

.profile-link {
padding:0;
/* background: url(http://www.blogblog.com/thisaway_blue/icon_profile.gif) no-repeat 0 0; */
}

#blog-footer p {
margin: 0;
padding: 0 0 15px 55px;
color: #eef6fe;
font-size: 10px;
line-height: 14px;
/* background: url(http://www.blogblog.com/thisaway_blue/icon_footer.gif) no-repeat 16px 0; */
}

a.comment-link {
	font-weight:600;
	margin-left:15px;
}

/* lists
----------------------------------------------- */
.profile-data {
font-size: 13px;
line-height: 17px;
}

.post ul {
list-style-type: none;
font-size: 13px;
line-height: 18px;
}

.post li {
padding: 0 0 4px -20px;
/* background: url(http://www.blogblog.com/thisaway_blue/icon_list_item.gif) no-repeat 0 3px; */
}

#comments ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#comments li {
padding: 0 0 1px -20px;
/* background: url(http://www.blogblog.com/thisaway_blue/icon_comment.gif) no-repeat 0 3px; */
}

#sidebar ul {
margin: 0 0 20px 0;
padding: 0;
list-style-type: none;
font-size: 12px;
line-height: 14px;
}

#sidebar li {
padding: 0 0 4px -20px;
/* background: url(http://www.blogblog.com/thisaway_blue/icon_list_item.gif) no-repeat 0 3px; */
}


/* miscellaneous
----------------------------------------------- */
.post-photo {
padding: 3px;
border: 1px solid #bdd4eb;
}

.profile-img {
display: inline;
}

.profile-img img {
float: left;
margin: 0 10px 5px 0;
padding: 3px;
border: 1px solid #bdd4eb;
}

.profile-data strong {
display: block;
}

.clear {
clear: both;
line-height: 0;
height: 0;
} 