<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'LatoLight';
	src: url('/themes/new_minimal/fonts/lato/Lato-Light.ttf');
}

@font-face {
	font-family: 'LatoLightItalic';
	src: url('/themes/new_minimal/fonts/lato/Lato-LightItalic.ttf');
}

@font-face {
	font-family: 'LatoBold';
	src: url('/themes/new_minimal/fonts/lato/Lato-Bold.ttf');
}

@font-face {
	font-family: 'LatoBoldItalic';
	src: url('/themes/new_minimal/fonts/lato/Lato-BoldItalic.ttf');
}

@font-face {
	font-family: 'LatoItalic';
	src: url('/themes/new_minimal/fonts/lato/Lato-Italic.ttf');
}

@font-face {
	font-family: 'LatoBlack';
	src: url('/themes/new_minimal/fonts/lato/Lato-Black.ttf');
}

@font-face {
	font-family: 'LatoRegular';
	src: url('/themes/new_minimal/fonts/lato/Lato-Regular.ttf');
}

@font-face {
	font-family: 'Lato';
	src: url('/themes/new_minimal/fonts/lato/Lato-Regular.ttf');
}

body {
	background: url('/themes/corporate/images/background.png');
	font-family: 'Lato';
	margin: 0;
}

a {
	color: #aaf;
}

.clear {
	clear: both;
}

#wrapper {
	width: 940px;
	margin: 24px auto;
}

#leftCol {
	float: left;
	width: 180px;
}

#leftCol &gt; img {
	width: 180px;
}

#leftCol &gt; ul.contact {
	font-size: 14px;
	margin: 30px;
}

#leftCol &gt; ul.socialNetworks {
	margin: 30px;
	font-size: 14px;
}

#rightCol {
	float: right;
	background: #fff;
	width: 760px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}

#nav {
	height: 40px;
	overflow: visible;
	margin: 0;
	padding: 0;
}

#nav &gt; li {
	position: relative;
	display: inline-block;
}

#nav &gt; li &gt; a {
	color: #fff;
	text-transform: uppercase;
	width: 251px;
	display: inline-block;
	height: 38px;
	margin: 1px 0;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	text-shadow: 1px 1px 3px #000;
}

#nav &gt; li:last-child {
	border-right: 0;
}

#nav &gt; li:last-child &gt; a {
	width: 253px;
}

#nav &gt; li &gt; a &gt; div {
	margin-left: -20px;
	margin-right: 10px;
	margin-bottom: -3px;
}

#nav &gt; li.current &gt; .pointer {
	position: absolute;
	bottom: -10px;
	left: 112px;
	height: 11px;
	width: 41px;
}

#nav &gt; li.profile &gt; a &gt; div {
	display: inline-block;
	width: 22px;
	height: 19px;
}

#nav &gt; li.links &gt; a &gt; div {
	display: inline-block;
	width: 17px;
	height: 20px;
}

#nav &gt; li.socialstream &gt; a &gt; div {
	display: inline-block;
	width: 19px;
	height: 19px;
}

#content {
	padding: 55px;
	min-height: 400px;
	color: #666;
}

#contact {
	margin: 30px 10px 30px 20px;
	font-size: 14px;
	color: #fff;
}

#contact &gt; li {
	margin-bottom: 16px;
}

#contact &gt; li &gt; a {
	text-decoration: none;
	color: #fff;
}

#socialNetworks {
	margin: 40px 0 0 20px;
}

#socialNetworks &gt; li {
	padding-left: 26px;
	margin-bottom: 20px;
}

#socialNetworks &gt; li &gt; a {
	font-size: 14px;
	color: #29abe2;
	text-decoration: none;
}

#socialNetworks &gt; li.twitter {
	background: url('/themes/corporate/images/iconTwitter.png') 4px center no-repeat;
}

#socialNetworks &gt; li.linkedin {
	background: url('/themes/corporate/images/iconLinkedIn.png') 4px center no-repeat;
}

#socialNetworks &gt; li.facebook {
	background: url('/themes/corporate/images/iconFacebook.png') 4px center no-repeat;
}


/*---- PROFILE PAGE ----*/
#content &gt; h1 {
	font-size: 48px;
	margin-bottom: 15px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 10px;
}

#content &gt; h2 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 35px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 3px;
}

#content &gt; h2.subPage {
	font-size: 36px;
	text-align: left;
}

#content &gt; p {
	margin-top: 26px;
	font-size: 20px;
	line-height: 26px;
}

