body {
	font-family: Arial;
}

#header {
	text-align: center;
}

#nav {
	border-bottom: 1px solid #E5E5E5; 
	padding: 30px 0px 15px;
	display: block;
	width: 800px;
	margin: 0 auto 3px auto;
}

#nav > li {
	display: inline-block;
}

#nav > li > a {
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	text-decoration: none;
	color: #0982c8;
	padding: 0px 15px;
}

#nav > li.current > a {
	color: #FFF;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}

#wrapper {
	width: 800px;
	margin: 0px auto;
	padding: 30px;
}

.mainContent, #mainContent {
	float: right; 
	width: 540px;
	background-color: rgba(255, 255, 255, 0.9);
	margin-bottom: 30px;
}

#mainContent.noBG {
	width: 500px;
}

.spacer, .clear {
	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 {
	padding: 7px;
	border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	background-color: rgba(255, 255, 255, 0.7);
	box-shadow: 0 1px 3px #444;
		-moz-box-shadow: 0 2px 4px #aaa;
		-webkit-box-shadow: 0 2px 4px #aaa;
	margin-bottom: 20px;
}

#sideBar {
	float: left;
	width: 230px;
	margin-right: 3px;
}

#sideBarInfo {
	padding: 15px 0px 10px;
	width: 220px;
}

#sideBarInfo > h2 > a {
	text-decoration: none;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #555;
}

#sideBarInfo > h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: lighter;
	margin-top: 15px;
	margin-bottom: 10px;
}

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

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

#sideBarInfo > p {
	font-size: 14px;
	line-height: 24px;
	color: #4e4e4e;
	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 {
	padding: 24px 0px 48px;
	height: 140px;
}

#footer a {
	text-decoration: none; 
}

#footerCenter {
	width: 800px;
	border-top: 1px solid #E5E5E5; 
	padding-left: 80px;
	margin: 0px auto;
	padding-top: 30px;
}

#footerCenter > div {
	float: left;
	width: 240px;
}

#footer h4 {
	color: #2e3133;
	font-size: 18px;
	line-height: 20px;
	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;
	text-align: center;
}

#welcomeWithPhoto {
	text-align: left;
}

#welcomePortrait {
	padding: 7px;
	border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	background-color: rgba(255, 255, 255, 0.7);
	box-shadow: 0 1px 3px #444;
		-moz-box-shadow: 0 2px 4px #aaa;
		-webkit-box-shadow: 0 2px 4px #aaa;
	margin-bottom: 20px;
	float: left;
}

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

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

#welcome > h3, #welcomeWithPhoto > h3 {
	font-size: 16px;	
}

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


/* -------- ABOUT ME PAGE -------- */
#about {
	font-size: 16px;
	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;
	margin-bottom: 30px;
	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: 26px;
	margin-bottom: 20px;
}

#interests {
	margin-left: 30px;
}

#education {
	margin-left: 30px;
}

#education > h3 {
	font-size: 18px;
	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: 6px;
}

#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;
	margin-bottom: 24px;
}

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

#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;
}


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

#socialStream > h1 {
	color: #000000;
	font-size: 35px;
	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;
	background-color: #9dcde9;
}

#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;
}

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

#blogPosts > h1 {
	color: #000000;
	font-size: 35px;
	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;
}
