<data:blog.pageTitle/>
*/
/* global
----------------------------------------------- */
body {
margin: 0;
text-align: center;
min-width: 760px;
background: #ce8b43 url(http://www.blogblog.com/thisaway/bg_body.gif) repeat-x $startSide top;
color: $textColor;
font-size: small;
}
blockquote {
margin: 0;
padding-top: 0;
padding-$endSide: 10px;
padding-bottom: 0;
padding-$startSide: 10px;
border-$startSide: 6px solid #f7e8d8;
border-$endSide: 6px solid #f7e8d8;
color: $postTitleColor;
}
code {
color: $postTitleColor;
}
hr {
display: none;
}
/* layout
----------------------------------------------- */
#outer-wrapper {
margin: 0 auto;
width: 760px;
text-align: $startSide;
font: $bodyFont;
}
#header-wrapper {
padding-bottom: 15px;
background: url(http://www.blogblog.com/thisaway/bg_header_bottom.gif) no-repeat $startSide bottom;
}
#header {
background: #634320 url(http://www.blogblog.com/thisaway/bg_header.gif) repeat-x $startSide bottom;
}
#content-wrapper {
position: relative;
width: 760px;
background: #f7f0e9 url(http://www.blogblog.com/thisaway/bg_main_wrapper.gif) repeat-y $startSide top;
}
#main-wrapper {
display: inline; /* fixes a strange ie margin bug */
float: $startSide;
margin-top: 0;
margin-$endSide: 0;
margin-bottom: 0;
margin-$startSide: 3px;
padding: 0;
width: 483px;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}
#main {
padding-top: 22px;
padding-$endSide: 8px;
padding-bottom: 0;
padding-$startSide: 8px;
background: url(http://www.blogblog.com/thisaway/bg_content.gif) repeat-x $startSide top;
}
.post {
margin-top: 0;
margin-$endSide: 8px;
margin-bottom: 14px;
margin-$startSide: 21px;
padding: 0;
border-bottom: 3px solid #f7e8d8;
}
#comments {
margin-top: 0;
margin-$endSide: 16px;
margin-bottom: 14px;
margin-$startSide: 29px;
padding: 10px;
border: 1px solid #f0e0ce;
background-color: #f5ede4;
}
#sidebar-wrapper {
display: inline; /* fixes a strange ie margin bug */
float: $endSide;
margin-top: 0;
margin-$endSide: 3px;
margin-bottom: 0;
margin-$startSide: 0;
width: 269px;
color: $textColor;
line-height: 1.4em;
font-size: 90%;
background: url(http://www.blogblog.com/thisaway/bg_sidebar.gif) repeat-x $startSide top;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}
#sidebar {
padding-top: 7px;
padding-$endSide: 11px;
padding-bottom: 0;
padding-$startSide: 14px;
background: url(http://www.blogblog.com/thisaway/bg_sidebar_arrow.gif) repeat-y 179px 0;
}
#sidebar .widget {
margin-bottom: 20px;
}
#footer-wrapper {
padding-top: 15px;
background: url(http://www.blogblog.com/thisaway/bg_footer_top.gif) no-repeat $startSide top;
clear: both;
}
#footer {
background: #493015 url(http://www.blogblog.com/thisaway/bg_footer.gif) repeat-x $startSide top;
text-align: center;
min-height: 2em;
}
/* headings
----------------------------------------------- */
#header h1 {
margin: 0;
padding-top: 24px;
padding-$endSide: 0;
padding-bottom: 0;
padding-$startSide: 84px;
background: url(http://www.blogblog.com/thisaway/icon_header_$startSide.gif) no-repeat 16px 26px;
}
h2.date-header {
margin: 0;
padding-top: 0;
padding-$endSide: 0;
padding-bottom: 0;
padding-$startSide: 29px;
text-transform: uppercase;
color: $dateHeaderColor;
background: url(http://www.blogblog.com/thisaway/icon_date.gif) no-repeat 13px 0;
font-size: 80%;
font-weight: normal;
}
.date-header span {
margin-top: 0;
margin-$endSide: 0;
margin-bottom: 0;
margin-$startSide: 5px;
padding-top: 0;
padding-$endSide: 25px;
padding-bottom: 0;
padding-$startSide: 25px;
background: url(http://www.blogblog.com/thisaway/bg_date.gif) no-repeat $startSide 0;
}
.sidebar h2 {
padding-top: 1px;
padding-$endSide: 0;
padding-bottom: 0;
padding-$startSide: 36px;
color: $sidebarHeaderColor;
background: url(http://www.blogblog.com/thisaway/icon_sidebar_heading_$startSide.gif) no-repeat $startSide 45%;
font: $headerFont;
}
.sidebar .Profile h2 {
color: #957252;
background: url(http://www.blogblog.com/thisaway/icon_sidebar_profileheading_$startSide.gif) no-repeat $startSide 45%;
}
.post h3 {
margin-top: 13px;
margin-$endSide: 0;
margin-bottom: 13px;
margin-$startSide: 0;
padding: 0;
color: $postTitleColor;
font-size: 140%;
}
.post h3 a, .post h3 a:visited {
color: $postTitleColor;
}
#comments h4 {
margin-top: 0;
font-size: 120%;
}
/* text
----------------------------------------------- */
#header h1 {
color: $blogTitleColor;
font: $pageTitleFont;
}
#header .description {
margin: 0;
padding-top: 7px;
padding-$endSide: 16px;
padding-bottom: 0;
padding-$startSide: 84px;
color: $blogDescriptionColor;
font: $blogDescriptionFont;
}
.post-body p {
line-height: 1.4em;
/* Fix bug in IE5/Win with italics in posts */
margin: 0;
height: 1%;
overflow: visible;
}
.post-footer {
font-size: 80%;
color: $dateHeaderColor;
}
.uncustomized-post-template .post-footer {
text-align: $endSide;
}
.uncustomized-post-template .post-footer .post-author,
.uncustomized-post-template .post-footer .post-timestamp {
display: block;
float: $startSide;
text-align: $startSide;
margin-$endSide: 4px;
}
p.comment-author {
font-size: 83%;
}
.deleted-comment {
font-style:italic;
color:gray;
}
.comment-body p {
line-height: 1.4em;
}
.feed-links {
clear: both;
line-height: 2.5em;
margin-bottom: 0.5em;
margin-$startSide: 29px;
}
#footer .widget {
margin: 0;
padding-top: 0;
padding-$endSide: 0;
padding-bottom: 15px;
padding-$startSide: 55px;
color: #fef6ee;
font-size: 90%;
line-height: 1.4em;
background: url(http://www.blogblog.com/thisaway/icon_footer.gif) no-repeat 16px 0;
}
/* lists
----------------------------------------------- */
.post ul {
padding-$startSide: 32px;
list-style-type: none;
line-height: 1.4em;
}
.post li {
padding-top: 0;
padding-$endSide: 0;
padding-bottom: 4px;
padding-$startSide: 17px;
background: url(http://www.blogblog.com/thisaway/icon_list_item_$startSide.gif) no-repeat $startSide 3px;
}
#comments ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#comments li {
padding-top: 0;
padding-$endSide: 0;
padding-bottom: 1px;
padding-$startSide: 17px;
background: url(http://www.blogblog.com/thisaway/icon_comment_$startSide.gif) no-repeat $startSide 3px;
}
.sidebar ul {
padding: 0;
list-style-type: none;
line-height: 1.2em;
margin-$startSide: 0;
}
.sidebar li {
padding-top: 0;
padding-$endSide: 0;
padding-bottom: 4px;
padding-$startSide: 17px;
background: url(http://www.blogblog.com/thisaway/icon_list_item.gif) no-repeat $startSide 3px;
}
#blog-pager-newer-link {
float: $startSide;
margin-$startSide: 29px;
}
#blog-pager-older-link {
float: $endSide;
margin-$endSide: 16px;
}
#blog-pager {
text-align: center;
}
/* links
----------------------------------------------- */
a {
color: $mainLinkColor;
font-weight: bold;
}
a:hover {
color: $mainVisitedLinkColor;
}
a.comment-link {
/* ie5.0/win doesn't apply padding to inline elements,
so we hide these two declarations from it */
background/* */:/**/url(http://www.blogblog.com/thisaway/icon_comment_$startSide.gif) no-repeat $startSide 45%;
padding-$startSide: 14px;
}
html>body a.comment-link {
/* respecified, for ie5/mac's benefit */
background: url(http://www.blogblog.com/thisaway/icon_comment_$startSide.gif) no-repeat $startSide 45%;
padding-$startSide: 14px;
}
.sidebar a {
color: $sidebarLinkColor;
}
.sidebar a:hover {
color: $sidebarVisitedLinkColor;
}
#header h1 a {
color: $blogTitleColor;
text-decoration: none;
}
#header h1 a:hover {
color: #d9c6b4;
}
.post h3 a {
text-decoration: none;
}
a img {
border-width: 0;
}
.clear {
clear: both;
line-height: 0;
height: 0;
}
.profile-textblock {
clear: both;
margin-bottom: 10px;
margin-$startSide: 0;
}
.profile-img {
float: $startSide;
margin-top: 0;
margin-$endSide: 5px;
margin-bottom: 5px;
margin-$startSide: 0;
padding: 3px;
border: 1px solid #ebd4bd;
}
.profile-link {
padding-top: 0;
padding-$endSide: 0;
padding-bottom: 0;
padding-$startSide: 17px;
background: url(http://www.blogblog.com/thisaway_blue/icon_profile_$startSide.gif) no-repeat $startSide 0;
}
/** Page structure tweaks for layout editor wireframe */
body#layout #main,
body#layout #sidebar {
padding: 0;
}
]]>