html
{
/* todo: find a css valid way of doing that
	overflow: -moz-scrollbars-vertical;
	overflow-y:scroll;
*/
}
body {
	margin:0px;
	padding:0px;
	color: #111;
	text-align:center;
	background-color: #f9f9f9;
	font-family: Verdadna, Tahoma, Helvetica, sans-serif;
}
#centered {
	width:850px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
}

.fixed { font-family:Monaco, "Courier New", Courier, mono, sans-serif; }
p{margin:0;padding:0;}
#top A{
	color: #39F;
}
#top .title {
	color: #39F;
	font-size:3.2em;
	font-weight:900;
	margin-left:-4.58em;
	*margin-left:-4.65em;
	float:left;
}
#top .titleshadow {
	font-size:3.2em;
	color: #999;
	font-weight:900;
	float:left;
	margin-top:1px;
}
#top{
}
#top .logo{
	float:left;
	padding-left:20px;
	letter-spacing:.02em;
}
#top .subtitle{
	color: #111;
	float:left;
	padding-top:36px;
}
#top .intro {
	font-size: 1.0em;
	float:right;
	padding-top:20px;
	color: #111;
	letter-spacing:1px;
}
#ErrorMessage {
    width:830px;
    text-align:center;
    padding:5px;
	border:solid 2px #FF3300;
	color:#FF3300;
	margin:3px 0px 5px 3px;
}
#HomePage #control {
	clear:both;
	float:right;
	padding-bottom:2px;
	font-size:.7em;
}
#AlbumPage #control {
	font-size:.7em;
	clear:both;
	text-align: right;
	width:100%;
	margin:-4px 4px 2px 0px;
}

#center {
	background-color:#FFF;
	text-align:left;
	border: solid 1px #fc9;
	padding:0px 8px 0px 8px;
	width:682px;
	float:left;
	overflow:hidden;
}
#center .post{
	text-indent: 1.0em;
	text-align: justify;
	line-height: 1.3em;
	clear:both;
}
#center #theend {
	float:left;
	clear:both;
	border:solid 1px #fff;
	margin-top:-1px;
	width:100%;
	line-height:1px;
}
#center .title {
	color:#444;
	clear:both;
	font-size: 1.7em;
	font-variant: small-caps;
	padding:2px 0px 5px 0px;
}

#center > .subtitle {
	white-space:inherit;
}
#center .info {
	font-size: 0.9em;
	border-bottom: solid 1px #fc9;
	padding:3px;
	float:left;
	clear:both;
	width:auto;
}
#center .tags{
	font-size: 0.9em;
	float:left;
	width:450px;
}
#center .note{
	font-style: italic;
	float:right;
	font-size: 0.9em;
	color:#AAA;
}

#left {
	float:left;
	width:150px;
	clear:both;
	text-align:center;
	*margin-top:16px;
}
#left UL {
	list-style-type:none;
	margin:0px 0px 10px 0px;
	*width:100%;
}
#left LI {
}
#calendar {
	margin: 4px 0px 10px 0px;
	float:left;
	font-size: .7em;
}
#calendar TD{
	height:17px;
	width:14px;
	border:solid 1px #fc9;
}
#cloud{
	float:left;
}
#cloud span {
	font-size: 0.8em;
	display:block;
}
#cloud A {
	margin:4px;
	line-height:1.3em;
	vertical-align:-15%;
}
a { color:#06F; text-decoration:none}
a:hover { text-decoration:underline; }

/*
#cloud a, .tags a {color:#F63; text-decoration:none}
#cloud a:hover, .tags a:hover {text-decoration:underline;}
*/

#newpost {
	margin-top:3px;
	padding-bottom:5px;
	width:680px;
	float:left;
}
#newpost #newtitle {
	font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 1.5em;
	font-variant: small-caps;
	border:solid 1px #EEE;
	width:100%;
	float:left;
	height:1.4em;
	overflow:auto;
}
#newpost #newcontent {
	font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma, Helvetica, Verdana, sans-serif;
	border:solid 1px #EEE;
	float:left;
	width:100%;
	overflow:auto;
}
#newpost #newtags {
	font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
	border:solid 1px #EEE;
	width:100%;
	float:left;
	height:1.4em;
	overflow:auto;
}
#newpost #save {
	border:solid 1px #333;
	float:right;
	background-color: #CFC;
	margin-right:-4px;
	cursor:pointer;
}
#treeview
{
	padding-left:10px;
	width:160px;
	font-size:0.7em;
	float:left;
}
#treeview A
{
	color:#111;
	text-decoration:none;
	padding:2px 0px 0px 3px;
	height:14px;
	float:left;
}
#treeview A:hover
{
	color:#06F;
	text-decoration:underline;
}
#treeview .faded {
	color:#999;
}
#treeview IMG {
	float:left;
	border:none;
}
.folder {
	clear:both;
}
.folderOpened {
	font-weight: bold;
}
#uploadForm {
	padding:0px 20px 10px 20px;
	float:left;
	background-color: #FFF;
	width:638px;
	border: solid 1px #fc9;
}
#album {
	float:left;
	background-color: #FFF;
	width:675px;
	border: solid 1px #fc9;
	text-align:center;
}
#album #slideshow{
	font-size:1.2em;
}
#album #slideshow:hover {
}
#album .title {
	font-size:1.1em;
	color:#333;
}

