/*#############################################################
Name: Shades of Gray
Date: 2006-11-05
Description: Monochrome, lightweight and totally liquid. Comes with three different layouts.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
    margin: 0;
    padding: 0;
}

a {text-decoration: none;}

body {
    background: #111 url(../images/bg.jpg) repeat-y center top;
    color: #BBB;
    font-size: 100%;
}

p,ul {
    padding-bottom: 1.2em;
}

blockquote {
    font-weight: bold;
    font-size: 90%;
}

code {
    background: #444;
    display: block;
    font-size: 90%;
    margin: 0 .5em .6em;
    overflow: auto;
    padding: .4em .5em;
    white-space: pre;
}

img {
    border: none;
}

ul, ol {
    margin-left: 2em;
}

h1 {
    font-size: 180%;
    clear: both;
}

h2 {
    font-size: 140%;
    font-weight: bold;
    padding-bottom: .2em;
}

h3 {
    font-size: 120%;
    font-weight: bold;
}

/* misc */
.clearer {clear: both;}
.stripes {
    background: #333 url(../images/stripe.gif);
    height: 6px;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
    background: #111 url("../images/arecibo2.png") repeat;
    border-bottom: 1px solid #333;
    font-size: 50px;
    height: 120px;
}
.header a {
    color: #888;
    display: block;
    line-height: 120px;
    text-decoration: none;
    width: 100%;
}
.header span {
    padding-left: 32px;
    font-size: 50px;
}
/*
.header a:hover {
    background: #191919 url("../images/arecibo2.png") repeat;
    color: #BBB;
}
*/

/* structure */
.container {
    border: 3px solid #444;
    border-top: none;
    min-width: 660px;
}

.main {
    background: #303030;
    border-bottom: 1px solid #2A2A2A;
    border-left: 1px solid #2A2A2A;
}
.main .left {width: 64%;}
.main .right {width: 36%;}

.content {
    border-left: 1px solid #444;
    border-top: 1px solid #444;
    padding: 1em;
}

/* content elements */
.content h1 {
    background: url(../images/bgh1.gif) repeat-x left bottom;
    color: #EEE;
    margin-bottom: .4em;
    padding: .3em 0 .2em;
}
.content h2,h3,b,dt {
    color: #EEE;
}
.content h1 span.goh {
    font-size: 60%;
    font-style: italic;
}

.content a,span.stilyagi {
    color: #999;
    text-decoration: underline;
}
.content a:hover,span.stilyagi:hover {color: #CCC;}
.content .descr {margin-bottom: .3em;}

.divsep {
    background: url(../images/bgh1.gif) repeat-x left;
    min-height: 1em;
    clear: both;
}

/* navigation */
.nav {background: #191919 url(../images/nav.gif);}
.nav a {
    background: #191919 url(../images/nav.gif);
    border-right: 1px solid #161616;
    color: #CCC;
    float: left;
    font-weight: bold;
    font-size: 60%;
    line-height: 3em;
    padding: 0 1.5em;
}
.nav a:hover {
    background: #191919 url(../images/nav_hover.gif);
}

/* sub-navigation */
.subnav {
    background: #2A2A2A;
    border: 1px solid #1E1E1E;
    border-top-color: #444; 
    padding: 1em;
    font-size: 85%;
}
.subnav h1 {padding-top: .4em;}
.subnav ul {margin: 0;}
.subnav li {
    background: url(../images/li.gif) no-repeat left bottom;
    list-style: none;
    margin: 0;
}
.subnav li a {
    color: #777;
    line-height: 2.4em;
    padding-left: 1em;
    text-decoration: none;
}
.subnav li a:hover {color: #BBB;}

.subnav a {color: #777;}
.subnav a:hover {color: #CCC;}

/* footer */
.footer {
    background: #191919;
    border-top: 1px solid #444;
    color: #999;
    padding: 3% 3% 1%;
    font-size: 70%;
}
.footer ul {
    border-top: 1px solid #262626;
    margin: 0;
}
.footer li {
    border-bottom: 1px solid #262626;
    list-style: none;
}
.footer li a {
    display: block;
    line-height: 2em;
    padding-left: 4%;
    width: 96%;
}
.footer a {color: #666;}
.footer a:hover {
    color: #BBB;
    background: #222;
}

.col3,.col3center {
    float: left;
    width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
    color: #666;
    clear: both;
    font-size: 95%;
}
.bottom a {color: #888;}

img#logo {
    vertical-align: middle;
}

img.program {
    float: right;
    width: 150px;
    max-width: 150px;
    margin-left: 1em;
}

img.right {
    float: right;
    width: 200px;
    max-width: 200px;
    min-width: 200px;
    margin-left: 1em;
    clear: both;
}

img.goh {
    float: right;
    width: 150px;
    max-width: 150px;
    margin-left: 1em;
    clear: both;
}

img#freon {
    width: 400px;
    max-width: 400px;
}

img#ralph {
    width: 200px;
    max-width: 200px;
}

table.regtable {
    margin-left: 2em;
}

table.regtable td {
    padding-right: 1em;
}

table#registration {
    font-size: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
    text-align: center;
    border: solid #666 2px;
}

table#registration td.type {
    text-align: left;
}

table#registration td.rate, td.date {
    padding: 0 0.5em 0 0.5em;
    text-align: center;
}

#map,#map b {
    color: black;
}

table.contacts {
    width: 100%;
    font-size: 90%;
}
table.contacts th {
    text-align:left;
    padding: 0 .5em 0 0;
}
table.contacts td {
    padding: 0 .5em 0 0;
}
table#dealers td {
    padding: 0 .5em 0 0;
}
table#dealers td.time {
    text-align: right;
}
table#dealers td.to {
    text-align: center;
}
span.stilyagi {
    text-decoration: underline;
}

dt {
    font-weight: bold;
}
dd {
    margin-left: 1em;
}

.dateline {
    font-size: 80%;
    font-style: italic;
    text-align: right;
}

.eventtime {
    font-style: italic;
}

.alert-outer {
    border: 2px outset black;
    background-image: url("../images/alert.png");
    background-repeat: repeat;
}

.alert-inner {
    border: 2px inset black;
    background-color: black;
    margin: .5em;
    padding: .5em;
}