/*
Theme Name: Greenbay V2
Theme URI: http://www.dl2media.com
Description: Converted Greenbay OSWD template adapted for wordpress
Author: DL2 Media
*/

body
{
background-color: #DFE8D2;
font-family: trebuchet ms, verdana, arial, tahoma;
font-size: 85%;
margin: 25px;
}

*{
margin: 0px;
padding: 0px;}

a:active, a:visited, a:link
{
color: #718E48;
text-decoration: none;
}

a:hover
{
color: #000000;
text-decoration: none;
}


#container
{ 
width: 750px;
height: 100%;
margin: 0 auto 20px auto;
background: #F4F4F4;
border: 1px solid #677E43;
background-color: #f4f4f4;
}

#topheader
{
width: 750px;
height: 60px;

}

#topheader h1
{
text-align: right;
margin-right: 5px;
color: #ADC787;
font-family: vedana;
text-transform: lowercase;
font-size: 3.5em;

}

#menu
{
text-align: right;
margin-top: 8px;
height: 20px;

}

#menu a
{
margin-right: 15px;
text-transform: lowercase;
font-size: 1.0em;
text-decoration: none;

}

#header
{
border-top:1px solid #677E43;
border-bottom:1px solid #677E43;
color: #3A4925;
width: 100%;
margin-top: 10px;
height: 150px;
background-image:url('background.jpg'); background-repeat:repeat-x
}

#mainleft
{
color: #3A4925;
margin-top: 10px;
padding: 5px;
padding-bottom: 10px;
padding-right: 15px;
line-height: 175%;
width: 480px;
float: left;
margin-left: 20px;
}

#mainleft h1
{
font-size: 18px;
padding-bottom: 5px;
color: #96B766;
}

#mainleft h2
{
font-size: 14px;
padding-bottom: 5px;
margin-left: 5px;
color: #96B766;
//width: 250px;
}

p
{
color: #3A4925;
margin-top: 15px;
font-size: 12px;
margin-left: 10px;
}


#mainright
{
margin-right: 10px;
width: 150px;
float: right;
line-height: 175%;
margin-left: 0px;
margin-top: 10px;
text-align: left;
}

#mainright ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#mainright h2
{
font-size: 16px;
margin-left: 0px;
color: #96B766;
width: 250px;
}

#mainright p
{
//width: 250px;
font-size: 10px;
color: #3A4925;
margin-top: 15px;
margin-left: 0px;
}

#footer
{
font-size: 10px;
margin-bottom: 10px;
clear: both;
text-align: center;
width: 100%;
}

