
/* Stylesheet for pamfaro.com */

body {
    background-color: #a7a3ff;
    margin: 0;
    font-family: "Times New Roman", "Times", serif;
}

table {
    border-collapse: collapse;
    border: none 0;
    padding: 0;
}
td {
    vertical-align: top;
}

a {
    text-decoration:none;
    color: blue;
}
a:hover {
    text-decoration: underline;
    color: #fff600;
}
h1 {
}


#main_table {
    height: 100%;
}
#main_left_col {
    width: 200px;
}
#main_right_col {
}


#main_left_td {
    height: 100%;
}
#main_left_table {
    background-color: #12b43f;
    border-style: none;
    border-width: 0;
    height: 100%;
}
#left_table_main {
    width: 150px;
}
#left_table_between {
    width: 50px;
}

#topleft {
}
.between_lr {
    width: 50px;
    background: url(images/gradient.png);
}

#navbar_td {
    padding: 15px;
}
#navtable {
    border: solid 2px #fff600;
}
#navtable td {
    border: solid 1px #fff600;
    padding: 4px;
    font-size: 14px;
}
#travel {
    padding: 15px;
    text-align: center;
    font-family: "Comic Sans", "Times New Roman", "Times", serif;
    font-weight: bold;
}


#main_right_td {
}
#main_right_table {
}
#header {
    text-align: center;
}
#page_quote {
    text-align: center;
    padding: 15px;
}
#main_content {
}
.contenttable {
    width: 80%;
    border: solid 4px #fff600;
}
#attribution {
    font-size: x-small;
    text-align: center;
    font-style: italic;
}


.boxquote_td {
    padding: 15px;
    width: 50%;
    text-align: center;
    vertical-align: middle;
}
.boxquote {
    border: solid 2px black;
}
.boxquote td {
    padding: 10px;
}


.links {
    text-align: center;
    padding: 10px;
}
.quotation {
    font-style: italic;
}
.title {
    font-style: italic;
}
.content {
    padding: 15px;
}

.center {
    text-align: center;
}
.emph {
    font-style: italic;
}
.hanging {
    text-indent: -15px;
}
.vfill {
    height: 100%;
}
.preformatted {
    white-space: pre;
}

.headshot {
    float: right;
}
