/* MaxiGalley CSS
 * 
 * (TS)
 * Intended to be used with a standard forms.css
 */

/*
Thumbs
------
*/

.thumbscontainer {
	margin-bottom: 20px;
	}

.thumbscontainer:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        }

ul.thumbs li {
	list-style: none;
	float: left;
	margin:	5px;
	}

ul.thumbs li img {
	margin: 0 0 0 15px;
	height: 80px;
	}

#content ul.thumbs li a {
	margin: 0;
	border: none;
	padding: 0;
	}

.picturecontainer .title {
	font-weight: bold;
	}

.pagenumbers {
	margin: 15px;
	font-size: 1.4em;
	}

/* 
Manager
-------
*/

.managecontainer:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        }

#editform {
	margin: 0;
	padding: 0;
	width: 100%;
        }

.manager-nav a {
	margin-left: 20px;
	}

.uploadform, .managepicturecontainer {
        margin: 20px;
        border: solid 1px #0073b3;
        padding: 20px;
        }

.managecontainer textarea {
	width: 400px;
	}

.managepicture {
        float: left;
	margin-left: 120px;
        }

.checkboxes {
	margin-left: 120px;
	}

.checkboxes label, .checkboxes input {
	display: inline;
	float: none;
	width: auto;
	margin: 0 5px;
	}

.deleteform, .synchform, .deleteform form, .synchform form {
	display: inline;
	}
.deleteform input, .synchform input {
	margin: 2em 1em;
	}

.submit {
	margin: 0;
	}

#moonBox_caption {
	color: #000;
	font-size: 1.4em;
	}
