body {
	background: url('/themes/diva/images/background.jpg');
	margin: 0;
	font-family: 'Rosarivo', serif;
}

.clear {
	clear: both;
}

#header {
	background: url('/themes/diva/images/headerBackground.png') -40px 0px;
	height: 270px;
	width: 940px;
	position: relative;
	margin: 0 auto;
}

#nav > li {
	display: inline-block;
	margin-left: 70px;
}

#nav > li > a {
	color: #999;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 74px;
	height: 74px;
	display: block;
}

#nav > li.current > a {
	color: #ede8be;
	font-weight: bold;
}

#socialNetworks {
	position: absolute;
	right: 20px;
	top: 12px;
}

#socialNetworks > li {
	width: 54px;
	height: 53px;
	display: inline-block;
}

#socialNetworks > li > a {
	display: block;
	width: 54px;
	height: 53px;
}

#socialNetworks > li.linkedin  {
	background: url('/themes/diva/images/iconLinkedIn.png');
}

#socialNetworks > li.facebook > a {
	background: url('/themes/diva/images/iconFacebook.png');
}

#socialNetworks > li.twitter > a {
	background: url('/themes/diva/images/iconTwitter.png');
}

#profilePic {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 196px;
	height: 196px;
}

#header > h1 {
	font-size: 36px;
	color: #fff;
	text-align: center;
	display: block;
	position: absolute;
	right: 40px;
	padding: 0 10px;
	width: 640px;
	top: 115px;
}


#header > h2 {
	font-size: 20px;
	color: #ede8be;
	text-align: center;
	display: block;
	position: absolute;
	right: 90px;
	padding: 0 10px;
	width: 540px;
	top: 180px;
	line-height: 28px;
	font-family: 'Permanent Marker', cursive;
	font-weight: normal;
}

#content {
	width: 940px;
	background: url('/themes/diva/images/contentBackground.png');
	margin: 27px auto;
}

#content > #leftCol {
	float: left;
	width: 218px;
	height: 289px;
	background: url('/themes/diva/images/infoLinksBackground.jpg');
}

#content > #rightCol {
	float: right;
	width: 655px;
	padding: 50px 50px 50px 0;
	color: #666;
}

ul#contact {
	margin: 100px 30px 0 30px;
	color: #fdfdfa;
	text-shadow: 1px 1px 1px #5e4d14;
	font-style: italic;
}

ul#contact > li {
	margin-bottom: 10px;
	text-align: center;
	font-size: 18px;
}

ul#contact > li > a {
	color: #fdfdfa;
	text-shadow: 1px 1px 1px #5e4d14;
	text-decoration: none;
	font-style: italic;	
}


#footerWrapper {
	margin-top: 20px;
}

#footer {
	position: relative;
	margin: 27px auto 0 auto;
	width: 940px;
	height: 84px;
	background: url('/themes/diva/images/footerBackground.png');
}

#footer > .contactFooter {
	position: absolute;
	left: 30px;
	top: 22px;
	color: #ede8be;
	text-transform: uppercase;
}

#footer > .contactFooter > li.name {
	font-size: 18px;
	margin-bottom: 3px;
}

#footer > .contactFooter > li.loc {
	font-size: 15px;
	padding-left: 20px;
	background: url('/themes/diva/images/iconLocation.png') center left no-repeat;
	height: 28px;
	line-height: 28px;
}

/*---- PROFILE PAGE ----*/
#content > #rightCol > h2 {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 35px;
	font-weight: normal;
}

#content > #rightCol > div.separator {
	height: 1px;
	width: 100%;
	border-top: 1px solid #ececec;
}

#content > #rightCol > h3 {
	font-size: 24px;
	font-weight: normal;
	margin: 50px 0 15px 0;
}

#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/diva/images/briefcase.png') 0px 17px no-repeat;
}

#education > li {
	background: url('/themes/diva/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-weight: bold;
	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/diva/images/logo_randomlink.png') top left no-repeat;
}

