/* Applicable to all presentation media */
@media all {

dt {
    font-weight: bold;
}

abbr {
    border: none;
    cursor: help;
}

.resume {
    font-family: Baskerville, Garamond, Georgia, Times, serif;
}

.resume a, a:visited {
    color: #22a;
    font-weight: bold;
    text-decoration: underline;
    }

.resume a:hover {
    background-color: #ccc;
}

.resume h1 a {
    text-decoration: none;
    color: black;
    font-weight: normal;
}

.resume .entity a, .resume .position a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.resume h1 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 200%;
    text-align: center;
}

.resume h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 90%;
    border-top: 1pt solid black;
}

.resume h2 a {
	text-decoration: none;
	color: black;
}

.resume .contact {
    text-align: center;
    text-transform: uppercase;
    font-size: 80%;
    margin: 0.5em;
}

.resume .project {
    border-bottom: 1pt solid black;
    margin: 0 2em 1em 1em;
}

.resume .person {
    border-bottom: 1pt solid black;
    margin: 0 2em 1em 8em;
}

.resume .entity {
    text-align: left;
	margin-left: 6em;
	margin-bottom: 0.25em;
}

.resume .entity .location {
    float: right;   
}

.resume .entity .name {
    font-weight: bold;  
	text-transform: uppercase;	
}

.resume .position {
	clear: both;
}

.resume .project .no-details {
	clear: both;
}

.resume .position .period {
	width: 6em;
    clear: none;
    float: left; 
}

.resume .position .title {
    float: left;
    font-style: italic;
	font-weight: bold;
    clear: none;	
}

.resume ul.achievements {
    clear: both;
	margin-left: 6em;
	padding: 0.5em 1em 0 1em;
}

.resume .reference {
    float: right;   
    clear: none;    
}

.resume .entity-description {
	float: left;
    font-style: italic;
	font-weight: bold;
    text-align: left;
	margin-right: 1em;
}


.resume .last {
    border-bottom: none !important;
}

.resume .page-break {
    display: none;
}

.resume .papers {
	margin-left: 2.5em;
	margin-right: 1em;
    border-bottom: 1pt solid black;
}

.resume .papers h3 {
	text-align: center;
	font-size: 100%;
}
.resume .papers .title {
	font-weight: bold;
}

.img-shadow {
	float:right;
	background: url(http://blog.phds.org/images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(http://blog.phds.org/images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}
.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}


} /* End media declaration */

/* Screen-specific settings */
@media screen {
    body { 
        margin: 0; 
        border: 1em solid #999; 
        border-width: 1em 1.6em 1.6em 1.6em;
    }
    .resume {
        padding: 2em;
        border: 1px solid #666;
        font-size: 18px;
    }

}


/* Print-specific settings */
@media print {

    .resume { font-size: 11pt; }

    .resume a:link,
    .resume a:visited {
        color: Black;
        font-weight: bold;
        text-decoration: none;
    }

    .resume .contact a,
    .resume .contact a:visited,
    .resume .location a,
    .resume .location a:visited {
        font-weight: normal !important;
    }

    /* Special header for print to indicate new page with some extra info */
    .resume .page-break {
        display: block;
        page-break-before: always;
        text-transform: uppercase;
        text-align: center;
        font-size: 9pt;
        margin: 0.5em;
        color: #aaa;
    }

}
