/*
Cascading Style Sheet
CSS file created for 'Clouds' theme for ZenPhoto (http://www.zenphoto.org)
Created by Darrell Dudics (a.k.a. GameDudeX)
/*

/* SHARED CSS */
/* ********************************************************************** */
body {
	margin: 0;
	padding: 0;
	color: #CCC;
	background-image: url(images/enclosure2_04.png);
	background-attachment: fixed;
	background-repeat: no-repeat;	
	background-position: 0px -47px;
}

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

a:hover, a:active {
	color: #C3C394;
}

a img {
	border: thin inset #999999;
}

#header {
	margin: 0;
	padding: 0;
	width: 363px;
}

#header h2 {
	margin: 1.5% 0 1% 2.5%;
	color: #C3C394;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: capitalize;
}

#img_header_bg {
	background: transparent url(images/clouds_bg.jpg) repeat-y top right;
	width: 363px;
	margin: 0;
}

#img_header {
	width: 100%;
	background: transparent url(images/clouds.jpg) no-repeat top right;
}

#navigation {
	width: 363px;
	text-align: left;
	font: italic bold 1.5em "Times New Roman", Times, serif;
	clear: both;
}

#navigation ul {
	list-style-type: none;
	padding: 0;
}

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	padding: 0 .25em;
	color: #CCCCCC;
	background-color: #222;
}

#navigation ul li a:hover {
	background-color: #999999;
	color: #222;
}

#navigation .current a {
	background-color: #C3C394;
	color: #222;
}

/* image option 1
.image {
{
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 5% 5% 0;
	padding: 5px;
	display: block;
	padding: 7px;
	line-height: 0px;
	background: url('images/img-bg.png') no-repeat center ;
} */

.image {
	padding: 3px 3px 10px 3px;
	background-color: #BCBBA3;
	border: 1px solid #7b713f;
	float: left;
	margin: 0 10px 20px 10px;
	font: 1.5em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

#text {
	height: 104px;
	width: 230px;
	color: #DDDDBD;
	line-height: 1.28em;
	margin: 5 auto;
	text-align: justify;
	text-indent: 1em;
	overflow-y: auto;
	overflow-x: hidden;
}

#text div {
	text-align: justify;
}

#footer {
	position: absolute;
	clear: right;
	bottom: 10px;
	right: 10px;
	color: #D7BBC9;
	text-align: right;
}

#options, #info {
	font: normal normal .7em arial, helvetica, sans-serif;
}

/* GALLERY PAGE CSS */
/* ********************************************************************** */
#albumList {
	float: none;
	width: 363px;
	clear: both;
	margin: 0px;
}

/* ALBUM PAGE CSS */
/* ********************************************************************** */
#imageList {
	margin: 0 0 0 0;
	float: left;
	width: 75%;
}

/* IMAGE PAGE CSS */
/* ********************************************************************** */
#text #comments {
	margin: 15px 0;
	padding: 15px 15px 0 15px;
	border: 1px solid #676B6A;
}

#commentControl {
	margin: 0 0 15px 0;
}

#commentControl p {
	display:inline;
	font: normal normal .7em arial, helvetica, sans-serif;
}

#commentForm {
	font: italic bold .8em "Times New Roman", Times, serif;
	width: 100%;
	margin: 0 0 15px 0;
}

#commentForm table {
	width: 100%;
}

#commentForm table td. {
	width: 100%;
}

#commentForm table input, textarea {
	border: 0;
	width: 100%;
}

#commentList {
	margin-bottom: 15px;
	height: 150px;
	overflow: auto;
}

#commentList .commentbody {
	margin-bottom: 5px;
	background-color: #676B6A;
	color: #D7BBC9;
}

