/* Dippler for Wordpress CSS
 *
 * @author Raido Kuli 2012
 */
 
.odd {
	background-color: #CCC;
}

.even {
	background-color: #FFF;
}

.course_thumb_img {
	float: left;
	background-image: url('../images/course_thumb_bg.png');
	height: 70px;
	width: 105px;
	margin-right: 10px;
}

/* Learning resource page styles */

.dippler-learning-resource td,th {
	padding: 4px;
}

.dippler-learning-resource-meta {
	width: 100px; 
	text-align: right;
}


/* Sidebar (activites) styles */

#dippler_activites {
	float: right;
	margin-right: 7.6%;
	width: 18.8%;
}

#secondary {
	clear:right;
}