-
-
-
-
-
*/
/* ---( page defaults )--- */
body {
margin: 0;
padding: 0;
font-size: small;
text-align: center;
color: $textcolor;
background: $bgcolor;
}
blockquote {
margin: 0 0 0 30px;
padding: 10px 10px 10px 30px;
font-size: 95%;
line-height: 1.5em;
color: #000000;
background: url(http://i200.photobucket.com/albums/aa231/free_blogger/quotes-5.gif) no-repeat top left;
}
blockquote p {
margin-top: 0;
}
abbr, acronym {
cursor: help;
font-style: normal;
border-bottom: 1px dotted;
}
code {
color: #996666;
}
hr {
display: none;
}
img {
border: none;
}
/* unordered list style */
ul {
margin-left: 30px;
padding: 0;
}
/* links */
a:link {
color: $linkcolor;
text-decoration: none;
}
a:visited {
color: $visitedlinkcolor;
text-decoration: none;
}
a:hover {
color: $blogtitle;
border-bottom: 0px none;
}
a:active {
color: $blogtitle;
text-decoration: none;
}
/* ---( layout structure )---*/
#outer-wrapper {
width: 800px;
margin: 0px auto 0;
text-align: left;
font: $bodyfont;
background: #FCFAE3;
}
#content-wrapper {
margin-left: 10px; /* to avoid the border image */
width: 780px;
}
#main {
float: left;
width: 465px;
margin: 0px 0 0px 5px;
padding: 0 0 0 1em;
font-size: $bodyfont;
line-height: 1.5em;
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 {
float: right;
width: 240px;
padding: 0px 10px 5px 0;
font-size: 90%;
line-height: 1.4em;
color: $sidebartextcolor;
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 */
}
/* ---( header and site name )--- */
#header {
margin: 0;
height: 310px;
text-align: left;
background: url(http://i200.photobucket.com/albums/aa231/free_blogger/HeaderImage.gif) no-repeat top center;
}
#header .description {
font-size: 150%;
text-align: center;
margin-top: -0.5em;
color: $descolor;
}
#header h1 {
padding:200px 0px 0 0px;
line-height:1.3em;
text-align: center;
font: $pagetitlefont;
letter-spacing:.1em;
color: $blogtitle;
}
#header h1 a {
text-decoration: none;
color: $blogtitle;
}
#header h1 a {
text-decoration: none;
color: $blogtitle;
}
/* ---( main column )--- */
h2.date-header {
margin-top: 0;
font-size: 110%;
color: $datecolor;
}
.post h3 {
margin-top: -0.5em;
font: $titlefont;
color: $titlecolor;
}
.post {
margin: 0 0 1.5em 0;
padding: 0 0 1.5em 0px;
}
.post h3 a,
.post h3 a:visited {
color: $titlecolor;
text-decoration: none;
}
.post-footer {
margin: 0;
padding: 5px 0 0 0px;
font-size: 95%;
color: $footercolor;
}
.post img {
padding: 2px;
border-top: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
}
.feed-links {
clear: both;
text-decoration: none;
}
#blog-pager-newer-link {
text-decoration: none;
float: left;
}
#blog-pager-older-link {
float: right;
text-decoration: none;
}
#blog-pager {
text-align: center;
}
/* comment styles */
#comments {
padding-top: 0px;
text-decoration: none;
font-size: 100%;
line-height: 1.5em;
color: $blogtitle;
}
#comments h4 {
margin: 10px 0 15px 0;
padding: 0px 0 0 0px;
font-family: "Lucida Grande", "Trebuchet MS";
font-size: 130%;
color: $blogtitle;
text-decoration: none;
no-repeat 10px 0;
height: 29px !important; /* for most browsers */
height /**/:37px; /* for IE5/Win */
}
#comments ul {
margin-left: 0;
}
#comments li {
background: none;
padding-left: 0;
}
.comment-body {
padding: 0 0px 0 0px;
}
.comment-body p {
margin-bottom: 0;
}
.comment-author {
margin: 4px 0 0 0;
padding: 0 3px 0 0px;
color: $blogtitle;
}
.comment-footer {
padding-bottom: 5px;
font-size: 95%;
}
.deleted-comment {
font-style:italic;
color:gray;
}
/* ---( sidebar )--- */
.sidebar h2 {
margin: 0 0 0 0;
padding: 15px 0 0 0;
font: $sidebarheaderfont;
color: $sidebarcolor;
height: 32px;
height: 32px !important; /* for most browsers */
height /**/:57px; /* for IE5/Win */
}
.sidebar ul li {
list-style: none;
margin:0;
}
.sidebar .widget {
margin: 0;
padding: 0 10px 35px 10px;
background: url(http://i200.photobucket.com/albums/aa231/free_blogger/widgetsideborder.gif) no-repeat bottom;
}
.profile-textblock {
clear: both;
margin-left: 0;
}
.profile-img {
float: left;
margin: 0 5px 5px 0;
border: 1px solid #CCCCCC;
padding: 3px;
}
/* ---( footer )--- */
.clear { /* to fix IE6 padding-top issue */
clear: both;
}
#footer {
margin: 0;
background: #FCFAE3;
padding-bottom:10px;
padding-top: 20px;
padding-left:20px;
padding-right: 20px;
height: auto;
text-align: center;
}
/** Page structure tweaks for layout editor wireframe */
body#layout #outer-wrapper,
body#layout #main,
body#layout #sidebar {
padding-top: 0;
margin-top: 0;
}
body#layout #outer-wrapper,
body#layout #content-wrapper {
width: 740px;
}
body#layout #sidebar {
margin-right: 0;
margin-bottom: 1em;
}
body#layout #header,
body#layout #footer,
body#layout #main {
padding: 0;
}
body#layout #content-wrapper {
margin: 0px;
}
]]>
-
-
-
-
-
skip to main
|
skip to sidebar
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
design by
suckmylolly.com
-
1
:
:
--
- -
-
-
- -
-
-
-
- -
-
-
--