/**
 * @package     hubzero-cms
 * @file        templates/hubbasic/css/home.css
 * @copyright   Copyright 2005-2011 Purdue University. All rights reserved.
 * @license     http://www.gnu.org/licenses/lgpl-3.0.html LGPLv3
 */

/*---------------------------------------------------------------
	Intro Page
---------------------------------------------------------------*/
ul
{
	margin: 0px 0px 10px 0px;
	list-style: none;
}

ul li
{
	margin: 0px;
	padding: 0px 0px 0px 30px;
	background: url("../images/bullet.png") no-repeat scroll 10px 8px transparent;
}

#wrap 
{
	font-size: 0.9em;
	background-color: #f0f0f0;
}

#home-splash
{ 
	padding: 0px 50px 0px 50px;
	width: 100%;
	display: inline-block;
	
}

#getting_started 
{
	float: left;
	padding: 30px 30px 30px 30px;
	width: 260px;
	height: 210px;
	overflow: hidden;
	background-color: #f0f0f0;
}

#getting_started a, 
#getting_started a:link, 
#getting_started a:active, 
#getting_started a:visited
{
	color: #2b89b1;
	text-decoration: none;
}

#getting_started ul
{
	margin: 0px 0px 10px 0px;
}

#getting_started li
{
	padding: 0px 0px 0px 30px;
	background: url("../images/bullet.png") no-repeat scroll 10px 8px transparent;
}

#welcome
{
	float: left;
	padding: 30px 30px 30px 30px;
	width: 580px;
	height: 210px;
	overflow: hidden;
	background-color: #b6b6b6;
	color: #ffffff;
}

#welcome h3
{
	font-size: 1.3em;
}

#welcome h4
{
	color: #27211f;
}

#welcome #search_box
{
	margin: 0px 0px 20px 0px;
}

#welcome #search_box #terms2 
{
	width: 400px;
	background: url("../images/search.png") no-repeat scroll 10px 50% #FFFFFF;
	border: 1px solid #BBBBBB;
	border-radius: 13px 13px 13px 13px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
	color: #000000;
	font-size: 12px;
	padding: 3px 3px 3px 30px;
	margin: 0px 10px 0px 0px;
}

#welcome #search_box #search_go 
{
	background-color: #2b89b1;
	border-radius: 10px;
	border: none;
	padding: 2px 3px 3px 3px;
	color: #ffffff;
	font-weight: bold;
}

#welcome #search_filters 
{
	float: left;
	margin: 0px 50px 20px 50px;
}

#welcome #search_sources 
{
	float: left;
	margin: 0px 50px 0px 0px;
}

#onthetop
{
	z-index: 10;
	position: absolute;
	padding: 15px;
	left: 630px;
	display: none;
	top: 350px;
	width: 500px;
	height: 220px;
	background: #fff;
	color: #000;
    border: 3px solid #E6CC80;
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
}

#onthetop #search_close 
{
	float: right;
	cursor: pointer;
	cursor: hand;
}

#features
{
	float: left;
	padding: 10px 10px 10px 10px;
	height: 80px;
	width: 940px;
	background: #27211f;
	background-image: linear-gradient(bottom, #38332e 2%, #241f1c 51%);
	background-image: -o-linear-gradient(bottom, #38332e 2%, #241f1c 51%);
	background-image: -moz-linear-gradient(bottom, #38332e 2%, #241f1c 51%);
	background-image: -webkit-linear-gradient(bottom, #38332e 2%, #241f1c 51%);
	background-image: -ms-linear-gradient(bottom, #38332e 2%, #241f1c 51%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.02, #38332e), color-stop(0.51, #241f1c));
}

#features a 
{
	color: #ffffff;
}

#features #usecoreto div.link
{
	float: left;
	width: 170px;
	height: 80px;
	overflow: hidden;
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 0px 40px;
	border-right: 1px solid #3d3b38;
}

#features #usecoreto div.last
{
	border: none;
}

#features #usecoreto div.link .title 
{
	font-weight: bold;
}

#features #usecoreto div.link .description 
{
	font-size: 0.7em;
}

#features #usecoreto div#link1 
{
	background: url("../images/icon-ed.png") no-repeat scroll 0 5px transparent;
}

#features #usecoreto div#link2
{
	background: url("../images/icon-resources.png") no-repeat scroll 0 5px transparent;
}

#features #usecoreto div#link3
{
	background: url("../images/icon-ethics.png") no-repeat scroll 0 5px transparent;
}

#features #usecoreto div#link4
{
	background: url("../images/icon-give.png") no-repeat scroll 0 5px transparent;
	width: 180px;
}

#featres
{
	float: left;
	padding: 40px 0px 10px 0px;
	width: 960px;
}

#featres h3 
{
	display: none;
}


#featres div.link
{
	float: left;
	width: 167px;
	height: 200px;
	overflow: hidden;
	margin: 0px 30px 0px 0px;
}

#featres #link1
{
	width: 180px;
}

#featres #link2
{
	width: 175px;
}

#featres #link3
{
	width: 150px;
}

#featres #link4
{
	width: 170px;
}

#featres #link5
{
	width: 150px;
}



#featres div.last
{
	margin-right: 0px;
}

#featres div.link .title 
{
	font-weight: bold;
	height: 60px;
}

#featres div.link .description 
{
	font-size: 0.7em;
	height: 100px;
}

#journal {
	height: 690px;
	width: 225px;
	overflow: hidden;
	margin-bottom: 10px;
	float: left;
}

#currentnews 
{
	margin: 0px 240px 0px 240px;
	padding: 0px 0px 20px 0px;
	height: 540px;
	overflow: hidden;
}

#currentnews p.abstract
{
	border-bottom: 1px solid #f0f0f0;
	padding: 0px 0px 10px 0px;
	
}
	
#currentnews .more 
{
	padding: 10px;
	margin: 0px;
}

#currentnews .more a 
{
	float: left;
	margin: 6px 20px 40px 0px;
	padding: 5px 15px;
}

#currentnews .more p 
{
	font-size: 0.9em;
}

#keyissues 
{
	height: 130px;
	margin: 0px 240px 0px 240px;
}

#keyissues ul 
{
	display: inline-block;
}

#keyissues ul li 
{
	float: left;
	width: 170px;
}

#askexpert 
{
	float: right;
	height: 690px;
	overflow: hidden;
	width: 225px;
	margin-bottom: 10px;
}

#askexpert .more
{
	margin: 20px 0px 0px 0px;
}


p 
{
	margin: 0px 0px 0px 0px;
}