.block
{
    position: relative;
}

.text_default, .text_left, .text_gallery
{
    text-align: left;
}

.text_gallery
{
    clear: left;
}

.text_right
{
    text-align: right;
}

.text_center
{
    text-align: center;
}

.image_left, .image_default,
.subpagelist_default,
.subpagelist_left
{
    float: left;
    margin-right: 1em;
    margin-bottom: 0.5em;
    z-index: 10;
}

.image_right,
.subpagelist_right
{
    float: right;
    margin-left: 1em;
    margin-bottom: 0.5em;
    z-index: 10;
}

.image_center
{
    text-align: center;
    z-index: 10;
}

.image_gallery
{
    text-align: center;
    float: left;
    margin: auto;
    width: 50%;
    margin-bottom: 20px;
    z-index: 10;
}

.image_caption
{
    text-align: center;
    font-size: 90%;
}

.subpagelist_center,
.subpagelist_gallery
{
    margin: auto;
}

.subpagelist_default,
.subpagelist_right,
.subpagelist_left,
.subpagelist_center,
.subpagelist_gallery
{
    border: solid 1px;
    width: 20em;
    padding: 0.5em;
    margin-bottom: 1em;
}

.subpagelist_default h1,
.subpagelist_right h1,
.subpagelist_left h1,
.subpagelist_center h1,
.subpagelist_gallery h1
{
    font-size: 140%;
    font-weight: bold;
}

.subpagelist_default ul,
.subpagelist_right ul,
.subpagelist_left ul,
.subpagelist_center ul,
.subpagelist_gallery ul
{
    margin: 0;
    padding: 0;
    text-indent: -2em;
    margin-left: 2em;
}

.subpagelist_default ul li,
.subpagelist_right ul li,
.subpagelist_left ul li,
.subpagelist_center ul li,
.subpagelist_gallery ul li
{
    list-style: none;
    line-height: 1.8em;
}

.previewlist .preview
{
    border: solid 1px;
    padding: 0.5em;
    margin-bottom: 1.5em;
}

.filelist
{
    margin-bottom: 1.5em;
}

.filelist ul
{
    float: left;
    clear: left;
    margin: 0;
}

.filelist ul li
{
    float: left;
    list-style: none;
    border-bottom: solid 1px;
    padding-top: 2px;
}

.filelist ul li a
{
    text-decoration: none;
}

.filelist ul li.name
{
    width: 30em;
    padding-left: 5px;
}

.filelist ul li.modified
{
    width: 14em;
}


.paginate span
{
    margin-right: 0.5em;
}

.paginate .pages
{
    margin-right: 3.0em;
}

.breadcrumbs
{
    margin-bottom: 0.5em;
}

.tags
{
    xborder: solid 1px;
    float: right;
}

.comment_count
{
    margin-bottom: 10px;
}

.comment
{
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.comment .name, .comment .date
{
    float: left;
    width: 100px;
    text-align: right;
    clear: left;
}

.comment .name
{
    font-weight: bold;
}

.comment .date
{
    font-size: 80%;
}

.comment .text
{
    margin-left: 110px;
    xwhite-space: pre;
}

.comment_form
{
    width: 100%;
    float: left;
}

.comment_form h3
{
    margin-bottom: 8px;
}

form label
{
    font-weight: normal;
}

form .required label
{
    font-weight: bold;
}

form .error
{
    margin-bottom: 5px;
    padding: 3px;
    padding-left: 0;
}

form .error label
{
    margin-left: -2px;
}

form .error ul
{
    margin: 0;
    display: inline;
}

form .error ul li
{
   list-style: none;
   display: inline;
}

form div
{
    margin-bottom: 5px;
    float: left;
    width: 100%;
}

form label
{
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 10px;
}

form p.submit
{
    width: 100%;
    margin-left: 110px;
}

form textarea
{
    margin: 0;
    height: 100px;
}

img.captcha
{
    vertical-align: middle;
    margin-right: 5px;
    height: 26px;
    width: 83px;
}

#id_captcha_1
{
    width: 60px;
}

#tagged_image_gallery
{
    border: soild 1px;
    margin: 10px auto;
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
}

#tagged_image_gallery .galleria li
{
    margin: 0 5px;
    xborder: solid 1px white;
}

#tagged_image_gallery .galleria li.hover
{
    border-color: gray;
}

#tagged_image_gallery .galleria li.active
{
    border-color: black;
}

#tagged_image_gallery .galleria 
{
    float: none;
    margin: 0 auto;
    padding-left: 16px;

}

#tagged_image_gallery #big_image 
{
    height: 425px;
    min-height: 425px;
}

.clear
{
    clear: both;
}



