/*
Template Name: Custom CSS
*/

/* Begin Spacers */

div.spacer { clear: both; display: block; }
 *.v10 { height: 10px; }
 *.v15 { height: 15px; }
 *.v25 { height: 25px; }
 *.v40 { height: 40px; }
 *.v60 { height: 60px; }
 *.v100 { height: 100px; }
 *.v150 { height: 150px; }
 *.v250 { height: 250px; }
 *.v400 { height: 400px; }
 *.v600 { height: 600px; }
 *.v1000 { height: 1000px; }

/* End Spacers */

/* Begin Calendar */

#wp-calendar { empty-cells: show; margin: auto; width: 70%; border: 1px solid #999; }

#wp-calendar #next a { padding-right: 1em; text-align: right; }

#wp-calendar #prev a { padding-left: 1em; text-align: left; }

#wp-calendar a { display: block; }

#wp-calendar caption { text-align: center; }

#wp-calendar th { text-align: center; }

#wp-calendar td { text-align: center; }

#wp-calendar td.pad:hover { /* Doesn't work in IE */ background-color: #fff; }

/* End Calendar */


/* Navigation */

ul#post-navigation li.tight {  } /* padding: 0.2em 0 0.1em 0; */

ul#post-navigation li.first { text-align: left; }

ul#post-navigation li.between { text-align: center; }

ul#post-navigation li.between ul.embedded li.between { width: 30%; }

ul#post-navigation li.last { text-align: right; }

/* End Navigation */

/* Main Entries / Posts */

.entry .greybox {background-color:#CCCCCC; margin: 0 0 1.5em 5em; }

/* End Entries */

/* Extra content blocks */


/* End extra content blocks */