
/* Import Stylesheets
-----------------------------------------------------------*/
@import url("css/undo.css");
@import url("css/master.css");

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
.alignleft { float: left; }
.alignright { float: right; }


#wp-calendar {
width: 100%;
}


#wp-calendar td {
color: #333;
}


#wp-calendar td, #wp-calendar th {
text-align: center;
padding: 2px 0;
font-size: 1.1em;
}


#wp-calendar a {
	display: block;
	font-weight: bold;
}


#wp-calendar caption {
font-size: 1.5em;
font-weight: bold;
padding: 10px;
}


#wp-calendar #prev {
text-align: left;
font-size: 1.1em;
}


#wp-calendar #next {
text-align: right;
font-size: 1.1em;
}
#wp-calendar #today {
background: #f3f3f3;
}

