/* article list */
.article {
	
}
.article .header, .article .header a {
	color:black;
	font-weight:bold;
	font-size:108%;
}
.article .info,.article .more {
	font-size:88%;
	color:silver;
}
.article .date {
	
}
.article .author {
	
}
.article .more {
	text-align:right;
	padding:0;
	margin:0;
	margin-top:-5px;
}
.article .summary {
	font-size:93%;

}
.none {
	text-align:center;
	font-weight:bold;
}
img.right {
	border:1px solid silver;
	padding:1px;
	margin: 0 0 3px 10px;
}
img.left {
	border:1px solid silver;
	padding:1px;
	margin: 0 10px 3px 0;
}
img.center {
	border:1px solid silver;
	padding:1px;
}

.directory {
	position: relative;
}

.directory .more, .subdirectories .more {
	position: absolute;
	right: 0;
	top: 8px;
}

.subdirectories h3 {
	position: relative;
}

.more {
	font-size:85%;
	text-align:right;
}

span.more {
	font-size: 0.65em;
	font-style: normal;
}

.info {
    clear:both;
	font-size:85%;
	line-height:13px;
	margin-left: 50px;

}
.entry .description {
	font-size:93%;
}
.entry {
	margin-bottom:20px;
}
.entry h2 {
    font-weight:normal ! important;
}
.entry.bold h2 {
    font-weight:bold ! important;
}
.entry.fancy h2 {
    border: none;
    background-color:#24506A;
    color:white;
    text-indent:5px;
    line-height:28px;
}
.entry h2.featured {
    padding-left:25px;
    background-image: url('/images/design/featured.gif');
    background-position: 0px center;
    background-repeat: no-repeat;
}
.entry.fancy h2.featured {
    padding-left:30px;
    background-image: url('/images/design/featured-dark.gif');
    background-position: 5px center;
    background-repeat: no-repeat;
}

.entry .thumb {
    border:1px solid #AFC1CC;
    padding:1px;
    margin:0 5px 5px 0;
}
.empty {
	text-align:center;
	font-weight:bold;
}
.private {
	color:lightgrey;
}
/* ads */
.ts, .tb {
    text-align:center;

}
.filter {
    padding:5px;
    margin-top:10px;
    position:relative;
    clear:both;
    border: 1px solid #24506A;
    background-color:#E0EDF4;
}
.adcontent {
    font-size:93%;
}
.adtitle {	
    font-size:100%;
    font-family:Times, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color:#0a516e;
}
.adlink {
    display:block;
   font-size:93%;
    font-weight:bold;
}
.bb {
    text-align:center;
}