/* Theme Name: WordPress Default Theme URI: http://wordpress.org/ Description: The default WordPress theme based on the famous Kubrick. Version: 1.5 Author: Michael Heilemann Author URI: http://binarybonsai.com/ The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php */ /* Begin Typography & Colors */ body { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; background-color: white; color: #333; } #page { background-color: white; border: 1px solid #959596; text-align: left; } #calendar #prev a { font-size: 10pt; } #calendar a { text-decoration: none; } #calendar caption { font: bold 1em 'Lucida Grande', Verdana, Arial, Sans-Serif; text-align: center; } #calendar th { font-style: normal; text-transform: capitalize; } /* End Typography & Colors */ /* Begin Calendar */ #calendar { empty-cells: show; margin: 5px auto 0; width: 135px; } #calendar #next a { padding-right: 10px; text-align: right; } #calendar #prev a { padding-left: 10px; text-align: left; } #calendar a { display: block; } #calendar caption { text-align: center; width: 100%; } #calendar td { padding: 3px 0; text-align: center; } #calendar td.pad:hover { /* Doesn't work in IE */ background-color: #fff; } #calendar table { width: 100%; } #calendar #prev { text-align: left; } #calendar #next { text-align: right; } /* Fix a bug in the default style. */ #calendar #prev a { font-size: 80%; } #calendar table td, #calendar table th { text-align: center; padding: 1px; } #calendar table td, #calendar table td.pad:hover, #calendar table.nav tr td { padding: 1px; border: none; } #calendar table td:hover, #calendar table #today { padding: 0px; border: solid 1px #999; background-color: yellow; } #calendar table td a:hover { background-color: black; text-decoration: none; color: white; } a:link { color: blue; } a:visited { color: red; } /* End Calendar */