/*---Kestrel Tool Stylesheet
Author: Adrienne Rice Adams
Company: Cloud Islands
URL: cloudislands.com
Date created: December 5, 2006
Date last modified: January 18, 2011
*
CSS copyright Cloud Islands; images copyright Kestrel Tool.
*
COLORS
Dark brown: #2F2929
Dark red: #4C2524
Dark blue: #2f4b62
Brown: #A2583F
Tan: #E4AF73
Buff: #FAF4C9
Turquoise: #557170
Light turquoise: #79A2A1
*
1. Global
2. Typography
3. Links & Lists
4. Images
5. Layout
6. Tables
7. Navigation
*
---*/

/*--- 1. Global ---*/

body {
background: #ffffff url(photos/background.jpg) repeat-y left top;
font-family: Georgia, Times, serif;
line-height: 1.6;
}
hr {
background: #79A2A1;
border: 0;
color: #DBCEAC;
height: 1px;
margin: 10px 0;
}
.rule {
border-top: 1px solid #79A2A1;
margin: 10px 0;
}

/*--- 2. Typography ---*/
h1 {
font-size: 1.2em;
}
h2 {
font-size: 20px;
color: #4C2524;
}
h3 {
font-size: 16px;
color: #2f4b62;
}
h4 {
font-size: 14px;
}
h5 {
font-size: 13px;
line-height: 1.6;
}
p {
font-size: .95em;
line-height: 1.4;
margin: 10px 0;
}
p.important {
font-style: italic;
font-weight: bold;
color: #4C2524;
}
span.caption {
width: 400px;
font-size: .8em;
font-style: italic;
text-align: center;
}
p.caption {
font-size: .8em;
font-style: italic;
text-align: center;
margin-bottom: 0;	
}
span.hide {
display: none;
}
span.important {
font-style: italic;
font-weight: bold;
color: #557170;
}
span.new {
font-style: italic;
font-weight: bold;
color: #557170;
}
span.title {
font-style: italic;
}
blockquote.contact {
border: 1px solid #E4AF73;
padding: 5px;
line-height: 1.4em;
text-align: center;
}
blockquote.shade {
border: 1px solid #E4AF73;
background: #f9f1e3;
margin: 5px 0;
padding: 10px 20px;
}
blockquote.contact p {
margin: 0;
}
.center {
text-align: center;
}

/*--- 3. Links & Lists ---*/
a, a:link {
color: #A2583F;
}
a:visited {
color: #4C2524;
}
a:hover {
text-decoration: none;
}
a.anchor {
color: #000;
}
ul {
font-size: .95em;
margin: 10px 0 10px 35px;
}
/*--- 4. Images ---*/

a img {
border: none;
}
img.left {
float: left;
background-color: #fff;
border: 1px solid #E4AF73;
margin-right: 15px;
padding: 3px;
}
img.right {
float: right;
background-color: #fff;
border: 1px solid #E4AF73;
margin-left: 15px;
padding: 3px;
}
.aligncenter, div.aligncenter {
margin: 0 auto;
padding: 5px;	
}
.alignright, div.alignright {
float: right;
margin: 12px 0 4px 16px;
padding: 10px;
}
.alignright-300, div.alignright-300 {
float: right;
width: 320px;
margin: 0 0 4px 16px;
padding: 10px;
}
.alignright-200, div.alignright-200 {
float: right;
width: 220px;
margin: 0 0 4px 16px;
padding: 10px;
}
div.photo {
border: 1px solid #E4AF73;
width: 400px;
margin: 15px 0 15px 110px;
padding: 10px;
text-align: center;
}
/*--- 5. Layout ---*/

#masthead_main  {
padding-left: 30px;
}

#masthead_inner {
text-align: center;
}
.disclaimer {
border-top: 1px solid #E4AF73;
border-right: 2px solid #4C2524;
border-bottom: 2px solid #4C2524;
border-left: 1px solid #E4AF73;
font-size: .9em;
text-align: justify;
margin-bottom: 15px;
padding: 20px 25px;
}
/*--- 6. Tables ---*/


#main {
width: 650px;
margin-left: 150px;
}

#main td {
padding: 10px 15px;
}
/*---special tables---*/
#lit {
border: 1px solid #4C2524;
border-collapse: collapse;
font-size: .9em;
}
#lit td {
border: 1px solid #E4AF73;
padding: 10px;
}
#crooked-spec, #adze-price, #adze-specs {
font-family: Arial, Geneva, sans-serif;
border: 1px solid #2f4b62;
border-collapse: collapse;
font-size: .8em;
margin-bottom: 15px;
}
#crooked-spec th, #adze-price th, #adze-specs th {
border-left: 1px solid #2F2929;
background: #E4AF73;
text-align: left;
padding: 3px;
}
#crooked-spec td, #adze-price td, #adze-specs td {
border: 1px dotted #E4AF73;
font-weight: normal;
padding: 3px;
}
#crooked-spec td.headers, #adze-price td.headers, #adze-specs td-headers {
text-align: center;
background:  #FAF4C9;
font-weight: bold;
}
td.item {
width: 3em;
}
table caption {
font-family: Georgia, Times, serif;
font-size: 16px;
font-weight: bold;
padding-bottom: 10px;
}
/*--- 7. Navigation ---*/
#kestrel_nav {
text-align: center;
font-size: .95em;
}

#tools_nav {
text-align: center;
font-size: .95em;
}



#footer {
color: #4C2524;
text-align: center;
}







