/*
Here is the default style sheet for
simplecreatures dot net.
By Adam Brown
font-family: Verdana, Tahoma, Arial, sans-serif;
*/

body 
	{
	background-image: url("http://www.simplecreatures.net/source/src_img/simple-bg.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
	/*background-color: #cccc66;*/
	background-color: #333333;
	/* This is the arty farty font... /*
	/*font-family: "Century Gothic", Geneva, sans-serif;*/
	/*font-family: "Bitstream Vera Sans","DejaVu Sans","Trebuchet MS",Verdana,sans-serif;*/
	font-family: "Helvetica", "Arial", sans-serif;*/
	font-size: 75%;
	/*color: #666600;*/
	color: #909090;
	text-decoration: none;
	text-align: justify;
	/* margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%; */
	vertical-align: top
	margin: 0;
	padding: 0;
	}
	
a
	{
	color: #999;
	text-decoration: none;
	}

a:hover
	{
	text-decoration: none;
	}

/* Use this to make translucent grey division which makes the background image easier on the eye */
.translucent_div
	{
	background-color: #333333;
	opacity:0.7;
	filter:alpha(opacity=70);
	}
		

/* Some things used to define the bookmarks XSLT for the XBEL XML file (bookmarks.simplecreatures.net) */


li.folder
	{
	list-style-image: url("http://www.simplecreatures.net/source/src_img/folder.gif");
	}
	
li.file
	{
	list-style-image: url("http://www.simplecreatures.net/source/src_img/file.gif");
	/*list-style-type: circle;*/
	}
	
li.separation
	{
	list-style-type: none;
	}
	
.folder-title
	{
	font-weight: bold;
	color: #ffffff;
	}
	
.file-title
	{
	color: #ffffff;
	}
	
.folder-desc, .file-desc
	{
	color: #cccccc;
	font-size: 75%;
	margin-left: 2em;
	}
	
#the_page
	{
	margin: 0 auto;
	min-width: 900px;
	padding: 0;
	width: 85.7%;
	}
	
/* #navigator 
	{
	font-weight: bold;
	text-transform: uppercase;
	font-variant: normal;
	font-size: 200%;
	background-image: url("http://www.simplecreatures.net/source/src_img/tile.png");
	border: 2px #606060 solid;
	border-width: 2px 0px;
	margin: 0px;
	padding: 5px;
	}
*/
	#navigator
	{
	font-size: 200%;
	background-image: url(http://www.simplecreatures.net/source/src_img/tile.png");
	}
	
	
	#photoset_contents
	{
	margin-left: 150px;
	margin-right: 150px;
	margin-top: 5px;
	border: 1px;
	border-color: #ffffff;
	}
	
	#photoset_name
	{
	font-size: 150%;
	}
	
	#photoset_description
	{
	color: #ffffff;
	}
	
#content 
	{
	font-variant: normal;
	background-image: url("http://www.simplecreatures.net/source/src_img/tile.png");
	border: 2px #606060 solid;
	border-width: 2px 0px;
	margin: 0px;
	padding: 5px;
	}
	
#copyright_main
	{
	text-align: center;
	font-size: 80%;
	}
	


