#wp-calendar
{
text-align: center;
width: 100%;
border-collapse: collapse;
padding: 0;
margin: 0;
font-size: 1em;
border: 2px solid white;

background-image:url('http://img14.imageshack.us/img14/8523/ufufufu.jpg');
background-repeat: repeat-x;
background-position: center;
}

#wp-calendar caption a, #wp-calendar caption a:hover
{
background: #d2f2fe;
}

#wp-calendar th
{
color: #fff;
height: 17px;
font-size: 13px;
font-weight: bold;
background-image:url('http://img42.imageshack.us/img42/1936/ohohop.jpg');
background-repeat: repeat-x;
background-position: center;
border-bottom: 2px solid white;
}

#wp-calendar {color: #fff;}

#wp-calendar a
{
text-decoration: none;
display: block;
color: #1693aa;
border: 1px dotted #d7d7d7;
background-color: #e1e1e1;
}

#wp-calendar td, #wp-calendar th
{
text-align: center;  
}

#wp-calendar tbody td a
{
text-decoration: underline;
color: #006275;   background-color:#91ebfd;
  border:1px solid #006275;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}

#wp-calendar tbody td {background-image:url('http://img709.imageshack.us/img709/9026/buhhuhu.png'); }

#wp-calendar caption
{
color: #25abc4;
text-align: center;
font-size: 1.2em;
text-decoration: none;
font-weight: bold;
}

