body, html {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #999;
}

body {
	background-image: url(images/back-repeat.png);
}

section {
	display: block;
}

#content {
	position: relative;
	margin: 20px auto;
	padding: 40px;
	width: 920px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 15px #ddd;
	box-shadow: 0px 0px 15px #ddd;
	-moz-box-shadow: 0px 0px 15px #ddd;
}

#content > header > h1, body > section > header > h2 {
	color: #333333;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-size: 380%;
	font-weight: normal;
	width: 100px;
	line-height: 0.8em;
}

#content > header > h2 {
	color: #990000;
	text-transform: uppercase;
	margin: 10px 0 100px 0;
}

#content #apps {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 300px;
	text-align: right;
}

	#content #apps article {
		display: inline-block;
		margin-left: 10px;
	}
	
		#content #apps article header {
			position: absolute;
			top: 40px;
			width: 219px;
			right: 0;
			text-align: center;
			background-image: url(images/social/back.png);
			height: 30px;
			background-repeat: no-repeat;
			padding-top: 15px;
			font-size: 80%;
			display: none;
		}

			#content #apps article:hover header {
				display: block;
			}
				
				#content #apps article a {
					outline: none;
				}

					#content #apps article a img {
						border: none;
					}
			
			#content #apps article.gplus header {
				background-position: 0px -42px;
			}

				#content #apps article.gplus header span {
					color: #000;
				}
			
			#content #apps article.twitter header {
				background-position: 0px -87px;
			}
		
				#content #apps article.twitter header span {
					color: #2BB7E5;
				}
			
			#content #apps article.flickr header {
				background-position: 0px -132px;
			}
		
				#content #apps article.flickr header span {
					color: #FF3399;
				}
			
			#content #apps article.lastfm header {
				background-position: 0px -178px;
			}
		
				#content #apps article.lastfm header span {
					color: #C70D02;
				}
			
			#content #apps article.linkedin header {
				background-position: 0px -222px;
			}
		
				#content #apps article.linkedin header span {
					color: #1F82B6;
				}

#content > h3 {
	position: absolute;
	right: 40px;
	font-size: 130%;
	font-weight: normal;
	width: 420px;
	top: 120px;
}

	#content > h3 a {
		color: #666;
		text-decoration: none;
	}
	
		#content > h3 a:hover {
			color: #333;
		}

#content section.group {
	float: left;
	width: 420px;
	margin-bottom: 30px;
}

	#content section.group:nth-child(2n) {
		margin-right: 80px;
	}

	#content section.group header h3 {
		margin: 0 0 20px 0;
		padding: 0 0 5px 0;
		text-transform: uppercase;
		font-size: 100%;
		font-weight: normal;
		border-bottom: 1px solid #eee;
	}
	
		#content section.group header h3 a {
			margin-left: 10px;
		}
		
			#content section.group header h3 a img {
				border: none;
				vertical-align: top;
			}
	
	#content section.gplus header h3 span {
		color: #333333;
	}
	
	#content section.tweets header h3 span {
		color: #2BB7E5;
	}
	
	#content section.flickr header h3 span {
		color: #FF3399;
	}
	
	#content section.lastfm header h3 span {
		color: #C70D02;
	}
	
	#content section.group article {
		
	}
	
		#content section.gplus article a, #content section.flickr article a {
			display: block;
			float: left;
			width: 120px;
			height: 97px;
			border: 2px solid #eee;
			margin: 0 20px 20px 0;
			overflow: hidden;
		}
		
			#content section.group article:nth-child(3n+4) a {
				margin-right: 0;
			}
		
			#content section.group article a img {
				border: none;
			}
		
		#content section.tweets article {
			
		}
		
			#content section.tweets article p, #content section.lastfm article p {
				margin-bottom: 2px;
				font-size: 90%;
				line-height: 1.4em;
			}
			
				#content section.lastfm article p a {
					color: #C70D02;
					text-decoration: none;
				}
				
				#content section.tweets article p a {
					color: #2BB7E5;
					text-decoration: none;
				}
				
					#content section.tweets article p a:hover, #content section.lastfm article p a:hover {
						color: #000;
						border-bottom: 1px dotted #ccc;
					}
			
			#content section.tweets article span, #content section.lastfm article span {
				display: block;
				color: #ccc;
				font-size: 70%;
				margin-bottom: 20px;
			}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
