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