@import "../../css/breadcrumbs.css";
.clear
{
	clear:both;
}
.contentmodule
{
	clear:both;
	margin:5px;
	display:inline;
}
.contentmodule.inline-left
{
	position: relative;
	display: inline;
	margin: 5px;
	float: left;	
}
.contentmodule.inline-center
{
	position:relative;
	display:block;
	margin:auto;
	width:100%;	
}
.contentmodule.inline-right
{
	position: relative;
	display: inline;
	margin: 5px;
	float: right;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.IEWarning
{
	max-width:400px;	
}
.IEWarning img
{
	border:none;
	max-width:140px;
	float:right;
	position:relative;
	margin:5px;
	display:inline	
}

.social
{
	clear:both;
	position:relative;
	min-height:5px;
}
.social b
{
	font-size:16px;
	display:table-cell;
	vertical-align:middle;
	float:left;
}

a.showZoom 
{
	position: relative;
	max-width: 100%;
	display: inline-block;
}

a.showZoom:before {
	content:"";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../img/magnify.svg) no-repeat center center;
	background-size: 25% auto;
	opacity: 0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

a.showZoom:hover:before {
	opacity: 1;
	background-size: 25% auto;
}

.editheader {
	position: absolute;
	top: 250px;
	right: 15%;
	color: #fff;
	z-index: 15;
}

.editheader a {
	color: #fff;	
}

.imagelink_href
{
	text-decoration:none;	
}

.imagelink_outer
{
	float:left;	
	position:relative;
}
.imagelink_title
{
	background: rgba(0,0,0,0.6);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)"; /* IE8 */    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);   /* IE6 & 7 */      zoom: 1;
	color:white;
	position:absolute;
	bottom:0px;
	text-decoration:none;
}

.imagelink_admin
{
	background: rgba(0,0,0,0.6);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)"; /* IE8 */    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);   /* IE6 & 7 */      zoom: 1;
	color:white;
	position:absolute;
	top:0px;
	text-decoration:none;	
}

.menu_addcontent{
	background-image:url('../../images/icons/add.png');
	background-position:center center;
	width:20px;
	background-repeat:no-repeat;	
}
.menu_addcontent:hover{
	background:none !important;
	background-image:url('../../images/icons/add.png') !important;
	background-position:center center !important;
	width:20px !important;
	background-repeat:no-repeat !important;	
}

.changealttag{
	position:absolute;
	right:26px;
	top:5px;
	z-index:1;	
}
.setimglink{
	position:absolute;
	right:66px;
	top:5px;
	z-index:1;	
}
.setfilelink{
	position:absolute;
	right:46px;
	top:5px;
	z-index:1;	
}

a.editbutton, a.editbutton:visited { 
position: absolute;
right: 5px;
top: 5px;
z-index: 50;
border: 0;
}

a.linkbutton, a.linkbutton:visited { 
position: absolute;
right: 25px;
top: 5px;
z-index: 50;
border: 0;
}
a.editfade {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 50;
	border: 0;
	background: #333;
	padding: 10px;
	color: white;
}
a.btn2, a.btn2:visited { 
position: absolute;
right: 30px;
top: 5px;
z-index: 50;
border: 0;
}

/*	content		*/
.editor input[type=text], .editor select {
width: 100%;
}

.editor input[type=submit], .editor input[type=button] {
width: 48%;
margin: 7px;
}

.author, .created, .edited {
font-size: 14px;
margin: 0px;
}

.new, .edit, .delete {
float: right;
}

.new img, .edit img, .delete img {
border: 0px;
}

/* ADMIN PANEL */

#mainnav_wrap {
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0,0.66);

	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 1000;
	text-align:center;
	height:26px;
}
#homebtn {
	padding-left:5px;
	padding-right:5px;
	float:left;
	margin-left:5px;
}
#welkom {
	float:left;
	padding: 2px;
	margin-left:10px;
}
#welkom img {
	float:left;
	padding:0;
	margin:2px;
}
#welkom p {
	color: #FAFAFA;
    float: left;
    font-size: 11px;
    margin: -1px 0 0 5px;
}
p#NCCMSv{
	color: #FAFAFA;
    font-size: 11px;
    margin: 0;
	padding-top:2px;
}
#icons {
	float: right;
	list-style: none outside none;
    margin: 0;
    padding: 0;
}
#icons li {
	float: right;
    margin: 0 5px 0 0;
}
#icons li a {
	display: block;
    padding-left: 5px;
	padding-right:5px;
}

a.printbutton {
	float: right;
	padding-left: 24px;
	background: url("../../images/icons/printer.png") no-repeat left top;
	clear: both;
	display: block;
}

div.contentarea {
	clear: both;	
}

.tweetbtn, .fblike, .gplus
{
	position: relative;
	float: left;	
	margin-left:5px;
}

.fblike
{
	margin-top:-1px;	
}