@import url("style.css");

html, body {
	color: #A2A2A2;
	}

body {
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Lucida, Arial, Helvetica, èëíŒ, sans-serif;
	padding: 0;
	margin: 0;
	}
	
/*box around About and Search etc */


.albumtitle h1 {
	color: #6D6D6D;
	font-family: times newroman, serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0.2em 0;
	font-size: 20px;
	font-weight: normal;
	margin-left:5px;
	}

h2 {
	color: #6D6D6D;
	font-family: times newroman, serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: normal;
	}

h3 {
	font: 1.1em/120%
	margin-bottom: .3em;
	font-weight: normal;
	}

h4 {
	font-size: 1.0em;
	}

h5 {
	font: normal 0.8em;
	}

blockquote {
	margin: 1em 0;
	padding: 0 0 0 1.2em;
	border-left: 4px solid black;
	}

img {
	border: none;
	}

#content p {
	text-align: left;
	}

#content form p {
	text-align: left;
	}

#galleries a{
	font-size: 12px;
}

.disabledlink{
	font-size: 12px;
}

#content img {
	border: none;
}

.center {
	text-align: center;
	}

#content ol {
	margin-left: 3em;
	}

#content ul {
	list-style-type: disc;
	margin-left: 1.5em;
	}

#content a:link, a:visited {
	color: #6D6D6D;
	font-size: 12px;
	text-decoration: none;
	}

#content a:hover{
	text-decoration: underline;
	color: white;
	font-size: 12px;	
	outline: none;
	}

#content h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color: black;
	text-decoration: none;
	outline: none;
	}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#galleries{
	width:750px;
	display:block;
	float:left;
	margin-left:20px;
}

#pagegallery{
	display:block;
	float:left;
}
/* zenphoto */

.albumthumb {
	float: left;
	margin: 0 20px 0 0;
	width: 140px;
	cursor: pointer;
}

.imagethumb {
	float: left;
	margin: 5px 5px 0 0;
	height: 120px;
	width: 140px;
	cursor: pointer;
}

.clear {
	clear: both;
}

#back {
	margin: 20px 0 0 0;
	font-size: 0.9em;
}

#add{
	margin: 10px 0 0 0;
	font-size: 0.9em;
	text-align: right;
}

.pagelist li {
	display: inline;
}