/*  cBB Blockgets StyleSheet
    --------------------------------------------------------------
	Style:	proSilver	
	Copyright (c) 2017 CaniDev ( http://www.canidev.com )
    --------------------------------------------------------------
*/

.blg-widget input, .blg-widget select, .blg-widget textarea, .blg-widget button {
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 1em; 
}

.blg-widget-content {
	border: 1px solid #a6c9e2;
	background: #fcfdfd;
	color: #222222;
}

.blg-widget-header a { color: #ffffff; }

.blg-block { padding: 5px; }

.blg-block.style-alternative {
	background: #CADCEB;
}

.blg-block .block_title {
	min-height: 16px;
}

.block_title span { line-height: 16px; }

.blg-block.style-default .block-content {
	background: #EEF5F9;
	margin-top: 4px;
	padding: 5px;
}

.blg-block.style-alternative .block-content {
	background: none;
}

.blg-block.style-default .block_title {
	padding: 2px 0 3px 0;
	color: #FFFFFF;
}

a.b-side {
	color: #fff;
	text-decoration: none;
}

a.b-side:hover { color: #fff; }

.blg-block.style-alternative .block_title {
	border-bottom: 1px solid #CCC;
	margin-bottom: 5px;
	padding: 2px 0 4px 0;
}

.blg-block.style-alternative .block_title,
.blg-block.style-alternative a.b-side,
.blg-block.style-content_full a.b-side {
	color: #000;
}

.blg-panel {
	padding: 4px 6px;
}

.blg-block, .blg-block .blg-widget-header, .blg-block .blg-widget-content,
#blg-container select, #blg-container input {
	font-size: 11px;
}

.blg-block, .blg-panel, .corners-fixed .headerbar, .corners-fixed .navbar, .corners-fixed  .panel,
.corners-fixed .forabg, .corners-fixed .forumbg {
	overflow: hidden;

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}

.blg-noheader #page-header { display: none; }
.blg-nofooter #page-footer .navbar { display: none; }

/* Style Override for Blocks
----------------------------------*/
.blg-block ul.topiclist dt, .blg-block dd.lastpost, .blg-block dd.redirect { font-size: 1em; }

.blg-block li.header dt, .blg-block li.header dd {
	font-size: 0.9em;
	font-weight: normal;
}

dd.fb-stats { width: 15%; }
.fb-lastpost-title { float:right; width:25%; }

.blg-block dl.row-item {
	width: 100%;
    font-family: Verdana, Helvetica, Arial;
    font-size: 11px;
}

/* Google translate block
----------------------------------*/
.google-translate a:hover {
	border-color: #79b7e7;
	background-color: #d0e5f5;
}

/* Image Resize
----------------------------------*/
.resized { border: 1px dotted blue; }

/* Player block
----------------------------------*/
.player-statusbar, .player-list-wrap, .player-buttons {
	border: 1px solid #a6c9e2;
}

.player-playlist a:hover {
	background: #d0e5f5;
	color: #000000;
}

/* Responsive Layout
------------------------------- */
@media only screen and (max-width: 700px) {
	.blg-block {
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
}
