/* pagetype-jewliteracy.css - for the new Jewish Literacy landing page. */

#adserver-Title {
	margin-top: 3px; /* override of default - to lessen space above titlebar */
}

#jl-content {
	width: 892px;
	height: 970px;
	filter: progid:DXImageTransform.Microsoft.Gradient( startColorStr=#CCCCCC, endColorStr=#EEEEEE );
	background: -moz-linear-gradient( center top , #CCCCCC, #EEEEEE );
	background: -webkit-gradient( linear, left top, left bottom, from(#CCCCCC), to(#EEEEEE) );
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
	margin-bottom: -1px;
	clear: both;
}

#jl-content #newcol {
	float: left;
	background-color: white;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	margin-top: 27px;
	margin-left: 24px;
	margin-bottom: 15px;
	padding-left: 27px;
	padding-right: 17px;
	height: 650px;
	width: 222px;
}

#jl-content h3 {
	color: #8B0000;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	margin-top: 25px;
}

#jl-content ul {
	padding: 0;
	margin-top: 8px;
}

#jl-content ul li {
	color: #2222A5;
	line-height: 24px;
	list-style: none outside none;
	font-size: 13px;
	margin-left: 22px;
}

/* Place search widget within titlebar: */
#jl-titleline #searchWidget {
	position: absolute;
	margin-top: -63px;
	margin-left: 530px;
	width: 331px;
	border: 0;
	-moz-border-radius: 5px 5px 5px 5px;
	background-color: #008000;
}

#jl-titleline  #searchWidget fieldset {
	width: 329px;
}
#jl-titleline  #searchWidget input.text {
	width: 295px;
}

#jl-content .showcase {
	clear: left;
	width: 820px;
	height: 242px;
	margin-left: 24px;
	padding-left: 16px;
	padding-right: 9px;
	padding-top: 8px;
}

#jl-content .showcase h1 {
	font-size: 24px;
	color: #283DAB;
	text-align: center;
}

#jl-content .showcase .showcase-row-of-3 .box {
	width: 144px;
	margin-right: 23px;
}

#jl-content .showcase .showcase-row-of-3 .last {
	margin-right: 0px;
}

#footer {
	margin-left: 0;
	margin-right: 0;
}

