/* CSS Document */ /* color */ /* #faa61c */ a, a:hover, #site-title a:hover, .entry-title a:hover, #recentcomments li a, .widget ul li .rsswidget, .edit-i a, .comment-awaiting-moderation { color: #faa61c; } nav, nav ul ul, .postformat, .page-header, .widget-title { background: #faa61c url(line.png) top left repeat-x; } .left-corner, .right-corner { background: transparent url(corners.png); } .entry-title a:hover, #copy a:hover, .date-i a:hover, .comment-i a:hover, .author-i a:hover, #recentcomments li:hover { border-bottom: 1px dashed #faa61c; } .widget ul li a:hover { border-bottom: 1px dashed #faa61c; color: #faa61c; } #submit, #searchform #searchsubmit { background: #faa61c url(line.png) top left repeat-x; border: 1px solid #faa61c; } #wp-calendar a, #wp-calendar #prev a:hover, #wp-calendar #next a:hover { background: #faa61c url(line.png) bottom left repeat-x; } .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {color: #faa61c;} /* --- --- [ Corners ] --- --- */ .left-corner { position: absolute; bottom: -9px; left: 0; width: 9px; height: 9px; background-position: 0px 9px; } .right-corner { position: absolute; bottom: -9px; right: 0; width: 9px; height: 9px; background-position: 9px 9px; }