@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 > img {
	width: 180px;
}

#leftCol > ul.contact {
	font-size: 14px;
	margin: 30px;
}

#leftCol > 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 > li {
	position: relative;
	display: inline-block;
}

#nav > li > 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 > li:last-child {
	border-right: 0;
}

#nav > li:last-child > a {
	width: 253px;
}

#nav > li > a > div {
	margin-left: -20px;
	margin-right: 10px;
	margin-bottom: -3px;
}

#nav > li.current > .pointer {
	position: absolute;
	bottom: -10px;
	left: 112px;
	height: 11px;
	width: 41px;
}

#nav > li.profile > a > div {
	display: inline-block;
	width: 22px;
	height: 19px;
}

#nav > li.links > a > div {
	display: inline-block;
	width: 17px;
	height: 20px;
}

#nav > li.socialstream > a > 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 > li {
	margin-bottom: 16px;
}

#contact > li > a {
	text-decoration: none;
	color: #fff;
}

#socialNetworks {
	margin: 40px 0 0 20px;
}

#socialNetworks > li {
	padding-left: 26px;
	margin-bottom: 20px;
}

#socialNetworks > li > a {
	font-size: 14px;
	color: #29abe2;
	text-decoration: none;
}

#socialNetworks > li.twitter {
	background: url('/themes/corporate/images/iconTwitter.png') 4px center no-repeat;
}

#socialNetworks > li.linkedin {
	background: url('/themes/corporate/images/iconLinkedIn.png') 4px center no-repeat;
}

#socialNetworks > li.facebook {
	background: url('/themes/corporate/images/iconFacebook.png') 4px center no-repeat;
}


/*---- PROFILE PAGE ----*/
#content > h1 {
	font-size: 48px;
	margin-bottom: 15px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 10px;
}

#content > h2 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 35px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 3px;
}

#content > h2.subPage {
	font-size: 36px;
	text-align: left;
}

#content > p {
	margin-top: 26px;
	font-size: 20px;
	line-height: 26px;
}

#content > div.separator {
	height: 1px;
	width: 100%;
	border-top: 1px solid #ececec;
}

#content > 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 > li, #education > li {
	padding-top: 22px;
	padding-left: 42px;
	background: url('/themes/corporate/images/briefcase.png') 0px 17px no-repeat;
}

#education > li {
	background: url('/themes/corporate/images/hat.png') 0px 20px no-repeat;
}

#experience > li > h4, #education > li > h4 {
	font-size: 16px;
}

#experience > li > .dateLine, #education > li > .dateLine {
	font-size: 14px;
	margin-top: 5px;
}

#experience > li > p {
	font-size: 16px;
	margin-top: 7px;
	line-height: 22px;
}

#education > li > .degree {
	font-family: 'LatoBold';
	margin-top: 10px;
}

#education > li > .line {
	margin-top: 10px;
}

/*---- MY LINKS PAGE ----*/
#userLinks > 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 > li > p {
	margin: 18px;
	font-size: 16px;
	line-height: 24px;
}

