html, body
{
	font-family:arial,helvetica,sans-serif;
	font-size:16px;
	margin:0;
	padding:0;
}


@media only screen and (max-width: 480px)
{
	body
	{
		background: url(square-myst-mountains.jpg) no-repeat center center fixed;
	}
	
	h1
	{
		margin: 0 0 2px 0;
	}
	
	input[type=button]
	{
		width:110px;
		background-color:#ddd;
	}
	
	.link, .wlink
	{
/*		margin-top:3px; */
		box-sizing:border-box;
		background-color:#000;
		color:#fff;
		float:left;
		text-align:center;
		padding-top:10px;
	}
	
	.link
	{
		border-right:1px solid #fff;
		width:25%;
	}

	.wlink
	{
		width:50%;
	}


	

	#explain
	{
		overflow:hidden;
		margin-bottom:20px;
	}

	#explain div
	{
		box-sizing:border-box;
		border-top:1px solid #ccc;
		padding:8px;
	}

	#alllists
	{
		padding:8px;
		box-sizing:border-box;
	}

	#alllists div p { height:42px; }

	#alllists div
	{
		box-sizing:border-box;
	}

	.workhorse, .workhorse-split, #loginform
	{
		width: 100%;
		margin-bottom:10px;
		/* overflow:hidden; */
		background-color:#fff;
	}

	#lister, #listviewer { }
	
	#lister
	{
		margin-top:8px;
		height:100px;
		border-bottom:1px solid #000;
		overflow-y:scroll;
	}

/*
	#explain div, #alllists, #loginform, #search, #lister, #listviewer, #details, #one-list
	{
		background-color:rgba(255, 255, 255, 0.95);
		width:100%;
	}

*/

	#explain div, #alllists, #loginform, #search, #lister, #listviewer, #details, #one-list
	{
		width:100%;
	}



	#newButton
	{
		width:100%;
		background-color:#ccc;
		box-sizing:border-box;
	}

	.salt
	{
		background-color:#fff;
		font-weight:bold;
		color:#000;
	}


	.linkheader
	{
		height:16px;
		display:block;
		margin:0;

		padding:2px 4px;
		text-decoration:none;
		color:#fff;
		color:inherit;
	}

	.linkheader div
	{
		display:none;
	
	}


	.luxuryhelp 
	{
		display:none;
	}


	#navigation
	{
		margin-top:1px;
	}
	
	.linkheader:hover
	{
		text-decoration:underline;
	}

	
}


@media only screen and (min-width: 481px)
{
	body
	{
		background: url(BW_tree.jpg) no-repeat center center fixed;
	}
	
	h1
	{
		margin:0;
	}
	
	input[type=button]
	{
		width:150px;
	}

	.link
	{
		width:387px;
	}

	.wlink
	{
		width:782px;

	}

	.link, .wlink
	{
		margin:8px 0 0 8px;
		float:left;
		border:1px solid #ccc;
	}
	
	#explain
	{
		overflow:hidden;
		margin-bottom:20px;
	}

	#explain div
	{
		float:left;
		margin-left:16px;
		border:1px solid #ccc;
		width:227px;
		height:300px;
		padding:8px;
	}

	.workhorse
	{
		padding-bottom:6px;
	}

	.workhorse, .workhorse-split
	{
		background-color:rgba(255, 255, 255, 0.95);
		overflow:hidden;
		width: 800px;
		margin: 10px auto;
		border:1px solid #222;
	}

	#alllists div
	{
		float:left;
		width:227px;
		margin:10px 0 10px 16px;
		padding:8px;
	}
	
	/* Kind of a workhorse -- this one... */
	#loginform
	{
		background-color:rgba(255, 255, 255, 0.95);
		
		margin:10px auto;
		border:1px solid #ccc;
		width:500px;
		overflow:hidden;
	}

	/* For the workbench */
	#lister
	{
		display:table-cell;
		width:180px;
		border-right:1px solid #000;
	}

	#listviewer
	{
		display:table-cell;
		padding-left:1px;
	}

	#newButton
	{
		width:180px;
	}
	
	
	.salt
	{
		background-color:#fff;
		font-weight:bold;
	}


	.linkheader
	{
		height:16px;
		display:block;
		margin:0;
		background-color:#ccc;
		padding:2px 4px;
		text-decoration:none;
		color:#000;		
	}


	.linkheader:hover
	{
		text-decoration:underline;
		background-color:#fff;
	}
	
}

#purl
{

	width:120px;
	height:18px;
	margin:0;
	padding:0;
	text-align:right;
	display:inline-block;
	direction: rtl;
	overflow:hidden;
	margin-bottom:-4px;



}


