/*
  Stylesheet for the Assemblage Template
  Index & Category Template
  Copyright (c) 2011 Yiannis Chatzikonstantinou
  http://yconst.com
*/

/* Colours */

body, a { color: #000; }

body { background:transparent; }

h3 a { color:#000; }

/* Typography */

body {
    font-family:'Helvetica', Arial, sans-serif;
    font-weight:normal;
    font-size:12px;
    line-height: 1.3;
    text-decoration:none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h3 {
    font-size:13px;
    font-weight:normal;
    margin:0px;
}

h4 {
    font-size:13px;
    font-weight:normal;
    margin:0px;
}

/* Layout */

html { overflow-y: scroll; }

body { margin: 8px 0; min-width: 440px }

img { border: none }

#outer-container {
    text-align:center;
    min-width:640px;
}


#title {
    text-align:left;
    margin:auto;
    padding: 0.3em 0;
width:100%;
height:auto;
    /*border-bottom:1px solid #ddd;*/
}

#frontimage{
    width: 100%;
}

#title a {
    font-size:18px;
}

#desc {
    min-width:620px;
    text-align:left;
    margin:0 auto;
    padding:0 0 1.8em 0;
    border-bottom:1px solid #ddd;
}

#desc p {
    font-size:18px;
    max-width:630px;
}

#tags {
    width:100%;
    display:none;
    min-height: 90px;
    height: auto !important;
    height: 101px;
    position:relative;
    margin:20px auto;
    text-align:left;
}

.tag {
    line-height:18px;
    color:#000;
    font-size:12px;
    font-weight: bold;
    cursor:pointer;
    padding-top:1px;
    text-transform:uppercase 
}

.compact .tag {
    color: #6e6e6e;
}

.tag:hover {
    color:#000;
}

.nest {
    display:block;
    float:left;
/*    width:220px;*/
    width:75px;
    margin:0 10px 0 10px;
    padding:10px 0 20px 0;
}

.compact .nest {
/*    width:148px;*/
    width:75px;
    margin:0 10px 0 10px;
    padding:10px 0 20px 0;

}

.compact .tag:after {
/*    content:"  ⟩ ";*/
}

.nestInvis {
    display:none;
    width:470px;
    
}

.compact .nestInvis2 {
    display:none;
    width:470px;
}


.compact .border-top {
    border-top:none;
}

.tagInactive {
    color:#888;
}

.compact .tagInactive {
    display: none;
}

.tagInactive:hover {
    color:#000;
}

#tip {
    font-size:11px;
    color:#777;
    z-index:1000;
    float:right;
    display:none;
    vertical-align:middle;
}

.sorting {
    width:100%;
    text-align:right;
    color:#777;
    cursor:default;
    font-size:12px;
    font-weight:bold;
    padding: 3px;
    text-transform: lowercase
}

.sorting a {
    cursor:pointer;
    color:#777;
    padding: 3px;
}

.sorting a:hover {
    color:#000;
    text-decoration:none;
}

.sorting:visited {
  color:#000;
}


.options {
    position:absolute;
    right:10px;
    bottom:2px;
    padding:2px;
}





#search-field {
    border:1px solid #ddd;
    background:#cfcfd1;
    width:298px;
    padding:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}

#search-field:focus {
    border:1px solid #fff;
    background:#fff;
}

#footer, #footer a {
    text-align:left;
    clear:both;
    font-size:10px;
    color:#888;
    margin: 0 auto;
}

#footer {
    padding:1em 0;
}

.invis1 {
    display:none;
}

/** fb-like */

.fb-like {
    text-align:left;
    margin: 0 auto;
}

/** Javascript alert */

.alert {
    text-align:center;
    padding:20px;
    margin:0px;
    position:relative;
    left:0px;
    right:0px;
    background:#ef4313;
    color:#fff;
}

/* decarola - full image background jquery */
#supersized-loader { position:absolute; top:50%; left:50%; z-index:10; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background-color:#111; background:rgba(0,0,0,0.8) url(http://www.ciclostilearchitettura.me/home/public/docs/img/progress.gif) no-repeat center center; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}

#supersized { position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img{ height:auto; width:auto; position:relative; outline:none; border:none; -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }