+
+/* Rules for the user notes list */
+
+.note_list {
+ tr.creator {
+ background-color: #eeeeee;
+ }
+
+ td {
+ padding: 3px;
+ }
+
+ p {
+ margin-bottom: 0px;
+ }
+}
+
+/* Rules for the notes interface */
+
+.note {
+ padding-top: 10px;
+}
+
+.note {
+ h2 {
+ margin-bottom: 10px;
+ }
+
+ div {
+ margin-top: 10px;
+ }
+
+ .permalink {
+ position: absolute;
+ top: 5px;
+ left: 5px;
+ min-width: 15px;
+ min-height: 15px;
+ background: image-url("sprite.png") 0 -45px no-repeat;
+ }
+
+ .permalink span {
+ display: none;
+ padding-left: 20px;
+ }
+
+ .permalink:hover span {
+ display: block;
+ }
+
+ .warning {
+ display: block;
+ background-color: #ffe0cc;
+ padding: 4px 6px;
+ margin-bottom: 10px;
+ }
+
+ .comment_body {
+ margin-top: 2px;
+ margin-bottom: 2px;
+
+ p {
+ margin-top: 0px;
+ margin-bottom: 0px;
+ }
+ }
+
+ .comment {
+ width: 100%;
+ height: 100px;
+ }
+
+ .buttons {
+ margin-top: 5px;
+ text-align: right;
+ }
+}
+
+/*
+ * Rules for the iD editor
+ */
+.id-embed {
+ width: 100%;
+ height: 100%;
+}
+
+/* Rules for rotating sidebar ads */
+.ad-container {
+ display: block;
+ height: 120px;
+ overflow: hidden;
+ position: relative;
+ border-bottom: 1px solid #ccc;
+}
+
+.ads {
+ width: 370px;
+ position: absolute;
+ left: 0%;
+}
+
+.ad {
+ float: left;
+ height: 120px;
+ padding: 10px;
+ border: 0px;
+ background: #fff;
+}