/*-----attach body.custom to any style you add here-----*/

/*-----custom link styles - these govern the links within post content and are here to show you how. 
modify them to your liking or delete them and add your own-----*/


body.custom .entry-content a {
	font-weight: bold;
	}
	
body.custom .entry-content a:hover {
	text-decoration: underline;
	}

body.custom #container {
	border: 1px solid #cccccc;}
 
body.custom ul.menu {
	right: 10px;}
 
body.custom #rotating {
	border-top: none;}

.textwidget {
	padding: 10px;
	}


/* Specific Style Settings for the Table on the Calendar page */

/* centers text in class "week" and makes text larger for first column of calendar table */
.calweek { 
	text-align: center;
	vertical-align: middle; 
	font-size: 2.5em;
	color: #1f497d;
}

/* Controls the week name in calendar table */
p.calheading {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0.2em;
}

p.caltodo {
	color: #1f497d;
	font-weight: bold;
	margin-bottom: 0.2em;
}