* {
	margin:0;
	padding:0;
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: small;
	background:#fff url(/images/gradient.gif) repeat-x left top fixed;
}

* html body {
	font-size: x-small; /* for IE5 Win */
	f\ont-size: small; /* for other IE versions */
}

/* WRAP */
	
#wrap {
	width: 2000px; 
	background: url(/images/bird_logo.gif) no-repeat left top;
}

/* HEADER */
	
#header {
	padding: 0 20px;
	height: 70px;
	
}

#header h1 {
	padding: 20px 0 0 140px;
	font-size: 240%;
	font-style:italic;
	color: #fff;
}

/* SIDEBAR */
	
#sidebar {
	float: left; 
	width: 150px;
	
} 
	
#sidebar div {
	
}

#sidebar div ul {
	padding: 0 10px 0 10px;
	list-style:none;
}

#sidebar div ul li a {
	text-decoration:none;
	color:#666;
}

#sidebar div ul li a:hover {
	color: #000;
}

#sidebar div ul li {
	border-bottom: 1px solid #FFF;
	padding-top: 6px;
}



/* CONTENT */
	
#content {
	float: right;
	width: 1840px;
}
	
#content div h1, #content div h2, #content div a, #content div h3 {
	color: #666;
}

#content div h1 {
	font-size: 2em;
	padding-bottom: 15px;
}

#content div h2 {
	font-size: 1.5em;
}

#content div p, #content div h2 {
	padding: 10px 0;
	line-height: 1.4em;
}

#content div p a:hover {
	color:#000;
}

.floatright {
	float:right;
	margin-left: 15px;
}
/* constrain the width of pages other than the single image gallery pages to 650px */
.constrain {
width: 650px;
}

/* STYLES FOR BLOG POSTS */

.posted {
	clear: both;
	margin-bottom: 25px;
	color: #666;
	line-height: 165%;
	padding: 3px 0 15px;
	border-bottom: 1px dashed #999;
}

/* PAGE NUMBERING STYLES */

.previous_next a:hover {
	color:#000;
}
  
/* STYLES FOR THE THUMBNAIL IMAGES */

div.thumb {
	float: left;
	height: 170px;
	padding: 10px 10px 0 0;
}
  
div.thumb {
	font-size: 0.9em;
	text-align: center;
   }
   
div.thumb p {
	padding-top: 10px;
}
   
   
/* ENLARGED IMAGE STYLE */

div.enlarged {
	float: left;
	width: 630px;
	text-align:left;
}

div.enlarged p {
	font-size: 1em;
   text-align: left;
   padding-top: 10px;
   }
   
div.enlarged h3 {
	font-size: 1.5em;
	text-align: left;

}
   

/* FOOTER */
	
#footer {
	clear: both;
	padding: 10px 0 20px 160px;
	font-size:0.85em;
}

#footer a {
	color:#666;
}

#footer a:hover {
	color:#000;
}