/*
Theme Name: Sunnydale
Theme URI: 
Description: Theme for the Buffy Alcove
Version: 
Author: Winged Monkeys Web Design
Author URI: http://wingedmonkeys.com
Tags: 
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body { background-color: #3c1534; 
            font-size: 15px;
            font-family: Verdana, Geneva, Tahoma, sans-serif; 
            color: #000000;
          }


#content { margin:0 auto;
                       width: 756px; 
                       background-color: #e6e6e6; 
                       color: #000000; 
                       border: solid #000000; }
   
#content p {margin: 1em;}

#content ol { padding-left: 40px; font-weight: bold; }

#content ul {padding-left: 60px; padding-right: 60px; }

#content ul li { padding-bottom: 10px; }

#content li p { font-weight: normal; }

#content h3 { text-align: center; margin: 1em 1em; }

#content h4 { margin: 1em 1em; color: #022f55; font-weight: bold; }


#content a:link {color: #022f55;}

#content a:visited {color: #022f55;}

#content a:link:hover {color: #76744E;}

#content a:visited:hover {color: #76744E;}

#links { background-color: #343434; 
             border: solid #000000; 
             color: #ffffff; 
             width: 752px;
             height: 30px;
           }
           

#links li { float: left; 
               display: block; 
               font-weight: bold; 
                font-size: 13px; 
               text-align: center;
               padding: 5px 15px; 
                text-transform: lowercase;
                color: #ffffff;
                list-style: none;
               }
   
#links a { text-decoration: none;                 
                color: #ffffff; }
                
#links li.current_page_item a { color: #ffffff;  }

#links a:link { color: #ffffff; }
    
#links li a:hover { color: #ffffff; }
#links li a:visited { color: #ffffff; }
#links li a:visited:hover { color: #ffffff; }

code, pre { color: #000000; 
                   font: 110% Consolas, monospace; }

#disclaimer { font-size: 13px;
                      padding: 10px;
                      border: solid #000000;
                      
                    }
   
#disclaimer p {margin: 0 0 1em;}

