/* based on reset.css from: */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ******************* */

body {
    font: 25px/27px Georgia, serif;
    font-family: Georgia, serif;
    line-height: 1.5;
}

#container {
    text-align: center;
    margin: 1em auto;
    width: 80%;
}

#uploadform {
    width: 700px;
}

#uploadform input {
    font: 25px/27px Georgia, serif;
}

.url, .title {
    text-align: center;
    margin: 1em;
    padding: 1em;
    border: 1px dashed #ddd;
    background: #eee;
}

.url a:visited, #footermenu a:visited {
    color: blue;
}

.image {
    text-align: center;
}

.image img {
    max-width: 500px;
    max-height: 500px;
}

#images_table tr td img {
    max-width: 100px;
    max-height: 100px;
}

div#footer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 500px;
    text-align: right;
    margin: 5px;
}

ul#footermenu {
    font-size: 60%;
    border-top: 1px solid #ddd;
}

ul#footermenu li {
    display: inline;
    margin: 5px;
}

#content {
    width: 500px;
}

#content h1 {
    margin-top: .75em;
    text-align: left;
    font-size: 120%;
    font-family: sans;
    margin-bottom: 10px;
    color: #999;
}

#content p {
    text-align: left;
    font-size: 65%;
}