#userLinks > li > a.aboutme,
#socialStream > li.aboutme > .icon     { background: url('/themes/diva/images/logo_aboutme.png') top left no-repeat; }
#userLinks > li > a.bigsight,
#socialStream > li.bigsight > .icon    { background: url('/themes/diva/images/logo_bigsight.png') top left no-repeat; }
#userLinks > li > a.blogger,
#socialStream > li.blogger > .icon     { background: url('/themes/diva/images/logo_blogger.png') top left no-repeat; }
#userLinks > li > a.dailymotion,
#socialStream > li.dailymotion > .icon { background: url('/themes/diva/images/logo_dailymotion.png') top left no-repeat; }
#userLinks > li > a.delicious,
#socialStream > li.delicious > .icon   { background: url('/themes/diva/images/logo_delicious.png') top left no-repeat; }
#userLinks > li > a.diigo,
#socialStream > li.diigo > .icon       { background: url('/themes/diva/images/logo_diigo.png') top left no-repeat; }
#userLinks > li > a.facebook,
#socialStream > li.facebook > .icon    { background: url('/themes/diva/images/logo_facebook.png') top left no-repeat; }
#userLinks > li > a.flavorsme,
#socialStream > li.flavorsme > .icon   { background: url('/themes/diva/images/logo_flavorsme.png') top left no-repeat; }
#userLinks > li > a.flickr,
#socialStream > li.flickr > .icon      { background: url('/themes/diva/images/logo_flickr.png') top left no-repeat; }
#userLinks > li > a.foursquare,
#socialStream > li.foursquare > .icon  { background: url('/themes/diva/images/logo_foursquare.png') top left no-repeat; }
#userLinks > li > a.google,
#socialStream > li.google > .icon      { background: url('/themes/diva/images/logo_google.png') top left no-repeat; }
#userLinks > li > a.hunch,
#socialStream > li.hunch > .icon       { background: url('/themes/diva/images/logo_hunch.png') top left no-repeat; }
#userLinks > li > a.linkedin,
#socialStream > li.linkedin > .icon    { background: url('/themes/diva/images/logo_linkedin.png') top left no-repeat; }
#userLinks > li > a.lookuppage,
#socialStream > li.lookuppage > .icon  { background: url('/themes/diva/images/logo_lookuppage.png') top left no-repeat; }
#userLinks > li > a.meetup,
#socialStream > li.meetup > .icon      { background: url('/themes/diva/images/logo_meetup.png') top left no-repeat; }
#userLinks > li > a.penio,
#socialStream > li.penio > .icon       { background: url('/themes/diva/images/logo_penio.png') top left no-repeat; }
#userLinks > li > a.quora,
#socialStream > li.quora > .icon       { background: url('/themes/diva/images/logo_quora.png') top left no-repeat; }
#userLinks > li > a.reddit,
#socialStream > li.reddit > .icon      { background: url('/themes/diva/images/logo_reddit.png') top left no-repeat; }
#userLinks > li > a.slideshare,
#socialStream > li.slideshare > .icon  { background: url('/themes/diva/images/logo_slideshare.png') top left no-repeat; }
#userLinks > li > a.squidoo,
#socialStream > li.squidoo > .icon     { background: url('/themes/diva/images/logo_squidoo.png') top left no-repeat; }
#userLinks > li > a.stumbleupon,
#socialStream > li.stumbleupon > .icon { background: url('/themes/diva/images/logo_stumbleupon.png') top left no-repeat; }
#userLinks > li > a.tumblr,
#socialStream > li.tumblr > .icon      { background: url('/themes/diva/images/logo_tumblr.png') top left no-repeat; }
#userLinks > li > a.vimeo,
#socialStream > li.vimeo > .icon       { background: url('/themes/diva/images/logo_vimeo.png') top left no-repeat; }
#userLinks > li > a.vizify,
#socialStream > li.vizify > .icon      { background: url('/themes/diva/images/logo_vizify.png') top left no-repeat; }
#userLinks > li > a.weebly,
#socialStream > li.weebly > .icon      { background: url('/themes/diva/images/logo_weebly.png') top left no-repeat; }
#userLinks > li > a.youtube,
#socialStream > li.youtube > .icon     { background: url('/themes/diva/images/logo_youtube.png') top left no-repeat; }
#userLinks > li > a.zerply,
#socialStream > li.zerply > .icon      { background: url('/themes/diva/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: 20px;
	position: relative;
	border-bottom: 1px solid #ececec;
}

#socialStream > li:nth-child(even) {
	margin-right: 0;
}

#socialStream > li > .streamContent {
	z-index: 2;
	background-color: #f8f8f8;
	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/super/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-weight: bold;
	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;
}
