/*
Theme Name: Twenty Ten with Dippler for Wordpress
Theme URI: http://wordpress.org/extend/themes/twentyten
Author: the WordPress team and modded by Tallinn University Centre for Educational Technology
Author URI: http://wordpress.org/
Description: The 2011 theme for WordPress is sophisticated, lightweight, and adaptable. Make it yours with a custom menu, header image, and background -- then go further with available theme options for light or dark color scheme, custom link colors, and three layout choices. Twenty Eleven comes equipped with a Showcase page template that transforms your front page into a showcase to show off your best content, widget support galore (sidebar, three footer areas, and a Showcase page widget area), and a custom "Ephemera" widget to display your Aside, Link, Quote, or Status posts. Included are styles for print and for the admin editor, support for featured images (as custom header images on posts and pages and as large images on featured "sticky" posts), and special styles for six different post formats.
Version: 1.2
Template: twentyten
License: GNU General Public License
License URI: license.txt
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/

@import url("../../../../themes/twentyten/style.css");
 
/* Dippler for Wordpress styles */

.dippler-toolbar {
	text-align: left;
	margin-top: 10px;
}

.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;
	width: 210px;
	margin-right: 10px;
}

#dippler_activites ul {
	list-style-type: none;
}

#dippler_activites ul li {
	border-bottom: 1px solid #efefef;
	margin-top: 10px;
	padding-bottom: 10px;
}

#secondary {
	clear:right;
}

.widget-area {
	clear: right;
}

.dippler-deadline {
	color: #1982D1;
	font-weight: bold;
}

/* Course grade styles */

.course-grade-summary {
	border-top: 2px dashed #ccc;
	padding: 10px 0px 10px 0px;
}

.course-grade-summary .course-grade {
	font-weight:bold;
}

.grade-value, .grade-feedback {
	font-weight: normal;
}

.grade-value {
	font-size: 1.2em;
}

.grade-feedback {
	display: inline-block;
	vertical-align: top;
}