/*
 *
 * Stylesheet halaman "Profil"
 *
 */

body {
	background:#fff;
	font-family:Cambria,Georgia,"Times New Roman",Times,serif;
	font-size:.85em;
	color:#333;
}


h2 {
	background:url('images/asBlueLGothic.png') left top no-repeat;
	display:block;
	width:241px;
	height:58px;
	overflow:hidden;
	text-indent:-2000px;
}
h3 {
	background-image:url('images/profilHeadings.png');
	background-repeat:no-repeat;
	display:block;
	width:166px;
	height:45px;
	overflow:hidden;
	text-indent:-2000px;
	clear:left;
}
#profil-profesional h3 { background-position:left 0; }
#profil-skill h3 { background-position:left -45px; }
#profil-testimonial h3 { background-position:left -90px; }
#profil-pribadi h3 { background-position:left -135px; }
#profil-site h3 { background-position:left -180px; }
#profil-kontak h3 { background-position:left -225px; }
#profil-more h3 { background-position:left -270px; }


#profil-intro {
	color:#800;
	font-family:'Helvetica Neue',Arial,Helvetica,sans-serif;
	font-size:1.2em;
	margin-bottom:40px;
}
#profil-intro a {
	color:#800 !important;
}


#profil-profesional {
	float:left;
	width:46%;
}


#profil-skill {
	float:right;
	width:46%;
	margin-left:60px;
}
#profil-skill ul {
	margin-left:1.5em;
}


#profil-random-testimonial {
	background:url('images/blueQuote.png') left 10px no-repeat;
	padding:20px 0 0 30px;
	font-style:italic;
}
#profil-random-testimonial img {
	background-color:#f0f0f0;
	background-color:rgba(255,255,255,.1);
}
#profil-testimonial > a:last-child {
	background:url('images/smallQuote.png') left 4px no-repeat;
	padding-left:22px;
	margin-left:30px;
}


#requestQuoteHome {
	left:0;
}


#profil-more h3 {
	width:242px;
}
.homeSectionList li {
	float:left;
	margin-right:15px;
}
.homeSectionList a {
	height:30px;
	background-position:center -30px;
	border-bottom:none;
}
.homeSectionList a:hover {
	height:30px;
	background-position:center 0;
	border-bottom:none;
}
#profil-more div p span {
	color:#999;
	float:left;
	font-style:italic;
	margin-top:1.5em;
}


.footnotes {
	margin-top:20px;
}

#sidebarWrapper {
	display:none;
}
