<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/twain/images/background.jpg');
	margin: 0;
	font-family: 'Lato';
}

a {
	color: #29abe2;
}

.clear {
	clear: both;
}

#header {
	width: 954px;
	height: 375px;
	background: url('/themes/twain/images/headerBackground.png');
	margin: 0 auto;
	position: relative;
}

#content {
	margin: 0 auto;
	width: 870px;
	background: url('/themes/twain/images/contentBackground.jpg') 15px top;
	color: #4d4d4d;
	padding: 35px 40px 50px 40px;
}

#content.profile {
	padding: 40px 74px;
	width: 802px;
}

#profileImage {
	position: absolute;
	left: 26px;
	top: 12px;
	height: 246px;
	width: 246px;
}

#header &gt; h1 {
	color: #fff;
	font-size: 36px;
	left: 305px;
	top: 28px;
	position: absolute;
	font-weight: normal;
}

#header &gt; h2 {
	color: #8d929d;
	font-size: 22px;
	left: 305px;
	top: 70px;
	position: absolute;
	font-weight: normal;
}

#header &gt; h3 {
	color: #8d929d;
	font-size: 16px;
	left: 305px;
	top: 99px;
	position: absolute;
	font-weight: normal;
}

#contactInfo {
	position: absolute;
	left: 305px;
	top: 155px;
}

#contactInfo &gt; li {
	font-size: 15px;
	color: #8d929d;
	margin-bottom: 5px;
	padding-left: 35px;
	line-height: 22px;
}

#contactInfo &gt; li.email {
	background: url('/themes/twain/images/iconEmail.png') left 4px no-repeat;
}

#contactInfo &gt; li.tel {
	background: url('/themes/twain/images/iconTel.png') left 1px no-repeat;
}

#contactInfo &gt; li.addr {
	background: url('/themes/twain/images/iconLocation.png') 6px 2px no-repeat;
}

#contactInfo &gt; li.dl {
	background: url('/themes/twain/images/iconVCard.png') left 4px no-repeat;
}


#socialNetworks {
	position: absolute;
	left: 720px;
	top: 155px;
}

#socialNetworks &gt; li {
	font-size: 14px;
	color: #8d929d;
	margin-bottom: 2px;
	padding-left: 25px;
	line-height: 24px;
}

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

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

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

#nav {
	position: absolute;
	left: 2px;
	top: 284px;
}

#nav &gt; li {
	display: inline-block;
	height: 62px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
}

#nav &gt; li &gt; a {
	color: #fff;
	text-decoration: none;
	line-height: 62px;
	display: block;
	width: 315px;
	height: 62px;
	font-family: 'LatoBold';
}

#nav &gt; li.profile {
	width: 316px;
}

#nav &gt; li.profile &gt; a {
	background: url('/themes/twain/images/iconProfile.png') 95px 21px no-repeat;
}

#nav &gt; li.profile.current {
	background: url('/themes/twain/images/currentProfile.png');
}

#nav &gt; li:hover {
	background: url('/themes/twain/images/currentProfile.png');
}

#nav &gt; li.links {
	width: 318px;
}

#nav &gt; li.links &gt; a {
	background: url('/themes/twain/images/iconMyLinks.png') 95px 22px no-repeat;
}

#nav &gt; li.links.current {
	background: url('/themes/twain/images/currentLinks.png');
}

#nav &gt; li.socialstream {
	width: 316px;
}

#nav &gt; li.socialstream &gt; a {
	background: url('/themes/twain/images/iconSocialStream.png') 68px 21px no-repeat;
}

#nav &gt; li.socialstream.current {
	background: url('/themes/twain/images/currentSocialStream.png');
}

#contentEnder {
	width: 954px;
	margin: 0 auto;
	height: 12px;
	background: url('/themes/twain/images/contentEnding.png');
}

#footer {
	width: 954px;
	height: 87px;
	margin: 0 auto;
	margin-top: 50px;
	background: url('/themes/twain/images/footerBackground.png');
	position: relative;
	color: #999;
}

#footer &gt; ul.socialNetworks {
	position: absolute;
	right: 30px;
	top: 30px;
}

#footer &gt; ul.socialNetworks &gt; li {
	display: inline-block;
	float: right;
	margin-right: 15px;
}

#footer &gt; ul.contact {
	position: absolute;
	left: 30px;
	top: 22px;
}

#footer &gt; ul.contact &gt; li.name {
	font-size: 18px;
	margin-bottom: 3px;
}

#footer &gt; ul.contact &gt; li.email {
	font-size: 15px;
}

#footer &gt; ul.contact &gt; li.email &gt; a {
	text-decoration: none;
	color: #999;
}

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

#content &gt; h2 {
	color: #666;
	font-size: 20px;
	font-weight: normal;
}

#content &gt; div.separator {
	height: 32px;
	width: 820px;
	margin: 15px 0 25px 0;
	background: url('/themes/twain/images/separator.png') no-repeat;
}

#content &gt; h3 {
	font-size: 24px;
	margin: 0 0 15px 0;
}

#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/twain/images/briefcase.png') 0px 17px no-repeat;
}

#education &gt; li {
	background: url('/themes/twain/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 {
	margin-right: -15px;
}

#userLinks &gt; li {
	vertical-align: top;
	display: inline-block;
	width: 275px;
	margin: 0 18px 18px 0;
	border: 1px solid #ccc;
	float: left;
	background-color: rgba(255,255,255,0.5);
}

#userLinks &gt; li &gt; p {
	padding: 23px 18px 18px 18px;
	font-size: 16px;
	line-height: 24px;
	background: url('/themes/twain/images/linkUnderline.png') 10px 5px no-repeat;
}

#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.google,
#socialStream &gt; li.google &gt; .icon      { background: url('/themes/new_minimal/images/logo_google.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.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: 425px;
	vertical-align: top;
	display: inline-block;
	margin: 0 10px 10px 0;
	position: relative;
}

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

#socialStream &gt; li &gt; .streamContent {
	border: 1px solid #ccc;
	background-color: rgba(255,255,255,0.5);
	width: 375px;
	float: right;
}

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

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

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

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

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

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