/*
 Theme Name:     Twenty Fourteen Child Theme
 Description:    Twenty Fourteen Child Theme
 Author:         Jer Lance
 Author URI:     http://JerLance.com
 Template:       twentyfourteen 
 Version:        1.0.0
*/
 
@import url("../twentyfourteen/style.css");
 

/* Theme fixes */

.tp_recent_tweets li {
    background-image: none;
    padding-left: 0px;
}

.content-sidebar {
    padding: 48px 10px 24px;
}

.site-content .entry-content,
.site-content .entry-header {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 550px;
}

.site-info {
    display: none;
}

.post-thumbnail {
	background: #fff;
}

/* Entry customizations */

/* Resume adjustments */

.resume {
    font-size: 10pt;
}
.resumeHead {
    font-weight: bold;
}
.resumeContactLeft {
    text-align: left;
    width: 30%;
    padding: 0;
}
.resumeContactCenter {
    text-align: center;
    width: 40%;
    padding: 0;
}
.resumeContactRight {
    text-align: right;
    width: 30%;
    padding: 0;
}
.resumeRow {
    vertical-align: top;
    margin: 3px 1px 1px 1px;
}
.resumeRow td {
    padding: 1px 8px 1px 8px;
}
.resumeRow ul {
    margin-bottom: 2px;
}
.resumeSection {
    width: 15%;
    font-weight: bold;
    font-size: 16pt;
    color: white;
    background-color: green;
}
.resumeRow td.resumeSection {
    padding: 8px;
}
.resumeSectionStart {
    padding-top: 5px;
    border-top: 2px solid;
}
.resumeEntryHead {
    font-weight: bold;
    font-size: 1em;
}
.resumeEntryName {
    width: 45%;
    text-align: left;
    font-size: 1.2em;
    color: blue;
}
.resumeEntryPlace {
    width: 30%;
    text-align: center;
}
.resumeEntryDate {
    width: 10%;
    text-align: right;
}
.resumeEntryTitle {
    color: black;
    font-weight: bold;
    font-size: 1em;
    padding-left: 20px;
}
table.resume, table.resume tr, table.resume td{
    border: none;
}
.resumeTechnologyList {
    font-style: italic;
    text-align: block;
    color: green;
    padding-left: 20px;
    font-size: 0.9em;
    padding-bottom: 3px;
    padding-top: 2px;
}

