/******************************************************************************
 * Author: Mike Takahashi - mtakahashi <at> support.ucla.edu
 *         UCLA University Communications
 * Fielname: main.css 
 * Description: Controls the main elements such as header, footer, etc.
 *
 ******************************************************************************/

body {
	background-color: #333;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: .7em;
}
h1 {
	font: 1.6em Arial, Verdana, Times;
	color: #536895;
	font-size: x-large;
}
#visual-wrapper {
    background-color: #ffffff;
    margin: 0 auto;
    margin-top: -1px; /*Fixes IE bug*/
    padding: 0;
    width: 960px;
}
.hiddenStructure{
    display: none;
}
.visualClear {
    display: block;
    clear: both;
	padding: 0;
	margin: 0;
}
/*************** UCLA tools ****************/
#ucla-tools {
	display: block;
	height: 20px;
	width: 949px;
	background-color: #333;
	font-size: 0.9em;
	margin: 0 0 10px 0;
	padding: 10px;
	text-align: right;
}
#date-info {
    float: left;
    margin: 0;
    color: #cccccc;
}
#date-info img {
    padding-left: 5px;
}
#campus-tools {
    float: right;
    margin: 4px 0 0 0;
}
#campus-tools ul {
    list-style: none;
    margin: 0;
    padding: 0;	
}
/* IE7's zoom mode doesn't handle margin/padding correctly on inline elements
 * You need to precede the display:inline rule with another, identical selector 
 * containing a rule of display: inline-block.
 */
#campus-tools li {
    display: inline-block;
}
#campus-tools li {
    display: inline;
    color: #ffffff;
    padding: 0 10px;
    border-right: 1px solid #cccccc;
}
#campus-tools li a {
    color: #ffffff;
    text-decoration: none;
}
#campus-tools li a:hover,
#campus-tools li a:focus {
    color: #ffb300;
}
#campus-tools li.hide-right-border {
    border-right: none;
}
#searchbox {
    float: right;
    padding-left: 5px;
    white-space:nowrap;
}
#searchbox_ucla {
    margin: 0;
    padding: 0;
}
#searchbox-input,
#searchbox-input-no-background {
    float: left;
    width: 150px;
    height: 16px;
	margin-right: 4px;

}
#searchbox-input {
    background: #FFFFFF url(http://ptplv.ais.ucla.edu/portal/templates/cXeUSSXdTVZVSfebWZWUdXeZQZUYTUUa/WfRQfUTXbfZfeZdWRTSSbfdVfYUYTUUa/gsa_watermark.gif) left no-repeat;
}
input.searchButton {
    float: left;
    background:  url(../images/search-button.gif) no-repeat;
    cursor: pointer;    
	height: 22px;
    width: 58px;
    border: none;
    text-transform: uppercase;
}
#ucla-logo{
	float: left;
	border: 0;
	margin: 5px 0 0 5px !important;
	margin: 0px 0 0 0px;
	padding: 0;
	background-image: url(../images/logo_wss_sm0a.jpg);
	background-repeat: no-repeat;
	background-position: 50px;
}
#ucla-logo a{
    display: block; 
    text-decoration: none;
    overflow: hidden;
    border: 0;
    margin: 0;
    padding: 0;
    padding-top: 90px;
    height: 0px !important;
    width: 169px;
    cursor: pointer;
}
#ucla-logo span {
    display: none;
}
/*************** Top nav sections ****************/
#sections {background-image:url(../images/logo_Greeklife120.gif); background-position:right; background-repeat:no-repeat;
    background-color: #ffffff;
    margin-left: 8px;
    padding-right: 10px;
}
#sections a,
#sections a:visited {
    color: #000000;
    text-decoration: none;
}
#sections a:hover,
#sections a:focus {
    color: #b6b5b6;
}
#sections ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;	
}
#sections li {
    list-style: none;
}
#audience-section {
    background-color: #e5ebeb;
    padding: 5px !important;
    border: 1px solid #000000;
    border-style: solid solid none solid;
}
#audience-section li {
    display: inline-block;
}
#audience-section li {
    display: inline;
    padding: 0 5px 0 15px;
    background: url(../images/square.gif) 2px 5px no-repeat;

}
#audience-section .first {
    background: none;
    padding: 0 5px 0 5px;
}
.landing-section {
    float: left;
    width: 168px;
    height: 65px;
    padding: 5px 10px !important;
    border: 1px solid #000000;
    border-style: solid none solid solid;
	text-transform: uppercase;
}
.landing-section.lastItem {
    border-right: 1px solid #000000 !important;
}


/*************** Footer ****************/

#footer {
    display: inline-block;
    background-color: #536895;
    text-align: center;
    margin: 0;
    padding: 0;
	clear: both;
    width: 950px; margin-left:5px;
}
#footer ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
#footer li {
    display: inline-block;
}
#footer li {
    display: inline;
}
#footer li a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: .9em;
}
#footer li a:hover,
#footer li a:focus {    color: #FFB300 !important;}
#footer li a:visited {
    color: #ffffff;
}
#colophon {
    color: #666666;
    font-size: .8em;
    padding: 5px 0 10px 0;
    text-align: right;	
	width: 945px; a
}
#colophon li a {
    color: #666666;
}
#colophon a:hover,
#colophon a:focus {
    text-decoration: none;
}
#colophon ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#colophon li {
    display: inline-block;
}
#colophon li {
    display: inline;
    padding: 0 5px;
}
#copyright {
    float: left;
}

/*************** Emergency Templates ****************/

#emergency-information h1 {
    background-color: #5aa1ca;
    color: #ffffff;
    padding: 4px 8px;
}

#emergency-information p {
    padding: 0 8px;
}
#template-reporting {
    float: left;
    width: 462px;
    padding: 0 20px 20px 0;
}
#template-information {
    float: left;
    width: 462px;
}
