/* CSS Document */
body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:85%;
	background-color:#666;
}

*.clear{
	display:block;
	height:1px;
	overflow:hidden;
	clear:both;
}
a {
	color:#049;
}
img {
	border:none;
}
td {
	vertical-align:top;
}
/* site */
#site {
	background:white url(../images/bg_site.png) top left repeat-y;
	margin:0 auto;
	width:776px;
}
/* header */
#header, #header-image, #menu, #content, #footer {
	padding:0;
}
#header, #footer {
	background-color:#09F;
	color:white;
}
#header {
	background:transparent url(../images/head_site.png) bottom left no-repeat;
	height:60px;
	margin:0;
	width:746px;
	padding:0 0 0 30px;
}
#header h1 {
	margin:20px 0 0 0;
	padding:0;
	width:168px;
	float:left;
}
#header h1 a {
	display:block;
	width:168px;
	height:32px;
	background-image:url(../images/title_swanpoint.gif);
}
#header h1 a span {
	display:none;
}
#header p.contact {
	margin:0;
	padding:25px 25px 0 0;
	width:10em;
	float:right;
	text-align:right;
}
#header a {
	color:white;
	text-decoration:none;
}
#header a:hover {
	text-decoration:underline;
}
#header-image {
	clear:both;
	padding:0;
	margin:0;
}
#header-image div {
	height:150px;
	width:750px;
	padding:0;
	margin:0 auto;
	border:1px solid black;
	background:black url(../images/header/sunset.jpg) top left no-repeat;
}
#header-image a {
	color:white;
	text-decoration:none;
	display:block;
	height:150px;
	padding:0;
	margin:0;
}
#header-image a span {
	display:none;
	padding:3px;
}
#header-image a:hover span {
	display:inline;
}
#header-image a:hover {
	border-width:0; /* IE hack */
}

#header-image div.lantern {
	background-image:url(../images/header/lantern.jpg);
}
#header-image div.snow {
	background-image:url(../images/header/snow.jpg);
}
#header-image div.sunset {
	background-image:url(../images/header/sunset.jpg);
}
#header-image div.houses {
	background-image:url(../images/header/houses.jpg);
}
#header-image div.ducks {
	background-image:url(../images/header/ducks.jpg);
}
#header-image div.flags {
	background-image:url(../images/header/flags.jpg);
}
#header-image div.whitetree {
	background-image:url(../images/header/whitetree.jpg);
}
#header-image div.running {
	background-image:url(../images/header/running.jpg);
}


/* menu */
#menu {
	padding:0;
	margin:0;
}
#menu ul {
	text-align:center;
	padding:5px 0;
	width:750px;
	margin:0 auto;
	
	background:#09F url(../images/bg_menu.png) top left repeat-x;
	color:white;
}

#menu ul li {
	display:inline;
	padding:0;
	margin:0;
}

#menu ul li a {
	padding:5px 20px;
	margin:0;
	color:white;
	text-decoration:none;
	border-right:1px solid #3AF;
	border-left:1px solid #15B;
}

#menu ul li a:hover {
	background-color:#3399DD;
	color:white;
}

#menu .selected a {
	color:black;
	background-color:white;
	padding-top:4px;
	border-top:1px solid #CCC;
	border-right-color:#666;
	border-left-color:#CCC;
}
#menu .selected a:hover{
	background-color:white;
	color:#666;
}

/* content */
#content {
	background:transparent url(../images/bg_swans.gif) bottom right no-repeat;
	padding:0 10px 0 0;
	width:740px;
	margin:0 auto;
}

h2 {
	color:#CCC;
	font-size:300%;
	margin:0;
	margin-left:.5em;
	padding:0;
}
h3 {
	font-size:175%;
	color:#F90;
	margin-top:1.3em;
	margin-bottom:0;
}
h3 a {
	color:#F90;
	text-decoration:none;
}
h3 a:hover {
	text-decoration:underline;
}
h4 {
	margin-bottom:.5em;
}
h4 a {
	color:black;
}
h4 .date {
	color:#999;
	font-style:italic;
	font-weight:normal;
	font-size:90%;
}
*.post h4 {
	border-bottom:1px solid #CCC;
}
*.post {
	margin:2em 0;
}
*.required {
	font-weight:bold;
	color:red;
}
#content #main {
	margin-right:200px;
	padding:5px;
}
#content #main li {
	margin-top:.25em;
	margin-bottom:.25em;
}
#content #main .body {
	margin-left:100px;
}
#content #main .body p {
	line-height:1.2em;
}
#content #main.wide {
	margin-right:0;
}
#content #main.wide .body {
	margin-left:2em;
	margin-right:2em;
}
#content #main img.left {
	float:left;
	margin-right:.5em;
	margin-bottom:.5em;
}
#content #main img.right {
	float:right;
	margin-left:.5em;
	margin-bottom:.5em;
}
#content .note {
	font-size:90%;
	color:#666;
}

/* sidebar */
#search {
	margin:1em .5em;
}
#side-bar {
	width:180px;
	float:right;
	margin:5px 0 0 0;
}
#side-bar .head {
	background:transparent url(../images/head_sidebar.gif) bottom left no-repeat;
	height:8px;
}
#side-bar .body {
	padding:1px 10px;
	font-size:.9em;	
	background-color:#EEE;
}
#side-bar h3 {
	font-size:125%;
	color:black;
	margin:.5em 0 0 0;
}
#side-bar h4 {
	color:#666;
	margin:1em 0 .25em 0;
}
#side-bar h4 a {
	color:#666;
	text-decoration:none;
}
#side-bar ol, #side-bar ul {
	padding-left:1.5em;
	margin:.25em;
	margin-bottom:1em;
}
#side-bar li {
	margin-bottom:.25em;
}
#side-bar .foot {
	background:transparent url(../images/foot_sidebar.gif) top left no-repeat;
	height:8px;
}

/* page-specific */
/* sitemap */
.sitemap ul {
	margin-bottom:1em;
}
/* gallery */
#content table.gallery {
	border-collapse:separate;
	padding:1px;
	margin:0;
}
#content table.gallery td {
	background-color:#EEE;
	border:1px solid #999;
	border-top-color:#CCC;
	border-left-color:#CCC;
	padding:2px;
	margin:0;
}

/* calendar */
table.calendar {
	border-collapse:collapse;
	background-color:white;
	border:2px solid #CCC;
	border-right-color:#999;
	border-bottom-color:#999;
	margin:3px auto;
	width:150px;
}
table.calendar td, table.calendar th {
	margin:0;
	border:1px solid #AAA;
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
table.calendar td.events {
	background-color:#EEE;
	color:white;
}
table.calendar td.today {
	font-weight:bold;
	font-style:italic;
}
table.calendar td.events.selected {
	background-color:#09F;
}
table.calendar td.selected a {
	color:white;
}

/* plants */
#content .plants table {
	border-collapse:collapse;
}
#content .plants table td, #content .plants table th {
	border:1px solid #666;
}

/* footer */
#footer {
	background:transparent url(../images/foot_site.png) top left no-repeat;
	color:white;
	height:48px;
	font-size:.8em;
	text-align:center;
	padding:0;
	margin:0;
}
#footer p {
	padding-top:.5em;
}
#footer a {
	color:white;
}