a {
	text-decoration:underline;
	color:#4f4f4f;
}
a:hover {
	color:#000;
}
a img {
	border:0;
}
.blue,a.active {
	color:#3ebcee;
}
.orange {
	color:#e59b38;
}
.red {
	color:#f00;
}
.bold {
	font-weight:bold;
}
.bg{
	background-color:#4f4f4f;
	color:#e6e3dc;
}
.upper {
	text-transform:uppercase;
}
.lower {
	text-transform:lowercase;
}
h1 .bg {
	padding:0 2px 0 2px;
}
.errorMsg {
	margin:0.5em 0 0.5em 0;
	padding:0.5em;
	border:1px solid #f66;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-weight:bold;
	background:#f66;
	color:#300;
}
.infoMsg {
	margin:0.5em 0 0.5em 0;
	padding:0.5em;
	border:1px solid #4aba4c;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-weight:bold;
	background:#4aba4c;
	color:#330;
}
.clear {
	clear:both;
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
}
.left {
	float:left;
}
.right {
	float:right;
}
.more {
	padding:1px 1px 1px 2px;
}
p.morePage1 {
	margin:0 0 0 0;
	text-align:left;
}
p.morePage2 {
	margin:1em 0 0 0;
	text-align:right;
}

.bgyellow {
	background-color:#ff0;
}
.bgred {
	background-color:#f00;
}

/**
 *
 * POSTS
 * */
.post {
	background:transparent;
	margin:0 0 2em 0;
	padding:0 0 0 0;
	font-size:0.93em;
	line-height:1.14em;
	border-bottom:5px solid #515254;
}
.post.summary {
	border-bottom:none;
}
.post .image {
	float:left;
	padding:0 13px 0 4px;
	margin:0;
}
.post .image img{
	width: 206px;
	height: 272px;
	object-fit: cover;
	object-position: center;
}
.post .content {
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.post.summary .content {
	margin-left: 223px;
}

.post .text {
	margin:0.5em 0 0 0;
	padding:0.5em 0 0.7em 0;
	font-size: 1.2em;
	line-height: 1.2;
}
.post .text.dashed {
	border-top:1px dashed #888;
}
/*.post.summary {
	height:272px;
	position:relative;
	overflow:hidden;
}*/
/*.post.summary.noimage {
	height:auto;
	position:static;
	overflow:auto;
}
*/
.post.summary .text {
	min-height: 150px;
	border-bottom:5px solid #515254;
}

.post.summary.noimage .text {
	border-bottom:none;
	width:auto;
	left:0;
	position:static;
	bottom:0;

}
.post.summary .image {

}
.post .image img {
	border:0;
	padding:0 0 1em 0;
	margin:0;
}
.post div.hr {
	margin:0 0 8px 0;
	padding:0 0 0 0;
	height:1px;
	font-size:0;
	line-height:0;
	background-color:#515254;
	color:#515254;
	border:none;
}

.post div.hr hr {
	display:none;
}
.post h2 {
	font-size:1.68em;
	color:#e6e3dc;
	text-transform:uppercase;
	margin:0 0 5px 0;
	padding:0 0 0 0;
	line-height:1.09em;
}
.post h2 a{
	text-decoration:none;
	color:#e6e3dc;
}
.post h2 a,.post h2 span{
	padding:0 2px 0 2px;
	display: block;
}
.post.summary h2{

}
.post h3,.post h4 {
	font-weight:normal;
	font-size:1em;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.post h4 a.bold {
	text-transform:uppercase;
}
.post h4 .tags a {
	text-decoration: none;
	display: inline-block;
	color: #e6e3dc;
	margin: 0 4px 5px 0;
	padding: 1px 6px 1px 6px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.post h4 a:hover {
	color:#4f4f4f;
}
.post h3 span {
	padding:0 4px 1px 4px;
}
.post h4 {
	padding:0px 0 2px 0px;
}
.post h4 span{
	padding:0;
	margin:0;
}
.post.summary h4,.post.summary .text {
	padding-left:4px;

}
.post ul {
	padding:0 0 0 2em;
}
.post ol {
	padding:0 0 0 2em;
}
.post ul li {

}
.post ol li {
}
.post.search {
	background:#fff;
    border:1px solid #cfceca;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:0.86em;
	margin:0 0 0.4em 0;
}
.post.search h2{
	padding:0 0 0 0;
	margin:0;
}
.post.search h2 span.mini{
	font-size:0.5em;
}
.post.search .text{
	border-bottom:none;
	margin:0;
	padding:0.5em 0 0 0;
}

/**
 * SIDEBAR WIDGETS
 * */
#sidebar .blockident {
	margin-left:4em;
}
#sidebar .titlebox {
	background:#515254;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color:#e6e3dc;
	text-transform:uppercase;
	font-size:1.8em;
	font-weight:bold;
	padding:10px;
}
#sidebar .itembox li {
	list-style:none;
	float:left;
	margin:2em 0 0 0;
	width: 144px;
	cursor:pointer;
}
#sidebar .itembox li.odd {
	margin-right:4px;
	clear:left;
}
#sidebar .itembox li .roundbox {
	display:block;
	width: 130px;
    height: 154px;
    padding:6px;
    background:#fff;
    border:1px solid #dbd8d1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#sidebar .itembox li .roundbox img {
	display:block;
	padding:0 0 2px 0;
}
#sidebar .itembox li .title {
	text-transform:uppercase;
	font-weight:bold;
	padding:8px 8px 0 8px;
	display:block;
}