.buttonrack
{
	width:100%;
	overflow:hidden;
}

/*
input:first-child
{
	border-right:1px solid #fff;
background-color:red;
color:yellow;
}
*/


.buttonrack input
{
	width:50%;
	border-right:1px solid #fff !important;
}


/* For the workbench */
#lister
{
	background-color:#fff;		
	padding:6px;
}

#listviewer
{
	padding-bottom:6px;
	overflow:hidden;
}


#search-results
{
	padding:8px;
}


#navigation
{
	overflow:hidden;
}

.link,.wlink
{
	height:54px;
	box-sizing:border-box;
	overflow:hidden;
}


.workhorse-split
{
	display:table;
	height:200px;
}


body
{
	
	background-size:cover;
}

h1
{
	width:100%;
	background-color:#000;
	color:#fff;
	font-size:36px;
	height:40px;
	padding: 0 10px;
}

h2,.bionic-h2
{
	background-color:#000;
	color:#fff;
	font-size:18px;
	height:23px;
	margin:0;
	padding:0;
	padding-left:10px;

}

.bionic-h2
{
	width:100%;
	overflow:hidden;
}

h2 span
{
	float:left;
}


input[type=button]
{
	height:23px;
/*	width:150px; */
	border:0;
	padding:0;
	font-size:16px;
	border-radius: 0;
	-webkit-appearance: none;
/*	outline: none; */
}


input[type=text], input[type=email], input[type=password]
{
	background-color:#fff;
	padding-left:10px;
	border:0;

	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;

	width:100%;
	border-radius: 0;
	-webkit-appearance: none;
	box-sizing:border-box;
}

select
{
	border:0;
	background-color:#fff;
}

option { 
    color:#fff;
    background-color: #000;
}


select:focus
{
	outline: none;
}


input[type=checkbox]
{
	text-align:center;
	vertical-align: middle;
	width:16px;
	height:16px;
}

.swp
{
	height:23px;
	width: 24px;
	display:inline;
}



textarea
{
	padding:10px;
	border:0;
	border-top:1px solid #000;
	background-color:#fff;
	box-sizing:border-box;
	max-width:100%;
	min-width:100%;
	border-radius: 0;
	-webkit-appearance: none;
}

#account span, .linker
{
	cursor: pointer;
}

.logoutlink
{
	color:#fff;
	display:inline;
	float:right;
	margin-right:20px;
	margin-top:14px;
	font-size:14px;
	cursor: pointer;
	text-decoration:none;
}

.logoutlink:hover
{
	color:#000;
	background-color:#fff;
	text-decoration:underline;
}

#todolists
{
	width:100%;
}


.listOption
{
}

.listOption:hover
{
	background-color:#eee;
	cursor: pointer;
}

.listRow
{
	margin-left:8px;

}

.funcButton
{
	float:right;
	margin-left:1px;
}


.help
{
	border:1px solid #ddd;
	background-color:#eee;
	padding:10px;
	width:95%;
	margin:10px auto;
	font-size:16px;
	font-style:italic;
	color:#444;
}

#debug
{
	margin-top:20px;
	margin-left:170px;
	border:1px dotted #000;
	width: 800px;
}


#loginButton
{
	float:right;
}

.field
{
	background-color:#fff;

}

.fieldCombo
{
	margin-top:12px;
}

.fieldcaption
{
	padding-left:6px;
}


.fauxfield
{
	color:#777;
	padding-left:10px;
}

.public-list-url
{
	margin:16px 4px 0 4px;
	background-color:#eef;
}


.clicker
{
	color:blue;
	margin-left:10px;
	cursor: pointer;
}

.clicker:hover
{
	text-decoration:underline;
}

.composite-input
{
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
}


h3, h4, h5, h6, em
{
	color:#000;
	font-size:14px;
	font-weight:bold;
	display:inline;
	margin:4px;
	font-style: normal;
}

h3 { color:red; }
h4 { color:green; }
h5 { color:orange; }
h6 { color:purple; }
em { color:blue; }

.business
{
	margin: 16px 0;	
	text-align:center;
	font-weight:bold;
}

.business img
{
	margin:6px auto;
	border:0;
	height:100px;
}






/* basic text */
.copy
{
	margin:10px;
	color:#666;
}

.startslow
{
	color:#888;
}





.discrete-link
{
	font-size:12px;
	cursor: pointer;
}

.discrete-link:hover
{
	text-decoration:underline;
	color:blue;
}


.noticeable-link
{
/*	font-size:12px; */
	cursor: pointer;
	text-decoration:underline;
}

.noticeable-link:hover
{
	color:blue;
}



.cat
{
	font-weight:bold;
}
