/*home styles*/
body {
    margin:auto;
    font-family: arial, sans-serif;
    font-size: 11px;
    width:1024px;
}
/* resets */
* {
    padding:0;
    margin:0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight:normal
}
li {
    list-style:none;
}
a {
    text-decoration: none;
    outline:0;
}
img {
    border:none
}
/*defaults*/
a:hover {
    text-decoration:underline;
}
h3, h3 a {
    font-family:georgia, serif;
    font-size:20px;
    color:#000000;
}
/* top and bottom shadows */
.shadow {
    height:10px;
}
#shadowBottom {
    background-image:url(../images/shadow_bottom.png);
}
/* wrapper */
/* leave room for left and right shadows */
#all {
    padding: 0 10px;
    width: 1000px;
    background:url(../images/shadow_sides.png) repeat-y;
}
/* audience bar */
#audiences {
    overflow:hidden;
    height:27px;
    background-color:#333399;
    padding-right:15px;
}
#audiences li {
    float:left;
    list-style:none;
    padding:6px 0;
}
#audiences a {
    font-family: Verdana, sans-serif;
    color:#ffffff;
    padding-right: 22px;
    margin-left:22px;
    border-right: 1px solid #333399;
}
#audiences li:first-child a {
    margin-left:11px;
}
#audiences li:last-child a {
    border:none;
    padding-right:0;
}
#audiences li.right {
    float:right;
    }
/* logo and search */
#header {
    position:relative;
    height:90px;
    z-index:10;
    background:none;
}

/* seal and logotype */
.logo {background: url(../images/main-header.gif);
        width:1000px;
}

#header h1 {
    width:1000px;
    height:90px;
    float:left;
}
#header h1 a {
    display:block;
    width:500px;
    height:62px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
/* alt text */
#header h1 img {
     color: #024274;
     display:block;
     font-size:21px; 
     width:1000px;
     height:90px;
}
/* search links and search box */
#search {
    position:absolute;
    top:0;
    right:0;
}
#search ul {
    overflow:hidden;
    padding:5px 15px 13px;
    float:right;
}
#search li {
    float:left;
}
#search li + li {
    padding-left:15px;
}
#search a {
    color:#024274;
}
#search form {
    clear:both;
    float:right;
}
#search form input {
    color:#999999;
    font-size:10px;
    margin-right:10px;
}

#search form .submit {
    color:#024274;
    width:53px;
    height:16px;
    font-size:11px;
}
/* main navigation */
#mainNav {
    position:absolute;
    height:27px;
    line-height:27px;
    background-color: #6699ff;
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    bottom: 0px;
    left: 0;
    width: 1000px;
}
#mainNav > ul {
    text-transform:uppercase;
}
#mainNav ul {
    text-transform: uppercase;
    width: 876px;
    margin: 0 auto;
}
#mainNav li {
    float:left;
}
#mainNav a {
    font-family:verdana, sans-serif;
    color:#ffffff;
    display:block;
}
#mainNav > ul a {
    padding:0px 48px 0px 0;
}
#mainNav li:last-child a {
    padding-right:0;
}
#mainNav a:hover {
    text-decoration:none;
    color:#333399;
}
#mainNav li ul {
    position:absolute;
    left:-9999px;
    width:170px;
    padding-bottom:10px;
    background-color:#6699ff;
    border-bottom: 1px solid #333399;
    border-left: 1px solid #333399;
    border-right: 1px solid #333399;
}
#mainNav li:hover ul {
    left:auto;
    margin:-1px 0 0 -18px;
}
#mainNav li:hover #lastDropdown {
    text-align:right;
    margin-left:-85px;
}
#mainNav li ul li {
    line-height:15px;
    padding-left:10px;
    text-transform:none;
    width:155px;
}
#mainNav li ul li:hover {
    background: url(../../../zeta/images/subItemArrow.gif) no-repeat;
}
#mainNav ul ul a {
    padding:4px 7px 6px;
}
/* alert box */
#alert {
    margin:11px;
    background-color: #ffe5e5;
    border: 1px solid #cc0000;
    padding: 10px;
    font-family: verdana, sans-serif;
    color: #000000;
}
#alert .heading {
    color:#cc0000;
    font-weight:bold;
}
.wysiwyg p, .wysiwyg blockquote, .wysiwyg form, .wysiwyg label, .wysiwyg ul, .wysiwyg ol, .wysiwyg dl, .wysiwyg fieldset, .wysiwyg address {
    margin-bottom: 1em;
}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    margin-bottom: 1em;
    font-weight:bold;
}
.wysiwyg li {
    list-style:disc;
}
.wysiwyg a {
    text-decoration:underline;
}
.wysiwyg img {
    border: 1px solid #000000;
}
/* includes feature and left and right columns */
#content {
    margin:11px;
    z-index:1;
}
/*margins inside content area*/
#feature, #BrandisNOW .sectionHead, #BrandeisNOW {
    margin-bottom: 11px;
}
/* scrollable carousels - feature and spotlight */
.scrollable {
/* required settings */
    position:relative;
    overflow:hidden;
    float:left;
}
.prev, .next {
    display:block;
    float:left;
}
.disabled {
    visibility:hidden !important;
}
.scrollable .items {
    width:20000em;
    position:absolute;
}
/* feature area */
#feature {
    position:relative;
}

