/*
Theme Name: Family Notes
Theme URI: http://www.gardneragency.com
Description: Custom 2 col theme for Family Works
Version: 1.0
Author: The Gardner Agency
Author URI: http://www.gardneragency.com
Tags: green, custom header, fixed width, two columns, widgets

	Family Notes v1.0
	 http://www.family-works.com

	The CSS, XHTML and design is released under GPL:
	Layout Based on http://www.code-sucks.com 

*/



A, A:active, A:visited
{
	color: #334F35;
  text-decoration: none;
  font-weight:bold;
}
A:hover
{
    color: #6D8D70;
    text-decoration: underline;
}


* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image: url('images/pagetile.jpg');
 background-repeat: repeat;
 background-color: #2B6239;
 line-height: 140%;
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#faux {
 background: url('images/2col_background.png');
 margin-bottom: 0px;
 padding-left: 10px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 902px;
  border-left: 5px solid #babba9;
  border-right: 5px solid #babba9;
}
#header {
 color: #333;
 width: 892px;
 padding: 10px;
 height: 70px;
 margin: 10px 0px 0px 0px;
 border-top: 5px solid #babba9;
 border-bottom: 1px solid #babba9;
   border-left: 5px solid #babba9;
  border-right: 5px solid #babba9;
 background-image: url('images/textbg.jpg');
 background-repeat: repeat;
}
#topnavigation{
width: 892px;
 height: 24px;
 margin: 20px 0 0 0;
 padding: 0px;
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 190px;
 float: left;

}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 670px;
 display: inline;
 position: relative;
}
#footer { 
 width: 902px;
 clear: both;
 color: #fff;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 border-top: 5px solid #babba9;
 text-align:center;
}

#footer a {color: #FFFFFF; text-decoration: none; font-size: 90%;}
#footer a:visited {color: #FFFFFF; text-decoration: none ; font-size: 90%;}
#footer a:hover {color: #999999; text-decoration: underline ; font-size: 90%;}  


.clear { clear: both; background: none; }
H1, H2, H3
{
 FONT-FAMILY: Times, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold
}
H1
{
	font-size: 170%;
	font-style:italic;
	margin-bottom: 5px;
}
H2
{
	font-size: 150%;
	line-height: 100%;
	color: #334F35;
  margin-bottom:0px;
	margin-top: 10px;
}
H3
{
	font-size: 130%;
	margin-top: 10px;
	margin-bottom:0px;
}
H4
{
	font-size: 100%;
	line-height: 100%;
	margin-top: 2px;
	margin-bottom:0px;
}
H5
{
	font-size: 100%;
	line-height: 10%;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #666600;
}
H6
{
	color: #ADADAD;
	font-size: 7pt;
	font-weight: normal
}


.entry p{
margin: 10px;
}

.entry ul{
margin: 20px;
}

img.alignright{
align:right;
margin: 5px 0 5px 10px;
float:right;
border: 1px solid #000000;
}
img.alignleft{
align:left;
margin: 5px 10px 5px 0;
float:left;
border: 1px solid #000000;
}
