diff media/css/theme.css @ 12:d771b81e927e

Incorporate blueprints css into the site design.
author Brian Neal <bgneal@gmail.com>
date Tue, 11 May 2010 23:18:32 +0000
parents 0dcfcdf50c62
children 37384c648602
line wrap: on
line diff
--- a/media/css/theme.css	Sun May 02 18:21:38 2010 +0000
+++ b/media/css/theme.css	Tue May 11 23:18:32 2010 +0000
@@ -2,24 +2,29 @@
    font-family: arial, helvetica, sans-serif;
    color: #EF7D21;
    background-color: #213442;
+   font-size: 1.0em;
 }
 
 .centered { text-align: center; }
 
-A:link {
+a:link {
    color:  #6B969C;
    text-decoration: none;
 }
 
-A:visited {
+a:visited {
    color:  #6B969C;
    text-decoration: none;
 }
 
-A:hover { 
+a:hover { 
    text-decoration: underline;
 }
 
+h1, h3 {
+   color: #EF7D21;
+}
+
 h1 {
    font: italic 32px georgia, 'times new roman', sans-serif;
    margin: 0px;
@@ -59,13 +64,6 @@
    margin-left: 5px;
 }
 
-.content {
-   margin: 20px 1em 1em 150px;
-   max-width: 840px;
-   z-index: 3;
-   padding: 5px;
-}
-
 .photobkgnd {
    margin: 3em;
    z-index: 3;
@@ -180,14 +178,6 @@
    text-align: right;
 }
 
-#navleft {
-   position: absolute;
-   top: 343px;
-   left: 10px;
-   width: 130px;
-   height: auto;
-}
-
 #navleft ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
@@ -204,11 +194,8 @@
 
 #navleft a {
    display: block;
-   width: 118px;
    padding: 2px 2px 2px 10px;
    border: 1px solid #000000;
-   /* background: #EF7D21; */
-   /* color: #213442; */
    background:  #6B969C;
    color: #EF7D21;
    text-decoration: none;
@@ -220,12 +207,7 @@
 
 #navleft a:hover {
    border: 1px solid #000000;
-   background: #213442;
-   background: #EF7D21;
-   color: #EF7D21;
    background: #213442 url(../images/brick.gif);
-   color: #ffffff;
-   color: #6B969C;
    color: #213442;
 }
 
@@ -273,12 +255,18 @@
    text-align: center;
 }
 
+table {width:auto;}
+
+table.flyers { width: 100% }
+
 table.image-table {
-   float: left;
+   display: inline;
    margin: 0 5px 20px 0;
 }
 
 table.image-table caption {
    font-size: x-small;
    caption-side: top;
+   text-align: center;
+   background-color: #213442;
 }