@import "boilerplate.css";
@import "plugins.css";
@import "friend-feed-wide.css";

/* SCREEN */

body {
    background-color: white;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica", "Verdana", sans-serif;
}

#nav a, #sub-nav a {
    font-family: "Helvetica", "Verdana", sans-serif;
}

p, li {
    font-family: "Palatino Linotype", "Palatino", "Georgia", serif;
}

#header {
    background: #003F47 repeat url('../images/header_texture.png');
    padding-left: 20px;
    padding-right: 20px;
    color: #B9E0E6;
    height: 100px;
}

#page-title {
    float: left;
    width: 70%;
    padding-top: 10px;
}

#page-subtitle {
    font-size: 1.3em;
    font-style: italic;
}

#nav {
    float: left;
    padding-right: 10px;
    border-right: 1px solid #B9E0E6;
    list-style: none;
    font-size: 1.1em;
    height: 90px;
    padding-top: 10px;
}

#sub-nav {
    float: left;
    padding-left: 10px;
    list-style: none;
    font-size: 1.3em;
    height: 90px;
    padding-top: 10px;
}

#header a { color: #B9E0E6; text-decoration: underline; }
#content a { color: #CA2516; }
#header a:hover { color: #888; }

#content {
    padding: 20px;
}

#content h1, #content h2, #content h3 {
    color: #003F47;
}

#footer {
    text-align: center;
    padding: 10px;
    color: #999;
    font-size: 0.75em;
}

/** PORTFOLIO PAGE **/
#writing {
    float: left;
    width: 40%;
}

#writing p, #writing li {
    line-height: 19pt;
}

#writing .recent {
    font-weight: bold;
}

#projects {
    float: left;
    width: 40%;
}

p.preview {
    padding: 5px;
    text-align: center;
}

#tutoring {
    float: left;
    padding: 5px;
}

#contact-info {
    float: right;
    width: 20%;
    text-align: right;
}

.vcard {
    font-size: 1.0em;
}

/*** TUTORING INFO PAGE ***/
#tutoring-info .alpha {
    width: 75%;
    text-align: justify;
}

#tutoring-info .pull-out {
    float: right;
    width: 15%;
    border: #333 thin dotted;
    padding: 10pt;
    margin: 10pt;
    text-align: left;
}

#tutoring-info h3 {
    margin-bottom: 5pt;
}