<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background: url(/themes/default/fun/images/bg.png) repeat top center;
	font-family: Arial Rounded MT, Arial, Helvetica, sans-serif;
}

hr {
	border: 0;
	height: 1px;
	background-color: #dedede;
	margin: 30px 0;
}

#header {
	box-shadow:	0 1px 3px #333, 0px -1px 2px rgba(255, 255, 255, 0.5) inset;
		-moz-box-shadow: 0 1px 3px #333, 0px -1px 2px rgba(255, 255, 255, 0.5) inset;
		-webkit-box-shadow: 0 1px 3px #333, 0px -1px 2px rgba(255, 255, 255, 0.5) inset;
	text-align: left; 
	padding: 21px 0px;	
}

#nav { 
	display: block; 
	margin: 0 auto;
	padding: 0 60px;
	width: 876px;
}

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

#nav &gt; li &gt; a {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 15px;
	display: block;
	margin: 0px 10px;
}

#nav &gt; li.current &gt; a {
	border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	box-shadow: 0 1px 0px rgba(255, 255, 255, 0.2), 0 1px 3px rgba(0, 0, 0, 0.5) inset;
		-moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.2), 0 1px 3px rgba(0, 0, 0, 0.5) inset;
		-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.2), 0 1px 3px rgba(0, 0, 0, 0.5) inset;
}

#wrapper {
	width: 876px;
	margin: 0px auto;
	padding: 60px;
}

.mainContent, #mainContent {
	width: 490px;
	float: right;
	background-color: #FFF;
	border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	padding: 30px 40px;
	margin-bottom: 30px;
}

#mainContent.noBG {
	width: 500px;
}

.clear, .spacer {
	clear: both;
}

.mainContent &gt; h3 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 43px;
	color: #353535;
}

.mainContent &gt; h4 {
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 20px;
}

/*-------- SIDE BAR -------*/
#portrait {
	position: relative;
	width: 261px;
	margin-top: -12px;
}

#portrait &gt; img {
	margin-left: 23px;
	margin-top: 20px;
	z-index: 1;
}

#frameTop {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 261px;
	z-index: 2;
	background: url(/themes/default/fun/images/frameTop.png) no-repeat;	
	height: 51px;
}

#frameRepeat {
	background: url(/themes/default/fun/images/frameRepeat.png);	
	position: absolute;
	top: 51px;
	left: 0px;
	bottom: 20px;
	right: 0px;
}

#frameBottom {
	position: absolute;
	bottom: -20px;
	left: 0px;
	width: 261px;
	z-index: 2;
	background: url(/themes/default/fun/images/frameBottom.png) no-repeat;	
	height: 51px;
}


#sideBar {
	float: left;
	width: 230px;
	color: #282828;
	font-weight: bold;
}

#sideBarInfo {
	padding: 20px; 
	margin-top: 30px;
	width: 220px;
}

#sideBarInfo &gt; h2 &gt; a {
	text-decoration: none;
	font-size: 27px;
	line-height: 30px;
	color: #282828;
	font-weight: bold;
}

#sideBarInfo &gt; h3 {
	font-size: 21px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #555;
}

#sideBarInfo &gt; h3.role {
	margin: 0;
}

#sideBarInfo &gt; h3.industry {
	margin: 0 0 20px 0;
	font-size: 16px;
	color: #777;
}

#sideBarInfo &gt; p {
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 22px;
}

#sideBarInfo &gt; ul {
	margin-bottom: 20px;
}

#sideBarInfo &gt; ul &gt; li {
	font-size: 14px;
	line-height: 30px;
}

#sideBarInfo &gt; ul &gt; li.facebook {
	padding-left: 20px;
	background: url(/themes/default/creative/images/iconFacebook-black.png) no-repeat 0px 7px;
}

#sideBarInfo &gt; ul &gt; li.linkedin {
	padding-left: 20px;
	background: url(/themes/default/creative/images/iconLinkedIn-black.png) no-repeat 0px 7px;
}

#sideBarInfo &gt; ul &gt; li.twitter {
	padding-left: 20px;
	background: url(/themes/default/creative/images/iconTwitter-black.png) no-repeat 0px 7px;
}

