* {
    padding: 0;
    margin: 0;
    font-size: 12px;
    list-style-type: none;
    font-family: "Arial Unicode MS", arial, verdana, sans-serif;
    text-decoration: none;
    outline: none;
    border: 0;
    letter-spacing: 0.3px;
}
a.selected {
    font-weight: bold;
}
.avatar{
float: left;
}
h1 {
    font-size: 22px;
}
h2,
h2 a {
    display: none;
    font-size: 24px;
}
h3 ,
h3 a{
    font-size: 20px;
}
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: 1px solid #cccccc;
    height: 15px;
    width: 250px;
    padding: 2px;
}
textarea {
    border: 1px solid #cccccc;
    height: 150px;
    width: 250px;
    padding: 2px;
    overflow: hidden;
}
input.submit {
    background: none;
    width: 15px;
    height: 11px;
}
button {
    margin-top: 10px;
    padding: 5px;
    font-weight: bold;
    border: 1px solid #CCCCCC;
}
.text,
.text * {
    line-height: 17px;
    font-size: 13px;
    text-align: justify;
}
.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: 1100px;
   margin: auto;
   padding: 5px 15px 15px 15px;
}
div#header {
   width: 1100px;
   height: 120px;
   margin-bottom: 20px;
   position: relative;
   border-bottom: 1px solid #c2c2c2;
}
div#footer {
   padding-top: 20px;
   height: 30px;
}
div#content {
    position: relative;
	left: 200px;
	width: 900px;
}

/* menu */
ul#menu {
	position: absolute;
    left: 0;
    top: 125px;
}
#menu li.level1 {
    display: compact;
	font-weight: bold;
	text-transform: capitalize;
	line-height: 2em;
    padding: 3px 0 3px 6px;
}
#menu li.level2 {
    display: compact;
	font-weight: bold;
	width: 150px;
    padding: 3px 4px 3px 20px;
}
#menu li.level3 {
    display: compact;
	font-weight: bold;
	width: 150px;
    padding: 3px 8px 3px 35px;
}
ul#languages {
    position: absolute;
    left: 0;
    top: 100;
}
ul#languages li {
    display: compact;
}


/* pager */
div.pager {
   width: 670px;
   padding: 5px;
   position: relative;
   height: 20px;
}
div.path {
   position: absolute;
   left: 0;
}

div.pages {
   position: absolute;
   right: 0;
}
div#filter_results div.pager {
    width: 890px;    
}

/* links */
ul.links li {
    height: 20px;
    padding-left: 10px;
}

/* filters*/
div.filters {
    float: left;
    width: 220px;
}
div.filters ul {
    margin-bottom: 8px;
}
div.filters ul li {
    padding: 5px 5px 0px 10px;
}
div.filters ul li.date {
    padding: 5px 5px 0px 0;
}
div.filters ul li img {
    margin-right: 5px;
}
div.filters ul li ul li {
    padding: 5px 5px 0px 30px;
}
h4 a.popup_filter {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
}
li a.popup_filter {
    background: url(../img/popup.png) no-repeat 3px;
    padding-left: 19px;
    color: #999999;
}
a.unfold {
    padding-left: 20px;
    background: url(../img/unfold.png) no-repeat;
}
a.fold {
    padding-left: 20px;
    background: url(../img/fold.png) no-repeat;
}

div#filter_results {
    position: relative;
    width: 900px;
}
div#filter_results h2 {
    font-size: 12px;
    color: #000;
    height: 25px;
}
div#filter_results h2 span,
div#filter_results h2 span a {
    font-size: 12px;
    color: #888;
    font-weight: normal;
}
div#filter_results h2 span a:hover {
    color: #000;
}
div#filter_results ul {
    width: 900px;
}
div#filter_results ul li {
    float: left;
    width: 160px;
    height: 160px;
    margin: 4px;
    padding: 5px;
    text-align: center;
    border: 1px solid #333;
    _margin: 3px;
}
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;
}

