/*============================ Shortcodes: Resume ============================*/
.short_resume {
	margin: 15px 0;
	padding-bottom: 5px;
	border-top: 1px solid #ccc;
}
.short_resume .short_resume_jobtitle {
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0 0 0;
	color: #444;
}
.short_resume .short_resume_company {
	color: #777;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.short_resume .short_resume_date {
	float: right;
	color: #333;
	padding: 3px 8px;
	border: 1px solid #ddd;
	background: url(images/resume_button.png) repeat-x #ddd;
	margin-top: -42px;
	margin-right: 5px;
}
.short_resume .short_resume_content {
	clear: right;
}
/*============================ Shortcodes: Skills ============================*/
.short_skill {
	margin-top: 10px;
	padding: 10px 5px 8px 5px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.short_skill_title {
	float: left;
	font-weight: bold;
	font-size: 1.2em !important;
	font-weight: bold;
	margin: 0 !important;
	color: #444 !important;
}
.short_skill p {
	clear: both;
	padding: 0 !important;
	margin: 0 !important;
}
.short_skill_value {
	float: right;
	height: 20px;
	width: 100px;
	background: url(images/star_grey.png) repeat-x;
}
.short_skill_value span{
	display: block;
	height: 20px;
	background: url(images/star_black.png) repeat-x;
}
.short_skill_value span.one { width: 20px; }
.short_skill_value span.two { width: 40px; }
.short_skill_value span.three { width: 60px; }
.short_skill_value span.four { width: 80px; }
.short_skill_value span.five { width: 100px; }
.short_skill_value span.six { width: 120px; }
.short_skill_value span.seven { width: 140px; }
.short_skill_value span.eight { width: 160px; }