@CHARSET "ISO-8859-1";
/*News Dates Admin*/
.nd-admin-panel  {
	margin: 7px 0;
	margin: 0.5rem 0;
	padding: 7px;
	padding: 0.5rem;
	background: #ececec;
	border-radius: 3px;
}
.nd-admin-panel h3 {
	margin: 0px;
	padding: 7px;
}

.nd-admin-panel .postbox h3 {
	cursor: default;
}
.nd-admin-panel p {
	margin: 7px;
	margin: 0.5rem;
	line-height: 1.5;
}
.nd-admin-help {
	margin:0.5rem;
	margin:7px;
	padding:0.5rem;
	padding:7px;
}
.nd-admin-head
{
	padding:0.5rem;
	padding:7px;	
}
.nd-admin-image {
	margin-bottom: 0.5rem;
	margin-bottom: 7px;
}

/*
 *Frontend
 */
#newsbox,
#datesbox,
#reelbox {
	font-size: 12px;
	z-index: 20;
	position: absolute;
	padding: 10px 0;
	cursor: move;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 0.083em;
	color: #000000;
	line-height: 1.2;
	-webkit-box-shadow: 6px 6px 12px 2px #808080;
    box-shadow: 6px 6px 12px 2px #808080;
}

/*Visibility workaround for mobile devices*/
#newsbox, #datesbox, #reelbox {
	display: none;
}

#newsbox {
	max-height: 400px;
	width: 350px;
}

#datesbox {
	max-height: 350px;
	width:250px;
}

#reelbox {
	width:300px;
}


#newsbox h3,
#datesbox h3,
#reelbox h3,
#newsbox a,
#datesbox a,
#reelbox a {
	color: #000000;
}

#newsbox img.close_news,
#datesbox img.close_dates,
#reelbox img.close_reel
{
	position: absolute;
	top: 4px;
	right: 4px;
}

#nd-head,
#date-head,
#reel-head {
	height: 25px;
	background-image: url(img/stripe_7px.png);
	background-repeat: repeat-x;
	margin-left: 25px;
	margin-bottom: 0px;
}

#date-head,
#nd-head,
#reel-head
{
	width: auto;
	margin-right: 25px;
}

#newsbox,
#datesbox,
#reelbox,
#nd-head h2,
#date-head h2,
#reel-head h2 {
	background: #ffff6f;
}

#nd-head h2,
#date-head h2,
#reel-head h2 {
	color: #000000;
	text-align: center;
	height: 22px;
	font-size: large;
	font-weight: bold;
	padding-top: 3.5px;
}
#nd-head h2 {
	margin: 0 110px;
}
#date-head h2 {
	margin: 0 60px;
}
#reel-head h2 {
	margin: 0 60px;
}
#nd-wrap,
#date-wrap,
#reel-wrap {
	overflow: hidden;
	margin: 15px 2px 7px 25px;
	padding-right: 5px;
	padding-bottom: 7px;	
}

#nd-wrap {
	max-height: 353px;
}
#date-wrap {
	max-height: 303px;
}
#reel-wrap {
	
}

#nd-wrap h3,
#date-wrap h3,
#reel-wrap h3 {
	font-size: 12px;
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}

#nd-wrap p,
#date-wrap p,
#reel-wrap p {
	margin-top: 0px;
	margin-bottom: 5px;
}
#nd-wrap p,
#nd-wrap h3 {
	width: 300px;
}
#date-wrap p,
#date-wrap h3 {
	width: 200px;
}
#nd-wrap img {
	max-width: 300px;
}
#date-wrap img {
	max-width: 200px;
}
#reel-wrap img {
	max-width: 400px;
}
@media screen and (min-width: 1024px) {
	
#newsbox, #datesbox, #reelbox {
	display: block;
}
}