/*  cBB Blockgets StyleSheet
    --------------------------------------------------------------
	Style:	SubSilver2
	Copyright (c) 2014 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 {
	background: #ffffff url('images/ui-bg_flat_75_ffffff_40x100.png') 50% 50% repeat-x;
	border: 1px solid #aaaaaa;
	color: #222222;
}

.blg-widget-header {
	background: #cccccc url('images/ui-bg_highlight-soft_75_cccccc_1x100.png') 50% 50% repeat-x;
	border-color: #aaaaaa;
	color: #222222;
	font-weight: bold;
}

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

/* Interaction states
----------------------------------*/
.blg-state-default {
	background: #e6e6e6 url('images/ui-bg_glass_75_e6e6e6_1x400.png') 50% 50% repeat-x;
	border-color: #d3d3d3;
	color: #555555;
	font-weight: normal;
}

.blg-state-default a, .blg-state-default a:link, .blg-state-default a:visited {
	color: #555555;
	text-decoration: none;
}

.blg-state-hover, .blg-state-focus {
	background: #dadada url('images/ui-bg_glass_75_dadada_1x400.png') 50% 50% repeat-x;
	border-color: #999999;
	color: #212121;
	font-weight: normal;
}

.blg-state-hover a, .blg-state-hover a:hover {
	color: #212121;
	text-decoration: none;
}

.blg-state-active {
	background: #ffffff url('images/ui-bg_glass_65_ffffff_1x400.png') 50% 50% repeat-x;
	border-color: #aaaaaa;
	color: #212121;
	font-weight: normal;
}

.blg-state-active a, .blg-state-active a:link, .blg-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Icons
----------------------------------*/
.blg-icon { background-image: url(images/ui-icons_222222_256x240.png); }

.blg-widget-content .blg-icon { background-image: url('images/ui-icons_222222_256x240.png'); }
.blg-widget-header .blg-icon { background-image: url('images/ui-icons_222222_256x240.png'); }
.blg-state-default .blg-icon { background-image: url('images/ui-icons_888888_256x240.png'); }
.blg-state-hover .blg-icon, .ui-state-focus .ui-icon { background-image: url('images/ui-icons_454545_256x240.png'); }
.blg-state-active .blg-icon { background-image: url('images/ui-icons_454545_256x240.png'); }

/* General Style
----------------------------------*/
.blg-block { padding: 0; }

.blg-block.style-default, .blg-block.style-alternative {
	border: 1px solid #808080;
}

.blg-block .block_title {
	font-weight: bold;
	min-height: 16px;
	padding: 7px 5px;
	white-space: nowrap;
}

.blg-block.style-default .block_title {
	background-color: #069;
	background-image: url('../images/cellpic3.gif');
	color: #FFFFFF;
}

.blg-block .block_title img { vertical-align: top; }

.blg-block .block-content, .blg-block.style-alternative .block-content {
	background-color: #ECECEC;
	padding: 6px 4px;
}

.blg-block.style-content_simple .block-content {
	padding: 0;
}

.blg-block.style-alternative .b-side, .blg-block.style-content_full .b-side {
	background-image: url('images/ui-icons_222222_256x240.png');
}

#blg-area-wrapper.responsive-layout #blg-column-left,
#blg-area-wrapper.responsive-layout #blg-column-right {
	background: #FFFFFF;
	
	-webkit-box-shadow: 0 0 10px #000000;
	-moz-box-shadow: 0 0 10px #000000;
	box-shadow: 0 0 10px #000000;
}

/* Style Override for Blocks
----------------------------------*/
.blg-block .btnmain, .blg-block .btnlite {
	font-size: 1em;
}

td.fb-stats, th.fb-stats { width: 15%; }

.blg-block hr { margin: 6px 0; }

/* Calendar Block
----------------------------------*/
.calendar tbody td { padding: 0; }

/* Google translate block
----------------------------------*/
.google-translate a:hover {
	border-color: #aaaaaa;
	background-color: #FAFAFA;
}

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

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

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