/* Body
================================================*/
body { background-color: #0a0a0a; color: #e0e0e0; font-family: Verdana, Verdana, Geneva, sans-serif; font-size: 14px; }
hr.space {background: #0a0a0a; color:#0a0a0a; }
 
/* Layout
================================================*/
.container { margin-top: 0; }

#header { margin-bottom: 25px; }
#main { /*margin-top: 20px;*/ }
#content { }

/*
.siteInfo { margin-top: 40px; }
.siteInfo p { font-size: 0.85em; color: #969696; text-transform: none; }
*/

.alignRight { text-align: right; }
.copyright { font-size: .85em; }
.framed { border: 1px solid #1e1e1e; padding: 5px; }

p img { float: right; margin-top: 0; margin-left: 4em; margin-right: 0; }

/* Standard elements
================================================*/
h1, h2, h3 { color: #f5f5f5; }

/* Links
================================================*/
a, a:visited { text-decoration: none; outline: none; /*color: #8d8ec1;*/ color: #999; }
a:hover, a:active, a:focus { color: #fff;}
a.selected { /*text-decoration: underline;*/ color: #fff; }

/* Navigation
================================================*/
#menu { text-transform: lowercase; }
#menu ul { list-style: none; margin: 0; padding: 0; }
#menu ul ul { margin-left: 20px; display: none; }
#menu li a { margin-bottom: 5px; }
#menu li a { display: block; }

/*a.portfolio, a.portfolio:visited { color: #969696; text-decoration: none; } */

/* Slides
================================================*/
#slide-controller, 
#slide-nav { font-size: .85em; margin-top: 10px; }

#slide-controller span, 
#slide-nav span { cursor: pointer; padding: 5px; background-color: #1e1e1e; /*color: #a34737; */}

#slide-controller span:hover,
#slide-nav span:hover { color: #f5f5f5; }

.jFlowControl,
.jFlowPrev,
.jFlowNext { color: #a34737; }

.jFlowSelected { color: #666; }

#slide-wrapper { padding: 32px 32px 24px 32px; border: 1px solid #1e1e1e; }


/* Slide2
================================================*/
.sliderGallery {
    overflow: hidden;
    position: relative;
    padding: 0;
    height: 480px;
    width: 720px;
}

.sliderGallery ul {
    position: absolute;
    list-style: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.sliderGallery ul li {
    display: inline;
	margin-right: 30px;
}

.sliderGallery hr { margin: 0; padding: 0; }

.slider {
    width: 720px;
    height: 17px;
    position: relative;
    /*margin-left: 32px;*/
	/*top: 520px;*/
	/*top: -48px;*/
    /*padding: 1px;*/
	top: 10px;
    background: transparent url('/public/img/scrollbar.png') repeat-x;
}

.handle {
    position: absolute;
    cursor: move;
    height: 17px;
    width: 19px;
    top: 0;
    background: url('/public/img/handle.png') no-repeat;
    z-index: 100;
}

.slider span {
    color: #bbb;
    font-size: 80%;
    cursor: pointer;
    position: absolute;
    z-index: 110;
    top: 3px;
}

/* Style switcher
================================================*/
#styleLight { font-size: .85em; }
.lightBackground { 
	background-color: #f7f7f7; 
}

/* Comments
================================================*/
#comment_form label {
	font-weight:normal;
}

#comment_form img {
	float: none;
	margin:0;
}


