/******************************************************************************
 * Author: Mike Takahashi - mtakahashi <at> support.ucla.edu
 *         UCLA University Communications
 * Filename: home.css 
 * Description: Controls the elements within the home page at http://www.ucla.edu
 *
 ******************************************************************************/


#content {
    margin-top: 10px;
    padding: 0 2px 0 8px;
}

#contentbrowser {
    margin-top: 10px;
    padding: 0px 0px 0px 0px;
}



h1.documentFirstHeading {
    background-color: #536895;
    color: #ffffff;
    font: 20px 'Trebuchet ms', Trebuchet, Arial, verdana, Helvetica;
    margin: 0;
    padding: 5px;
}
h2 {
    color: #000040; 
    font-weight: bold;
    font-size: 1em;
}
/*************** Drop shadow ****************/

#dropshadow-infobox3 {
    background: none;
    margin: 0px 0px 0px 0px;
    width:  1200px;
    padding: 0px;
}


#dropshadow-headlines,
#dropshadow-infobox,
#dropshadow-infobox2,
#dropshadow-login,
#dropshadow-login2,

#dropshadow-happenings {
    background: url(./images/shadowAlpha.png) no-repeat bottom right;
    background: url(./images/shadow.gif) no-repeat bottom right;
    padding: 0px;
}

#dropshadow-infobox {
    margin: 10px auto 10px auto;
    width:  800px;
}


#dropshadow-infobox2 {
    margin: 10px auto 10px auto;
    width:  400px;
}



#dropshadow-login {
    margin: 10px auto 10px auto;
    width:  250px;
}


#dropshadow-login2 {
    margin: 10px auto 10px auto;
    width:  250px;
}

#dropshadow-headlines {
    margin: 10px 0 5px 8px !important;
    margin: 10px 0 5px 5px;
}

.innerbox{
    position:relative;
    bottom:6px;
    right: 6px;
    margin: 0px 0px 0px 0px;
}

/*************** Columns ****************/
#column-none {
    padding: 0 8px;
}

#column-one {
    float: left;
    margin: 10px 10px 10px 10px ;
}

#column-onebrowser {
    float: left;
    margin: 10px 0px 10px 0px ;
}


/*************** Portlets ****************/
dl.portlet {
    background-color: #e5ebeb;
    margin: 0;
}
dd p {
	padding-bottom: 1px;
}
.portletHeader {
    background: #536895 url(./images/portlet-header-drop-shadow-x.gif) repeat-x;
    background-position: bottom;
	height: 15px;
    margin-bottom: 8px;
    padding: 4px 10px 10px 10px;   
}
.portletHeader a {
    color: #ffffff;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
}
.portletHeader a:visited {
    color: #ffffff;
}
.portletHeader a:hover {
    color: #ffb300;
}
.portletItem {
    margin: 10px;
    padding: 0 1em;
}
.portletItem a,
.portletItem a:visited {
    color: #1e6a95;
    text-decoration: none;
}
.portletItem a:hover {
    color: #000000;
}
.portletItem h1 {
    padding: 0;
    margin: 0;
    color: #536895;
    font: bold 1.2em Arial, Verdana, Helvetica, Geneva, sans-serif;
}
.portletItem h1 a,
.portletItem h1 a:visited {
    color: #536895;
	text-decoration: none;
    border-bottom: none;
}
.portletItem h1 a:hover {
    color: #ffb300;
    border-bottom: none;
}
#portlet-headlines {
    width: 175px;
    min-height: 535px;
    height: auto !important;
    height: 535px;
}

#portlet-login {
    width: 250px;
    height: 130px;
}
#portlet-login .portletItem {
    text-align: center;
}

#portlet-login2 {
    width: 250px;

}
#portlet-login2 .portletItem {
    text-align: left;
}


#portlet-infobox {
    width: 800px;
}

#portlet-infobox .portletItem {
    text-align: justify;
}

#portlet-infobox2 {
    width: 400px;
}

#portlet-infobox2 .portletItem {
    text-align: justify;
}


#portlet-infobox3 {
    width: 1210px;
}

#portlet-infobox3 .portletItem {
    text-align: left;
    padding: 0px;
    background-color: #ffffff;
}


#graffiti {
    clear: both;
    height: 83px;
    padding-top: 5px;
    margin: 0;
}
#graffiti span {
    display: none;
}
