/* experience */
.experience {
	list-style: none;
	margin: 0;
	padding: 0;
}

.experience li {
	list-style: none;
	margin: 0;
	padding: 0 0 25px 0;
}

.experience li.last {
	padding-bottom: 0;
}

.experience li .header {
	margin: 0;
	padding: 0;
}

.experience li .header h1 {
	color: #333;
	font-size: 1.154em; /* 15px */
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 1px 0;
}

.experience li .header h2 {
	color: #929292;
	font-size: 0.923em; /* 12px */
	font-weight: normal;
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 10px 0;
}

/* references */
.references {
	list-style: none;
	margin: 0;
	padding: 0;
}

.references blockquote {
	margin: 0;
	padding: 0 0 25px 0;
}

.references blockquote.last {
	padding-bottom: 0;
}

.references blockquote .header {
	margin: 0;
	padding: 0;
}

.references blockquote .header h1 {
	color: #333;
	font-size: 1.154em; /* 15px */
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 1px 0;
}

.references blockquote .header h2 {
	color: #929292;
	font-size: 0.923em; /* 12px */
	font-weight: normal;
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 10px 0;
}

/* skills */
.skills {
	color: #333;
	background: none;
	border: 0;
	margin: 0 0 15px 0;
	padding: 0;
}

.skills th, .skills td {
	background: none;
	border: 0;
	min-height: 15px;
	height: auto !important;
	height: 15px;
	margin: 0;
	padding: 0 0 8px 0;
	text-align: left;
	vertical-align: top;
}

.skills tr:hover .tdSkill {
	color: #0AA0E9;
	cursor: default;
}

.skills .tdExperience {
	color: #92908d;
	font-style: italic;
	width: 60px;
}

.skills tr:hover .tdExperience {
	color: #0AA0E9;
	cursor: default;
}

.skills .tdRating {
	color: #92908d;
	width: 368px;
}

.skills .tdRating .scale {
	background: #fff;
	background: rgba(255,255,255,.4);
	display: block;
	height: 15px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
}

.skills .tdRating .scale span {
	background: #92908d;
	display: block;
	height: 15px;
	width: 0;
}

.skills tr:hover .tdRating .scale span {
	background: #0AA0E9;
	cursor: default;
}

.skills .tdRating1 .scale span {
	width: 10%;
}

.skills .tdRating2 .scale span {
	width: 20%;
}

.skills .tdRating3 .scale span {
	width: 30%;
}

.skills .tdRating4 .scale span {
	width: 40%;
}

.skills .tdRating5 .scale span {
	width: 50%;
}

.skills .tdRating6 .scale span {
	width: 60%;
}

.skills .tdRating7 .scale span {
	width: 70%;
}

.skills .tdRating8 .scale span {
	width: 80%;
}

.skills .tdRating9 .scale span {
	width: 90%;
}

.skills .tdRating10 .scale span {
	width: 100%;
}

/* browsers */
.crossBrowser {
	margin: 0;
	padding: 0 0 15px 0;
}

.crossBrowser dt {
	font-weight: normal;
	margin: 0;
	padding: 0 0 15px 0;
}

.crossBrowser dd {
	margin: 0;
	padding: 0;
}

.crossBrowser dd ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.crossBrowser dd ul li {
	float: left;
	min-height: 22px;
	height: auto !important;
	height: 22px;
	list-style: none;
	margin: 0 5px 5px 0;
	padding: 4px 5px 3px 30px;
	width: 250px;
}

.crossBrowser dd ul li.ie6 {
	background: url(../../../img/a/about/browser-ie6.png) no-repeat left top;
}

.crossBrowser dd ul li.ie {
	background: url(../../../img/a/about/browser-ie.png) no-repeat left top;
}

.crossBrowser dd ul li.chrome {
	background: url(../../../img/a/about/browser-chrome.png) no-repeat left top;
}

.crossBrowser dd ul li.firefox {
	background: url(../../../img/a/about/browser-firefox.png) no-repeat left top;
}

.crossBrowser dd ul li.safari {
	background: url(../../../img/a/about/browser-safari.png) no-repeat left top;
}

.crossBrowser dd ul li.opera {
	background: url(../../../img/a/about/browser-opera.png) no-repeat left top;
}

/* education */
.education {
	list-style: none;
	margin: 0;
	padding: 0;
}

.education li {
	list-style: none;
	margin: 0;
	padding: 0 0 25px 0;
}

.education li.last {
	padding-bottom: 0;
}

.education li .header {
	margin: 0;
	padding: 0;
}

.education li .header h1 {
	color: #333;
	font-size: 1.154em; /* 15px */
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 1px 0;
}

.education li .header h2 {
	color: #929292;
	font-size: 0.923em; /* 12px */
	font-weight: normal;
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 10px 0;
}
