body {
    font-family: Helvetica;
    font-size:12px;
    margin: 0px;
    padding: 0px;
}

p {
    text-align: justify;
}

h1 {
    color: #6BA1EC;
    font-family: Helvetica;
    font-size: 28px;
    font-weight:normal;
}

h2 {
    color: #666;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: normal;
}

h3 {
    color: #666;
    font-size: 14px;
    font-weight: normal;
}

h4 {
    color: #666;
    font-size: 12px;
    font-weight: bold;
}

blockquote {
    display: block;
   margin: 0px; 
}

blockquote p{
    border-top: 1px dotted rgb(153, 153, 153);
    color: black;
    float: right;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    margin: 5px 30px 20px 0px;
    padding: 10px 0px 0px;
    width: 30%;
}

a:link {
    color: #207EDE;
}

a:active {
    color: #207EDE;
}

a:hover {
    color: #207EDE;
}

a:visited {
    color: #666666;
}

h1 a:link{
    color: #6BA1EC;
    text-decoration: none;
}

h1 a:active{
    color: #6BA1EC;
    text-decoration: none;
}

h1 a:hover{
    color: #6BA1EC;
    text-decoration: none;
}

h1 a:visited{
    color: #666666;
    text-decoration: none;
}


#header{
    height: 60px;
    margin: 30px;
    margin-top: 25px;
}

#logo{
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

#navigation{
    float: left;
}

#beta {
    display: block;
    width: 35%;
    float: right;
    text-align: right;
}

#beta-text {
    display: block;
    float: right;
    font-size: 20px;
    color: #AAA;
    width: 80px;
    height: 25px;
    text-align: center;
    border: solid 1px #FFF;
}

#beta-text.over{
    margin-left: 5px;
    color: #AAA;
    border-bottom: solid 1px #E6E6E6;
    border-left: solid 1px #AAA;
    border-top: solid 1px #AAA;
    border-right: solid 1px #AAA;
    background-color: #E6E6E6;
}

#beta-detail {
    text-align: left;
    margin-top: 25px;
    padding: 5px;
    background-color: #E6E6E6;
    border: solid 1px #AAA;
}

#page{
    margin: 30px;
}

#page.blog h1{
    color: #6BA1EC;
}

#page.projects h1{
    color: #FFCC00;
}

#page.photos h1{
    color: #33CC00;
}


#column-left{
    float: left;
    width: 60%;
}

#column-right{
    float: right;
    width: 35%;
}

#footer{
    color: #999999;
    clear: both;
    margin: 30px;
    padding: 5px;
    padding-top: 20px;
}

#footer a{
    color: #666666;
}

#tooltip{
    position:absolute;
    background-color: #D6F5CC;
    border-top: 2px solid #33CC00;
    padding:2px 5px;
    display:none;
    }

.precis-content {
    color: #333333;
    font-size: 13px;
    padding: 5px;
    margin-bottom: 30px;
}

.precis-link {
    font-size: 14px;
}

.precis h1 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.precis h2 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.precis h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.toc ul{
    margin-left: 1em;
    padding-left: 0;
}

.note{
    background-color: #E6E6E6;
    border: solid 1px #CCCCCC;
    padding: 5px;
}

.note-white {
    background-color: #FFF;
    border: solid 1px #CCCCCC;
    padding: 5px;
}

.warning {
    background-color: #FFC3B2;
    border: 1px solid #E80000; 
    padding: 5px;
}

.row-odd {
    padding: 5px;
}

.row-odd h2 {
    margin-top: 3px;
    margin-bottom: 3px;
}

.row-odd h3 {
    margin-top: 3px;
    margin-bottom: 3px;
}

.row-even {
    background-color: #FFFF99;
    padding: 5px;
}

.row-even h2 {
    margin-top: 3px;
    margin-bottom: 3px;
}

.row-even h3 {
    margin-top: 3px;
    margin-bottom: 3px;
}

.highlight {
    background-color: #FFFF00;
    padding: 1px;
    padding-left: 3px;
    padding-right: 3px;
    border-bottom: solid 2px #C0C201;
}
