/* styling */

body {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	line-height: 1.8;
	color:#555;
	background-color:white;
}

h1,h2,h3 {
	margin:0px 0px 0px 0px;
	padding:0px;
	font:11px/20px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: black;
}

h1 {
    font-size:medium;
}

blockquote {
    border-width: 0px 0px 0px 3px;
    border-style: solid;
    border-color: #eee;
    margin: 0px 30px 0px 30px;
    padding: 0px 5px 0px 5px;
    /* background-color:#f0f0f0; */
}

/* Layout */

body {
	margin: 1% 6% 1% 6%;
	padding:0px 0px 0px 0px;
}

p {
    margin: 0px 0px 1em 0px;
    padding: 0px 0px 0px 0px;
}

div.post {
    margin: 10px 0px 40px 0px;  /* space between preceeding element */
    padding: 0px;               /* no padding w/i the post div */
}

div.column-one {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width:20%;                 /* get the left 5th of the page */
    position: absolute;        /* force this to the top left of the post */
}

div.column-two {
    margin: 0px 0px 0px 0px;    
    padding: 0px 0px 0px 4%;        /* pad away from column-one */
    position: relative;             /* relative to post */
    left: 26%;                      /* left margin is column-one width + body margin */
    width: 68%;                     /* 96% body - 20% column-one */
}

/* header, footer, other id'd elements */

#Header {
    border-width: 1px 0px 1px 0px;
    border-style: solid; 
    border-color: #999;
    background-color: #eee;
}

#Header{
    padding: 10px 0px 10px 0px;
    text-align: center;
}

#Footer {
    margin: 40px 0px 0px 0px;
    text-align: right;
    height: 89px;
}



