/*************************************************
 * Homepage stylesheet
 *************************************************/

/* main container block */

.home_container {
	text-align: center;
}

/* main content block */

.width {
	width: 755px;
	margin: auto;
	margin-bottom: 400px;
	text-align: left;
}

/*************************************************
 * Header
 * - header block, color and images are
 *   in lulu.css-dist
 *************************************************/

.home_head {
	border: #f90 solid 1px;
	padding: 10px 0px 10px 0px;
	margin: 0px;
}

.home_head_text {
	text-align: left;
	margin: auto;
	width: 755px;
}

.home_head h1 {
	margin: 0px;
	padding-top: 0px;
	color: white;
	font-family: verdana, sans-serif;
	line-height: 1em;
}

.home_head h2, .home_head p {
	margin-left: 405px;
	color: white;
}

.home_head h2 {
	margin-top: 18px;
	font-weight: normal;
}

.home_head p {
	margin-top: -1.2em;
	font-weight: bold;
}

/*************************************************
 * Right column
 *************************************************/

.home_right {
	width: 350px;
	float: right;
	/* this is a hacktastic way to make the left bar clear the footer */
	margin-bottom: 280px;
}

/* project page links */

.home_selfpub {
	position: relative;
	margin: 30px 0 0 0;
	padding: 20px 10px 25px 15px;
	border: 2px solid #ff9900;
}

.home_selfpub table td.home_selfpub_btn_left {
	background: white;
	padding-left: 3px;
}

.home_selfpub table td.home_selfpub_btn_right {
	background: white;
	padding-right: 3px;
}

#startPublishing {
	width: 100%;
}

#startPublishing td {
	vertical-align: top;
	white-space: nowrap;
	padding: 2px;
}

#startPublishing li {
	padding: 0em;
	margin: 0em;
	list-style-type: none;
}

#startPublishing a:link {
	color: #646464;
}

/* start publishing and tour buttons */

.home_selfpub_btn1 {
	position: absolute;
	left: 11px;
	top: -12px;
}

.home_selfpub_btn2 {
	position: absolute;
	right: 15px;
	bottom: -12px;
	margin-top: 22px;
}

.home_selfpub_btn1 a, .home_selfpub_btn2 a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

/* inside lulu section */

.home_insidelulu a {
	color: #646464;
}

.home_insidelulu p {
	color: #646464;
	margin-top: 5px;
	margin-bottom: 2em;
}

.home_insidelulu h2 {
	color: #ff9900;
	font-size: large;
	padding-top: 20px;
}

.home_insidelulu h3 {
	font-size: small;
	margin: 0;
}

/* promotional badgers */

.home_banners {
	width: 100%;
	margin-bottom: 12px;
}

.home_mrkt_banner, .home_news_banner {
	width: 49%;
}

.home_news_banner {
	float: right;
}

/*************************************************
 * Left column
 *************************************************/

.home_left {
	position: absolute;
	top: 160px;
	width: 381px;
	background-color:#666;
	margin-bottom: 200px;
}

/* top feature image */

.home_image {
	color: #e2e2e2;
	margin-top: 0px;
}

.home_image a {
	color: #e2e2e2;
}

.padding3 {
	padding-left: 10px;
}

/* featured content */

.home_feat {
	border-top: 2px solid #e2e2e2;
	margin: 10px 10px 0px 10px;
}

.home_feat a  {
	color: #e2e2e2;
}

.home_feat p {
	margin-top: 10px;
	text-align: right;
	white-space: nowrap;
}

.home_feat h2 {
	margin: 10px 0px;
	color: #e2e2e2;
	font-size: large;
	font-weight: normal;
}

/* featured content images */

.feat_images {
	position: relative;
	height: 105px;
	overflow: hidden;
  }

.feat_images div {
	width: 113px;
	float: left;
	overflow: hidden;
	margin-right: 5px;
	margin-top: -9px;
}

.feat_images img {
	margin: -1px 0 0 -2px;
	width: 115px;
	position: relative;
	border-bottom: 3px #444 solid;
}

/* category list */

.home_browse {
	border-top: 2px solid #e2e2e2;
}

.home_browse h3 {
	margin: 0px 0px .5em;
	color: white;
	font-size: medium;
	font-weight: bold;
}

.home_browse a {
	color: #e1e1e1;
}

.home_browse .category {
	padding: .5em 0 1em;
	overflow: hidden;
}

.home_browse .category ul {
	padding: 0em;
	margin: 0em;
	list-style-type: none;
	line-height: 1.3em;
}

.home_browse .category li {
	margin-left: 1em;
	padding: 0px;
	text-indent: -1em;
}

.home_browse .category li a {
	font-size: .80em;
}

.home_browse .category .category_right {
	width: 48%;
	float: right;
}

.home_browse .category .category_left {
	width: 48%;
	float: left;
}
