// Variables for Color Scheme @priColor: #FFFFFF; // White @secColor: grey; // Black @txtColor: #242422; // copy color @ttlColor: #3C3C3B; // link color @hoverClr: #2E2D2C; // link hover // Variables for visuals .shadowedText { text-shadow: 2px 2px 2px #DDD; } body { color:@txtColor; } a { display: block; color: @ttlColor; text-decoration: none; &:visited { color: @ttlColor; } &:hover { color: @hoverClr; text-decoration: underline; } } .newsHeader { font-family: 'Palatino Linotype', serif; font-weight: 100; font-size: 2.5em; .shadowedText; } .menu { font-family: 'Tahoma', sanserif; font-weight: 100; font-size: 1.5em; letter-spacing: 4px; } #nav-main ul { background: @priColor; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; } #nav-main ul li a:hover, #nav-main ul li.current-menu-item > a, #nav-main ul li.current-menu-parent > a, #nav-main ul li.current-menu-ancestor > a, #nav-main ul li:hover > a { color: @secColor; } @borderPx: 1px; @borderTp: solid; @borderClr: grey; .middleBorderRight { margin-right: 0%; padding-right: 1.8%; } .middleBorderLeft { margin-left: 0%; padding-left: 1.8%; } .box-1, .box-2, .box-3, .box-4 { min-height: 200px; overflow: hidden; } #content .post { padding: 12px; header { background-color: transparent; } } //sidebar stuff #sidebar { ul { list-style-type: none; } .event { a { text-decoration: none; color: black; &:hover { text-decoration: underline; } } } .when { font-size: .7em; color: grey; } } /* ============================================================================= Wordpress Popular Posts Widget ========================================================================== */ #wpp-3 { ul { font-size: .8em; li { border-bottom: 1px solid grey; padding: 5px 0 5px 0; } } a { text-decoration: none; color: black; display: block; &:hover { color: black; text-decoration: underline; } } } #text-377552225 { float: right; width: 350px; margin: 12px; input, select, textarea { width: 100%; } textarea { height: 150px; } input.wpcf7-submit { background-color: white; margin: 6px 6px 6px 0; border: none; width: 100px; } } #text-377552226 { padding-top: 12px; } #text-377552227 { float: left; } input.customButton { background-color: white; background-image: url(../img/search.png); background-position: 0px 0px; border: none; }