/*
Layout
======
body
  container
    header
    content
    footer
*/
body {
    margin: 0;
    padding: 0;
    background-image: url(../gfx/bg-1.gif);
    background-color: #222;
    font-family: Verdana,Sans-serif;
    font-size: 67%;
    line-height: 1.6em;
    text-align: center;
    color: #333;
    height: 1200px;
}

#container {
    background-color: #222;
    width: 752px;
    margin: 0 auto;
    border: solid #fff;
    border-width: 0 1px;
    text-align: left;
    color: #CCC;
}

/* 
Content
=======
*/
#content {
    background: #222;
    width: 100%;
}

.padded {
    padding: 0px 10px;
}

h1 {
    font: 185% Georgia,Serif;
    border-width: 0;
    margin-top: 10px;
}
p {
    line-height: 1.6em;
    margin: 0 0 .75em;
}
img {
    border-width: 0;
}
hr {
    display: none;
}
a {
    color: #358;
    text-decoration: none;
    border-bottom: 1px dotted #469;
}
a:visited {
    color: #677;
    border-color: #899;
}
a:hover {
    color: #933;
    border-bottom: 1px solid #b55;
}
.column {
    float: left;
    padding-right: 10px;
}
.end {
    clear: both;
}
#picture {
    text-align: center;
}
.image {
    font-size: 79%;
    color: #bbb;
    float: left;
    margin-top: 30px;
    padding-left: 30px;
}
.image a, .image a:hover {
	color: #bbb;
}
a.nolink, a.nolink:hover, .image a, .image a:hover {
    border: 0;
}

/*
Header
======
*/
#header {
    background-color: #fff;
    background-repeat: no-repeat;
    width: 100%;
    height: 70px;
}
#header a, #header a:visited, #header a:active, #header a:hover {
    text-decoration: none;
    border-style: none;
    float: right;
}
#header h1 {
	display: none;
}

/* 
Nav
===
*/
#nav {
    background-color: #fff;
    background-repeat: no-repeat;
    width: 100%;
    border: solid #ddd;
    border-width: 1px 0;
}
#nav ul {
    margin: 0 20px;
    padding: 3px 0px;
    list-style: none;
    text-transform: lowercase;
    border-left: solid 1px #ddd;
}
#nav ul li {
    display: inline;
    margin: 3px;
    padding: 5px;
    background-image: none;
    border: solid #ddd;
    border-width: 0 1px 0 0;
    text-indent: 0;
}
#nav a {
    margin: 0;
    padding: 0;
    color: #68a;
    border-style: none;
    text-decoration: none;
    white-space: nowrap;
    width: 1%;
}
#nav a:hover {
    color: #224;
}

/* 
Footer
======
*/
#footer {
    padding-top: 0;
    border-bottom: 1px solid #fff;
    font-size: 85%;
}
#footer p {
    background-color: #fff;
    margin: 0;
    padding: 10px 20px;
    border-top: 1px solid #ccc;
    color: #777;
    text-align: center;
    line-height: 1.6em;
}

#footer a, #footer a:visited {
    color: #666;
    border-color: #444;
}
#footer a:hover {
    color: #933;
    border-color: #b55;
}

/*
Forms
=====
*/

#errors { 
    color: red; 
}

form {
}

form input, form textarea, form select {
    font-family: Verdana;
    font-size: 100%;
    margin-bottom: 4px;
}
form .text,
form .textbox,
form .textarea {
    border-width: 1px;
    background-color: #e4e4e4;
    width: 320px;
}
form select {
    border-width: 1px;
    background-color: #e4e4e4;
}

form .button, form button {
    font-family: Tahoma;
    background-color: #333;
    color: #ccc;
    border-width: 1px;
    border-top-color: #444;
    border-left-color: #444;
    border-bottom-color: #444;
    border-right-color: #444;
    height: 24px;
    width: 50px;
    font-variant: small-caps;
}
form .button.default, form button.default {
    margin-left: 272px;
}

form label {
    display: inline;
    clear: both;
    float: left;
    width: 160px;
}

form.lines label {
    display: block;
    clear: both;
    float: none;
}
form.lines button.default, form.lines .button.default {
    margin-left: 0px;
}

/*
Grids
=====
*/

table {
    border-collapse: collapse;
    font-size: 8pt;
    color: #CCC;
}
th {
    font-weight: normal;
    text-align: left;
}
td {
    vertical-align: top;
}
table.grid {
    color: white;
    font-size: 8pt;
}
table.grid th {
    height: 36px;
    vertical-align: top;
    background-color: #333;
    font-variant: small-caps;
}
table.grid tr, table.grid td {
    cursor: default;
}
table.grid tr.selected {
    background-color: #444;
}

/*
Miscellaneous
=============
*/

#log {
    background-color: black;
    text-align: left;
    color: #8F8;
    position: absolute;
    width: 200px;
    height: 400px;
    top: 0px;
    left: 0px;
    font-size: 7pt;
}
