/*************************************************
 *          A SIMPLE WEB PAGE LAYOUT             *
 *                                               *
 *   Author: Andrey Petrov, <apetrov@fnal.gov>   *
 *************************************************/

html {
    height: 100%;
}

body {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 0.8em;
}

body, p, h1, h2, h3, div, dl, dt, dd, form, table {
    padding: 0;
    margin: 0;
}

p {
    line-height: 1.75em;
    text-align: left;
    margin: 1em 0;
}

/*
ul, ol, dl {
    line-height: 1.75em;
}
*/

h1, h2, h3 {
    letter-spacing: 0.2em;
    margin-bottom: 0.2em;
    text-transform: uppercase;
}

h1 {
    font-size: 2.0em;
    font-weight: normal;
    margin-top: 0.6em;
}

h2 {
    font-size: 1.5em;
    font-weight: normal;
    margin-top: 0.8em;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 0.8em;
}

a {
    text-decoration: underline;
}

code {
    font-family: monospace;
    font-size: 1.2em;
    color: #000;
}

pre {
    font-family: monospace;
    font-size: 1.2em;
    border-width: 1px;
    border-style: solid;
    padding: 1em 2em;
}

.name {
    font-weight: bold;
}

li {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}

dt {
    font-weight: normal;
    padding: 1em 0 0.25em 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

dd {
    font-weight: normal;
    padding: 0.25em 0;
    margin-left: 5em;
}

hr {
    border-width: 1px 0 0 0;
    border-style: dashed;
    height: 1px;
    margin: 1em 0;
}

table {
    border-collapse: collapse;
}

th, td {
    border-width: 1px;
    border-style: solid;
    line-height: 1.75em;
    padding: 0.25em 0.5em;
}

#header {
    padding: 50px 0 5px 150px;
    border-width: 0 0 5px 0;
    border-style: solid;
    background: url("icfologo.gif") no-repeat 20px 15px;
}

#header #title {
    margin: 0;
    display: inline;
    font-size: 2.5em;
    font-weight: normal;
    margin-top: 0.6em;
    letter-spacing: 0.2em;
}

#header ul {
    float: right;
    margin: 1em 0 0 0;
    padding: 0;
    position: absolute;
    right: 2em;
    top: 60px;
	list-style: none;
    line-height: normal;
}

#header li {
    font-weight: normal;
    font-size: 1.25em;
	display: inline;
    margin: 0 0 0 0.3em;
    padding: 0;
}

#header li a {
    text-decoration: none;
    padding: 0.1em 0.3em;
}

#footer {
    padding: 0.7em 2.7em;
    border-width: 2px 0 0 0;
    border-style: solid;
    font-size: 0.75em;
}

#footer, #footer p {
    text-align: left;
	line-height: normal;
}

#footer a {
    text-decoration: none;
}

#contents {
    padding: 1em 2em;
    /*
    margin: 1px 0 1px 0;
    border-width: 1px 0;
    border-style: solid;
    */
}

.sidebar {
    width: 300px;
    float: right;
    margin-left: 20px;
}

.clear {
    clear: both;
}

.sidebar h1, .sidebar h2, .sidebar h3 {
/*
	border-width: 0 0 2px 0;
    border-style: solid;
    margin-bottom: 1px;
*/
}

.sidebar p {
	line-height: normal;
    text-align: justify;
}

.sidebar ul, .sidebar ol {
	padding: 0;
    margin: 0;
	list-style: none;
    line-height: normal;
}

.sidebar li {
	padding: 0.3em 0;
    margin: 0;
	border-width: 0 0 1px 0;
    border-style: dashed;
}

.sidebar li a {
    text-decoration: none;
}

.right-indent {
    margin-right: 320px;
}

.notice {
    display: list-item;
    list-style-type: square;
    font-weight: bold;
    margin: 1em 0 1em 2em;
}

iframe { 
    border-width: 1px;
    border-style: solid; 
    width: 298px; 
    height: 800px; 
}

ul.newsline {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.newsline li {
    padding: 0 1em 1em 1em;
    margin: 1em 0;
    border-width: 0 0 1px 0;
    border-style: solid;
}

.title {
    font-style: italic;
}

.newsline a {
    text-decoration: none;
}

.newsline .date {
    font-weight: bold;
    padding-bottom: 0.5em;
}

/* 
    C O L O R S 
*/

body {
    color: #333;
    background-color: #fff;
}

#title, h1, h2, h3 {
    color: #e86120;
}

div, p, h1, h2, h3, li, ul, ol, pre, hr, th, tr {
    border-color: #333;
}

#header, #footer {
    border-color: #92a3c8;
}

.sidebar h1, .sidebar h2, .sidebar h3 {
    color: #e86120;
    border-color: #92a3c8;
}

a {
    color: #2f5daa;
}

a:hover {
    /*background-color: #fc6*/;
    background-color: #ddec69;
}

li.current a {
    cursor: default;
    color: #333;
    background-color: #ccc;
}

li.current a:hover {
    color: #333;
    background-color: #ccc;
}

.notice {
    color: #6120e8;
}

th {
    background-color: #ccc;
}

ul.newsline li {
    border-color: #92a3c8;
}

iframe {
    border-color: #92a3c8;
}

#footer {
    color: #92a3c8;
}

/*
h1, h2, h3 {
    background-color: lime;
}

#header, #footer {
    background-color: yellow;
}

#header li {
    background-color: lime;
}

#search {
    background-color: lime;
}

#contents {
    background-color: silver;
}

.sidebar {
    background-color: fuchsia;
}
*/







