@charset "utf-8";

.container {
	width: 100%;
}

.header {
	border-bottom: 1px solid #f7f2e7;
}
/* Top Area */

.top {
	background-color: #7b2621;
	color: #f8f8ff;
	margin-top: 0;
	padding: 27px 0 27px 0;
	text-align: left;
}
	.topInner {
		margin: 0 auto;
		width: 940px;
	}	
	.top a {
		color: #f8f8ff;
	}
		.top a:hover {
			color: #f8f8ff;
			text-decoration: none;
		}
	
	p#socialNetworks {
		font-size: 14px;
		font-weight: 900;
		line-height: 18px;
	}
	
	/* Bio Blurb */
	
	.bio {
		float: left;
		width: 410px;
	}
		.bio h1 {
			font-family: Georgia, Times, "Times New Roman", serif;
			font-size: 26px;
			line-height: 34px;
			margin: 0 0 22px 0;
			padding: 0;
		}
		.bio #joeName {
			display: block;
			font-family: "ff-dagny-web-pro-1","ff-dagny-web-pro-2", sans-serif;
			font-size: 72px;
			font-weight: 900;
			line-height: 62px;
		}
	
	/* Features Area */
	
	.featuresContainer {
		float: right;
		height: 260px;
		width: 530px;
	}
	
	.features {
		height: 260px;
		width: 530px;
	}
		.feature {
			display: none;
			padding-left: 20px;
		}
		.feature.first {
			display: block;
		}
		.feature .featureImage {
			float: left;
			margin-right: 20px;
			width: 167px;
		}
			.feature .featureImage img {
				border: 8px solid #fff;
			}
		.feature .featureInfo {
			float: left;
			font-size: 18px;
			line-height: 18px;
			width: 300px;
		}
			.feature .featureInfo h2 {
				margin: 0;
				padding-bottom: 8px;
			}
			.feature .featureInfo p {
				line-height: 26px;
			}
		.feature.quote p {
			padding-bottom: 12px;			
		}
		.feature.quote p span.source {
			display: block;
			font-size: 14px;
			text-align: right;
		}

/* Bottom Area */

.bottom {
	margin: 0 auto;
	padding: 38px 0;
	text-align: left;
	width: 940px;
}
	.bottom h2 {
		border-bottom: 1px solid #7b2621;
		font: 24px Georgia, Times, "Times New Roman", serif;
		font-weight: normal;
		line-height: 28px;
		margin: 0 0 18px 0;
		padding: 0 0 10px 0;
	}
	.bottom .left {
		float: left;
		margin-right: 30px;
		width: 464px;
	}
		/* Blog */
		.blog {
		}
			.blog h2 .rssFeed {
				background-image: url('/images/global/icons/feed.png');
				background-repeat: no-repeat;
				font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
				padding-left: 20px;
			}
			.blog h3 {
				font: 24px Georgia, Times, "Times New Roman", serif;
				font-weight: normal;
				line-height: 30px;
			}
				
			.blog .entry {
				margin-bottom: 30px;
			}
			.blog .entry p.entryDate {
				font-size: 12px;
				font-weight: 900;
			}
			.blog .blog-footer {
				border-top: 1px solid #7b2621;
				padding-top: 14px;
				text-align: right;
			}
		/* Twitter */
		.twitter {
			font-size: 12px;
			line-height: 20px;
		}
			.twitter ul#twitter_update_list {
				background-color: #000;
				color: #f8f8ff;
				padding: 20px;
				word-wrap: break-word;
			}
				.twitter ul#twitter_update_list li span {
					font: 24px Georgia, Times, "Times New Roman", serif;
					line-height: 30px;
				}
				.twitter ul#twitter_update_list li span:before {
					content: "\22";
				}
				.twitter ul#twitter_update_list a {
					color: #fff;
				}
			.link-twitter {
				font-size: 16px;
				padding-top: 4px;
				text-align: right;
			}
				.link-twitter a {
					background-image: url('/images/global/icons/twitter.png');
					background-position: 0 2px;
					background-repeat: no-repeat;
					padding-left: 20px;
				}		
		/* Events */
		.events {
			font-size: 12px;
			line-height: 20px;
		}
			.events strong {
				font-size: 14px;
				font-weight: 900;
			}
			.events p {
				border-bottom: 1px solid #7b2621;
				margin-bottom: 16px;
				padding-bottom: 14px;
			}
			.events p:last-child {
				border: none;
				margin-bottom: 0;
				padding-bottom: 0;
			}	
			
	.bottom .middle {
		float: left;
		margin-right: 30px;
		width: 206px;
	}
		/* Twitter */
		.twitter {
		
		}
	.bottom .right {
		float: left;
		width: 210px;
	}
