/** * blogBox Theme Wine Skin * * * @package blogBox WordPress Theme * @copyright Copyright (c) 2012, Kevin Archibald * @license http://www.gnu.org/licenses/quick-guide-gplv3.html GNU Public License * @author Kevin Archibald */ body { background-color: #f3ecec; background-image: url(../images/bg1.png);background-repeat: repeat-x; } #header { background-color: #f3ecec; border-top: 2px solid #661919; } .main-nav { background-color: #f3ecec; border-bottom: 2px solid #661919; } .main-nav ul a {color: #661919;} .main-nav ul a:hover {font-weight: bold;color: #661919;} body #pagewrap {background-color: #f7f2f2;} #widecolumn {background-color: #f7f2f2;} #fullwidth {background-color: #f7f2f2;} #fullfeature{background-color: #f7f6f6;} #leftfeature{background-color: #f7f6f6;} #rightfeature{background-color: #f7f6f6;} #sidebar{background-color: #f7f2f2;} #home1post{background-color: #f7f6f6;} #slogan1, #homebuttonbox {background-color: #dac7c7;} #slogan2{background-color: #dac7c7;} #footer {background-color:#661919;} #copyright {background-color: #661919;} #header {color:#661919;} #leftfeature {color:#661919;} a:link, a:active, a:visited {color: #1a3c83;} a:hover { color: #1a3c83;} body #pagewrap {color: #661919;} #homesection2 h1 {color: #661919;} #footer {color: #f3ecec;} #footer a,#footer a:link {color: #dac7c7;} #footer a:hover {color: #dac7c7;} #footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer h6 {color: #f3ecec;} #copyright {color: #f3ecec;} #copyright a{color: #dac7c7;} #copyright a:hover {color: #dac7c7;} table#wp-calendar td#today {color: #661919;} table#wp-calendar th {border: 1px solid #f7f2f2;} table#wp-calendar tbody td {border: 1px solid #f7f2f2;} table#wp-calendar th {background-color: #f3ecec;} table#wp-calendar th {color: #661919;}