﻿


/*
    How to size text using ems
    http://www.clagnut.com/blog/348/ 
*/

*
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
    padding: 0px;
    outline: none;
}

html
{
    min-height: 100%;
}

body 
{
    font-size: 62.5%;
    margin: 20px;
    padding: 0px;
    border: 0px;
    background: url(Images/Theme/tree_small.png) bottom left no-repeat;
}


hr
{
    margin-bottom: 1.5em;
    border: none;
    border-bottom: 1px solid #ddd;
    border-width: 1px;
    height: 1px;
    width: 80%;
    text-align: center;
}

p
{
    font-size: 1.2em;
    line-height: 1.5em;
    /*margin-bottom: 1.5em;*/
}

.Caption
{
    font-size: 1em;
    color: #3B260E;
}

/* Blue border with padding */
.ImageBorder
{
    padding: 2px; 
    border: 1px solid #C1D6FF;
}


ul, ol
{
	padding-left: 1.5em;
	
	font-size: 1.2em;
    line-height: 1.5em;
}
ul
{
	list-style: disc;
}

ul.spaced li
{
    margin-bottom: 1em;
}

a 
{
    color: #1E90FF;
    text-decoration: none;
}
a:hover 
{
    color: #FF4500; 
    text-decoration: none;
    border-bottom: 1px solid #bbb;
}


input.text
{
    border: 1px solid #888;
    background-color: white;
    font-size: 1em;
    height: 1.5em;
    width: 15em;
}

input.button
{
    border: 1px solid #888;
    font-size: 1em;
}



.highlight
{
    font-weight: bold;
    background-color: #FFD9CC;
    padding: 1px;
}



.menuLinks
{
    width: 100%;
    background-color: #f8f8f8;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1em; 
}

.menuLinks td
{
    padding: 0.5em 0.5em 0.5em 0em;
    margin: 1em 0em 1em 0em;
}

.menuLinks td a
{
    /* Make sure menu items wrapping onto a new line 
    (when the browser is reduced in size) displays elegantly */
    line-height: 1.5em;
}


.footerBox
{
    background-color: #FFFFE8; 
    border: 1px solid #ddd; 
    padding: 0.5em;
}


.pageFooter
{
    color: #666;
}

.pageFooter img
{
    border: none;
    vertical-align: middle;
}



/*
	Headings
*/

h1
{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.5em;
    border-bottom:1px solid #C1D6FF;
    line-height: 2em;
    width: 80%;
}

h2
{
	font-size: 1.2em;
    font-weight: bold;
	line-height: 1.5em;
}

h3
{
    font-size: 1em;
    font-weight: bolder;
    line-height: 1.5em;
    color: #666;
}



/*
	Page content styles
*/

#Content
{
    background: url(Images/clouds_bg.jpg) top right no-repeat;
}

#Content table td
{
    vertical-align: top;
}

#Content table.text td
{
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}


/* Kind of like a paragraph block */
#Content .block, #Content .border, #Content .funky-border, #Content .quote
{
	margin-bottom: 2.5em;
}

#Content .border
{
    border: solid 1px #CCC;
    background-color: #F6F6F6;
    padding: 0.5em;
}


#Content .funky-border
{
    border: solid 1px #849610;
    background-color: #F5FFE5;
    padding: 0.5em;
}


/* Just a sentence or two which needs to stand out */
#Content .quote
{
    border: solid 1px #CCC;
    margin-left: 7em;
    margin-right: 7em;
    padding: 0.5em;
    color: #5B5B5B;
}
#Content .quote .text
{
    text-align: center;
    font-weight: bold;
}
#Content .quote .author
{
    text-align: center;
    font-size: 1em;
}
