#sidebar{
	border-left: 1px solid white;
	float: right;
}

#sidebar h1{
	font-size: small;
	text-align: center;
}

#sidebar ul{
	list-style-type: none;
	padding-left: 15px;
}

.post_date{
	border-bottom: 1px dashed yellow;
	font-style: italic;
	margin-bottom: 50px;
	padding-bottom: 50px;
}

#workouts .comment{
	margin-bottom: 40px;
	padding: 0 20px;
}

#workouts #comment_form table{
	margin: 0;
}

#workouts #container p{
	margin-right: 150px;
	padding-left: 20px;
}

#workouts #content h2.article_title a{
	font-size: x-large;
	font-weight: normal;
}

#workouts .archive_list_daily,
#workouts .archive_list_monthly{
	border-bottom: 1px dashed yellow;
	margin-bottom: 30px;
	padding-bottom: 30px;
	width: 720px;
}

#workouts #sidebar .workout_calendar{
	border-collapse: collapse;
}

#workouts #sidebar .workout_calendar td{
	padding: 4px;
	text-align: center;
}

#workouts #sidebar .workout_calendar td.post_exists{
	background-color: lightgreen;
}

#workouts #sidebar .workout_calendar td.post_exists a{
	color: black;
	display: block;
}