#album .comments{
	font-size:.8em;
	color:#666;
}
#album .tags
{
	display:none;
	margin-top:-2px;
	font-size:.8em;
	color:#666;
}
#album .imgChkBox {
	float:left;
	margin-left:-20px;
	margin-top: 0px;
}
#album .picture {
	margin:5px;
	margin-left:31px;
	margin-right:15px;
	padding:5px;
	border:solid 1px #FFF;
	border-top:solid 0px #FFF;
	border-left:solid 0px #FFF;
	background-color:transparent;
	float:left;
}
#album.editing .picture {
	border:solid 1px #EEE;
	display:inline;
}
#album.editing .picture:hover {
	border:solid 1px #CCC;
}
#album .picture:hover {
	border:solid 1px #FFF;
	border-bottom:solid 0px #FFF;
	border-right:solid 0px #FFF;
}
#album.editing .picture A{}
#album .hidden
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
#album IMG {
	border: solid 0px #FFF;
}
#album HR {
	clear:both;
	border:solid 0px #FFF;
	border-top:solid 1px #ccc;
	height:1px;
}

#album .subAlbum {
	display: inline;
	margin:10px 35px 10px 35px;
	text-align:center;
	float:left;
	padding:1px;
	border:solid 1px #39F;
}
#album .subAlbum SPAN {
	border-top: dotted 2px #FFF;
	margin-top:2px;
	display:block;
	font-size:0.8em;
	padding:3px;
}
#album .subAlbum A {
	color:#39F;
	text-decoration:none;
}
.subAlbum A:hover {
	color:#39F;
	text-decoration:underline;

}
#showImage {
	padding-top:10px;
}
#imageNav {
	width:600px;
}
#nextImage {
	float:right;
}
#prevImage {
	float:left;
}
#repairImage {
	float:left;
	margin-left:33%;
}
#editFields, #imgActions {
	text-align:left;
	float:left;
	margin-left:20px;
	display:inline;
}

#editFields LABEL {
	text-align:right;
	width:100px;
	margin:10px 6px 4px 0px;
	float:left;
	clear:both;
	color: #39F;
}
#editFields .textInput {
	margin:7px 0px 4px 0px;
	float:left;
	width:300px;
	border:solid 2px #39F;
	font-family: Tahoma;
	font-size:16px;
}
#editFields .checkbox {
	border:solid 0px #FFF;
	float:left;
	swidth:14px;
	margin-left:7px;
	margin-top:6px;
}
#editFields #itemsParent {
	float:left;
	width:458px;
}
#itemComment {
	height: 40px;
}
#editFields {
	float:left;
	width:470px;
	margin-top: 20px;
}
#editTree {
	font-size:0.7em;
	width:160px;
	float:right;
}
#editTree LABEL {
	margin:5px 0px 0px 0px;
	clear:both;
	width:auto;
}
#album .treeSelect LABEL {
	clear:none;
	width:auto;
	color:#111;
	float:left;
	display:block;
	margin:2px 0px 0px 2px;
}
#album .treeSelect .checkbox {
	display:block;
	margin:2px 0px 0px 2px;
	height:12px;
	float:left;
}
#album .treeSelect IMG {
   display:block;
   float:left;
}
#album .treeSelect LABEL.faded {
	color:#666;
}

#itemForm #Save, #addForm #AddButton, #deleteForm #Delete {
	width:90px;
	float:right;
}
#itemForm #Save {
	margin-top:7px;
	margin-right:56px;
}
#reThumb {
	margin:20px;
	width:260px;
	text-align:center;
	padding:1px;
	border:solid 1px #39F;
	clear:both;
}
#addForm, #deleteForm {
	text-align:left;
	width:440px;
}
#sources {
	text-align:left;
	font-size:.7em;
	color:#666;
}
#sources SPAN {
	display:block;
}

#ftpTree {
	clear:both;
	margin-top:2px;
	font-size:0.8em;
	float:left;
	color:#999;
	width:100%;
}
#ftpTree DIV {
	clear:both;
}
#ftpTree LABEL {
	clear:none;
	width:auto;
	color:#111;
	float:left;
	display:block;
	margin:0px;
}
#ftpTree INPUT{
	display:block;
	margin:1px 0px 0px -1px;
	height:12px;
	float:left;
}
#ftpTree IMG {
   display:block;
   float:left;
   margin:0px;
}

#putUnder {
	font-size:small;
	float:left;
}

#validator{
	clear:both;
	color:#ccc;
	text-align:center;
	font-size:.6em;
	width:100%;
}