#featureImage, #featureImage img.big {
    width:978px;
    height:370px;
}
/*so that long alt text doesn't overlap text area*/
#featureImage img.wrapAlt {
    width:600px;
    height:370px;
    display:block;
    position:absolute;
    left:0;
    top:0;
    font-size:24px; /*for alt text*/
}

#featureImage a {
    display:block;
    position:relative;
}

#featureImage .overlayLink {
    position:absolute;
    left:0;
    top:0;
    width:605px;
    height:100%;
}
#featureOverlay {
    position:absolute;
    top:0;
    right:17px;
    height:100%;
    width:356px;
}
#featureColor {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity:.75;
    filter: alpha(opacity=75);
}
#featureText {
    overflow:hidden;
    font-size:15px;
    color:#ffffff;
    padding:23px 36px 38px 36px;
    height:178px;
    position:relative;
}

#featureText a {
    display:block;
    color:#ffffff;
}
#featureText a:hover {
    text-decoration:none;
}
#featureText .title {
    font-family:georgia, serif;
    font-size:28px;
    line-height:29px;
    margin-bottom:24px;
    letter-spacing:1px;
}
#featureText .summary {
    margin-bottom:12px;
    line-height:22px;
}
#featureText .teaser {
    font-weight:bold;
    position:absolute;
    bottom:38px;
    left:36px;
}
#featureText .overlayLink {
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
}
/* Carousel of thumbs */
#featureCarousel {
    position:absolute;
    bottom:47px;
    left:0;
}
#featureCarousel .scrollable {
    width: 276px;
    height:90px;
}
#featureCarousel img {
    float:left;
    width:82px;
    height:82px;
    border: 1px solid #ffffff;
    /*alt text*/
   color:white;
   font-size:13px;
   text-align:center;
   overflow:hidden;
}
#featureCarousel img {
    margin-left:8px;
}
#featureCarousel .items div {
    width: 92px;
    height:84px;
    float:left;
}
#featureCarousel .active {
    height:76px;
    width:76px;
    border:4px solid white;
}
#featureCarousel .prev {
    margin-left:3px;
}
#featureCarousel .next {
    margin-left:8px;
}
#featureCarousel .prev img, #featureCarousel .next img {
    width:33px;
    height:32px;
    margin:20px 0 0 0;
    border: none;
    font-size: 29px; /* for alt text */
}
#featureData {
    display:none;
}
/* includes left and right columns */
#main {
    overflow: hidden;
}
/*left column includes Brandeis Now and Spotlight*/
#left {
    float: left;
    width: 684px;
    padding-right:11px;
}
/* BrandeisNow and Spotlight are sections of #left */
.section {
    overflow:hidden;
    border: 1px solid #a7a7a7;
}
.section li {
    margin-bottom:9px;
}
.section li:last-child  {
    margin-bottom:0;
}
.section li + li {
    padding-top:9px;
    border-top:1px solid #e2e2e2;
}
.sectionHead {
    height: 30px;
    line-height:30px;
    background-color: #e1e1e1;
    border-bottom: 1px solid #024274;
    padding:0 15px;
}
.sectionHead h2 {
    height:19px;
    float:left;
    margin:3px 0 0;
}
/* news and events from BrandeisNOW */
#brandeisNOW {
    font-size: 12px;
    color: #333333;
    margin-bottom:11px;
}
#brandeisNOW h2 {
    width:157px;
}
#brandeisNOW h3 {
    margin-bottom: 14px;
}
#brandeisNOW .more {
    color: #024274;
    float:right;
}
#brandeisNOW li a {
    display:block;
    font-size: 13px;
    color: #7b2e00;
    font-weight:bold;
}
#news, #events {
    float:left;
    width:300px;
    height:222px;
    overflow:hidden;
    padding: 0 20px;
    margin:15px 0;
}
#news {
    border-right: 1px dotted #e2e2e2;
}
#events .date {
    display:block;
    margin-top: 2px;
}
/*spotlight area*/
#spotlight {
    height: 205px;
    color:#024274;
}
#spotlight .sectionHead {
    margin-bottom: 8px;
}
#spotlight h2 {
    width:143px;
}
#spotlightCarousel {
    overflow:hidden;
}
#spotlightCarousel .scrollable {
    width: 537px;
    height:135px;
}
#spotlightCarousel .set {
    float:left;
}
#spotlightCarousel .item {
    float:left;
    width:167px;
    height:135px;
}
#spotlightCarousel img {
    width:159px;
    height:88px;
    font-size: 13px; /*alt text */
}
#spotlightCarousel .frame {
    padding:4px;
}
#spotlightCarousel .frame {
    background: url(../images/Spotlight_frame.gif) no-repeat;
}
#spotlightCarousel .frame:hover {
    background: url(../images/Spotlight_frame_active.gif) no-repeat;
}
#spotlightCarousel img + p {
    margin-top:5px;
}
#spotlightCarousel .item {
    margin-left:18px;
}
#spotlightCarousel .item:first-child {
    margin-left:0;
}
#spotlightCarousel .frame a {
    text-decoration: none;
}
#spotlightCarousel a.summary {
    display:block;
    color: #024274;
    margin-top:3px;
}
#spotlight .naviWrap {
    float:left;
    overflow:hidden;
    width:100%;
}
#spotlight .navi {
    margin:5px;
    float:left;
    position:relative;
    left:50%;
}
#spotlight .navi a {
    background:url(../images/spotlight_nav_circle.gif) no-repeat;
    margin:2px;
    width:11px;
    height:11px;
    float:left;
    position:relative;
    right:50%;
}
#spotlight .navi a.active {
    background:url(../images/spotlight_nav_circle_active.gif) no-repeat;
}
#spotlightCarousel .prev:hover, #spotlightCarousel .next:hover {
    text-decoration:none;
}
#spotlightCarousel .prev img, #spotlightCarousel .next img {
    width:41px;
    height:41px;
    margin:28px 15px;
    font-size:33px; /*alt text*/
}
/*right column*/
#right {
    float: left;
    width: 283px;
}
#right a {
    text-decoration:none;
}
/* Applying to Brandeis Links */
#admissions {
    background-color:#e1e1e1;
}
#admissions h3 {
    padding:10px 18px;
}
#admissions ul {
    line-height:18.5px;
}
#admissions li {
    padding: 10px 18px;
}
#admissions a {
    font-size: 16px;
    line-height:16px;
    color:#333333;
}
#admissions li {

}
#admissions li:hover {
    background-color: #b0b0b0;
}
#admissions li:hover a {
    color: #ffffff;
}
/* marketing links */
#marketing li {
    height:49px;
    line-height:49px;
    padding:0 18px;
    background:url(../images/button-bg.gif);
}
#marketing li:hover {
    background:url(../images/button-bg-hover.gif);
}
#marketing li a {
    font-family:georgia;
    font-size:20px;
    color:#000000;
}
/*footer*/
#footer {
    overflow: hidden;
    height: 38px;
    line-height:38px;
    background-color: #333399;
    padding:0 10px;
}
#footerMain {
    float:left;
    overflow:hidden;
}
#footer, #footer a {
    color: #ffffff;
}
#footer a {
    float:left;
}
#footer span  {
    display:block;
    float:left;
}

#footer span + span {
    margin-left:15px;
}
/*social media - right side of footer*/
#socialMedia {
    float:right;
    margin: 5px 0;
}
#socialMedia li {
    float:left;
}
#socialMedia a {
    display:block;
}
#socialMedia li + li {
    margin-left:8px;
}
/*for alt text*/
#socialMedia img {
    line-height:18px;
    width:18px;
    height:18px;
}


#mainNav ul li {background-color:#6699ff;}

/* more stories link */

.more-stories {
    width:270px;
    height:38px;
    position:absolute;
    left:44px;
    bottom:0;
    text-align:center;
    border-top:1px dotted #ffffff;
}

.more-stories a {    
    color:#ffffff;
    font-size:14px;
    line-height:38px;
}

.more-stories a:hover {
    text-decoration:none;
}

/* accessibility */
.hidden {display:none;}
