/*=========*/
/* General */
/*=========*/
body, div, span, table, th, td, a, h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    font-family: Tahoma;
    color: #FFFFFF;
}
body{
    font-size: 12px;
    color: #FFFFFF;
    background: #000000;
}
a {
    text-decoration:none;
    color:#FF9999;
}
a:hover {
    text-decoration:underline;
}
a:active
{
    outline: none;
}
a:focus
{
    -moz-outline-style: none;
}
img {
    border:0;
}
h1,h2,h3,h4,h5,h6 {
	color: #FFFFFF;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}
input, textarea, select {
    background-color:#DDDDDD;
    font:normal 13px Tahoma;
    color: #444444;
    padding:2px;
    margin: 0px;
    border: 1px solid #999999;
}
input:focus, input:hover, textarea:focus, textarea:hover {
	background-color:#F1E8E6;
	border: 1px solid #C24733;
}
.expand {
	clear:both;
}

/*======*/
/* main */
/*======*/
#main {
    clear: both;
}

/*=========*/
/* wrapper */
/*=========*/
#wrapper {
    clear: both;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
}

/*=========*/
/* banner  */
/*=========*/
#banner {
    width: 600px;
    margin-left: 75px;
    height: 60px;
    border-bottom: 1px solid #999999;
}
#banner a {
    text-decoration: none;
    color: #FFFFFF;
}
#banner div.name {
    float:left;
    padding-top: 28px;
    font-size: 23px;
    font-weight: bold;
    text-align: left;
}
#banner div.description {
    float:right;
    font-size: 23px;
    font-weight: bold;
    padding-top: 28px;
    text-align: right;
}

/*=======*/
/* Story */
/*=======*/
#story {
    width: 100%;
    padding-bottom: 15px;
    background: #000000;
}
#content
{
    margin-left: 75px;
    margin-right: 75px;
    margin-top: 8px;
    text-align: justify;
}
#navigator {
    clear: both;
    width: 100%;
}
#sidebar
{
    float: left;
    margin-right: 10px;
}
#extra
{
    float: left;
    margin-left: 10px;
}
#pagenav {
    float: left;
}
#prevpage, #nextpage {
    font-size: 18px;
    font-weight: bold;
    color: #444444;
}
#prevpage a, #nextpage a {
    text-decoration: none;
    color: #999999;
}
#prevpage a:hover, #nextpage a:hover
{
    color: #FFFFFF;
}

/*==========*/
/* #pagenav */
/*==========*/
#pagenav div.page,
#pagenav div.curpage {
    float: left;
    margin-left: 5px;
}
#pagenav div.page a,
#pagenav div.curpage a {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 7px;
    padding-right: 7px;
    color: #BBBBBB;
    border: 1px solid #BBBBBB;
    display: block;
}
#pagenav div.page a:hover,
#pagenav div.curpage a:hover {
    color: #000000;
    background: #BBBBBB;
    text-decoration: none;
}
#pagenav div.curpage a {
    color: #000000;
    background: #BBBBBB;
}

/*=========*/
/* content */
/*=========*/
#content div.articleimage
{
    float:right;
    margin: 15px 0px 15px 25px;
}
#content div.articledate
{
    font-size: 13px;
    color: #888888;
}

/*=====*/
/* log */
/*=====*/
#log div.date
{
    font-size: 13px;
    color: #888888;
}
#log div.image
{
    float:right;
    margin: 15px 0px 15px 25px;
}
#log img.thumbnail
{
    margin: 15px 0px 15px 25px;
}

/*=========*/
/* #browse */
/*=========*/
#browse {
    width: 590px;
    height: 440px;
    overflow: hidden;
}
div.galleries
{
    float:left;
    margin-left: 38px;
    display: inline;
}
div.galleries-img
{
    padding-top:14px;
    padding-bottom:0px;
}
div.galleries-title, div.galleries-count
{
    padding-top:2px;
    padding-bottom:4px;
    text-align: center;
    font-size: 16px;
}
div.galleries-count
{
    padding: 0px;
    padding-bottom: 18px;
    font-size: 13px;
}

/*==================*/
/* #content div.logs */
/*==================*/
div.logs
{
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
    overflow: auto;
    background-color:#181818 ;
}
div.logs-time
{
    float:left;
    font-size: 13px;
    color: #888888;
}
div.logs-title
{
    float:left;
    padding-left: 15px;
    font-weight: bold;
    font-size: 13px;
}
div.logs-description
{
    clear: both;
    padding-top: 10px;
    overflow: auto;
}
div.logs-more
{
    clear: both;
    text-align: right;
}
div.logs-left
{
    width: 400px;
    clear: left;
    float: left;
    overflow: auto;
}
div.logs-image
{
    float:right;
    margin: 15px 0px 0px 15px;
    background: #FFFFFF;
    text-align: center;
}
div.logs img.thumbnail
{
    margin: 0px 0px 15px 25px;
}

