/*
Theme Name: Chandler
Theme URI: http://wordpress.org/
Description: Custom Theme For Matt Chandler
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

body {
	background-color:white;
	font-family:Arial,Verdana,sans-serif;
	}
	
#header{
        background-image:url('images/headerbg.jpg');
        border-bottom:2px solid black;
        }
	
#headerimg{
           text-align:center;
           margin-left:auto;
           margin-right:auto;
           background-image:url('images/thought-collage.jpg');
           background-position:center center;
           background-repeat:no-repeat;
           width:778px;
           height:150px;
           margin-left:3%;
           }

	
#content {
          background-color:white;
          width:65%;
          padding-left:8px;
          padding-top:8px;
          }
          
#content a {
            font-family:courier new;Arial,Verdana,sans-serif;
            color:black;
            }
          
#content h1,h2,h3,h4 {
             color:black;
             font-family:courier new;Arial,Verdana,sans-serif;
             }
          
#sidebar{
         float:right;
         background-color:#cccaca;
         border-left:1px solid black;
         border-bottom:1px solid black;
         border-right:1px solid black;
         padding-right:3px;
         padding-top:7px;
         }
         
#sidebar a {
            color:maroon;
            font-family:Arial,Verdana,sans-serif;
            font-weight:bold;
            text-decoration:none;
            font-size:10pt;
            }
            
#sidebar a:hover {
                  color:white;
                  text-decoration:underline;
                  }
            
#sidebar li {
             list-style-type:none;
             }
             
#sidebar li h2{
               text-decoration:underline;
               }
         
#footer{
        float:left;
        clear:right;
        background-color:white;
        border-top:1px solid black;
        padding-top:3px;
        width:100%;
        font-size:8pt;
        margin-top:100px;
        }
        
hr{
   display:none;
   }
   
   
#webnav{
        background-color:black;
        height:35px;
        color:white;
        border-bottom:2px solid maroon;
        }
        
#webnav a{
          color:white;
          text-decoration:none;
          font-family:courier new; Arial,Verdana,Helvetica,sans-serif;
          font-size:10pt;
          margin-left:8px;
          font-weight:bold;
          }
   
#webnav a:hover{
          color:yellow;
          text-decoration:underline;
          }   
   