.widget,.banner {
	margin:6px 0 1.5em 0;
}
.widget a,.banner a {
	text-decoration:none;
	color:#e6e3dc;
}
.widget a:hover,.banner a:hover {
	text-decoration:underline;
}
.widget h2 {
	height:31px;
	background:url(../img/bird.png) no-repeat right bottom;
	text-transform:uppercase;
	font-size:1.2em;
}
.widget.topbanner h2 {
	background:none;
	/*color:#fff;*/
}
.widget h2 span{
	position:relative;
	z-index:-1;
	color:#dedbd5;
	background:#515254;
	border-top:1px solid #c6c7c2;
	border-left:1px solid #c6c7c2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:6px 6px 20px 6px;
}
.widget.topbanner h2 span {
	cursor:pointer;
}
.widget.topbanner.closed h2 span {
	padding:6px 6px 6px 6px;
}
.widget.topbanner h2 span span.arrow{
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border:0;
	position:static;
	background:url(../img/md_up.png) no-repeat 6px 2px;
	padding:0 10px 0 12px;
}
.widget.topbanner.closed h2 span span.arrow{
	background:url(../img/md_down.png) no-repeat 6px 2px;
}
.widget .desc {
	padding:6px;
	color:#dedbd5;
	min-height:10px;
	background:#515254;
	font-size:16px;

	border-right:1px solid #c6c7c2;
	border-bottom:1px solid #c6c7c2;
	border-left:1px solid #c6c7c2;

}
.widget.topbanner .desc{
	/*color:#fff;*/
	margin:-5px 0 0 0;
	padding:18px 44px 2em 18px;
	border-radius-bottomright: 5px;
	border-radius-bottomleft: 5px;
	border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;

}
.widget.topbanner.closed .desc {
	display:none;
}
.widget.topbanner .desc h3 {
	font-size:1.8em;
	margin:0.3em 0 0.3em 0;
	text-transform:uppercase;
}
.widget .foot {
	padding:2px 0 0 0;
	margin:1px 0 0 0;
	color:#dedbd5;
	background:#515254;
	font-size:0.93em;
	border-top:1px solid #c6c7c2;
	border-left:1px solid #c6c7c2;
	border-right:1px solid #e6e3dc;

}
.widget .foot h4 {
	padding:0;
	margin:0;
	color:#fff;
	font-weight:normal;
	background:#e6e3dc;
	font-size:1em;
}
.widget .foot h4 a {
	text-decoration:none;
	padding:2px 4px 2px 3px;
	background:#515254;
}
.widget .foot h4 a:hover {
	text-decoration:underline;
}
.widget .item {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #c6c7c2;
	margin:1px 0 0 0;
	padding:6px;
	background:#fff;
	display:none;
	cursor:pointer;
}
.widget .loading {
	background:#fff url(../img/loading.gif) no-repeat center center;
	display:block;
}
.widget .item.visited {
	background:#ffd;
}
.widget .item h3 {
	color:#c6a1b3;
	text-transform:none;
	font-size:0.93em;
	line-height:0.93em;
	font-weight:normal;
	background:transparent;
	margin:0 0 4px 0;
	padding:0;
}
.widget .item p {
	font-size:0.93em;
	margin:0;
	padding:0;
}

/**
 * RIGHT BANNERS
 * */
.banner h2 {
	text-transform:uppercase;
	font-size:1.2em;
	border-bottom:1px solid #515254;
	margin:0;
	padding:0;
}
.banner h2 span{
	color:#dedbd5;
	background:#515254;
	padding:6px 6px 0 6px;
	margin:0;
}
.banner bimg,.banner img {
	display:block;
	border:0;
	padding:0;
	margin:0;
	line-height:0;
	font-size:0;
}
.banner .bcontent {
	font-size:0.93em;
	background:#fff;
	padding:0.5em;
	margin:0;
}
.banner h4 {
	margin:0 0 0 0;
	padding:2px 0 0 0;
	color:#fff;
	font-size:1em;
	font-weight:normal;
	border-top:1px solid #515254;
	background:#e6e3dc;
}
.banner h4 a {
	text-decoration:none;
	padding:2px 4px 2px 3px;
	background:#515254;
}
#sidebar ol {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #c6c7c2;
	padding:12px 6px 6px 6px;
	background:#fff;
	margin:0 0 2em 0;
}
#sidebar ol li{
	margin:0 0 0.5em 2em;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
}
#sidebar ol li a {
	text-decoration:underline;
	color:#fff;
}
#sidebar ol li a:hover {
	color:#4f4f4f;
}
#sidebar ol li.fbcc,#sidebar ol li.fbcc a,#sidebar ol li.fabout,#sidebar ol li.fabout a {
	color:#4f4f4f;
}

