/*
Theme Name: Oliver Fisher
Theme URI: http://test.oliverfisher.org/
Description: The OFT Theme.
Version: 1.0
Author: Jay Pearson
Tags: mantle color, variable width, two columns, widgets

My Wordpress theme, Mine!
*/

BODY, HTML
{
    margin: 0;
    padding: 0;
    background-color: #EAF6E4;
    width: 100%;
    height: 100%;
    background-image: url(images/bkg.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

hr { clear: both; border: none; border-bottom: solid 1px #350; margin: 20px 0 40px 0; padding-top: 20px; }

.container 
{
    position: absolute;
    top: 275px;
    left: 140px;
    width: 790px;        
    padding: 12px 0 4px 15px;    
}

.body, .shadow {
  position: relative;
  bottom: 6px;
  right: 6px;
}

.body 
{    
    z-index: 98;
    width: 775px;
    border: solid 1px #fff;
    padding: 7px;
    min-height: 600px;
    background-image: url(images/content.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #fff;   
    display: block; 
}

.menu 
{ 
    position: absolute;
    top: 6px;
    left: 8px;
    font-family: Verdana, helvetica, Sans-Serif;
    font-size: 10pt;        
}

.menu a { color: #000; text-decoration: none; }

.menu a:hover { color: #350; text-decoration: underline; }

.home_links a { color: #350; text-decoration: none; font-size: 12pt; font-family: Trebuchet MS, Sans-Serif; font-weight: bold; }

.home_links a:hover { color: #690; text-decoration: underline; }

.shadow { background-color: #aaa; }

.content
{
    font-family: Verdana, helvetica, Sans-Serif;
    font-size: 9pt;
    color: #000;
    padding: 19px;
}

.content h1 
{
    font-family: Trebuchet MS, helvetica, Sans-Serif;
    font-size: 28px;   
    text-transform: uppercase;
    color: #690;
	float: none;
	clear: both;
}

.content h2 
{
    font-family: Trebuchet MS, helvetica, Sans-Serif;
    font-size: 18px;   
    text-transform: capitalize;
    text-decoration: underline;
    color: #350;
}

.content a { color: #690; text-decoration: underline; font-weight: bold; }

.content a:hover { color: #350; text-decoration: underline; }

.future 
{
    position: absolute;
    top: 145px;
    left: 335px;
}

.logo
{
    position: absolute;
    top: 235px;
    left: 620px;
    z-index: 99;
}

.photos 
{
    position: absolute;
    top: 40px;
    left: 2px;
}

.links
{
    position: absolute;
    left: 10px;
    top: 275px;
}

.links img { margin-bottom: 2px; }

#eventMenu {
	position: absolute; 
	top: 387px; 
	left: 175px; 
	border: solid 1px #350; 
	background-color: #fff;
	padding: 8px;	
	text-align: left;
	line-height: 20px;
	width: 152px;	
}

#topMenu {
	position: absolute; 
	top: 33px; 
	left: 344px; 
	border: solid 1px #350; 
	background-color: #fff;
	padding: 8px;	
	text-align: left;
	line-height: 20px;
	width: 142px;
}