/* home bar */
#agavi_home_wrapper {
/*	padding-bottom: 108px;*/
	height: 308px;
	position: relative;
}

/* banner */
#agavi_banner {
	height: 200px;
	
	position: relative;
	
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: 0px -60px;
	background-image: url('../images/header_bg.jpg');
}

a#agavi_banner_copyright {
	width: 16px;
	height: 16px;
	background-image: url('../images/cc_by.png');
	opacity: 0.25;
	color: #FFF;
	text-indent: -1000em;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	right: 8px;
	bottom: 8px;
	line-height: 1em;
	font-size: 14px;
}
a#agavi_banner_copyright:hover {
	opacity: 1;
}

#agavi_banner_text {
	padding: 1.5em;
	color: #FFF;
	font-family: Avenir, CartoGothicProBook;
	font-size: 18px;
	letter-spacing: 0.16em;
	text-shadow: #000 0 0 5px;
	background: url('../images/mainnav_bg.png') repeat-x left -56px;
}

#agavi_banner_text p {
	text-indent: 100px;
}

#agavi_banner_text p a:after {
	content: " »";
}

#agavi_banner_text h1 {
	color: #FFF;
	font-size: 36px;
	letter-spacing: 0.16em;
	text-shadow: #000 0 0 10px;
}

#agavi_banner_text a {
	color: #FFF;
	text-decoration: none;
}


#agavi_banner_download {
	position: absolute;
	top: 20px;
	right: 20px;
	
	width: 93px;
	height: 93px;
	
	letter-spacing: 1px;
	
	background: transparent url('../images/home/download_badge.png') no-repeat left top;
}

#agavi_banner_download a {
	display: block;
	
	width: 93px;
	height: 93px;
	
	color: #333;
	font: 18px/86px Avenir, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}

/* info bar */
#agavi_content_home_bar {
	position: relative;
	
	height: 108px;
	
	background: transparent url('../images/home/content_bg.png') no-repeat top left;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(225,225,225)), color-stop(100%, rgb(245,245,245)));
	background: -moz-linear-gradient(center bottom, rgb(225,225,225) 0, rgb(245,245,245) 100%);
}

#agavi_content_home_bar_teaser {
	margin: 20px 30px;
	
	float: left;
	width: 530px;
	
	color: #3E3E3E;
	line-height: 18px;
}

#agavi_content_home_bar_plant {
	position: absolute;
	right: 207px; /* line up orange light in the plant with the divider line between content and sidebar areas */
	bottom: 5px;
}

#agavi_content_home_bar_octocat {
	position: absolute;
	right: 161px;
	bottom: 5px;
}

dl#agavi_content_home_bar_quickfacts {
	margin: 30px;
	
	float: right;
	width: 200px;
	
	list-style: none;
}

dl#agavi_content_home_bar_quickfacts dt {
	list-style: none;
	clear: both;
	float: left;
	width: 100px;
	text-align: right;
	color: #999;
}

dl#agavi_content_home_bar_quickfacts dd {
	list-style: none;
	margin-left: 110px;
	width: 120px;
	color: #666;
}

/* content */
#agavi_useless_wrapper {
	overflow: hidden;
}

#agavi_home_content {
	float: left;
	
	width: 640px;
	
	border-right: 1px solid #ddd;
}

#agavi_home_sidebar {
	padding-left: 19px;
	float: left;
	width: 240px;
}

#agavi_home_sidebar p {
	line-height: 18px;
	margin: 0;
}

/* widgets */
#agavi_home_sidebar div {
	margin-bottom: 1em;
}

#success_story h3 {
	margin-bottom: 10px;
	font-weight: normal;
}

#success_story h3,
#agavi_widget_news h3,
#agavi_widget_twitter h3
{
	margin: 1px 0 10px 0;
	font-weight: normal;
}

#agavi_widget_news ul {
	list-style: none;
}

#agavi_widget_news li {
	margin-bottom: 10px;
}

#agavi_widget_news li h4 {
	margin-bottom: 5px;
}

#agavi_widget_twitter .tweet {
	padding: 10px 0;
	clear: both;
	overflow: hidden;
}

#agavi_widget_twitter .tweet img {
	padding: 3px;
	float: left;
	
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	
	box-shadow: 1px 1px 3px #d3d3d3;
	-moz-box-shadow: 1px 1px 3px #d3d3d3;
	-webkit-box-shadow: 1px 1px 3px #d3d3d3;
}

#agavi_widget_twitter .tweet .content {
	margin: 0 15px;
	float: left;
	width: 550px;
}

#agavi_widget_twitter .tweet a.tweet_link {
	display: none;
	color: #CCC;
	text-decoration: none;
}

#agavi_widget_twitter .tweet:hover a.tweet_link {
	display: inline;
}

#agavi_widget_twitter .tweet .content h3 {
	margin: 0;
	padding: 0;
	line-height: 20px;
}

#agavi_widget_twitter .tweet .content p {
	margin: 0;
	min-height: 2em;
	line-height: 18px;
}
