/**
 * $Id$
 *
 * Main Ridge 2000 stylesheet
 *
 * @author     Greta Mertz, modifications by Rob Newman <rlnewman@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: #fff;
	margin: 0 ;
	padding: 0 ;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	min-width: 750px;
}

p {
	margin: 3px 10px 10px 10px;
	line-height: 1.15em;
}

h1 {
	font-size: large;
	margin: 0 10px 10px 10px;
	padding: 10px 0 0 0;
	border-bottom: 2px solid #006;
}
  
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;
}

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;
}

/* banner */
#banner {
	background-color: #006;
	margin: 0;
	padding: 0;
	min-width: 300px;
	height: 50px;
}

#banner img {
	border: 0;
	float: left;
	padding: 0;
	margin: 0;
}

#banner h1 {
	color: #FF6;
	margin: 0 0 0 215px;
	padding: 15px 0 0 0;
}

/* content */
#wrapper {
	background: url(/images/navBG.gif) repeat-y top left;
	width: 100%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

#container {
	width: 100%;
	float: right;
	margin-left: -201px;
	vertical-align: top;
}

#content {
	margin-left: 201px;
	vertical-align: top;
}

#content ul {
	list-style-image: url(/images/bulletRed.gif);
	margin: 0 0 10px 35px;
	padding: 0 0 5px 0;
}	

#content ul li {
	margin: 0 5px 3px 5px;
}

#content .sublist li {
	list-style-image: url(/images/bulletNavy.gif);
}	

/* navigation menu */
#nav {
	width: 200px;
	padding: 0;
	margin: 0;
	float: left;
}
#nav ul {
	margin: 0;
	padding: 1px 0 3px 0;
	list-style: none;
	text-align: right;
}
#nav ul li {
	padding: 3px 5px 3px 0;
	display: block;
	margin: 0;
	line-height: 2em;
}
#nav ul li a {
	color: #006;
	text-decoration: none;
	text-align: right;
}
#nav ul li a:hover {
	text-decoration: underline;
}

/* navtitle */
#nav .navtitle {
	font-weight: bold;
	color: #fff;
	background: #006;
	padding: 0 5px 0 0;
}

#nav .navtitle a {
	color: #fff;
}

/* subnav */
#nav .subnav {
	background: #ffc;
	margin-right: 1px;
	color: #933;
	font-weight: bold;
	line-height: 1em;
}

#nav .subnav a {
	font-weight: normal;
}

/* subnav2 */
#nav .subnav2 {
	background: #ffc;
	margin-right: 1px;
	padding-right: 20px;
	color: #933;
	font-weight: bold;
	line-height: 1em;
}

#nav .subnav2 a {
	font-weight: normal;
}

/* dmo */
#nav .dmo {
	background: #ccc;
	margin-top: 40px;
	margin-right: 1px;
	
}

/* footer */
#footer {
	background-color: #006;
	padding: 0;
	margin: 0;
	font-size: x-small;
	clear: both;
	color: #fff;
}

#footer p {
	clear: both;
	text-align: center;
	}

#footer ul {
	margin: 0  0 0 201px;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}

#footer ul li {
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	line-height: 2em;
	}

#footer ul li a {
	width: 100px;
	padding: 0;
	margin: 0;
	color: #9cf;
	text-decoration: none;
	display: block;
	text-align: center;
	}

#footer ul li a:hover {
	color: #ff6;
	text-decoration: underline;
	}
#footer p a {
	color: #9cf;
        text-decoration: none;
}
#footer p a:hover {
	color: #ff6;
	text-decoration: underline;
	}
/* 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;
}

