/*	Desc: Widgets - BlueCloud Theme
=== === === === === === === === === === */
.widgetdiv1 {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;	
	/* -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
	 box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);*/
	background: #fff;
	margin: 2px 2px 10px 2px;
	width: auto /* CORRECT BASE */
}

/* banner image */
#bodyarea  .content-banner-image-widget img {
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	margin-bottom: 2px;
}

.widgetdiv4 div {
	padding: 7px; /* CORRECT BASE */
}

#bodyarea .gracenotes-widget h4,
#bodyarea .adventistreview-widget h4,
#bodyarea h3.widgettitle {
	font-size: 87.5%;
	color: #92BD2E;
}


h3.widgettitle {
	font-family: Trebuchet MS, Arial, Tahoma, sans-serif;
	font-weight: bold;
	margin-bottom: 0; /* CORRECT BASE */
	margin-top: 0;
	padding: 6px 7px;
	text-align: center;
}

/* TableCenter */
.TableCenter .widgetdiv1 {
	margin-top: 10px;
	border: 1px solid #DBBF9A;
	background: #FFF9EF;
}
.TableCenter h3.widgettitle {
	color: #7B2D09;
	font-weight: bold;
	text-align: center;
	background: #FDF0DA;
}
.TableCenter h3.widgettitle a {
	color: #7B2D09;
}
.TableCenter h3.widgettitle a:hover {
	color: #724810;
}


/* kalender */
.sort ul li.current span {
	background: none;
	margin-left: 0;
}
.sort ul li.current span a {
	padding: 0.2em 0.5em;
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.sort ul li.current span a:hover,
.sort ul li.current span a:focus,
.sort ul li.current span a:active {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
} 