@charset "UTF-8";
/* CSS Document */

body {
	background: #F2F2F2; 
	border-top: 5px solid #4A4A4A; 
	padding: 0; 
	margin: 0; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #333333;
}

p {
	margin: 0 0 20px 0; 
	line-height: 28px;
}

#container {
	width: 920px; 
	margin: 0 auto; 
	padding: 0 20px 40px 20px;
}

#container header[role="banner"] {
	height: 72px; 
	margin: 5px 0 0 0; 
	padding: 0 0 40px 0; 
	color: #a4a4a4; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	border-bottom: 1px dashed #b5b5b5;
}

#container header[role="banner"] h1 a {
	font-family: Georgia, "Times New Roman", Times, serif; 
	background: url(../img/joelhubartt.jpg) 0 0 no-repeat;
	height: 72px; 
	width: 650px;
	font-size: 60px; 
	line-height: 72px; 
	font-weight: normal; 
	display: inline; 
	color: #333333; 
	margin: 10px 20px 0 0; 
	padding: 0 0 0 90px; 
	letter-spacing: 1px; 
	float: left;
	text-decoration: none; 
	text-shadow: 0 2px 0 #FFFFFF;
}

#container header[role="banner"] nav[role="navigation"] ul {
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
	line-height: 72px;
	height: 72px;
	width: 160px;
	list-style: none;
}

#container header[role="banner"] nav[role="navigation"] ul li {
	float: left;
	margin: 0 10px;
}

#container header[role="banner"] nav[role="navigation"] ul li a {
	text-decoration: none; 
	color: #333333;
	line-height: 72px;
}

#container header[role="banner"] nav[role="navigation"] ul li a:hover {
	color: #333333; 
	text-decoration: none;
	border-bottom: 3px solid #FF6600;
}

#container header[role="banner"] nav[role="navigation"] ul li a.current {
	border-bottom: 3px solid #FF6600;
}

#content {
	width: auto; 
	margin: 0 0 20px 0; 
	padding: 0 0 20px 0;
}

#content p {
	margin: 20px 0; 
}

#content h1 {
	font-size: 58px; 
	font-weight: normal; 
	text-shadow: 0 2px 0 #FFFFFF; 
	margin: 30px 0 0 0; 
	padding: 0;
}

#content h2 {
	font-size: 30px; 
	line-height: 40px; 
	font-weight: normal; 
	text-shadow: 0 2px 0 #FFFFFF; 
	margin: 40px 0; 
	padding: 0; 
}

#content a {
	color: #FF6600; 
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#container #left a {
	color: #FF6600; 
	text-decoration: none;
}

#container #left a:hover {
	text-decoration: underline;
}

#content ul {
	margin: 0;
}

#content li {
	margin: 10px 0 0 0;
}

#left {
	float: left; 
	display: inline; 
	width: 620px; 
	margin: 0; 
	padding: 0 20px 0 0; 
}

#left h2 {
	font-size: 30px; 
	line-height: 40px; 
	font-weight: normal; 
	text-shadow: 0 2px 0 #FFF; 
	margin: 0 0 40px 0; 
	padding: 0; 
}

#left a {
	color: #a4a4a4; 
	text-decoration: none;
}

#left a:hover {
	text-decoration: underline; 
	color: #F60;
}

#right {
	float: right; 
	display: inline; 
	width: 249px; 
	margin: 0 0 40px 0; 
	padding: 0 0 0 20px; 
	border-left: 1px dashed #b5b5b5;
}

#right h3 {
	margin: 0 0 0 10px;
	padding: 0 0 0 40px;
	line-height: 30px;
	background: url(../img/twitter.jpg) 0 0 no-repeat; 
	text-shadow: 0 1px 0 #FFFFFF;
}

#right .twtr-hd {display:none !important;}
#right img.twtr-profile-img {display:none !important;}
#right .twitter-feed span {display:none !important;}
#right .twitter-feed .twtr-ft img {display:none !important;}
#right #twtr-widget-1 .twtr-doc .twtr-bd .twtr-timeline .twtr-tweets .twtr-tweet {border-bottom: 1px dashed #b5b5b5 !important; padding: 0 0 5px 0; margin: 0 0 5px 0;}
#right #twtr-widget-1 .twtr-doc .twtr-bd .twtr-timeline .twtr-tweets .twtr-tweet:last-child {border-bottom-width: 0;}
#right .twtr-tweet-text {}
#right .twtr-hyperlink {}
#right .twtr-atreply {}
#right .twtr-hashtag {}
#right .twtr-tweet-wrap {}
#right .twtr-avatar {}
#right .twtr-img {}
#right .twtr-ft a {display: none !important;}

#footer {
	clear: both; 
	text-align: center; 
	width: 100%; 
	border-top: 1px dashed #b5b5b5; 
	padding: 20px 0 0 0;
}
