/**
 * $Id$
 *
 * Ridge 2000 CSS file for March 2007 redesign
 *
 * @author     Tim Gumto <tgumto@ucsd.edu>
 * @version    $Revision$
 * @license    MIT-style license
 */

/* import stylesheets */
@import url( "/css/dl.css" ) ;
@import url( "/css/tcs.css" ) ;
@import url( "/css/iss.css" ) ;
@import url( "/css/dls.css" ) ;

body {
        background-color: #ffffff;
        font-family: serif;
        font-size: normal;
	text-align: center;
}

p {
        margin: 3px 10px 10px 10px;
        line-height: 1.15em;
}

h1 {
        border-bottom: 2px solid #006;
	clear: both;
        font-size: large;
        margin: 0 10px 10px 10px;
        padding: 10px 0 0 0;
}

h2 {
        font-size: medium;
        margin: 10px 10px 5px 10px;
        border-bottom: 1px solid #9CF;
}

h3 {
        font-size: medium;
        color: #666;
        margin: 10px 10px 5px 10px;
}

h4 {
        font-size: medium;
        font-style: italic;
        color: #666;
        margin: 15px 10px -5px 10px;
}

a:link {
        color: #009;
        text-decoration: none;
}

a:visited {
        color: #933;
        text-decoration: none;
}

a:hover {
        color: #009;
        text-decoration: underline;
}

img {
	border: 0;
}

table {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-top: 1px solid #ccc;
        width: 95%;
        margin: auto;
        margin-top: 1.0em ;
        margin-bottom: 1.0em ;
}

table caption {
        margin: 0;
        padding: 8px 0px;
        text-align: left;
        font-size: medium;
        font-weight: bold;
        color: #666  ;
}

table th {
        background: #ccc;
        padding: 3px;
        text-align: left;
        vertical-align: top;
}

table th.noBG {
        background: #fff;
        border-bottom: 1px solid #ccc;
}

table td {
        padding: 3px;
        vertical-align: top;
        border-bottom: 1px solid #ccc;
}

#container {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

#content {
	margin: 20px 6px;
	padding-bottom: 40px;
}

/* footer background color depends on the section you are in
   It can be edited in /ssi/_header.php */
#footer {
	display: none;
}

#home_highlights {
	height: 225px;
	margin: 4px;
	width: inherit;
}

#home_highlights p {
	background-color: #f2f2f2;
	display: block;
	float: left;
	height: inherit;
	margin: 0 10px 0 0;
	padding: 4px;
	width: 156px;
}

* html #home_highlights p {
	height: 225px;
	padding: 0;
	width: 150px;
}

#home_highlights img {
	margin: 0;
	padding: 0;
}

#home_nav {
	font-size: 85%;
	margin-top: 12px;
}

#home_nav img {
	margin-left: -8px;
	padding: 6px 0 4px 0;
}

#home_nav a:hover {
	text-decoration: none;
}

#left_col {
	float: left;
	width: 200px;
}

#main_logo {
	background-color: #E0E8EB;
	margin-top: -4px;
	padding-left: 24px;
	width: 186px;
}

#right_col {
	background-color: #ffffff;
	width: 760px;
}

#top_nav {
	display: none;
}

#splash_banner {
	margin: 4px;
}

/* fixes positioning bug in IE */
* html #splash_banner {
	margin-left: -12px;
}

#wrapper {
	margin: 20px 10%;
	text-align: left;
}

/* navigation menu */
#nav {
	display: none;
}       

.clear {
	clear: both;
	line-height: 1%;
}
.news {
        font-weight: bold;
        color: #933;
}       
        
th.news {
        background: #ff9;
        border-bottom: 1px solid #ccc;
}

/* forms */
.form {
        width: 460px;
        background-color: #ccc;
        padding: 5px;
        margin: 0px auto;
}

/* 
Smart form requiring no extra clear:both div
See http://www.positioniseverything.net/easyclearing.html
*/
div#content .form {
    width: 460px ;
        background-color: #ccc;
        padding: 5px;
        margin: 0 0 0 10px ;
}

div#content .clearfix:after {
    content: "." ;
    display: block ;
    height: 0 ;
    clear: both ;
    visibility: hidden;
}

div#content .clearfix {
    display: inline-block ;
}

div#content .clearfix {
    display: inline-table ;
}

/* Targets IE-Win only \*/
* html .clearfix {
    height: 1%;
}

div#content .clearfix {
    display: block ;
}       
        
div.row {
        clear: both;
        padding-top: 10px;
    text-align: center ;
    margin: 0 auto ; 
}       

div.row span.label {
        float: left;
        width: 150px;
        text-align: right;
}       
        
div.row span.formw {
        float: right;
        width: 300px;
        text-align: left;
}
        
div.row span.text {
        width: 100%;
        text-align: left;
}       
        
div.row span.mid {
        width: 100%;
        text-align: right;
        margin: 0 auto;
}       

.errortext {
    background: #FFC ;
    color: #900 ;
    font-weight: bold ;
}       

div#portal {
    float: right ;
    border: 1px solid #333 ;
    background-color: #FFC ;
    width: 35% ;
    margin: 0 ;
    margin-right: 5.0em ;
    padding: 1.0em ;
}       
        
.news {
        font-weight: bold;
        color: #933;
}   
    
th.news {
        background: #ff9;
        border-bottom: 1px solid #ccc;
}

#bio {
        width: 300px;
        float: right;
        margin: 0 5px 0 5px;
        padding: 0;
        border: 1px solid #ccc;
}

#bio h6 {
        text-align: center;
        font-size: small;
        background: #ccc;
        padding: 3px;
        margin: 0;
}

.important {
        padding: 3px ;
        background-color: #CCCCCC;
}

.last { 
        margin-bottom: 0;
}

.clearing {
        height: 0;
        clear: both;
}

.bold { 
        font-weight: bold;
}

.italic {
        font-style: italic;
}

.right {
        text-align: right;
}

.hide { 
        display: none;
}
.photoCaption {
    font-size: 80% ;
    color: #333 ;
    margin: 0 ;
    background-color: inherit;
    font-style: italic ;
}

/* EDUCATION AND OUTREACH STYLES */
#eo_rightsidebar {
        background-color: #f9faaf;
        float: right;
        margin: 10px;
        padding: 3px;
        width: 475px;
}
#eo_rightsidebar img {
        margin: 15px;
}
#eo_rightsidebar .pic_border {
        border: 1px solid #006;
        padding: 1px;
}

