
/* CSS for Home Page */
/*
=========================
HOME
=========================
*/

.home #content {
	float: left; padding: 0; width: 530px; 
}

.home #sidebar {
	float: right; padding: 0; width: 240px; 
}
/*
=========================
SUBNAV
=========================
*/
.home #callout{
    background: #e6e3d0; margin: 25px 0 22px 0; padding: 21px 10px 23px 12px;
	font-size: 140%; color: #000000; line-height: 140%;
	color: #232323; font-weight: normal;
}

.home #callout h3{
	margin-bottom: 5px;
}

.home #callout h3 big{
	font-size: 28px; 
	display: block; margin-bottom: 5px;
}

/*
=========================
CONTENT
=========================
*/

.home #content {
	margin-top: 20px;
}

.home #content h3{
    font-size: 1.7em; font-weight: normal; color: #90002a;
}

.home #callout h3{
    color: #90002a; font-weight: normal; line-height: 120%;  
}

.feature h3{
    margin: 0; padding: 0 0 16px 0; 
}

.home #content  #main .feature h4{
    font-size: 1em; margin-bottom: 0;
}

.home #content  #main .feature p{
    padding-top: 0;
}

.home #content  #main .feature p.student,
.home #content  #main .feature p.alumni,
.home #content  #main .feature p.staff{
    display: none;
}

.home .module4{/* Cases */
    float: left; width: 244px; padding: 0 21px 0 1px;
}

.home #content .module4 p{/* Cases */
    margin-bottom: 0.5em;
}

.home #content #main .module4 ul.morelinks{
    line-height: 1em;
}


.home .module5{/* Faculty in the News */
    float: right; width: 243px;
}
.home .module5 small{
    font-size: 100%;
}
.module4 div#case1{/* Cases */
    margin-bottom: 12px;
}

.module4 div#case2{/* Cases */
    margin-bottom: 8px;
}

/*
=========================
SIDEBAR
=========================
*/
.home #sidebar h4{
	border-bottom: 1px solid #ffffff;
	padding-bottom: 6px; margin: 0 0 8px 0;
	font-weight: normal; color: #ffffff; font-size: 140%;
	
}

.home #sidebar h5{
    margin: 0 0 2px 0; padding: 0;
}

.home #sidebar .module1,
.home #sidebar .module2,
.home #sidebar .module3{
    margin-left: 22px; /* effective width of shaded boxes is 218px; */
}

.home #sidebar .module1{
    margin-top: 42px; padding-top: 16px;
}

.home #sidebar .module1 img{
    border: 6px solid #e6e3d0; 
	display: block;
	margin: 16px 0 8px 0;
}

.home #sidebar .module1 img.first{
	margin: 0 0 8px 0;
}

.home #sidebar .module1 a.link{
   color: #336699; font-weight: bold;
	display: block;
	margin: 0 0 1px 0;
}

.home #sidebar ul {
	list-style-type: none; margin: 0; padding: 0;
}

.home #sidebar .module2 ul{
	margin: 7px 0 0 11px;
}

.home #sidebar .module2 ul li{
	margin: 0 0 5px 0;
}

.home #sidebar .module2 ul li.last{
	margin: 0;
}

.home #sidebar .module2 ul li em{
	color: #575757;
}

.home #sidebar .module1 ul.morelinks,
.home #sidebar .module3 ul.morelinks{
	margin: 6px 0 0 0;
}

.home #sidebar dl.expandable{
    margin: 10px 0 0 0;
}

.home #sidebar dl.expandable dt{
    width: 180px;
	background: url(../images/site/arrow-blue-home-sb.gif) no-repeat 0 4px; 
	margin:0; padding: 0 0 0 10px; 
}

.home #sidebar dl.expandable dt.open{
    background: url(../images/site/arrow-blue-home-sb-down.gif) no-repeat 0 5px; 
	margin-bottom: 0;
}


/*
=========================
WK FEED
=========================
*/

#wk-feed{
    float: left; width: 510px; 
    margin: 0 0 14px 0; padding: 19px 0 29px 0;
    border-top: 1px solid #898989; border-bottom: 1px solid #898989;
}

#wk-feed img{
    float: left; 
    margin: 4px 14px 14px 0; padding: 0;
    border: 1px solid #7e7e7e;
}

#wk-feed .item{
    float: left;  width: 510px; margin-bottom: 8px;
}

.home #content #wk-feed .item h3{
    line-height: 1em; font-size: 2em; margin-bottom: 6px;
}

.home #content #wk-feed .item div{
    float: left; width: 402px;
}

.home #content #wk-feed .item div.nopic{
    width: 482px;
}

.home #content #wk-feed .item div.doublepic{
    width: 302px;
}

#wk-feed ul.morelinks{
    clear: left;
}

#wk-feed strong,
#wk-feed b{
    font-weight: normal;
}

#content p.byline{
    line-height: 110%;
	margin: 2px 0 5px 0;
	width: 205px;
}
