@charset "UTF-8";

@media screen, projection
{
/* !CSS Reset courtesy of YUI (http://developer.yahoo.com/yui/reset/) */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td 
{ 
	margin:0;
	padding:0;
}
	
table
{
	border-collapse:collapse;
	border-spacing:0;
}
 
fieldset,img 
{ 
	border:0;
}
 
address,caption,cite,code,dfn,th,var 
{
	font-style:normal;
	font-weight:normal;
}

body
{
	background: #ccc;
	-webkit-text-stroke: 1px transparent;
	-moz-opacity: 0.99;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444;
}

a
{
	-webkit-transform: scale(1);
	-webkit-transition-duration: 250ms;
}

h1, h2, h3, h4, h5, h6 
{
	color: #202C56;
}

h1.title {
	font-size: 50px;
	width: 440px;
	float: left;
}

h2, h3, h4, h5, h6
{
	text-transform:uppercase;
	font-size: 18px !important;
}

.top span {
	font-size: 12pt !important;
	position: relative;
	top: 25px;
}

a
{
	text-decoration: none;
	color: #2C3C75;
}

.wrapper
{
	margin: 20px auto;
	width: 860px;
}

.hresume
{
    width: 860px;
    -webkit-transform:rotate(0.5deg);
    transform:rotate(0.5deg);
}

.hresume .top
{
	height: 120px;
	background: transparent url("../images/paper_top.png") no-repeat top center scroll;
	display: block;
	padding: 30px 60px 31px 60px;
	margin:  0 0 -62px 0;
}

.hresume .middle
{
	background: transparent url("../images/paper_middle.png") repeat-y center scroll;
	display: block;
	height: auto;
	padding: 30px 60px 78px 60px;
}

.hresume .bottom
{
	height: 120px;
	background: transparent url("../images/paper_bottom.png") no-repeat top center scroll;
	display: block;
	width: 860px;
	clear: both;
	padding: 0;
	margin: -1px 0 0 0;
	color: #333;
	font-size: 10px;
	text-align: center;
}

	.hresume .bottom .content
	{
		margin: 0 60px;
		padding-top: 0px;
	}

.hresume abbr
{
    border: none;
}

.hresume address
{
    font-style: normal;
}

.hresume hr
{
    display: block;
}

.hresume .contact .fn
{
    font-weight: bold;
}

.hresume .vcard
{
	margin-bottom: 20px;
	line-height: 26px;
}

	.name, .first
	{
		border-top: 1px solid #d2d4d4;
		border-bottom: 1px solid #d2d4d4;
	}
	.dob, .adr, .phn, .eml, .web, .tags ul li, .affiliations ul li
	{
		border-bottom: 1px solid #d2d4d4;
	}
	
	.education, .experience
	{
		border-top: 1px solid #d2d4d4;
	}

.hresume h2
{
    font-size: 12pt;
    padding: 0 0 5px 0;
    margin: 0;
}

.hresume .education, .hresume .accreditation
{
    margin: 10px 0 10px 20px;
    padding: 1px;
}

.hresume .experience
{
    margin: 10px 0 30px 20px;
    padding: 1px;
}

.hresume .summary, .hresume .tags, .hresume .affiliations
{
    margin: 10px 0 20px 20px;
    padding: 1px;
}

.hresume .education .htitle, .hresume .experience .htitle
{
    float: left;
    line-height: 16px;
    margin-top: 5px;
}

.hresume .htitle .include
{
    display: none;
}

.hresume .education .date_duration, .hresume .experience .date_duration
{
    float: right;
    font-size: smaller;
    color: #777;
    line-height: 16px;
    margin-top: 5px;
}

.hresume .education .summary
{
    margin: 0;
}

.hresume .title
{
	font-weight: bold;
}

.hresume .org
{
	color: #333;
	font-style: italic;
}

.hresume .tags ul, .hresume .affiliations ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.hresume .location 
{
}

.hresume .tags ul li
{
    list-style: none;
    padding: 6px 0;
    /*
    display: inline;
    float: left;
    clear: right;
    background-color: #000000;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#444), to(#000000)) no-repeat;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;	
    -moz-border-radius: 5px;
    border-radius: 5px;
    */
}

.hresume .tags ul li a 
{
	color: #333;
	text-decoration: none;
}

.hresume .linkedin 
{
	position: relative;
	top: 8px;
	background-color: #00669D;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8AC8E0), to(#025C8F)) no-repeat;
	padding: 5px 8px 5px 50px;
	margin: 0 0 10px -50px !important;
	text-shadow: 0 -1px 0 #025C8F;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-khtml-border-radius-bottomright: 8px;
	-khtml-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topright: 8px;
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	-khtml-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	color: #fff;
	-webkit-transition-duration: 250ms;
}

.hresume .linkedin:hover
{
	cursor: pointer;
	color: #B5E6FF;
	-webkit-transition-duration: 250ms;
}

.attribute 
{
	color: #555;
	font-weight: none;
	display: inline-block;
	width: 150px !important;
}

.profile
{
	margin: 0 0 40px 0;
	line-height: 24px;
}

.skill
{
	width: 140px;
	display: inline-block;
	font-weight: bold;
	color: #444;
}

.xp
{
	width: 180px;
	display: inline-block;
}
.xp, .desc
{
	color: #666;
}

.desc
{
	font-size: 12px;
}

}

a:hover
{
	color: #4574ad;
}

.h
{
	color: #689B07;
}

.h:hover
{
	color: #6EAD00;
}

.creditline {font-size: 8px !important; color: #777 !important;}
.qrcode {
	width: 155px;
	height: 155px;
	display: block;
	position: relative;
	bottom: 70px;
	float: right;
	text-indent: -9999px;
	background: transparent url("../images/qrcode.png") no-repeat top center scroll;
}
