/*
 * mpp default css file
 * http://www.ademar.org/make-photo-pages/
 *
 * Disclaimer: I suck at CSS and webdesign in general... contributions are more
 * than welcome and should be sent to ademar@ademar.org
 */

body {
        font-family: Sans-Serif;
	background-color: white;
	color: #333;
	padding: 1em 0.0em 0.0em 0.0em;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	text-align: left;
	padding: 0.0em 0.0em 0.0em 0.5em;
}

ul {
	list-style-type: square;
}

li {
	font-weight: normal;
	padding: 0.1em 0.0em 0.0em 0.5em;
}

img {
	text-align: center;
	border: 0;
}

table.content {
	background-color: #CCCCCC;
	width: 760px;
	padding: 1px 1px 1px 1px;
	border: none;
	border-spacing: 1px;
	/* FIXME: 'auto' works only on modern browsers */
	margin-left: auto;
	margin-right: auto;
}

table.pics-index {
	border: none;
	width: 100%;
	border-spacing: 1pt;
}

table.pics-index td {
	padding: 1px 10px 1px 10px;
}

table.thumbnails {
	font-size: 80%;
	width: 100%;
	border-spacing: 15pt;
}

table.thumbnails img {
	border: 3px solid #000;
}

table.thumbnails td {
	width: 33%; /* works well for 3 collums */
	border-style: none;
	text-align: center;
	vertical-align: top;
}

.picture {
	text-align: center;
}
.picture img {
	border: 5px solid #000;
}

pre.exif {
	font-size: 80%;
	background-color: #eee;
	margin-left: 2em;
	margin-right: 2em;
	padding: 8px;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: black;
}

pre.code {
	background-color: #eee;
	margin-left: 3em;
	margin-right: 2em;
	padding: 8px;
	border: 1px outset gray;
}

.desc {
	padding: 1.0em 1.5em 0.5em 1.5em;
}

.pic-header {
	padding: 1.0em 0.0em 0.5em 0.0em;
        font-size: 80%;
}

td.pics-lang-links {
	text-align: right;
}

td.pics-title2 {
	font-size: 150%;
	font-weight: bold;
}

.date {
	font-weight: bold;        
	font-size: 80%;
}

.footer {
	font-size: 60%;
	text-align: right;
}

.small90 {
	font-size: 90%;
}
