/* Generic Styling */

body {
	font-family:"Lucida Calligraphy";
	font-size:9pt; /* Sets default font size to 10px */
	color:#0033FF;
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #000033;
	background-image: none;
	text-align: center;
	margin: 0 auto;
	display: table;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0000CC;
	border-right-color: #0000CC;
	border-bottom-color: #0000CC;
	border-left-color: #0000CC;
	}

* {
	text-align: center;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0cm;
	}

img {
	border:0;
	}

p {
	margin-bottom:5px;
	color: #036;
	text-align: center;
	}

a {
	text-decoration:none;
	color:#A6CAF0;
	font-weight: bold;
	}
a:hover {
	color:#FFCC00;
	text-decoration: none;
	}

/* Structure */

#wrapper {
	width:auto;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:transparent;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
	display: table;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	
	}
#menu {
	height:35px;
	line-height:35px;
	padding:0 10px;
	background-color: #00CCFF;
	background-image: none;
	background-repeat: repeat-x;
	}

/* Footer */

#footer-valid a {
	color:#ffffff;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

/* Heading's */

h1 {
	font-size:18pt;
	font-weight:bold;
	cursor:default;
	position:relative;
	top:auto;
	left:auto;
	letter-spacing:1px;
	color:#FFDF55;
	font-style:italic;
	text-align: center;
	font-family: "Lucida Calligraphy";
	}

/* Feed */

#feed {
	height:50px;
	width:50px;
	padding-left:26px;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: none;
	background-repeat: no-repeat;
	}
a.feed-button {
	display:block;
    width:100px;
    height:25px;
    background:url("images/button-feed.png") 0 0 no-repeat;
    text-decoration: none;
	}
a:hover.feed-button {
	background-position:0 -25px;
	}

.header {
	background-repeat: no-repeat;
}
.footer {
	background-repeat: no-repeat;
	background-position: 0px -450px;
}
.privacy {
	font-size: 7pt;
}

/* Photo Navigation */
div#navigation {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	margin: 1ex 0 1ex 0;
}

div#navigation table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#navigation td.previous {
	text-align: left;
	width: 100px;
}

div#navigation td.index {
	text-align: center;
}

div#navigation td.next {
	text-align: right;
	width: 100px;
}

div#navigation td.thumbcell {
	width: 100px;
	border-style: solid;
	border-color: #D7D7D7;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#navigation td.thumbcell img {
	border-style: none;
}

div#navigation td.selected {
	border-style: outset;
	border-width: 2px;
}

div#navigation span.home {
	display: block;
	padding-bottom: 1em;
}

/* Photograph */
div#photograph {
	text-align: center;
	margin: 1ex 0 1ex 0;
}

div#photograph img {
	margin: 0 auto 0 auto;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

/* Photograph Title */
h1.title {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	margin: 0px;
	color: #3F0;
}

/* Photograph Caption */
p.caption, p.description {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 0.8em;
	display: block;
	width: 640px;
	margin: auto;
}
