/* Begin Typography & Colors */
body{font-family: Georgia;
     background-color: #FFFFFF;
     margin: 0px;
     padding: 0px;
     }

#background {
    background-color: #FFFFFF;
    font-size:12pt;
    position: relative;
    margin: 0px auto;
    top: 10px;
    width: 900px;
    height: 100%;
    }       
    
#blog {
    position: absolute;
    top: 30px;    
    width: 500px;
    position: relative;
    left:210px;    
    }
     
#posting {
    font-family: Georgia;
    background-color: #FFFFFF;
    padding: 5px 20px 5px 40px;
    margin: 5px auto;
    }
    
#archive {
    position: absolute;
    top: 10px;    
    width: 460px;
    left: 210px; 
    padding: 5px 20px 5px 40px;
    margin: 5px auto;
    }    
    
#portfolio {
    font-family: Georgia;
    position: absolute;
    top: 10px;    
    width: 460px;
    left: 210px; 
    padding: 5px 20px 5px 40px;
    margin: 5px auto;
    }      
    
#content {
    text-align: justify;
    }     
    
#menu {
    font-family: Georgia;
    text-align: center;
    align: center;
    font-variant: small-caps;
    width: 900px;
    background-color: #939393;
    padding: 5px 5px 5px 5px;
    margin: 0px auto;
    color: #FFFFFF;
    letter-spacing:0.1em;
    text-transform:uppercase;
    }
    
#sidebar {
    font-family: "Bitstream Vera Sans", Verdana;
    font-size: 10pt;
    position: absolute;
    left: 0px;
    width: 230px;
    }
    
#header {
    font-family: Georgia;
    left: 0px;
    top: 10px;
    float: none;
    margin-bottom: 2em;
    }    


#category {
    font-family: "Bitstream Vera Sans", Verdana, Arial;
    font-size: 10pt;
    font-weight: bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
    color:#999999;
    padding: 0px;
    margin-bottom: 0px;
    }
    
#archive #category {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
    }
    
#title {
    
    }

#comments{
    font-family: "Bitstream Vera Sans", Verdana, Arial;
    font-size: 10pt;
    font-weight: normal;
    text-transform:uppercase;
    text-align:right;
    color:#999999;
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 3px;
    line-height:0em;
    }
    
#commententry{
    font-family: Georgia;
    font-size: 10pt;
    background-color: #eeeeee;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 5px;  
    }  
    
#date{
    font-family: "Bitstream Vera Sans", Verdana, Arial;
    font-size: 8pt;
    font-weight: normal;
    color:#AAAAAA;
    float:right;
    display:inline;
    vertical-align: middle;
    }
    
a:link{
    text-decoration: none;
    }
    
a:visited{
    text-decoration: none;
    }   
     
a:hover{
    text-decoration: underline;
    }   
    
a:active{
    text-decoration: underline;
    }
    
p { 
    font-size: 10pt;
    line-height: 1.4em;
    }         
    
blockquote {
  font-size: 10pt;
  font-style: italic;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	}

#menu a {
    color: #FFFFFF;
    }
    
#category a {
    color: #999999;
    }    
    
#commententry a {
    color : #4d8524;
    }
    
#sidebar a {
    color: #999999;
    font-family : "Bitstream Vera Sans", Verdana;
    line-height: 15pt;
    }
    
#comments a {
    color: #999999;
    }    
    
#navi a {
    color : #4d8524;
    }    
    
h2 a {
    color: #4d8524;
    text-align: left;
    }  
    
h2 a {
    color: #4d8524;
    text-align: left;
    }         
     
h2 {
    font-family: Georgia;
    font-weight: normal;
    letter-spacing:-0.04em;
    color: #4d8524;
    margin-top: 4px;
    margin-bottom:6px;
    text-align: left;
    line-height: 0.9em;
    }
     
#posting h2 {
    font-size: 26pt;
    }
    
#archive h2 {
    margin-top: 28px;
    font-size: 15pt;
    }    
    
#portfolio h2 {
    font-size: 15pt;
    margin-top: 28px;
    margin-bottom:2px;
    padding: 0px;
    }
    
#portfolio p {
    margin-top : 4px;
    }
    
h1 {
    font-family: Georgia;
    font-weight: normal;
    font-size: 14pt;
    text-align: center;
    text-transform:uppercase;
    letter-spacing:0.05em;
    color: #000000;  
    }    
    
#content a {
    color: #4d8524;
    }       
    
h4 {font-family: "Bitstream Vera Sans", Verdana;
    font-weight: normal;
    font-size: 10pt;
    color: #000000;
    }
    
h3 {font-family: Georgia;
    font-weight: normal;
    font-size: 14pt;
    text-align: center;
    text-transform:uppercase;
    letter-spacing:0.05em;
    color: #000000;    
    }    

img {padding : 3px;
      border-style : solid;
      border-color : #999999;
      border-width : 1px;
      }

#archive img {
     border-style : none;
     }
      
#headerimg {
      padding : 0x;
      border-style : none;
      }
     
    
.logo {
    vertical-align: middle;
    }
  
table {
      border-style : none;
      border-spacing: 5px;
      }

td {
      vertical-align : top;
      text-align: left;
  }

/* End Various Tags & Classes*/


