File: /home/mmickelson/martyknows.com/wp-content/themes/clean-home/colors/sunny.css
/*
Description: A sunny ochre color scheme for the Clean Home theme
*/
/* Global */
body {
background: #e4da6c;
background: #e4da6c url(i/curve.png) bottom repeat-x;
}
#wrapper {
background: #f0eab0;
background: rgba(255,255,255,0.6);
}
#footer {
background: #f1eba3;
margin: 0px -30px;
padding-bottom: 30px;
width: 960px;
-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}
hr {
border-color: #f2e4b3;
}
/* Dotted Lines */
.content,
.header,
#blurb,
#footer,
body.single .navigation {
border-color: #d6cd64;
}
/* Links */
.header a:hover,
#blurb a:hover,
#sidebar a:hover,
#footer a:hover,
.content a:hover {
color: #856d0e;
border-bottom: 1px dotted #856d0e;
}
/* Header */
#logo a {
color: #815303;
}
#logo h2 {
color: #4b3e27;
}
.header-image {
border-color: #5c4806;
}
/* Content */
.post hr {
margin-left: -20px;
width: 640px;
}
.sticky hr {
border-color: #038244;
}
/* Sidebar */
#sidebar .block li,
#sidebar .block ul {
border-color: #f2e4b3;
}
/* Comments */
ol.commentlist {
margin-right: 20px;
}
#comments .bypostauthor.comment {
background: #bcebd4;
}
/* Deco */
#wpstats {
background-color: #e2db09;
padding: 2px;
border: 1px solid #e3bf09;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}