@charset "UTF-8";

@media print {
/* -------------------------LAYOUT--------------------------- */
/* @group General */
body {
    font: .75em/1 Geneva, Helvetica, "Helvetica Neue", Arial, sans-serif;
    color: #393939;
    cursor: default;
    line-height: 1.2em;
    background: #fff no-repeat;
}
#pagewrap {
    width: 960px;
    margin: -10px auto;
    padding: 20px;
    overflow: hidden;
    background: #fff;
    
    -webkit-box-shadow: 0 0 0;
    -webkit-border-radius: 0;
    
    -webkit-transform: rotate(0deg); 
    -moz-transform: rotate(0deg);
}
.clear { 
    clear: both; 
    display: block; 
    height: 1px; 
    margin: 10px 0;
}
/* -------------------------STD LINKS-------------------------- */
a {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #439b49;
}
a:hover {
    color: #5e8b78;
}
/* -----------------------END STD LINKS------------------------- */
/* @end */


/* @group Content */
/* -------------------------HEADER SECTION------------------------- */
header h1 {
    font: italic bold 2.55em Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
    border-bottom: 1px solid #aaa;
    
    -webkit-box-shadow: 0 2px 3px #eee;
}
#pic {
	display: none;
    float: right; 
    margin: -137px 40px 0 0;
    border: 14px solid #fff;
    
    -webkit-transform: rotate(18deg); 
    -moz-transform: rotate(18deg);
    
    -webkit-box-shadow: 0 3px 6px #aaa;
}
/* -----------------------END HEADER SECTION----------------------- */

/* -------------------------CONTENT SECTION------------------------- */
.hresume .vcard {
    line-height: 1.8em;
}
.hresume h2 {
    margin: 20px 0 10px 0;
    font-size: 1.3em;
    color: #a5a49d;
    text-indent: 30px;
    text-shadow: 0px 1px 2px #fff;
}
.attribute {
    color: #555;
    font-weight: bold;
    display: inline-block;
    width: 150px !important;
}
.hresume .vcalendar {
    display: table;
    clear: both;
    width: 960px;
}
.hresume .education .htitle, .hresume .experience .htitle {
    display: table-cell;
    float:left;
    width: 50%;
    line-height: 1.4em;
    
}
.hresume .education .date_duration, .hresume .experience .date_duration {
    float: right;
    font-size: smaller;
    color: #333;
    line-height: 1.4em;
    margin-top: .6em;
}
.hresume .summary {
    color: #333;
    font-weight: bolder;
}
.hresume .org {
    color: #333;
    margin: 0 10px;
}
.hresume .experience .title {
    font-weight: bold;
}
.hresume .experience .org {
    font-style: italic;
}
.hresume .experience ul {
    list-style: disc;
    line-height: 1.35em;
    margin: 0 50px;
    
}
.skill {
    width: 200px;
    display: inline-block;
    font-weight: bold;
    color: #444;
}
.xp {
    width: 180px;
    display: inline-block;
}
.tags ul {
	list-style: none;
}
.tags li {
    line-height: 1.5em;
    padding: 2px 10px;
    -webkit-border-radius: 5px;
}
.tags li:nth-child(2n+1) {
    background-color: #eee;
}

#references h3 {
    margin: 10px 0;
    font: italic 1.3em Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
    text-align: center;
}
/* -----------------------END CONTENT SECTION----------------------- */

/* -------------------------FOOTER SECTION------------------------- */
footer {
	display: none;
}
/* -----------------------END FOOTER SECTION----------------------- */

/* @end */

aside {
	display: none;
}

}