/*
Stylesheet for use with bookmarks.py

Copyright (c) 2004 Moss Prescott

Permission granted for any use whatsoever, provided this notice remains 
intact, and as long as you don't hold me responsible for any resulting harm 
(whether to your bookmarks or otherwise). 
*/

html {
	background-color: #99f;
	font-family: helvetica, sans-serif
}

td.head p {
	text-align: center
}

table.main { 
	width: 100%;
	min-width: 750;
	max-width: 1000;
}

td.hot, td.recent, td.col, td.form, td.help {
	vertical-align: top;
	padding: 1em;
	border: 1px solid #339;
	background-color: white;
}

td.hot, td.recent {
	width: 50%;
}

td.col {
	font-size: 80%;
	width: 30%;
}

/* allows the "add" links to hang to the right of the headings */
h2, h3 {
	float: left;
	margin: 0 0.5em 0.25em 0;
}

/* undo the above */
h2.form {
	float: none;	
}

/* reverse-indent the links, so they can be distinguished in narrow columns */
div.link {
	margin-left: 1em;
	text-indent: -1em;
	clear: left;
}

/* a little space between categories */
div.cat {
	margin-bottom: 1.5em;
}

