#landing-page-container {
	width: 650px;
	margin: 15px 125px;
}

.tfp-category {
	width: 300px;
	height: 165px;
	float: left;
	margin: 10px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.tfp-category .corner,
#selected-content-title .corner,
#selected-content-footer .corner {
	width: 20px;
	height: 20px;
	position: absolute;
}
.tfp-category .top-left,
#selected-content-title .top-left {
	background: transparent url(../images/top-left.png);
	top: 0;
	left: 0;
}
.tfp-category .top-right,
#selected-content-title .top-right {
	background: transparent url(../images/top-right.png);
	top: 0;
	right: 0;
}
.tfp-category .bottom-left,
#selected-content-footer .bottom-left  {
	background: transparent url(../images/bottom-left.png);
	bottom: 0;
	left: 0;
}
.tfp-category .bottom-right,
#selected-content-footer .bottom-right  {
	background: transparent url(../images/bottom-right.png);
	bottom: 0;
	right: 0;
}

.tool-title {
	color: #fff;
	font-weight: bold;
	padding: 4px 15px 0;
}
.tool-title a {
	color: #fff;
}

.tool-body {
	background-color: #fff;
	width: 260px;
	padding: 5px 10px;
	margin: 0 10px 10px;
	height: 125px;
}

.full-post {
	display: none;
}
#selected-content-body .full-post {
	display: block;
}

.tool-title {
	
}

.excerpt {
	
}

#selected-content {
	display: none;
	width: 900px;
	padding: 10px;
	padding-top: 80px;
}

#selected-content-title {
	width: 100%;
	color: #fff;
	position: relative;
	height: 30px;
}
#selected-content-title h2 {
	color: #fff;
	padding: 5px 2em;
}
#selected-content-body {
	border: 1px solid #fff;
	padding: 10px 20px;
	width: 858px; /* 1px for border, 20 for each sides padding */
}
#selected-content-footer {
	width: 100%;
	color: #fff;
	position: relative;
	height: 20px;
}