/* 
    Document   : readings.css
    Created on : Apr 22, 2010, 8:38:11 PM
    Author     : Blaine
    Description:
        Style the reading list in the reading pages
*/

.internet li.internet,
.model li.model,
.standards li.standards,
.online li.online,
.guidelines li.guidelines,
.architecture li.architecture,
.page li.page,
.color li.color,
.wireframe li.wireframe,
.mockups li.mockups,
.typography li.typography,
.navigation li.navigation,
.css li.css,
.cascade li.cascade,
.seo li.seo,
.semantic li.semantic,
.xhtml li.xhtml,
.head li.head,
.doctype li.doctype,
.floats li.floats,
.positioning_1 li.positioning_1,
.positioning_2 li.positioning_2,
.divs li.divs,
.text li.text,
.validate li.validate,
.templates li.templates,
.css_box li.css_box,
.lists li.lists,
.links li.links,
.CSS_list li.CSS_list,
.tables li.tables,
.css_tables li.css_tables,
.images li.images,
.css_images li.css_images,
.semantics li.semantics,
.css_text li.css_text,
.entities li.entities,
.accessibility li.accessibility,
.forms li.forms,
.css_forms li.css_forms,
.copyright li.copyright
{
    font-weight: bold;
    padding: 2px;
    background-color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.internet li.internet a:before,
.model li.model a:before,
.standards li.standards a:before,
.online li.online a:before,
.guidelines li.guidelines a:before,
.architecture li.architecture a:before,
.page li.page a:before,
.color li.color a:before,
.wireframe li.wireframe a:before,
.mockups li.mockups a:before,
.typography li.typography a:before,
.navigation li.navigation a:before,
.css li.css a:before,
.cascade li.cascade a:before,
.seo li.seo a:before,
.semantic li.semantic a:before,
.xhtml li.xhtml a:before,
.head li.head a:before,
.doctype li.doctype a:before,
.floats li.floats a:before,
.positioning_1 li.positioning_1 a:before,
.positioning_2 li.positioning_2 a:before,
.divs li.divs a:before,
.text li.text a:before,
.validate li.validate a:before,
.templates li.templates a:before,
.css_box li.css_box a:before,
.lists li.lists a:before,
.links li.links a:before,
.CSS_list li.CSS_list a:before,
.tables li.tables a:before,
.css_tables li.css_tables a:before,
.images li.images a:before,
.css_images li.css_images a:before,
.semantics li.semantics a:before,
.css_text li.css_text a:before,
.entities li.entities a:before,
.accessibility li.accessibility a:before,
.forms li.forms a:before,
.css_forms li.css_forms a:before,
.copyright li.copyright a:before
{
 content:'<< ';
}

table {
    background-color:#B7C5D4;
    border-spacing:1px;
    margin:0 0 1em;
    width:100%;
   }

   th {
    background:none repeat scroll 0 0 #B7C5D4;
    text-align:left;
   }

   td {
    background-color:#FFFFFF;
    padding:0 6px;
    vertical-align:top;
   }