/*  ---------------------------------------
	
	home.css
	````````
	home page stylesheets document for
	Water to Thrive
	
    ---------------------------------------  */

		
		.container {
			background: url(../images/bg_circle_home.jpg) no-repeat top center;
			min-height: 596px;
			height: auto !important; /* "Min-Height Fast Hack" by Dustin Diaz */
		  height: 596px; /* for IE 6 */
			position: relative;
		}
		
		#watch-video {
			position: absolute;
			top: 365px;
			left: 140px;
		}
		
		#masthead {
			float: none;
			position: absolute;
			top: 260px;
			left: 324px;
			}			
			/* hide masthead slideshow */
			/* un-comment when there's content for home page rotation
			#masthead div {
				display: none;
			}
			*/
			#project-feature {
				position: absolute;
				top: -43px;
				left: 300px;
				padding: 15px 80px 30px 15px;
				width: 151px;
				height: 208px;
				background: url(../images/project-feature.png) no-repeat top center;
			}
			#project-feature a {
				outline: none;
				color: #5f708f;
			}
			#project-feature a p {
	margin-bottom:  10px;
	color: #544C35;
	line-height: 18px;
	font-size: 18px;
			}
			#project-feature a p#event-description {
	padding-right: 10px;
	color: #5f708f;
	font-size: 13px !important;
	line-height: 17px !important;
			}
			#event-title {
				font-size: 20px;
				font-weight: bold;
			}
			#event-link {
				font-size: 20px;
				font-weight: bold;
				text-decoration: underline;
			}
			#masthead p {
				margin-bottom: 1em;
			}