/* ---------- FOOTER ---------- */
#footer {
	box-shadow:		 	0 -1px 3px #333, 0px 1px 2px rgba(255, 255, 255, 0.5) inset;
	-moz-box-shadow:	0 -1px 3px #333, 0px 1px 2px rgba(255, 255, 255, 0.5) inset;
	-webkit-box-shadow: 0 -1px 3px #333, 0px 1px 2px rgba(255, 255, 255, 0.5) inset;
	padding: 35px 0px 60px;
	min-height: 105px;
	color: #fff;
}

#footer a {
	text-decoration: none;
	color: #fff;
}

#footerCenter {
	width: 840px;
	padding-left: 80px;
	margin: 0px auto;
}

#footerCenter &gt; div {
	float: left;
	width: 280px;
}

#footer h4 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 7px;
}

#footer p, #footer li {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 7px;
}

.contactInfo &gt; ul &gt; li {
	padding-left: 24px;
	margin: 8px 0;
}

.contactInfo &gt; ul &gt; li.emailWrapper { background: url(/themes/default/creative/images/iconEmail.png) no-repeat 0px 0px;}
.contactInfo &gt; ul &gt; li.tel { background: url(/themes/default/creative/images/iconPhone.png) no-repeat 0px 0px; }
.contactInfo &gt; ul &gt; li.adr { background: url(/themes/default/creative/images/iconPlace.png) no-repeat 0px 0px; }
.contactInfo &gt; ul &gt; li.dl    { background: url(/themes/default/creative/images/iconDownload.png) no-repeat 0px 3px; line-height: 22px; font-size: 14px; }

#socialNetworks &gt; ul &gt; li.facebook { padding-left: 20px; background: url(/themes/default/creative/images/iconFacebook-black.png) no-repeat 0px 0px; }
#socialNetworks &gt; ul &gt; li.linkedin { padding-left: 20px; background: url(/themes/default/creative/images/iconLinkedIn-black.png) no-repeat 0px 0px; }
#socialNetworks &gt; ul &gt; li.twitter { padding-left: 20px; background: url(/themes/default/creative/images/iconTwitter-black.png) no-repeat 0px 0px; }


/* -------- WELCOME PAGE -------- */
#welcome, #welcomeWithPhoto {
	width: 740px;
	padding: 30px;
	margin-bottom: 20px;
	text-align: center;
}

#blogPosts.welcomePosts {
	background-color: #FFF;
	border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	padding: 30px;	
}

#welcomeWithPhoto {
	text-align: left;
}

#welcome &gt; h1 {
	font-size: 64px;
	font-weight: bold;
	margin-bottom: 20px;
}

#welcome &gt; h2 {
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 40px;
}

#welcome &gt; h3 {
	color: #5E5E5E;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}

#welcomePortrait {
	position: relative;
	width: 261px;
	float: left;
}

#welcomePortrait &gt; img {
	margin-left: 23px;
	margin-top: 20px;
	z-index: 1;
}

#welcome &gt; h1, #welcomeWithPhoto &gt; h1 {
	font-size: 64px;
	font-weight: bold;
	margin-bottom: 20px;
}

#welcomeWithPhoto &gt; h1 {
	margin-top: 10px;
}

#welcome &gt; h2, #welcomeWithPhoto &gt; h2 {
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 40px;
}

#welcome &gt; h3, #welcomeWithPhoto &gt; h3 {
	color: #5E5E5E;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}

#welcomeWithPhoto &gt; h1, #welcomeWithPhoto &gt; h2, #welcomeWithPhoto &gt; h3 {
	margin-left: 286px;
}


/* -------- ABOUT ME PAGE -------- */
#about {
	font-size: 14px;
	line-height: 18px;
}

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

#about &gt; h1 {
	font-size: 67px;
	line-height: 67px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #353535;
}

#about &gt; h2 {
	font-size: 24px;
	line-height: 27px;
	color: #353535;
}

#about &gt; p, #interests &gt; p {
	font-size: 16px;
	line-height: 29px;
}

#about ul {
	margin-bottom: 10px;
}

#about ul &gt; li {
	padding-bottom: 3px;
}

#experience &gt; h2, #education &gt; h2, #interests &gt; h2 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}

#interests {
	margin-left: 30px;
}

#education {
	margin-left: 30px;
}

#education &gt; h3 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 4px;
}

