* {
    padding: 0;
    margin: 0;
    font-size: 11px;
    list-style-type: none;
    font-family: arial, verdana, sans-serif;
    text-decoration: none;
    outline: none;
    border: 0;
    letter-spacing: 0.4px;
    color: #fff;
}
body {
    background-color: #000;
}
a {
    color: #fff;
}
a.selected {
    color: #fff;
}
h1 {
    position: absolute; 
    top: 20px;
}
h1 a {
    font-size: 11px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.6px;
}
h2,
h2 a {
    display: none;
    font-size: 24px;
}
h3 ,
h3 a {
    font-size: 14px;
}
h4 {
    position: relative;
    margin-top: 4px;
    height: 19px;
}
h4,
h4 a {
   font-size: 15px;
}
td {
    vertical-align: top;
    padding: 2px 2px 2px 0;
}
td.title {
    width: 100px;
}
td p {
    height: 18px;
}
form {
    margin-bottom: 10px;
}
input {
    border: 0;
    height: 15px;
    width: 250px;
    padding: 2px;
    background-color: #444;
    color: #fff;
}
textarea {
    border: 0;
    height: 150px;
    width: 250px;
    padding: 2px;
    overflow: hidden;
    background-color: #444;
    color: #fff;
}
input.submit {
    background-color: #444;
    width: 15px;
    height: 11px;
}
button {
    margin-top: 10px;
    padding: 5px;
    font-weight: bold;
    background-color: #444;
    color: #fff;
}
.text,
.text * {
    line-height: 17px;
    font-size: 13px;
}
.chapo {
    line-height: 17px;
    font-weight: bold;
}
.caption {
    text-align: right;
    font-size: 10px;
}
label {
    display: block;
    padding: 10px 0 3px 0;
}
label.error {
    font-weight: bold;
    padding-top: 3px;
}
.invisible {
    display: none;
}
.message {
    margin: 20px 0 20px 0;
}
.message span {
    background-color: #ffc146;
    color: #000;
    font-weight: bold;
    padding: 10px;
}

/* layout */
div#container {
   width: 900px;
   margin: auto;
   padding: 5px 15px 15px 15px;
}
div#header {
   width: 900px;
   height: 50px;
   border-bottom: 1px solid #333;
   margin-bottom: 20px;
   position: relative;
}
div#footer {
   padding-top: 20px;
   height: 30px;
}
div#content {
    position: relative;
}

/* menu */
ul#menu {
    position: absolute;
    right: 0;
    top: 20px;
}
ul#menu li {
    display: inline;
    padding-left: 10px;
}
ul#menu li a {
    letter-spacing: 0.6px;
    color: #888;
}
ul#menu li a.selected {
    color: #fff;
}
ul#languages {
    position: absolute;
    right: 0;
    top: 0;
}
ul#languages li {
    display: inline;
    padding-left: 5px;
}


/* contact */
div#contact_text {
    position: absolute;
    left: 320px;
    top: 15px;
}

/* pager */
div.pager {
   width: 900px;
   position: relative;
   height: 20px;
}
div.path {
   position: absolute;
   left: 0;
}

div.pages {
   position: absolute;
   right: 0;
}
div#filter_results div.pager {
    width: 890px;    
}


div#filter_results {
    position: relative;
    width: 900px;
}
div#filter_results ul {
    width: 900px;
}
div#filter_results ul li {
    float: left;
    width: 205px;
    height: 160px;
    margin: 4px;
    padding: 5px;
    border: 1px solid #868686;
    _margin: 3px;
}
div#filter_results ul li p.thumbnail {
    width: 205px;
    height: 160px;
    overflow: hidden;
    text-align: center;
}
div#filter_results ul li p.name {
    text-align: left;
    padding-top: 5px;
}
div#filter_results ul li p.name a {
    font-size: 11px;
}
div#filter_results ul {
    padding-bottom: 10px;
}
div#filter_results div.filter_pager {
    position: absolute;
    right: 0;
    top: 0;
}
div#filter_results div.filter_pager strong {
    color: #000;
}

/* gallery */
ul#medias {
    margin-top: 10px;
    margin-bottom: 15px;
}
ul#medias li {
    float: left;
    width: 205px;
    height: 160px;
    margin: 4px;
    padding: 5px;
    border: 1px solid #868686;
    _margin: 3px;
}
ul#medias li p.thumbnail {
    width: 205px;
    height: 160px;
    overflow: hidden;
    text-align: center;
}

/* gallery view */
div#gallery_image {
   width: 900px;
}
div#gallery div.media {
    text-align: center;
    overflow: hidden;
    padding: 15px;
    margin: 10px 0 10px 0;
}
div#gallery div.row table {
    margin-top: 10px;
}


/* tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	width: auto;
    padding:5px;
    text-align: left;
    left: -500px;
    background-color: #000;
    color: #fff;
}
#tooltip h3, #tooltip div {
    margin: 0;
    font-family: Verdana, Helvetica, Arial, sans-serif; 
    font-size: 11px;
    font-weight: normal;
    color: #fff;
}


/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;

}
