<data:blog.pageTitle/>
*/
body {
margin-top:0px;
margin-$endSide:0px;
margin-bottom:0px;
margin-$startSide:0px;
font-size: small;
background-color: $mainBgColor;
color: $mainTextColor;
}
#content-wrapper {
margin-top: 0px;
margin-$endSide: 0px;
margin-bottom: 0;
margin-$startSide: 5px;
}
h1 {
font-size:400%;
padding-$startSide:15px;
}
h1 a, h1 a:link, h1 a:visited {
text-decoration:none;
color: $mainTextColor;
}
.description {
text-align: center;
padding-top:10px;
}
h2.date-header {
border-bottom:none;
font-size: 130%;
text-align:$startSide;
margin-top:20px;
margin-bottom:14px;
padding:1px;
padding-$startSide:17px;
color: $dateHeaderColor;
font-weight: normal;
font-family: Trebuchet MS, Verdana, Sans-serif;
}
.post h3 {
font-size: 150%;
font-weight:bold;
}
.post h3 a,
.post h3 a:visited {
color: $mainTextColor;
}
.post {
padding-$startSide:20px;
margin-bottom:20px;
text-indent:10px;
padding-$endSide:20px;
line-height:22px;
}
.post-footer {
margin-bottom:15px;
margin-$startSide:0px;
font-size: 87%;
}
#comments {
margin-$startSide: 20px;
}
.feed-links {
clear: both;
line-height: 2.5em;
margin-$startSide: 20px;
}
#blog-pager-newer-link {
float: $startSide;
margin-$startSide: 20px;
}
#blog-pager-older-link {
float: $endSide;
}
#blog-pager {
text-align: center;
}
#main {
float:$startSide;
padding-bottom:20px;
padding:0px;
width:67%;
font: $bodyFont;
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 h2 {
font-weight:bold;
font-size: 150%;
color: $sidebarTitleColor;
}
a {
text-decoration:none
}
a:hover {
border-bottom:dashed 1px red;
}
a img {
border: 0;
}
a {
color: $mainLinkColor;
}
a:hover,
a:visited {
color: $mainVisitedLinkColor;
}
#sidebar a {
color: $sidebarLinkColor;
}
#sidebar a:hover,
#sidebar a:visited {
color: $sidebarVisitedLinkColor;
}
#sidebar {
text-transform:none;
background-color: $sidebarBgColor;
color: $sidebarTextColor;
padding-$startSide: 20px;
width: 30%;
float: $endSide;
font: $bodyFont;
border-$startSide:2px dashed $mainTextColor;
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 .widget {
padding-top: 4px;
padding-$endSide: 8px;
padding-bottom: 0;
padding-$startSide: 0;
}
.profile-textblock {
clear: both;
margin-$startSide: 0;
}
.profile-img {
float: $startSide;
margin-top: 0;
margin-$endSide: 5px;
margin-bottom: 5px;
margin-$startSide: 0;
}
.clear {
clear: both;
}
.comment-footer {
padding-bottom: 1em;
}
]]>