/* tools */
div.tools {
    width: 680px;
    height: 35px;
    position: relative;
}
form.search {
    position: absolute;
    right: 0;
    top: 80px;
}
form.search input.text {
    width: 173px;
}
div.xml {
    position: absolute;
    right: 0px;
    top: 3px;
}
div.select {
    position: absolute;
    right: 45px;
    top: 0;
    border: 1px solid #CCCCCC;
}
div.select div {
    position: relative;
    height: 19px;
    width: 198px;
    background: url(../img/select.png) no-repeat 180px 6px;
    cursor: pointer;
    z-index: 10;
}
div.select div span {
    display: block;
    padding: 2px;
    padding-left: 4px;
    color: #999999;
}
div.select ul {
    position: absolute;
    width: 198px;
    top: 19px;
    left: -1px;
    background: #ffffff;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}
div.select ul li a {
    display: block;
    height: 12px;
    padding: 4px;
}
div.select ul li a.selected {
    color: #fff;
}
div.select ul a:hover {
    background: #ffffff;
}

/* gallery tools */
div#gallery div.display {
    position: absolute;
    left: 210px;
    top: 3px;
}
div#gallery div.display a.button_details {
    background: url(../img/details.png) no-repeat 3px;
    padding-left: 18px;
}
div#gallery div.display a.button_thumbnails {
    background: url(../img/thumbnails.png) no-repeat 3px;
    padding-left: 19px;
}

/* blog */
div#blog_posts {
    width: 680px;
    float: left;
}
ul#posts li,
div#blog div.row {
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
}
div#blog div.row h3 a {
    color: #fff;
}
div#blog h3 {
    height: 20px;
}
div#blog h3 a {
    font-size: 15px;
}
div#blog div.details {
    margin-top: 15px;
}
div#blog div.details p {
    margin-bottom: 10px;
}
div#blog div.content {
    width: 660px;
    margin-top: 15px;
}
div#blog p.file {
    overflow: hidden;
    width: 640px;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    background: #000;
}

/* library */
div#library_tools,
div#library p.path {
    display: none;
}
div#library p.pager {
    width: 860px;
    text-align: right;
    padding-bottom: 10px;
}
div#library h3 {
    height: 25px;
    overflow: hidden;
}
div#library p.date {
    margin-bottom: 10px;
}
ul#texts {
    float: left;
}
ul#texts li {
    margin-bottom: 20px;
	width: 880px;
    padding: 10px;
    position: relative;
}
ul#texts li p.thumbnail {
    float: right;
    width: 320px;
    height: 240px;
    overflow: hidden;
    text-align: center;
}
ul#texts li a.button_read {
    background: url(../img/details.png) no-repeat 3px;
    padding-left: 18px;
}
ul#texts li div.preview, 
div#library div.chapo, 
div#library div.text  {
    width: 530px;
    padding: 0px 0 10px 0;
}
div#library div.pager {
    width: 890px;
}
/* text view */
div#library div.row {
    margin-bottom: 20px;
    width: 550px;
    padding: 10px;
    position: relative;
}
ul#text_medias {
    float: right;
}
ul#text_medias li {
    margin-bottom: 15px;
    text-align: center;
    width: 320px;
}
ul#text_medias li p.caption {
    padding: 5px;
}