#education &gt; h5 { 
	color: #737373;
	font-size: 15px;
	margin-bottom: 10px;
}

#education &gt; p { 
	margin-bottom: 10px;
	color: #676767;
}

#education &gt; p.degree {
	font-size: 15px;
	color: #5d5d5d;
	font-weight: bold;
}

#education &gt; p &gt; strong {
	font-weight: bold;
	color: #676767;
}

#experience {
	margin-left: 30px;
}

#experience &gt; h3 {
	font-size: 19px;
	line-height: 23px;
	font-weight: bold;
	color: #353535;
	margin-bottom: 4px;
}

#experience &gt; h4 { 
	font-size: 18px;
	margin-bottom: 10px;
}

#experience &gt; h5 { 
	color: #a2a2a2;
	font-size: 15px;
	margin-bottom: 20px;
}

#experience &gt; p { 
	font-size: 15px;
	margin-bottom: 30px;
	color: #676767;
	line-height: 20px;
}


/* -------- LINKS PAGE -------- */
#linksOther &gt; h2 {
	color: #000000;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 24px;
}

#linksProfiles &gt; ul &gt; li {
	color: #1F0D28;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	margin: 0 17px 20px 0;
	padding-left: 20px;
	width: 210px;	
}

#linksOther &gt; ul &gt; li &gt; a {
	margin-left: 20px;
}

#linksOther &gt; ul &gt; li &gt; a.noPad {
	margin-left: 0;
}

#linksOther &gt; ul &gt; li.aboutme       { background: url(/themes/default/images/icon-aboutme_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.bigsight      { background: url(/themes/default/images/icon-bigsight_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.bizcard2      { background: url(/themes/default/images/icon-bizcard2_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.blinklist     { background: url(/themes/default/images/icon-blinklist_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.blogger       { background: url(/themes/default/images/icon-blogger_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.classmates    { background: url(/themes/default/images/icon-classmates_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.dailybooth    { background: url(/themes/default/images/icon-dailybooth_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.dailymotion   { background: url(/themes/default/images/icon-dailymotion_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.delicious     { background: url(/themes/default/images/icon-delicious_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.digg          { background: url(/themes/default/images/icon-digg_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.diigo         { background: url(/themes/default/images/icon-diigo_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.facebook      { background: url(/themes/default/images/icon-facebook_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.flavorsme     { background: url(/themes/default/images/icon-flavorsme_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.flickr        { background: url(/themes/default/images/icon-flickr_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.formspring    { background: url(/themes/default/images/icon-formspring_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.fotolog       { background: url(/themes/default/images/icon-fotolog_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.foursquare    { background: url(/themes/default/images/icon-foursquare_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.friendster    { background: url(/themes/default/images/icon-friendster_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.hunch         { background: url(/themes/default/images/icon-hunch_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.linkedin      { background: url(/themes/default/images/icon-linkedin_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.lookuppage    { background: url(/themes/default/images/icon-lookuppage_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.meetup        { background: url(/themes/default/images/icon-meetup_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.naymz         { background: url(/themes/default/images/icon-naymz_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.other         { background: url(/themes/default/images/icon-globe_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.penio         { background: url(/themes/default/images/icon-penio_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.picasa        { background: url(/themes/default/images/icon-picasa_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.posterous     { background: url(/themes/default/images/icon-posterous_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.quora         { background: url(/themes/default/images/icon-quora_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.reddit        { background: url(/themes/default/images/icon-reddit_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.slideshare    { background: url(/themes/default/images/icon-slideshare_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.squidoo       { background: url(/themes/default/images/icon-squidoo_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.stumbleupon   { background: url(/themes/default/images/icon-stumbleupon_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.tumblr        { background: url(/themes/default/images/icon-tumblr_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.twitter       { background: url(/themes/default/images/icon-twitter_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.webshots      { background: url(/themes/default/images/icon-webshots_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.weebly        { background: url(/themes/default/images/icon-weebly_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.whitepages    { background: url(/themes/default/images/icon-whitepages_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.wordpress     { background: url(/themes/default/images/icon-wordpress_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.xing          { background: url(/themes/default/images/icon-xing_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.yellowpages   { background: url(/themes/default/images/icon-yellowpages_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.youtube       { background: url(/themes/default/images/icon-youtube_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.zerply        { background: url(/themes/default/images/icon-zerply_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.zoominfo      { background: url(/themes/default/images/icon-zoominfo_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.vizify        { background: url(/themes/default/images/icon-vizify_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.vimeo         { background: url(/themes/default/images/icon-vimeo_16.png) no-repeat 0px 5px; }
#linksOther &gt; ul &gt; li.brandyourself { background: url(/themes/default/images/favicon.png) no-repeat 0px 5px; }