#content &gt; div.separator {
	height: 1px;
	width: 100%;
	border-top: 1px solid #ececec;
}

#content &gt; h3 {
	font-size: 24px;
	font-family: 'LatoLight';
	margin: 50px 0 15px 0;
	text-transform: uppercase;
}

#bio, #interests {
	line-height: 24px;
}

#bio ul {
	list-style-type: disc;
	margin-left: 30px;
}

#experience, #education {
	margin-top: -15px;
}

#experience &gt; li, #education &gt; li {
	padding-top: 22px;
	padding-left: 42px;
	background: url('/themes/corporate/images/briefcase.png') 0px 17px no-repeat;
}

#education &gt; li {
	background: url('/themes/corporate/images/hat.png') 0px 20px no-repeat;
}

#experience &gt; li &gt; h4, #education &gt; li &gt; h4 {
	font-size: 16px;
}

#experience &gt; li &gt; .dateLine, #education &gt; li &gt; .dateLine {
	font-size: 14px;
	margin-top: 5px;
}

#experience &gt; li &gt; p {
	font-size: 16px;
	margin-top: 7px;
	line-height: 22px;
}

#education &gt; li &gt; .degree {
	font-family: 'LatoBold';
	margin-top: 10px;
}

#education &gt; li &gt; .line {
	margin-top: 10px;
}

/*---- MY LINKS PAGE ----*/
#userLinks &gt; li {
	vertical-align: top;
	display: inline-block;
	width: 294px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	margin: 0 15px 15px 0;
	float: left;
	border: 1px solid #e8e8e8;
}

#userLinks &gt; li &gt; p {
	margin: 18px;
	font-size: 16px;
	line-height: 24px;
}

#userLinks &gt; li &gt; a {
	color: #1185c4;
	display: block;
	width: 205px;
	padding: 10px 10px 0 65px;
	min-height: 39px;
	line-height: 24px;
	word-wrap: break-word;
	text-align: left;
	text-decoration: underline;
	background: url('/themes/new_minimal/images/logo_randomlink.png') top left no-repeat;
}