/* gallery */
div#gallery_medias {
   width: 680px;
   float: left;
}
ul#medias li.thumbnails {
    margin-bottom: 20px;
    float: left;
    width: 320px;
    padding: 10px;
    position: relative;
}
ul#medias li.details {
    margin-bottom: 20px;
    width: 660px;
    padding: 10px;
    position: relative;
}
ul#medias li h3 a {
    font-size: 12px;
}
ul#medias li.thumbnails h3 {
   height: 21px;
   line-height: 18px;
   overflow: hidden;
   font-size: 11px;
}
ul#medias li.details h3 {
   font-size: 11px;
   padding-bottom: 5px;
}
ul#medias li.details p.date_details {
    height: 25px;
}
ul#medias li.thumbnails p.date_details {
    display: none;
}
ul#medias li p.thumbnail {
    width: 320px;
    height: 240px;
    overflow: hidden;
    text-align: center;
}
ul#medias li p.thumbnail img.no_thumbnail {
    margin-top: 20px;
}
ul#medias li.thumbnails p.description {
    display: none;
}
ul#medias li.thumbnails div.details {
   padding: 10px;
   width: 300px;
   height: 220px;
   position: absolute;
   left: 10px;
   top: 31px;
   display: none;
   overflow: hidden;
}
ul#medias li.thumbnails .hide_details {
    position: absolute;
    right: 7px;
    top: 5px;
}
ul#medias li.details div.details {
    float: right;
    width: 320px;
}
ul#medias li div.details p {
   padding-bottom: 5px;
}
ul#medias li.thumbnails p.date {
   padding-top: 5px;
}
ul#medias li.thumbnails p.date a {
   font-size: 11px;
}
ul#medias li.thumbnails .show_details {
   font-size: 11px;
}
ul#medias li.details .show_details {
    display: none;
}
ul#medias li.details .hide_details {
    display: none;
}
ul#medias li.details p.date {
   display: none;
}

/* gallery view */
div#gallery_image {
   width: 680px;
   float: right;
}
div#gallery div.media {
    text-align: center;
    overflow: hidden;
    padding: 15px;
    margin: 10px 0 10px 0;
}
div#gallery div.row table {
    margin-top: 10px;
}



/* comments */
div#gallery_comments,
div#blog_comments {
    width: 500px;
}
ul.comments
{
    margin-top: 20px;
}
ul.comments h4 {
    height: 30px;
}
ul.comments li {
    margin-bottom: 10px;
}
ul.comments li p {
    padding: 3px 0 3px 0;
}
ul.comments li p.date {
    margin-top: 3px;
}
form#form_comments {
    margin-top: 15px;
}

/* popup */
div#popup_filter {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 100;
    width: 400px;
    height: 500px;
    overflow: hidden;
}
div#popup_filter h4,
div#popup_image h4 {
    position: relative;
    padding: 10px 10px 5px 10px;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    height: auto;
}
div#popup_filter h4 a,
div#popup_image h4 a {
    position: absolute;
    right: 10px;
}
div#popup_image_content {
    padding: 15px;
}
div#popup_filter_content ul {
    height: 420px;
    overflow: hidden;
}
div#popup_filter_content li {
    height: 15px;
    line-height: 15px;
    padding: 5px 5px 0px 10px;
}
div#popup_mask {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
}
div#popup_image {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 100;
    width: auto;
    height: auto;
    overflow: hidden;
}
div#popup_filter div.filter_pager {
    position: absolute;
    bottom: 10px;
    height: 20px;
    width: 380px;
    left: 10px;
    text-align: center;
    z-index: 101;
}


/* meta bar */
div#meta_bar {
   height: 20px;
   padding: 5px 5px 0 5px;
   text-align: right;
}
div#meta_bar a {
   padding-right: 5px;
}
div#notice {
   position: absolute;
   top: 40px;
   left: 20px;
   font-weight: bold;
   display: none;
}
div#meta_user {
   float: left;
}
div#meta_admin {
   float: left;
}
div#meta_menu {
   position: relative;
   cursor: pointer;
   height: 20px;
}
div#meta_menu ul {
   top: 20px;
   position: absolute;
   width: 200px;
   background: #000;
}
div#meta_menu ul li a {
   display: block;
   text-align: left;
   padding: 5px;
}

/* tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	width: auto;
    padding:5px;
    text-align: left;
    left: -500px;
}
#tooltip h3, #tooltip div {
    margin: 0;
    font-family: Verdana, Helvetica, Arial, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
#tooltip h3 {
    font-weight: bold;
}
/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;

}