#userLinks > li > 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 > li > a.aboutme,
#socialStream > li.aboutme > .icon     { background: url('/themes/new_minimal/images/logo_aboutme.png') top left no-repeat; }
#userLinks > li > a.bigsight,
#socialStream > li.bigsight > .icon    { background: url('/themes/new_minimal/images/logo_bigsight.png') top left no-repeat; }
#userLinks > li > a.blogger,
#socialStream > li.blogger > .icon     { background: url('/themes/new_minimal/images/logo_blogger.png') top left no-repeat; }
#userLinks > li > a.dailymotion,
#socialStream > li.dailymotion > .icon { background: url('/themes/new_minimal/images/logo_dailymotion.png') top left no-repeat; }
#userLinks > li > a.delicious,
#socialStream > li.delicious > .icon   { background: url('/themes/new_minimal/images/logo_delicious.png') top left no-repeat; }
#userLinks > li > a.diigo,
#socialStream > li.diigo > .icon       { background: url('/themes/new_minimal/images/logo_diigo.png') top left no-repeat; }
#userLinks > li > a.facebook,
#socialStream > li.facebook > .icon    { background: url('/themes/new_minimal/images/logo_facebook.png') top left no-repeat; }
#userLinks > li > a.flavorsme,
#socialStream > li.flavorsme > .icon   { background: url('/themes/new_minimal/images/logo_flavorsme.png') top left no-repeat; }
#userLinks > li > a.flickr,
#socialStream > li.flickr > .icon      { background: url('/themes/new_minimal/images/logo_flickr.png') top left no-repeat; }
#userLinks > li > a.foursquare,
#socialStream > li.foursquare > .icon  { background: url('/themes/new_minimal/images/logo_foursquare.png') top left no-repeat; }
#userLinks > li > a.hunch,
#socialStream > li.hunch > .icon       { background: url('/themes/new_minimal/images/logo_hunch.png') top left no-repeat; }
#userLinks > li > a.linkedin,
#socialStream > li.linkedin > .icon    { background: url('/themes/new_minimal/images/logo_linkedin.png') top left no-repeat; }
#userLinks > li > a.lookuppage,
#socialStream > li.lookuppage > .icon  { background: url('/themes/new_minimal/images/logo_lookuppage.png') top left no-repeat; }
#userLinks > li > a.meetup,
#socialStream > li.meetup > .icon      { background: url('/themes/new_minimal/images/logo_meetup.png') top left no-repeat; }
#userLinks > li > a.penio,
#socialStream > li.penio > .icon       { background: url('/themes/new_minimal/images/logo_penio.png') top left no-repeat; }
#userLinks > li > a.quora,
#socialStream > li.quora > .icon       { background: url('/themes/new_minimal/images/logo_quora.png') top left no-repeat; }
#userLinks > li > a.reddit,
#socialStream > li.reddit > .icon      { background: url('/themes/new_minimal/images/logo_reddit.png') top left no-repeat; }
#userLinks > li > a.slideshare,
#socialStream > li.slideshare > .icon  { background: url('/themes/new_minimal/images/logo_slideshare.png') top left no-repeat; }
#userLinks > li > a.squidoo,
#socialStream > li.squidoo > .icon     { background: url('/themes/new_minimal/images/logo_squidoo.png') top left no-repeat; }
#userLinks > li > a.stumbleupon,
#socialStream > li.stumbleupon > .icon { background: url('/themes/new_minimal/images/logo_stumbleupon.png') top left no-repeat; }
#userLinks > li > a.tumblr,
#socialStream > li.tumblr > .icon      { background: url('/themes/new_minimal/images/logo_tumblr.png') top left no-repeat; }
#userLinks > li > a.twitter,
#socialStream > li.twitter > .icon     { background: url('/themes/new_minimal/images/logo_twitter.png') top left no-repeat; }
#userLinks > li > a.vimeo,
#socialStream > li.vimeo > .icon       { background: url('/themes/new_minimal/images/logo_vimeo.png') top left no-repeat; }
#userLinks > li > a.vizify,
#socialStream > li.vizify > .icon      { background: url('/themes/new_minimal/images/logo_vizify.png') top left no-repeat; }
#userLinks > li > a.weebly,
#socialStream > li.weebly > .icon      { background: url('/themes/new_minimal/images/logo_weebly.png') top left no-repeat; }
#userLinks > li > a.youtube,
#socialStream > li.youtube > .icon     { background: url('/themes/new_minimal/images/logo_youtube.png') top left no-repeat; }
#userLinks > li > a.zerply,
#socialStream > li.zerply > .icon      { background: url('/themes/new_minimal/images/logo_zerply.png') top left no-repeat; }

/*---- SOCIAL STREAM ----*/
#socialStream > 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 > li:first-child {
	margin-top: 0;
}

#socialStream > li:nth-child(even) {
	margin-right: 0;
}

#socialStream > li > .streamContent {
	z-index: 2;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 565px;
	position: relative;
	float: right;
}

#socialStream > li > .icon > div {
	display: none;
}

#socialStream > li > .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 > .source {
	line-height: 48px;
	font-family: 'LatoBold';
	font-size: 16px;
	padding-left: 30px;
}

.streamContent > .time {
	line-height: 48px;
	font-size: 14px;
	padding-right: 20px;
	float: right;
}

.streamContent > .post {
	padding: 10px 10px 10px 30px;
}

.streamContent > .post > img {
	margin: 5px;
}

.streamContent > .post img {
	width: 100%;
	max-width: 355px;
}
