/* CSS for regular album skin */

body
{
	background: white;
	color: black;
	font-family: arial;
	font-size: 14px;
}

img.picture
{
	margin: 0;
}

/* Display the menu */
/*******************************************/
div.menu span
{
	margin: 0.5em;
}
div.menu
{
	margin: 0.5em;
}

/* Display the picture information */
/*******************************************/
div.pctinfo span
{
	font-weight: bold;
}
div.pctinfo div
{
	display: inline;
	margin: 1em;
}

/* Input form for picture text */
/*******************************************/
form.addtext
{
	margin: 0.5em;
}

/* Display the text for pictures from viewers */
/*******************************************/
div.pcttext span
{
	font-style: italic;
}
div.pcttext
{
	text-align: center;
}

/* Special handling when showing text for the whole album on a page */
/*******************************************/
div.listtext img
{
	float: left;
}
div.listtext
{
	display: block;
	clear: both;
	margin: 2em 0;
}

/* Displaying the thumbnail page */
/*******************************************/
div.thumbs
{
	display: inline;
	float: left;
	margin: 0.5em;

	height: 200px;
	width: 180px;
	text-align: center;
	border: thin dotted;
}

/* Displaying the urls related to this album */
/*******************************************/
div.urls span
{
	display: block;
}
div.urls
{
	clear: both;
	margin: 1em 0;
}

/* Displaying the address field on the bottom
/*******************************************/
address p
{
	margin: 0.3em;
}
address
{
	display: block;
	clear: both;
	font-size: 10px;
}

