/*
Theme Name: Hercules
Theme URI: 
Description: Theme for the Hercules Alcove
Version: 
Author: Winged Monkeys Web Design
Author URI: http://www.wingedmonkeys.com/
Tags: 
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body { background-color: #022f55; 
            font-size: 15px;
            font-family: Verdana, Geneva, Tahoma, sans-serif; 
          }


#content { margin:0 auto;
                       width: 750px; 
                       background-color: #e6e6e6; 
                       color: #000000; 
                       border: solid #000000;}
   
#content p {margin: 1em;}

#content h3 { text-align: center; margin: 1em 1em; }


#content a:link {color: #022f55;}

#content a:visited {color: #022f55;}

#content a:link:hover {color: maroon;}

#content a:visited:hover {color: maroon;}

#links { background-color: #e8e4ae; 
             border: solid #000000; 
             color: #000000; 
             width: 746px;
             height: 30px;
           }
           
#links ul { margin-left: 30px; }

#links li { float: left; 
               display: block; 
               font-weight: bold; 
                font-size: 13px; 
               text-align: center;
               padding: 5px 30px; 
                text-transform: lowercase;
               }
   
#links a { text-decoration: none;                 
                color: #000000; }
    
#links a:hover { color: red; }

#links a:visited:hover { color: maroon; }

code, pre { color: #000000; 
                   font: 110% Consolas, monospace; }

#disclaimer { font-size: 13px;
                      padding: 10px;
                      border: solid #000000;
                    }
   
div#disclaimer p {margin: 0 0 1em;}

