/* @group Basic */

body {

	background-color: #ECEBDD;

	color: #999;
	margin: 15px 40px;
	font: 11px/120% "Courier New", Courier, mono;
}

a {

	color: #a0a83e;
	text-decoration:none;

	}

a:hover {

	text-decoration:underline;

	}

img {
	border-style: none;
}

/* @end */

/* @group Layout */

#layoutmainportrait {
	margin-left: auto;
	margin-right: auto;
	width: 520px;
}

#layoutmainlandscape {
	margin-left: auto;
	margin-right: auto;
	width: 720px;
}

#layouttoplandscape {
	height: 25px;
	background: no-repeat url(/designphoto/bgtoplandscape.gif);
}

#layouttopportrait {
	height: 25px;
	background: no-repeat url(/designphoto/bgtopportrait.gif);
}

#layoutmiddlelandscape {
	padding-right: 60px;
	padding-left: 60px;
	padding-bottom: 10px;
	background: url(/designphoto/bgmiddlelandscape.gif) repeat-y;
}

#layoutmiddleportrait {
	padding-right: 60px;
	padding-left: 60px;
	padding-bottom: 10px;
	background: url(/designphoto/bgmiddleportrait.gif) repeat-y;
}

#layoutbottomlandscape {
	height: 25px;
	background: no-repeat url(/designphoto/bgbottomlandscape.gif);
}

#layoutbottomportrait {
	height: 25px;
	background: no-repeat url(/designphoto/bgbottomportrait.gif);
}
	
/* @end */

/* @group navigation */

#navigation {

	padding-bottom: 30px;
	padding-top: 30px;
}

#navigation a {
	padding-right: 5px;
	padding-left: 5px;
}

/* @end */

/* @group details */

#photo {
}

#details {
	text-align: right;
	padding-top: 15px;
	padding-bottom: 15px;
}

#details h1 {
	color: #C0BAAF;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
}

#details p {
	padding: 0;
	margin-top: 10px;
}

#exif {
	text-align: right;
}

#exif p {
	padding: 0;
	margin-top: 10px;
}

/* @end */

/* @group thumbnailrow */

#thumbnailrow {
	clear: both;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-right: -12px;
}

#thumbnailrow img {
	padding-bottom: 6px;
	border-bottom: 3px solid #fff;
}

#thumbnailrow.portrait img {
	margin-right: 5px;
	padding-bottom: 6px;
	border-bottom: 3px solid #fff;
	width: 40px;
	height: 40px;
}

#thumbnailrow.landscape img {
	margin-right: 12px;
	padding-bottom: 6px;
	border-bottom: 3px solid #fff;
	padding-top: 6px;
}

#thumbnailrow img.current-thumbnail {
	border-bottom: 3px solid #ccc;
}

/* @end */

/* @group Comments */


#showcomments ul {
	list-style-type:none;
	padding: 0;
	border-top:1px solid #eee;
	margin: 10px 0;
}

#showcomments li {
	border-bottom:1px solid #eee;
	padding-top: 10px;
	padding-bottom: 10px;
}

#showcomments li a {
	font-style: italic;
}

#showcomments li:hover {
	background:#eee;
}

#addcomment form {
	margin: 0;
	padding-bottom: 15px;
}

#addcomment .input {
width: 45%;
	font-size: 11px;
	color: #999;
	font: 11px/120% "Courier New", Courier, mono;
}

#addcomment textarea {
	width: 100%;
	height: 50px;
	font-size: 11px;
	color: #999;
	font: 11px/120% "Courier New", Courier, mono;
}

/* @end */

/* @group aboutbox */

#aboutbox {
	width: 270px;
	height: 285px;
	background: no-repeat url(/designphoto/aboutbox.gif);
	padding: 15px 15px 30px;
	text-align: left;
}
	
/* @end */

