/*------------------------ CV ---------------------------*/
.cv-microformat
{
	width: 690px;
	float: left;
}

.lat-cv
{
	width: 140px;
	height: 500px;
	margin-top: 150px;
	padding-left: 10px;
	float: right; 
	border-left: 1px solid #CCC;
	text-align: justify;
}

/* ----------------------------------------------- */
.hresume
{
    width: 100%;
    padding: 10px;
}

.hresume abbr
{
    border: none;
}

.hresume address
{
    font-style: normal;
}

.hresume hr
{
    display: block;
}

.hresume .contact-vcard .fn
{
    font-weight: bold;
    font-size: 12pt;
}

.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;
}

.description
{
	padding-left: 20px;
}

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

.hresume .education .htitle, .hresume .experience .htitle
{
    float: left;
}

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

.hresume .education .date_duration, .hresume .experience .date_duration
{
    float: right;
    font-size: smaller;
}

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

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

.hresume .tags ul li
{
    display: inline;
}

.summary
{
	font-weight: bold;
}

.title
{
	font-weight: bold;
}

.skillset a
{
	color: #354146;
	text-decoration:none;
	border-bottom:1px dotted #000;
}

ul .skillarea
{
	list-style-type: square;
}

ul .skillset
{
	list-style-type: none;
}

.skill-level ul
{
	list-style-type: none;
}

.avatar
{
	float: left;
	margin-left: 100px;
	padding-top: 5px;
}
.linked-in
{
	float: left;
	margin-left: 180px;
	padding-top: 30px;
}

.contact-vcard
{
	float: left;
}