.box &gt; a {
	color: #0074C5;
	font-size: 17px;
	line-height: 17px;
}

.box &gt; em {
	font-style: normal;	
}

#linksOther &gt; ul &gt; li {
	color: #1F0D28;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 24px;
}

/* -------- BLOG POSTS PAGE -------- */
#blogPosts {
	clear: both;
	overflow-x: hidden;
}

#blogPosts &gt; h1 {
	color: #000000;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 24px;
}

#blogPosts &gt; ul &gt; li {
	margin-bottom: 40px;
}

#blogPosts &gt; ul &gt; li &gt; h2 {
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 4px;
}

.blogUnderwrite {
	color: #A2A2A2;
	font-size: 15px;
	font-weight: normal;
	line-height: 23px;
	margin-bottom: 10px;
}

#blogPostList &gt; li &gt; p {
	color: #5D5D5D;
	font-size: 15px;
	line-height: 26px;	
}

#blogPosts &gt; ul &gt; li &gt; a {
	display: block;
	padding-top: 10px;
	color: #0074C5;
}

#blogPost &gt; h1 {
	color: #000000;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 10px;
}

#blogPost &gt; h2 {
	color: #A2A2A2;
	font-size: 15px;
	font-weight: normal;
	line-height: 23px;
	margin-bottom: 30px;
}

#blogPost &gt; div {
	color: #5D5D5D;
	font-size: 15px;
	line-height: 26px;
}

/* -------- SOCIAL STREAMS PAGE -------- */
#socialStream {
	overflow-x: hidden;
}

#socialStream &gt; h1 {
	color: #000000;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 24px;
}

#streamFilters &gt; ul &gt; li {
	display: inline-block;
	margin: 0 10px 4px 0;
	width: 108px;
}

#filter_twitter     &gt; a { background: url(/themes/default/fun/images/iconTwitter16.png) 8px 4px no-repeat; }
#filter_facebook    &gt; a { background: url(/themes/default/fun/images/iconFacebook16.png) 8px 4px no-repeat; }
#filter_flickr      &gt; a { background: url(/themes/default/fun/images/iconFlickr16.png) 8px 4px no-repeat; }
#filter_linkedin    &gt; a { background: url(/themes/default/fun/images/iconLinkedIn16.png) 8px 4px no-repeat; }
#filter_livejournal &gt; a { background: url(/themes/default/fun/images/iconLiveJournal16.png) 8px 4px no-repeat; }
#filter_vimeo       &gt; a { background: url(/themes/default/fun/images/iconVimeo16.png) 8px 4px no-repeat; }
#filter_wordpress   &gt; a { background: url(/themes/default/images/icon-wordpress_16.png) 8px 4px no-repeat; }
#filter_youtube     &gt; a { background: url(/themes/default/images/icon-youtube_16.png) 8px 4px no-repeat; }
#filter_tumblr      &gt; a { background: url(/themes/default/images/icon-tumblr_16.png) 8px 4px no-repeat; }

#streamFilters &gt; ul &gt; li &gt; a {
	color: #200C29;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	margin: 0 10px 10px 0;
	padding: 0 10px 0 30px;
	text-decoration: none;
}

#streamFilters &gt; ul &gt; li.active &gt; a {
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
}

#socialStreams {
	border-top: 1px solid #E5E5E5;
	margin-top: 20px;
	padding-top: 20px;	
}

#socialStreams &gt; li {
	margin-bottom: 30px;
}

.streamIcon {
	display: none;
}

.streamContent &gt; h3 {
	color: #000000;
	font-size: 18px;
	font-weight: lighter;
	line-height: 24px;
	margin-bottom: 0;
}

.streamContent &gt; h3 &gt; em {
	color: #868585;
	font-size: 13px;
	font-weight: bold;
}

.streamContent &gt; .post {
	color: #868585;
	font-weight: lighter;
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 26px;
}

</pre></body></html>