/*

	Soucasse 1.0
	
*/

/* Basics
------------------------------ */
html,body{
    margin: 0;
    padding: 0;
    background: #000;
    height: 99%;
    font-family: verdana;
    color: #999;
    font-size: .9em;
}
select,
textarea,
input{
    border: none;
    background: #000;
    color: #999;
    font-size: inherit !important;
}
blockquote{
    color:#DFD7B5;
    text-align:justify;
    margin-left: 0;
    padding-left: 0;
}
a img{
    border: none;
}
ul{
    list-style: none;
}
a{
    color: #fff;
    text-decoration: none;
    outline: none;
}

body.index{
    background: #000 url(images/index.jpg) no-repeat bottom left;
    height: 99%;
}

/* Main Layout
------------------------------ */
#main{
    background: transparent url(images/body.jpg) no-repeat top right;
    height: 99%;
}

#header{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: #000;
    z-index: 1; 
}
#header h1{
    margin:0;
    border-top: 1px solid #a16644;
}
#header h1 a{
    float: right;
    margin-right: 90px;
    margin-top: -15px;
    text-indent: -99em;
    background:  #000 url(images/logo.jpg) no-repeat top center;
    height: 30px;
    width: 260px;
    outline: none;
}
#search{
    display: none;
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 1;
}
#search a{
    display: none;
}

#search_input{
    border: 1px dotted #999;
    width: 20em;
}
#search_submit{
    border: none;
}


#navigation{
    position: fixed;
    bottom: 0;
    width: 80%;
    height: 65px;
    z-index: 2; 
}
#navigation .menu{
    margin-left: 40px;
}
#navigation ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#navigation ul li{
    float: left;
    margin: 0;
    padding: 0;
}
#navigation ul li.menu-active{
    font-weight: bold;
}
#navigation ul.submenu{
    font-weight: normal;
}
#navigation ul li a{
    color: #999;
    text-decoration: none;
    padding: 5px;
    margin: 0 5px;
}
#navigation ul li a:hover{
    color: #fff;
}

#content{
    padding: 20px 350px 190px 50px;
}
#image{
    clear: both;
    text-align: center;
}

#image .wrapper{
    position: relative;
    display: inline;
    margin: 0 auto;
    text-align: left;
}
#image img{
    border: 5px solid #fff;
}
#image .previous{
    left: -6em;
}
#image .next{
    right: -6em;
}
#image .previous,
#image .next{
    position: absolute;
    top: 2em;
}
#image .previous a,
#image .next a{
    text-decoration: none;
    color: #999;
    padding: 2em;
}
#image .previous a:hover,
#image .next a:hover{
    color: #fff;
}
#image .description{
    position: absolute;
    right: -310px;
    width: 300px;
    bottom: 0;
    padding: 5px;
    color: #fff;
}
#images img{
    padding: 1px;
    border: 1px solid #fff;
}

#image h2#breadcrumb{
    font-size: small;
}
#breadcrumb a{
    text-decoration: none;
}

.image{
float: left;
margin: 10px;
}

#narrow{
    clear: both;
    padding: 10px 25%;
}

#slideshowlink{
    /*display: none;*/
    float: right;
}
#admin_data,
#admin{
    position: fixed;
    top: 0;
    right: 0;
    background: #000;
    width: 150px;
}
#admin_data{
    top: 14px;
}
#admin_data ul,
#admin_data li,
#admin h3{
    margin: 0;
    padding: 0;
    font-size: 12px;
}
#admin_data a,
#admin a{
    color: #fff;
    text-decoration: none;
}

.disabled_nav{
    display: none;
}
.pagelist{
    list-style: none;
    margin: 0;
    padding: 0;
}
.pagelist li{
    float: left;
    margin: 0;
    padding: 0;
}
.pagelist a{
    padding: 5px;
    color: #999;
}

#pagedthumbsnav{
    text-align: center;
}
#pagedthumbsnav .pagedthumbsnav-prev,
#pagedthumbsnav .pagedthumbsnav-next{
    display: inline;
}
#pagedthumbsnav a{
    border: 1px solid #999;
    display: inline-block;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 0; 
}
#pagedthumbsnav .pagedthumbsnav-prev a,
#pagedthumbsnav .pagedthumbsnav-next a{
    line-height: 40px;
    vertical-align: top;
    width: 40px;
}
#pagedthumbsnav a:hover{
    border: 1px solid #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.taglist ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.taglist li{
    float: left;
    margin-right: 1em;
}
.taglist li a{
    padding: 5px;
}

#tagContainer{
    clear: both;
}
.newsarticle{
    clear: both;
}
.disabledlink,#logout{
    display: none;
}
.description p {margin:0;}
body.index blockquote{margin-top: 4em;}
