/* css reset */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, sans-serif;
	color: #a2acad;
	background: #577c48;
	background-image: url('http://piskeris.dk/images/webcontent/background.png') repeat-x, 0, 0;
}

#contentContainer {
	margin-top: 20px;
}

#headerContainer {
	width: 960px;
	height: 188px;
	margin: auto;
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #3b2a22;
	font-family: Georgia, serif;
}

p {
	font-size: 0.9em;
}

a, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #a2acad;
}

#photoContainer, #wishlistContainer, #blogContainer {
	width: 400px;
}

#photoContainer {
	float: left;
}

#wishlistContainer {
	float: right;
}

#wishlistContainer img {
	float: right;
}

#blogContainer {
	margin: auto;
}

#mainContainer {
	width: 800px;
	margin: auto;
	margin-top: 20px;
}

/* wishlists */
#wishesContainer {
	width: 600px;
	margin: auto;
}

#wishesBody {
	padding: 15px;
	border: 1px solid #3b2a22;
	margin-top: 20px;
	margin-bottom: 20px;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	  
}

/* fotoalbum */
#photoTable {
	border: 1px solid black;
	padding: 5px;
}
#tablePhoto {
	border-collapse: collapse;
}

.photoCell {
	width: 25%;	
}

.rowOdd {
	background-color: #c8d2d3;
	height: 40px;
	color: #343a30;
}

.rowEven {
	background-color: #a1abac;
	height: 40px;
	color: #343a30;
}

.rowEven a, .rowOdd a {
	color: #343a30;
}

#divBodyOverlay {
	display: none;
	position: absolute;
	background-color: #000;
	color: #fff;
	z-index: 10;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0.6;
	filter: alpha(opacity=60)

}

#photoDisplay {
	display: none;
	position: absolute;
	height: 475px;
	width: 700px;
	margin: auto;
	background-color: #fff;
	color: #000;
	z-index: 20;
}

#leftPane {
	float: left;	
}

#imagePane {
	width: 640px;
	height: 480px;
	border: 1px solid #fff;	
}

#rightPane {
	float: right
}

#footPane {
	text-align: center;	
}

.photoLandscape {
	text-align: center;	
	border: 0px;
	height: 300px;
	width: 400px;	
}

.photoPortrait {
	text-align: center;	
	border: 0px;
	height: 400px;
	width: 300px;
}

#iknowiknow {
	border: none;
	margin-top: 40px;
	margin-left: 10px;
	margin-right: 10px;
}

#leftFrame {
	width: 110px;
	text-align: left;
	margin-top: 25%;
	margin-left: 10px;
	padding-top: 175px;
}

#photoFrame {
	width: 780px;
	text-align: center;
}

#rightFrame {
	width: 110px;
	text-align: right;
	margin-top: 25%;
	margin-right: 10px;
	padding-top: 175px;
	z-index: 20;
}

#descriptionFrame {
	text-align: center;
	font-size: medium;
}

.buttonContainer {
	width: 100%;
	text-align: center;
	height: 1em;
	margin-top: 10px;
	margin-bottom: 10px;
}

.nextPage {
	text-align: right;
	float: right;
}

.prevPage {
	text-align: left;
	float: left;
}

.buttonContainer a {
	text-decoration: none;
	color: #C91E27
}

.buttonContainer a:hover {
	text-decoration: underline;
	color: #C91E27
}

.rescaledThumb {
	vertical-align: middle;
	text-align: center;
	width: 60%;
	height: 60%;
	border: 1px solid white;
}

.photoLink img {
	border: none;
}

#newAlbum {
	margin-top: 20px;
}

#newAlbum p {
	margin-top: 20px;
}