﻿
.Header {
    height: 10%;
    width: 90%;
    margin: 10px auto;

    text-align: left;
    font-family: 'Bookman Old Style', Bookman, 'URW Bookman L', 'Palatino Linotype', serif;
}

#MainTitle, h2 {
    font-size: 1.75em;
    font-family: 'Bookman Old Style', Bookman, 'URW Bookman L', 'Palatino Linotype', serif;
}

#SubTitle {
    margin-left: 3%;

    font-size: 1em;
    font-weight: 400;
}

.SiteMenu {
    height: auto;
    width: 90%;

    margin: 0px auto;
}

.contentWrapper {
    width: 90%;
    margin: 0 auto;
    white-space: nowrap;
}

p {
    white-space: normal;
}

.Content {
    display: inline-block;
    padding: 20px;
    height: auto;
    width: 63%;

    margin: 10px auto;
    align-content: center;
}

.leftVertical, .rightVertical {
    vertical-align: top;
    display: inline-block;
    padding-left: 1%;
    width: 13%;
    height: 45em;

    border: 2px solid black;
    border-radius: 10px;
    background-color: rgba(55, 96, 124, 0.92);
}

.leftVertical {
    min-width: 170px;
}

.leftVertical a, .rightVertical a {
    display: block;
    text-decoration: none;
    font-style: italic;
    color: #670000;
}

.leftVertical a:hover, .rightVertical a:hover {
    text-decoration: underline;
}

.innerContent {
    border: 2px solid black;
    background-color: rgba(55, 96, 124, 0.92);
}

.Footer {
    clear: both;
    margin: 20px auto 50px auto;
    padding-top: 30px;

    text-align: center;
    font-size: 0.9em;
    font-family: 'Bookman Old Style', Bookman, 'URW Bookman L', 'Palatino Linotype', serif;
}

.Footer a {
    text-decoration: none;
    color: #b40000;
}

.Footer a:hover {
    text-decoration: underline;
}

body {
    background: url(../img/techPipes.gif) repeat #FFF;
    color: #000;
}


/* PAGE SPECIFIC STYLES */

/* Home */
#ikgPic {
    float: left;
    margin-right: 25px;
    height:auto;
    width: 50%;

    border: 4px groove black; 
}


/* Classes.html */
.schoolcol {
    margin: 3%;

    text-align: center;
}

.schoolname {
    font-size: 1.5em;
    text-decoration: underline;
    font-weight: 400;
    font-family: 'Bookman Old Style', Bookman, 'URW Bookman L', 'Palatino Linotype', serif;
}

.semester {
    font-size: 1.25em;
}

.classname {
    font-size: 0.75em;
    font-family: 'Courier New', Courier, 'Nimbus Mono L', monospace;
}

/* ContactMe.html */

#contactContent {
    width: 63%;
    height: auto;
}

#contactLinks {
    float: left;
    align-content: center;
    text-align: center;

    height: auto;
    width: 40%;
    padding-bottom: 20px;

}

#contactFormWrapper {
    float: right;

    height: 500px;
    width: 50%;
    min-width: 355px;
}

#innerFormWrapper{
    display: block;
    margin: 0 auto;
    min-width: 355px;
}

#contactLinks a {
    margin-top: 20px;
    display: block;
    font-family: Calibri, cursive;
    font-size: 1em;
    text-decoration: none;

    color: #171717;
}

input {
    margin: 10px;
}

a img {
    display: inline;
    border: none;
}

/* Useful Links */
dt {
    font-weight: 700;
}

dd {
    margin-bottom: 15px;
}

dt a {
    text-decoration: none;
    font-style: italic;
    color: #161521;
}

/* Resume.html */
#resumePdfFrame {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    border: none;
}

