/*****************************************************************************/
/**********************************  GenGreen Videos  ************************/
/*****************************************************************************/

#GenGreen .sf_postListing li .sf_postAuthor,
#GenGreen .sf_postListing li .sf_postCategory,
#GenGreen .sf_postListing li .sf_postCategory,
#GenGreen .sf_postListing li .sf_newsThumbnail,
#GenGreen .sf_postListing li .sf_postTags { 
	display: none; 
}

#GenGreen .sf_postListing li h2 { 
	 margin: 0;
}


#GenGreen .sf_postListing li { 
	border-bottom: 2px solid #eee;
	overflow: hidden;
	zoom: 1;
}

#GenGreen .sf_postListing li .sf_postComments,
#GenGreen .sf_postListing li .sf_readMore { 
	float: left;
	margin-top: 6px;
	margin-right:10px;
}

#GenGreen .sf_postListing li .sf_postComments a,
#GenGreen .sf_postListing li .sf_readMore a { 
	background: #4b8285;
	color: #eee;
	display: block;
	padding: 3px 8px; 
	-webkit-border-radius: 2px;	
	-moz-border-radius: 2px;
	text-shadow: 0 1px 0 rgba(0,0,0,.3);
	font-weight: bold;

}


#gg-blurb { 
	 background: #F2F3F2 url("/Images/gengreen/gengreen_logo.png") 10px 50% no-repeat;
	 -webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	 padding: 25px 20px 25px 215px;	
}

#gg-blurb p {
    font-size: 15px;
    text-shadow: 0 1px 0 white;
}

#gg-blurb a {
    display: block;
    background: url("/Images/gengreen/gengreen_button.png") no-repeat;
    text-indent: -9999px;
    height: 37px;
    width: 221px;
    margin-top: 12px;
    outline: none;
}

#gg-modal {
    display: none;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    background: rgba(250,250,250,.5);
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid white;
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.2);
}

#gg-modal .inner {
    padding: 30px;
    background: white;
    overflow: hidden;
}

#gg-modal .close {
    background: url("/Images/gengreen/modal-close.png");
    width: 35px;
    height: 37px;
    position: absolute;
    top: -18px;
    right: -15px;
    text-indent: -9999px;
    outline: none;
}

#gg-modal p,
#gg-modal h2 {
    margin-bottom: 8px;
}

#gg-modal a.vimeo-link,
#gg-modal a.youtube-link {
    height: 45px;
    display: block;
    float: left;    
    text-indent: -9999px;
}

#gg-modal a.vimeo-link {
    background: url("/Images/gengreen/vimeo.png");
    width: 100px;
}

#gg-modal a.youtube-link {
    background: url("/Images/gengreen/youtube.png");
    width: 88px;
    margin-right: 15px;
}
