﻿/*
CSS for Natural Spanish site
*/


body {
font-family: Verdana, Helvetica, Arial, sans-serif;
background-color: #d9ffb3;
line-height: 125%;
padding: 0;
margin: 0;
}

h1,h2, h3 {
font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
font-size: x-large;
background-color: #006400;
color: #ffff00;
padding-top: 1em;
padding-bottom: 0.2em;
padding-left: 4.9em;
margin: 0;
background: #006400 url(backgrounds/rainforest2.jpg);
}

h2 {
color: navy;
font-size: 130%;
font-weight: normal;
padding-top: 10px;
}

h2, ul {
margin-top: 15px;
}

h3 {
color: navy;
font-size: 110%;
font-weight: normal;
padding-top: 25px;
}

#tagline p {
color: #ffff00;	    	
font-style: italic;
font-weight: bold;
font-family: Georgia, Times, serif;
padding-top: 3.5em;
padding-left: 9.1em;
padding-bottom: 31px;
margin: 0;	
background: #006400 url(backgrounds/rainforest2.jpg);	
}

li {
font-size: small;
list-style-type: disc;
}


.post-body div, p {
font-size: small;
color: navy;
}


a {
font-weight: bold;
}

a:link {
color: #191970;
}

a:visited {
color: #004500;
}

a:hover {
text-decoration: none;
color: white;
background-color: #006400;
}

a:active {
color: aqua;
background-color: #006400;
}


.fun {
color: #0000CD;
font-family: Georgia, Times, serif;
letter-spacing: 0.05em;
}

.africa {
color: black;
}

.feature {
float: right;
margin: 10px;
}

.photocredit {
font-weight: normal;
color: gray;
font-size: xx-small;
}

.galleryphoto p {
font-size: 65%;
font-weight: bold;
margin-top: 0;
line-height: 1.4em;
}

.galleryphoto {
padding-bottom: 20px;
border-bottom: 1px solid navy;
margin-bottom: 10px;
}

#navigation {
width: 180px;
height: 319px;
background: #F0FFF0 url(backgrounds/forest.jpg) no-repeat;/*Uploaded on May 23, 2008
by Nikki&Michi FLCKR*/

}


/*
This section deals with the position of items on the screen.
It uses absolute positioning - fixed x and y coordinates measured
from the top-left corner of the browser's content display.
*/

#navigation, #bodycontent, #header {
position: absolute;
}

#navigation {
top: 6.1em;
}

#bodycontent {
top: 6.8em;
left: 200px;
margin-right: 2.9em;
}

#header {
width: 100%;
}


#image {
position: absolute;
}

#image {
top: 1px;
}

#noborder {
border: 0;
}



table.courses {
border-collapse: collapse;
padding: 0;
margin: 0;
margin-bottom: -10px;
}

table.courses th, table.courses td {
padding: 4px;
border: 1px solid #000066;
}

table.courses th {
font-size: x-small;
text-align: left;
background: #006400 url(backgrounds/405.jpg);/* Photo by Marianita */
color: #ffffff;
padding-top: 0;
padding-bottom: 0;
padding-left: 2px;
padding-right: 2px;
}

table.courses td {
font-size: small;
background: #e2edff url(backgrounds/td2.jpg) repeat-x top;
}

table.courses caption {
color: #000066;
font-size: small;
text-align: left;
padding-top: 15px;
padding-bottom: 5px;
font-weight: bold;
}

form.contact fieldset {
border: 2px solid navy;
padding: 10px;
}

form.contact legend {
font-weight: bold;
font-size: small;
color: navy;
padding: 5px;
}

form.contact {
padding: 0;
margin: 0;
margin-top: -15px;
line-height: 150%; 
}

form.contact label {
font-weight: bold;
font-size: small;
color: #0017AC;
}

form.contact label.fixedwidth {
display: block;
width: 320px;
float: left;
}

form.contact .buttonarea {
padding-left: 22.3em;
}

form.contact .buttonarea input {
background: #808080;
color: black;
font-weight: normal;
padding: 5px;
border-right: 1px solid black;
border-bottom: 1px solid black;
}


