-body {
- font-size: 1em;
- font-weight: normal;
- word-spacing: normal;
- letter-spacing: normal;
- text-transform: none;
- font-family: Myriad Web, Geneva, Arial, Helvetica, sans-serif;
- font-size-adjust: .48;
-}
-p, blockquote, ul, ol, dl, dd, li, dir, menu {}
-
-h1, h2, h3, h4 {
- border-bottom: 1px solid #4D801A;
- text-shadow: #4D801A 0.2em 0.2em 3px;
-
-}
-#headertext a {color: #FFFFFF; text-decoration: none;}
-
-a:link { font-weight: bold; color: #4D801A; text-decoration: underline; }
-a:visited { font-weight: bold; color: #4D801A; text-decoration: underline; }
-a:hover { color: #FFFFFF; text-decoration: none; background: #0063DC; }
-a:active { color: #FFFFFF; text-decoration: none; background: #0259C4; }
-
-#loginbox {
- padding: 10px;
- border: 1px solid;
- width: 400px;
- text-align: left;
+@charset "utf-8";
+/* CSS Document */
+
+/****************************************************************
+ Selectricity || selectricity.org
+ Design by Courtland Allen
+*****************************************************************/
+
+/* basics */
+
+body {
+ color: black;
+ background: white;
+ background: url(/images/bg_main.png) repeat-x top left;
+}
+
+h2 {
+ font-size: 24px !important;
+ margin: 0 0 1em 0 !important;
+}
+
+h3 {
+ font-size: 18px !important;
+ margin: 0 0 1em 0 !important;
+}
+
+
+/* Left column. Includes logo, poll information, and graph. */
+
+#left-side {
+ width: 270px;
+ float: left;
+ text-align: left;
+ margin-top: 33px;
+ font-size: 13px;
+}
+
+#left-side h1 {
+ height: 0px;
+ overflow: hidden;
+ padding-top: 189px;
+ background: url(/images/title_main.png) no-repeat top left;
+}
+
+
+#left-side-content {
+ color: #666666;
+ margin-top: 40px;
+ text-align: left;
+}
+
+#left-side-content p {
+ color: #666666;
+ padding-left: 2em;
+ margin: 2em 0 2em 0;
+}
+
+#left-side-content ol {
+ color: #666666;
+}
+
+/* #graph {
+ margin-top: 50px;
+ background: url(/images/graph.jpg) top left no-repeat;
+ height: 0px;
+ overflow: hidden;
+ padding-top: 243px;
+} */
+
+
+
+/* Right column. Includes top-bar and main-box. */
+
+#right-side {
+ width: 611px;
+ margin-top: 0px;
+ float: right;
+}
+
+#top-bar {
+ float: right;
+ margin-right: 50px;
+ width: 231px;
+ text-align: center;
+ margin-bottom: 35px;
+}
+
+#top-bar a {
+ color: #dddddd;
+ font-size: 11px;
+}
+
+div#bar-left {
+ background-image: url(/images/top_bar_1.png);
+ width: 153px;
+ height: 37px;
+ padding-top: 8px;
+ float: left;
+ clear: left;
+}
+
+div#bar-right {
+ background-image: url(/images/top_bar_2.png);
+ width: 78px;
+ height: 37px;
+ padding-top: 8px;
+ float: left;
+ clear: right;
+}
+
+.green { color: #10a700; }
+
+.left-aligned h4 {
+ float: left;
+ padding-top: 26px;
+ height: 0px;
+ overflow: hidden;
+ background: no-repeat top left;
+}
+
+.right-aligned h4 {
+ float: right;
+ padding-top: 26px;
+ height: 0px;
+ overflow: hidden;
+ background: no-repeat top right;