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



/* Layout */



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: 101px;
    height: auto !important;
    height: 101px;
    position:relative;
    margin:5px auto;
    text-align:left;
}

.tag  { color: #0000; font-size: 12px; line-height: 20px; text-transform: lowercase; cursor: pointer; padding-top: 1px }

.compact .tag  { color: #666 }

.tag:hover  { color: #d5370a }

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

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

}

.compact .tag:after {
/*    content:"  ‰Ù© ";*/
}

.nestInvis {
    display:none;
}

.compact .nestInvis2 {
    display:none;
}


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

.tagInactive {
    color:#888;
}

.compact .tagInactive {
    display:none;
}

.tagInactive:hover  { color: #d5370a }

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

.sorting  { color: #666; font-size: 10px; text-align: right; cursor: default; padding: 3px; width: 100% }

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

.sorting a:hover  { color: #d5370a }

.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;
}


/** Javascript alert */

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

