@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	}

html{
	background:#cee070 /*url(img/bottom_leafs_bird.jpg) bottom right no-repeat fixed */;

}

body{
/*	background:url(img/bg_flower_bird.jpg) top left no-repeat; gray deactivated since Kirstin doesn't like it*/
	color:#000;
	font-family:arial, sans-serif;
	/* min-height:862px; gray isn't sure why he had this in the first place, probably something to do with the background image*/
	}
a{
	text-decoration:none;
	color:#2D277F;
	}

a:hover{
	color:#146A00;
}

a img{
	color:#CEE070;
}

a:hover img{
	color:#B1BF5F;
}
	
h1 {
	font-size:20px;
	margin:0;
	padding:0 0 1em 0;
	}
	
h2 {
	font-size:18px;
	margin:0;
	padding:.5em 0;
	}	

h3 {
	font-size:16px;
	}
p{
	margin:0;
	padding:0 0 1em 0;
	line-height:1.3em;
	}

ul {
	margin-left:25px;
	}	


	
/**************elements ********************/

#wrap{
	width:780px;
	/*background:url(img/bg_green_transparent.png);*/
	margin:0 auto;
	position:relative;
	/*the following selectors create the centered differentiated lighter colored rounded box for content*/
	padding:5px 20px 30px;
	background:#F5FFBF none repeat scroll 0 0;
	margin:10px auto;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #B6CF26;
	}
	
#header{
	position:relative;
	text-align:right;
	height:76px;
	border-bottom: 1px solid #000;
	margin-bottom:15px;
	}
#logo{
	float:left;
	width:334px;
	height:76px;
	border-width:0;
	}

#content{
	position: relative;
	}	

/****************************NAVIGATION********************************/

ul#nav{
	position:absolute;
	bottom:3px;
	right:0;
	margin:0;
	padding:0;
	font-size:12px;
	}

ul#nav li{
	float:left;
	list-style:none;
	padding:0 2px;
	text-transform:uppercase;
	}

ul#nav_gallery{
	position:absolute;
	top:-10px;
	right:0;
	margin:0;
	padding:0;
	font-size:11px;
	}
	
ul#nav_gallery li{
	float:left;
	list-style:none;
	padding:0 2px;
	}	

ul#nav_gallery li a.current{
	color:#146A00;
	}	
	
div#galleries {
	margin:0 auto;
	min-height:200px;
	}
	
/****************************HOMEPAGE********************************/

#home_images{
	position:relative;
	height:500px;
	}

	#img_1{
		position:absolute;
		top:0px;
		left:0px;
		}
	#img_2{
		position:absolute;
		top:0px;
		left:347px;
		}
	#img_3{
		position:absolute;
		top:0px;
		left:556px;
		}
	#img_4{
		position:absolute;
		top:174px;
		left:556px;
		}

/****************************GALLERY TABLES********************************/

      /* basic styles for default table layout */
      table {
        width: 650px;
        table-layout: fixed; /* needed to cope with very long words */
      }
      td {
        font-size: 1em;
        overflow: hidden; /* very long words will be truncated */
        padding: 0 0.5em 1.8em 0.5em;
        vertical-align: top;
      }
      table.svlinks {
        width: 100%;
        padding:10px;
		margin:0 auto;
      }
      table.svlinks img {
        border-color: #FFF;
      }
      
      /* basic styles for div layout option */
      div.svlinks {
        text-align: left;
      }
      div.svlinks div {
        clear: both;
      }
      div.svlinks img {
        float: left;
        margin-bottom: 10px;
        border-color: #FFF;
      }
      div.svlinks p {
        float: left;
        width: 500px;
        padding-left: 10px;
      }
      .clearboth { /* see http://www.pixelsurge.com/experiment/clearers.htm */
      	clear: both;
      	height: 0;
      	margin: 0;
      	font-size: 1px;
      	line-height: 0;
      }

/****************************FOOTER********************************/

#footer{
	border-top: 1px solid #000;
	margin-top: 10px;
}
#footer p{
	font-size:12px;
	padding: 4px 0;
	}
	

.clear{
	clear:both;
	}
.left{
	float:left;
	}
.right{
	float:right;
	}
	
#credit {
	position:fixed;
	right:0;
	bottom:0;
	font-size:.7em;
	color:#593C00;
	}