@import url('/stylesheets/refinery/home.css');
/* 
    Override default refinery homepage styles here. 
    These only apply to the homepage of your site. 
*/
#splash #menu
{
    height: 300px;

}
#splash #menu span
{
	padding: 3px 0;
    margin-top: -3px;
}
#splash #menu li
{
	height: 54px;
	padding: 3px 0;
}
#splash #menu li ul
{
	width: 742px;
    margin-top: -3px;
}
#splash a, #splash #menu li ul li:hover a
{
	display:block;
	height:40px;
	margin-top:-3px;
	padding:20px 9px 0px 9px;
}
#splash #menu li.selected ul
{
	left: -9999px;
}
#splash #image
{
    float: left;
    background-repeat: no-repeat;
    height: 300px;
    width: 743px;
	margin-left: 152px;
}
#splash #image #text, #discussion
{
    width: 198px;
    padding: 26px;
    background: #999;
    color: white;
}
#splash #image #text
{
    background: url('/theme/images/opacity.png');
	float: right;
	margin-top: 180px;
    height: 88px;
    font-size: 21px;
    font-weight: bold;
    padding: 32px 26px 0px 26px;
}
#splash #menu li:hover ul, #splash #menu li.sfhover ul
{
	left: 152px;
}
#splash #menu li ul li:hover a
{
	background: url('/theme/images/opacity.png');
}
#interact
{
    /*width: 891px;*/
	position: relative;
}
#interact #signin, #interact #contribute
{
    margin-top: 1.5em;
    float: left;
}
#interact #signin
{
    width: 315px;
    padding-right: 1.5em;
}
#interact #contribute
{
    margin-top: 1.5em;
    padding: 0 1.5em;
    border-right: 1px solid #EEE;
}
#discussion
{
    float: right;
    height: 285px;
    padding: 8px 26px 0px 26px;
}
#discussion *
{
    color: white;
}
input
{
    border: 1px solid #527D87;
    vertical-align: middle;
    /*display: block;
    float: left;
    margin-right: 5px;*/
}
input.image
{
    border: 0;
    margin: 0;
}

#content
{
    margin-top: 0;
}
#interact #signin input
{
    display: inline;
    width: 118px;
}
#interact #signin input.image
{
    width: auto;
}
#interact img.logintop, #interact img.loginbottom
{
	position: absolute;
	left: 0px;
}
#interact img.logintop
{
	top: 4px;
}
#interact img.loginbottom
{
	bottom: 0;
/*	top: 118px;*/
}
#interact h3
{
	margin: 6px 0;
}
#interact p
{
	line-height: 14px;
	margin:0;
	margin-bottom: 8px;
}
#content #body_content {
    float: left;
    margin: 0px;
}
#content #body_content_left {
    float: left;
    width: 365px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}
#content #body_content_left p {
    line-height: 16px;
    margin-top: 22px;
}
#discussion p {
    margin-top: 14px;
    line-height: 16px;
}
#discussion a {
    font-weight: bold;
}
#content #body_content_right {
    padding: 10px 0px 0px 0px;
    float: left;
    width: 269px;
    margin-left: 11px;
}
#content {
    margin-bottom: 0px;
    min-height: 0px;
}