/* 
1993-2011 Helen Glenn Court, Formandsubstance style sheet
------------------------------------------------------------------------
*/

@media screen {

/* --------------- normalize all --------------- */

body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, h7, form, p, blockquote, th, td {
margin: 0; 
padding: 0;
font-size: 100%;
}
h1, h2, h3, h4, h5, h6, h7 {
font-size: 95%;
}
address, caption, cite, em, strong {
font-style: normal;
font-weight: normal;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
img a {
border: none;
}

/* --------------- BODY --------------- */

body {
background-image: url(/art/background_home.png);
background-repeat: no-repeat;
font-family:  verdana, arial, helvetica, sans-serif;
font-size: 95%;
line-height: 1.3em;
color: #000;
margin-left: 0;
width: 100%;
}

/* --------------- STRUCTURAL --------------- */

p {
font-size: .9em;
text-align: justify;
margin: 10px 0 10px 0;
padding: 0 0 0 0;
}
img.center {
display: block;
margin-left: auto;
margin-right: auto;
}
ul {
list-style-type: square;
font-size: .85em;
}

/*
unique FS style
*/

.copyright {
font-size: .6em;
color: #999;
text-align: left;
width: 100%;
margin: 0;
padding: 0;
}
.divide {
font-size: 2em;
font-weight:bold;
color: #ccc;
vertical-align: 10%;
}
.marker {
color: #ccc;
font-weight:bold;
padding: 1px 8px 1px 8px;
}
.small {
font-size: .8em;
line-height: 1.2em;
color: #7b7b7b;
font-weight: normal;
}
.splash {
color: #444;
text-align: left;
font-size: 1em;
line-height: 1.4em;
margin: 0 100px 0 0;
padding: 0;
}
.splash:first-letter {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 310%;
padding: 5px 5px 0 0;
float: left;
}
.splash2 {
color: #444;
text-align: left;
font-size: 1em;
line-height: 1.4em;
margin: 40px 100px 40px 0;
padding: 0;
}
.splash3 {
color: #8c8c8c;
text-align: left;
font-size: 1.35em;
line-height: 1.35em;
margin: -30px 0 0 0;
padding: 0;
}
.wrapR {
float: right;
margin: 0 75px 0 0;
padding: 0;
}

/* --------------- NAVIGATION --------------- */

ul#nav_choices {
font-family: verdana, helvetica, sans-serif;
list-style-type: none;
font-size: .85em;
font-weight: bold;
line-height: 1.8em;
padding: 0;
}
ul#nav_choices li {
display: inline;
margin: 0 20px;
}

/* --------------- DEFAULT LINKS ----- */


a:link, a:visited {
color: #666;
text-decoration: none;
}
a:hover, a:active {
color: #fff;
text-decoration: none;
}

/* --------------- MENU LINKS --------------- */

a.nav:link, a.nav:visited {
color: #222;
text-decoration: none;
}
a.nav:hover, a.nav:active {
color: #fff;
text-decoration: none;
}

/*
links for within running text :: dotted underscore
*/

a.text:link, a.text:visited {
color: #333;
font-weight: normal;
text-decoration: none;
border-bottom: 1px dotted #fff;
}
a.text:hover, a.text:active {
color: #fff;
font-weight: normal;
text-decoration: none;
border-bottom: 1px solid #ccc;
}

/* --------------- POSITIONING --------------- */

#identity {
margin: 5px 0 0 0;
width: 100%;
height: 125px;
}
#content {
width: 790px;
vertical-align: top;
margin: 0 0 0 150px;
padding: 0;
}
#navigate {
margin: 20px 0 50px 0;
}
.column1 {
display: table-cell;
width: 50%;
vertical-align: top;
}
.column2 {
display: table-cell;
width: 50%;
vertical-align: top;
}
}


