﻿/*
CSS for Anne Rutherford site
*/

body {
background-color: #FFC;
color: #000;
font-family: Trebuchet MS, Helvetica, Arial, sans-serif; 
font-size: 14px;
width: 825px;
margin: 0 auto;
}

td {
padding: 2%;
}

/*navigation bar*/

#navsite ul li {
display: inline;
font-size: 10px;
font-style: bold;
list-style: none;
margin: 0;
margin-top: 100px;
text-decoration: none;
}

#navsite ul li a {
color: #339;
font-size: 10px;
font-style: bold;
margin: .5%;
border: 0px solid #0FF;
text-decoration: none;
}

#navsite a:hover {
color: #339;
background-color: #FFC; 
}

#navsite a:active {
color: #F90;
}

/*a:link format*/

a {
text-decoration: none;
font-weight: bold;
}

a:link {
color: #339;
text-decoration: none;
}

a:hover  {
color: #339;
background-color: #9F3; 
}

a:active {
color: #F90;
background-color: #9F3; 
}

a img {
border: none;
}

/*end a:link format*/

blockquote {
background-color: #FFC;
color: #930;
font-size: 12px;
font-style: italic;
line-height: 130%;
padding: 2%;
margin: 3%;
}

/*<p> in blockquote; inherited*/
blockquote p {
color: #5a0f0a;
font-size: 10px;
font-style: normal;
margin: 0;
text-align: right;
}

h1, h2, h3, h4, h5, h6 {
color: #930;
font-family: Georgia, "Times New Roman", Times, serif;
margin: 0;
}

h1 {
font-size: 250%;
text-aligh: left;
}

h2 {
font-size: 200%;
text-aligh: left;
}

p {
text-align: left
line-indent: 1.4;
margin-top: 0;
font-size: 12px;
line-height: 130%;
}

/*positioning div*/


#imgcol {
float: right;
width: 100px;
background-color: #FFC; 
}

#colsingle {
background-color: #FFC;
padding: 1%;
text-align: left;
overflow: auto;
}

.txtbx  {
background-color: #930;
color: #FF9;
font-size: 12px;
font-style: normal;
padding: 2%;
text-align: center;
}

.txtbx2  {
background-color: #F90;
color: #930;
font-size: 12px;
font-style: normal;
padding: 2%;
text-align: center;
}


.txtbx3  {
background-color: #F90;
color: #000;
font-size: 12px;
font-style: normal;
padding: 2%;
text-align: left;
}

#pagehead {
height: 110px;
background-image: url(../images/all/newcover.jpg);
background-repeat: no-repeat;
background-color: #FFFFCC;
padding-left: 2%;
}

#footer {
color: #9F3;
background-color: #930;
font-size: 10px;
font-weight: bold;
clear: both;
text-align: center;
}

/*image alignment*/

.string {
font-size: 10px;
text-align: left;
margin: 0;
}

.ctr { 
text-align: center;
}

.caption {
font-size: 10px;
font-weight: bold;
text-align: center;
line-height: 100%;
margin-top: 0;
}

.capdet {
font-size: 9px;
text-align: center;
line-height: 100%;
margin-top: 0;
}

.px12 {
font-size: 12px;
line-height: 130%;
text-align: left;
margin-top: 0;
}

.px10 {
font-size: 10px;
text-align: left;
margin: 0;
}

.floatleft {
float: left;
margin: 1%;
}

.floatright {
float: right;
margin: 1%;
}

.linkhd {
font-size: 10px;
font-style: bold;
margin-top: 0;
margin-right: 3%;
text-align: right;
text-decoration: none;
}

.title {
color: #930;
font-size: 14px;
font-weight: bold;
margin-bottom: 0;
letter-spacing: 1pt;
text-align: left;
}

.sub {
font-size: 12px;
font-style: italic;
text-align: left;
margin: 0;
}

.spc {
height: 300px;
}


