
/* Demo styles */
html, body{background:#222;margin:0;}
body {border-top:4px solid #000;}
.content{color:#aaa;font:12px/1.4 "helvetica neue",arial,sans-serif;width:720px;margin:6px auto;}
h1{font-size:32px;font-weight:normal;color:#ddd;margin:0;}
p{margin:0 0 20px}
a {color:#22BCB9;text-decoration:none;}
.cred{margin-top:20px;font-size:11px;}

/* This rule is read by Galleria to define the gallery height: */
#galleria{ height:500px; }

#gallerylist ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#gallerylist ul li { 
/*	display: inline; 
*/
	float: left;
	background-repeat: no-repeat;
	padding-top:69px;
}
#recreation{ 
	background-image: url(/gallerythumbs/recreation.jpg);
}
#landscape{ 
	background-image: url(/gallerythumbs/landscape.jpg);
}
#wildlife{ 
	background-image: url(/gallerythumbs/wildlife.jpg);
}
#dogs{ 
	background-image: url(/gallerythumbs/dogs.jpg);
}
#winthrop{ 
	background-image: url(/gallerythumbs/winthrop.jpg);
}
#travel{ 
	background-image: url(/gallerythumbs/travel.jpg);
}
#gallerylist ul li a{
	float: left;
	width: 69px;
	padding-right: 1em;
}
#gallerylist ul li a:hover
{
	color: #fff;
}
#separator
{
	clear:both;
}
#homelink
{
	float:right;
	margin-top: 2em;
	margin-right: 2em;
}
.fb-like-box
{
	float:right;
}