#userLinks &gt; li &gt; a.aboutme,
#socialStream &gt; li.aboutme &gt; .icon     { background: url('/themes/new_minimal/images/logo_aboutme.png') top left no-repeat; }
#userLinks &gt; li &gt; a.bigsight,
#socialStream &gt; li.bigsight &gt; .icon    { background: url('/themes/new_minimal/images/logo_bigsight.png') top left no-repeat; }
#userLinks &gt; li &gt; a.blogger,
#socialStream &gt; li.blogger &gt; .icon     { background: url('/themes/new_minimal/images/logo_blogger.png') top left no-repeat; }
#userLinks &gt; li &gt; a.dailymotion,
#socialStream &gt; li.dailymotion &gt; .icon { background: url('/themes/new_minimal/images/logo_dailymotion.png') top left no-repeat; }
#userLinks &gt; li &gt; a.delicious,
#socialStream &gt; li.delicious &gt; .icon   { background: url('/themes/new_minimal/images/logo_delicious.png') top left no-repeat; }
#userLinks &gt; li &gt; a.diigo,
#socialStream &gt; li.diigo &gt; .icon       { background: url('/themes/new_minimal/images/logo_diigo.png') top left no-repeat; }
#userLinks &gt; li &gt; a.facebook,
#socialStream &gt; li.facebook &gt; .icon    { background: url('/themes/new_minimal/images/logo_facebook.png') top left no-repeat; }
#userLinks &gt; li &gt; a.flavorsme,
#socialStream &gt; li.flavorsme &gt; .icon   { background: url('/themes/new_minimal/images/logo_flavorsme.png') top left no-repeat; }
#userLinks &gt; li &gt; a.flickr,
#socialStream &gt; li.flickr &gt; .icon      { background: url('/themes/new_minimal/images/logo_flickr.png') top left no-repeat; }
#userLinks &gt; li &gt; a.foursquare,
#socialStream &gt; li.foursquare &gt; .icon  { background: url('/themes/new_minimal/images/logo_foursquare.png') top left no-repeat; }
#userLinks &gt; li &gt; a.hunch,
#socialStream &gt; li.hunch &gt; .icon       { background: url('/themes/new_minimal/images/logo_hunch.png') top left no-repeat; }
#userLinks &gt; li &gt; a.linkedin,
#socialStream &gt; li.linkedin &gt; .icon    { background: url('/themes/new_minimal/images/logo_linkedin.png') top left no-repeat; }
#userLinks &gt; li &gt; a.lookuppage,
#socialStream &gt; li.lookuppage &gt; .icon  { background: url('/themes/new_minimal/images/logo_lookuppage.png') top left no-repeat; }
#userLinks &gt; li &gt; a.meetup,
#socialStream &gt; li.meetup &gt; .icon      { background: url('/themes/new_minimal/images/logo_meetup.png') top left no-repeat; }
#userLinks &gt; li &gt; a.penio,
#socialStream &gt; li.penio &gt; .icon       { background: url('/themes/new_minimal/images/logo_penio.png') top left no-repeat; }
#userLinks &gt; li &gt; a.quora,
#socialStream &gt; li.quora &gt; .icon       { background: url('/themes/new_minimal/images/logo_quora.png') top left no-repeat; }
#userLinks &gt; li &gt; a.reddit,
#socialStream &gt; li.reddit &gt; .icon      { background: url('/themes/new_minimal/images/logo_reddit.png') top left no-repeat; }
#userLinks &gt; li &gt; a.slideshare,
#socialStream &gt; li.slideshare &gt; .icon  { background: url('/themes/new_minimal/images/logo_slideshare.png') top left no-repeat; }
#userLinks &gt; li &gt; a.squidoo,
#socialStream &gt; li.squidoo &gt; .icon     { background: url('/themes/new_minimal/images/logo_squidoo.png') top left no-repeat; }
#userLinks &gt; li &gt; a.stumbleupon,
#socialStream &gt; li.stumbleupon &gt; .icon { background: url('/themes/new_minimal/images/logo_stumbleupon.png') top left no-repeat; }
#userLinks &gt; li &gt; a.tumblr,
#socialStream &gt; li.tumblr &gt; .icon      { background: url('/themes/new_minimal/images/logo_tumblr.png') top left no-repeat; }
#userLinks &gt; li &gt; a.twitter,
#socialStream &gt; li.twitter &gt; .icon     { background: url('/themes/new_minimal/images/logo_twitter.png') top left no-repeat; }
#userLinks &gt; li &gt; a.vimeo,
#socialStream &gt; li.vimeo &gt; .icon       { background: url('/themes/new_minimal/images/logo_vimeo.png') top left no-repeat; }
#userLinks &gt; li &gt; a.vizify,
#socialStream &gt; li.vizify &gt; .icon      { background: url('/themes/new_minimal/images/logo_vizify.png') top left no-repeat; }
#userLinks &gt; li &gt; a.weebly,
#socialStream &gt; li.weebly &gt; .icon      { background: url('/themes/new_minimal/images/logo_weebly.png') top left no-repeat; }
#userLinks &gt; li &gt; a.youtube,
#socialStream &gt; li.youtube &gt; .icon     { background: url('/themes/new_minimal/images/logo_youtube.png') top left no-repeat; }
#userLinks &gt; li &gt; a.zerply,
#socialStream &gt; li.zerply &gt; .icon      { background: url('/themes/new_minimal/images/logo_zerply.png') top left no-repeat; }

/*---- SOCIAL STREAM ----*/
#socialStream &gt; li {
	width: 615px;
	vertical-align: top;
	display: inline-block;
	padding: 0 10px 20px 0;
	margin-top: 35px;
	position: relative;
	border-bottom: 1px solid #ececec;
}

#socialStream &gt; li:first-child {
	margin-top: 0;
}

#socialStream &gt; li:nth-child(even) {
	margin-right: 0;
}

#socialStream &gt; li &gt; .streamContent {
	z-index: 2;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 565px;
	position: relative;
	float: right;
}

#socialStream &gt; li &gt; .icon &gt; div {
	display: none;
}

#socialStream &gt; li &gt; .icon {
	background: url('/themes/new_minimal/images/logo_randomlink.png');
	box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
	width: 48px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.streamContent &gt; .source {
	line-height: 48px;
	font-family: 'LatoBold';
	font-size: 16px;
	padding-left: 30px;
}

.streamContent &gt; .time {
	line-height: 48px;
	font-size: 14px;
	padding-right: 20px;
	float: right;
}

.streamContent &gt; .post {
	padding: 10px 10px 10px 30px;
}

.streamContent &gt; .post &gt; img {
	margin: 5px;
}

.streamContent &gt; .post img {
	width: 100%;
	max-width: 355px;
}
</pre></body></html>