﻿
/*
    How to size text using ems
    http://www.clagnut.com/blog/348/ 
*/

*
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    
	margin: 0px;
    padding: 0px;
    border: 0px;
}

body 
{
    background: url(Images/Theme/tree_small.png) bottom left no-repeat;
}


/*
	Headings
*/

h1
{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom:1px solid #C1D6FF;
    line-height: 20px;
    width: 80%;
}

h2
{
	font-size: 12px;
    font-weight: bold;
	line-height: 15px;
}



p
{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 15px;
}



/* Blue, with orange hover
a 
{
    color: #1E90FF;
    text-decoration: none;
}
a:hover 
{
    color: #FF4500; 
    text-decoration: none;
    border-bottom: 1px solid #bbb;
}
*/
a 
{
    color: #1E90FF;
    text-decoration: none;
    border-bottom: none;
}
a:hover 
{
    color: #FF4500; 
    text-decoration: none;
    border-bottom: 1px solid #bbb;
}




ul, ol
{
	padding-left: 15px;
}

ul
{
	list-style: disc;
}

ul.spaced li
{
    margin-bottom: 10px;
}




.content .border
{
    border: solid 1px #CCC;
    background-color: #F6F6F6;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.footerBox
{
    background-color: #FFFFE8; 
    border: 1px solid #ddd; 
    padding: 10px;
}




/* Blue border with padding */
.ImageBorder
{
    padding: 2px; 
    border: 1px solid #C1D6FF;
}

.Caption
{
    font-size: 10px;
    color: #3B260E;
}



/* Kind of like a paragraph block */
.block, .funky-border, .front-page-quote, .quote
{
	margin-bottom: 40px;
}

.funky-border
{
    border: solid 1px #92A512;
    background-color: #F5FFE5;
    padding: 7px;
}
.front-page-quote
{
    border: solid 1px #D9EABE;
    background-color: #F5FFE5;
    padding: 7px;
}



/* Just a sentence or two which needs to stand out */
.content .quote
{
    border: solid 1px #CCC;
    margin-left: 70px;
    margin-right: 70px;
    padding: 7px;
    color: #5B5B5B;
}
.content .quote .text
{
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}
.content .quote .author
{
    text-align: center;
    font-size: 10px;
    margin-bottom: 0px;
}
