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 > li {
	display: inline-block;
}

#nav > li > 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 > li.current > 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 > h3 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 43px;
	color: #353535;
}

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

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

#portrait > 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 > h2 > a {
	text-decoration: none;
	font-size: 27px;
	line-height: 30px;
	color: #282828;
	font-weight: bold;
}

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

#sideBarInfo > h3.role {
	margin: 0;
}

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

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

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

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

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

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

#sideBarInfo > ul > 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 > 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 > ul > li {
	padding-left: 24px;
	margin: 8px 0;
}

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

#socialNetworks > ul > li.facebook { padding-left: 20px; background: url(/themes/default/creative/images/iconFacebook-black.png) no-repeat 0px 0px; }
#socialNetworks > ul > li.linkedin { padding-left: 20px; background: url(/themes/default/creative/images/iconLinkedIn-black.png) no-repeat 0px 0px; }
#socialNetworks > ul > 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 > h1 {
	font-size: 64px;
	font-weight: bold;
	margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

#interests {
	margin-left: 30px;
}

#education {
	margin-left: 30px;
}

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

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

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

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

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

#experience {
	margin-left: 30px;
}

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

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

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

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


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

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

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

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

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


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

.box > em {
	font-style: normal;	
}

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

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

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

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

#blogPosts > ul > li > 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 > li > p {
	color: #5D5D5D;
	font-size: 15px;
	line-height: 26px;	
}

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

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

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

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

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

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

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

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

#streamFilters > ul > li > 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 > ul > li.active > 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 > li {
	margin-bottom: 30px;
}

.streamIcon {
	display: none;
}

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

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

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

