+ #main-howto ul a:before {
+ height: 1.25em; }
+ #main-howto ul .knowledge:before {
+ content: url(/static/img/icons/knowledge_dark.png); }
+ #main-howto ul .activity:before {
+ content: url(/static/img/icons/activity_dark.png); }
+ #main-howto ul .lesson-plan:before {
+ content: url(/static/img/icons/lesson-plan_dark.png); }
+ #main-howto ul .reference:before {
+ content: url(/static/img/icons/reference_dark.png); }
+ #main-howto ul .knowledge:hover:before {
+ content: url(/static/img/icons/knowledge_orange.png); }
+ #main-howto ul .activity:hover:before {
+ content: url(/static/img/icons/activity_orange.png); }
+ #main-howto ul .lesson-plan:hover:before {
+ content: url(/static/img/icons/lesson-plan_orange.png); }
+ #main-howto ul .reference:hover:before {
+ content: url(/static/img/icons/reference_orange.png); }
+ #main-howto p {
+ margin: 0 0 1.875em 1.4em; }
+
+#main-chosen {
+ clear: left;
+ float: left;
+ margin-top: 2em; }
+ #main-chosen h1 {
+ font-size: .9em;
+ margin: 0 0 1em 1.25em;
+ text-transform: uppercase; }
+ #main-chosen .levelth {
+ margin-left: 1.25em; }