/*=============*/
/* #gallery... */
/*=============*/
#gallery-info {
    overflow: auto;
}
#gallery-title, #gallery-description
{
    float: left;
    width: 500px;
}
#gallery-title-label
{
    font-size: 14px;
}
#gallery-title-content
{
    font-weight: bold;
    font-size: 14px;
}
#gallery-image-number
{
    float: right;
    width: 95px;
    text-align: center;
}
#gallery-image-number span
{
    padding-left: 5px;
    text-align: right;
    color: #888888;
}
#gallery-image
{
    padding-top: 10px;
    text-align: center;
    overflow: auto;
}
#gallery-image-nav {
    padding-top: 10px;
    width: 100%;
    clear: both;
}
#gallery-image-navprev
{
    float: left;
    width: 50px;
}
#gallery-image-navnext
{
    float: right;
    width: 50px;
}
#gallery-image-title
{
    margin-left: 75px;
    margin-right: 75px;
    padding-bottom: 8px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
#gallery-image-description
{
}
#gallery-image-description p
{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#gallery-image-date
{
    float: left;
    color: #888888;
}
#gallery-image-id
{
    float: left;
    padding-left: 10px;
    color: #888888;
}
#gallery-image-links
{
    clear: both;
    width: 500px;
}
#gallery-image-links span
{
    padding-left: 6px;
}
#gallery-image-links span.label
{
    padding-left: 0px;
    font-weight: bold;
}
#gallery-thumbnails
{
    clear: both;
    padding-top: 10px;
}
#gallery-thumbnails span
{
    height: 95px;
    float: left;
    padding-top: 3px;
    padding-left: 3px;
}
#gallery-thumbnails span.current
{
    float: left;
    padding: 3px;
    margin-left: 3px;
    border: 1px solid #555555;
    background: #FFFFFF;
    margin-bottom: 20px;
}

/*==========*/
/* carousel */
/*==========*/
#carousel {
    height: 100px;
    overflow: hidden;
}
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 95px;
    height: 95px;
}
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
.jcarousel-skin-tango .jcarousel-container {
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 520px;
    padding: 10px 40px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  520px;
    height: 99px;
}
.jcarousel-skin-tango .jcarousel-item {
    width: 95px;
    height: 95px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.gif) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.gif) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
#carousel li.current {
    border: 1px solid #FFFFFF;
}

/*========*/
/* footer */
/*========*/
#footer
{
    clear: both;
    width: 600px;
    margin-top: 0px;
    text-align: center;
	left: 0px;
	background: #000000;
    color: #FFFFFF;
    border-top: 1px solid #999999;
    margin-left: auto;
    margin-right: auto;
}

/*============================*/
/* menu, languages, copyright */
/*============================*/
#menu, #languages, #copyright, #alopia
{
    clear: both;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}
#menu ul, #languages ul
{
    clear: both;
	list-style-type: none;
    margin: 0;
	padding: 0;
	text-align: center;
}
#menu li, #languages li
{
    display: inline;
}
#menu li a, #languages li a
{
    font-weight: bold;
    color: #999999;
    text-decoration: none;
}

/*======*/
/* Menu */
/*======*/
#menu
{
    padding-top: 15px;
}
#menu li a
{
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 18px;
    color: #BBBBBB;
}
#menu li a:hover
{
    color: #FFFFFF;
}

/*===========*/
/* languages */
/*===========*/
#languages
{
    margin-top: 10px;
}
#languages li a
{
    font-size: 13px;
    padding-left: 7px;
}
#languages li a:hover
{
    color: #FFFFFF;
}

/*===========*/
/* copyright */
/*===========*/
#copyright
{
    font-size: 11px;
    margin-top: 10px;
    color: #555555;
}

/*========*/
/* alopia */
/*========*/
#alopia
{
    margin-top: 5px;
}
#alopia a
{
    font-size: 11px;
    color: #555555;
}

/*=========*/
/* scripts */
/*=========*/
#scripts
{
    clear: both;
    width: 750px;
    margin-top: 10px;
    margin-bottom: 100px;
    text-align: center;
}

/*======*/
/* FORM */
/*======*/
div.form-fieldset
{
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: none;
    background: #181818;
}
div.form-fieldset-legend {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 8px;
    padding-left: 15px;
}
div.form-fieldset-legend a {
    font-size: 13px;
    font-weight: bold;
    color: #777777;
}
div.form-field {
    margin-top: 5px;
    padding-bottom: 5px;
    overflow:auto;
}
div.form-field-label {
    float:left;
    width: 120px;
    margin-top: 3px;
    text-align: right;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
}
div.form-field-content {
    margin-left: 150px;
    text-align: left;
}
div.captcha {
    width: 400px;
    text-align: left;
}
div.captcha img {
    cursor: pointer;
}
div.captcha-input {
    padding-top: 10px;
}
div.captcha-help {
    padding-top: 10px;
    color: #AAAAAA;
    font-size: 11px;
}

