/* CALENDAR styling for up to 2008/09 calendars -------------------------------------------*/
/* Overrides of default.css to add SMALL WALL calendar */

/* Typography */
#calendar h3 {margin-bottom: 10px;}
#calendar .links {margin-bottom: 30px;}

/* Layout of columns and type alignment */
table#cal {margin-top: 50px; width: 100%;}
#cal td {vertical-align:top;}
#c_months {width: 12%; }
#c_dates {width: 15%;}
#c_maingallery {width: 36%;}
#c_smallwall {width: 37%;}

/* Headings */
thead th {padding-bottom: 20px; color: gray; font-size: 1.7em; text-transform: lowercase; font-weight: normal;}

/* Styles to override main stylesheet */
tr.monthend td {padding-bottom: 50px;}
td.month img {position: relative; top:-5px;}
td.dates { border-top: solid 1px #ccc; padding: 4px 10px 0 0; text-align: right; font-weight: bold;}
td.titles { border-top: solid 1px #ccc; font-weight: normal; padding: 4px 0 0 0; text-transform: uppercase;}
td.artists {color: gray; padding: 0 0 4px 0;}
