@font-face {
	font-family: 'MyriadProBoldCondensed';
	/*src: url('http://jib-sdbio.fr/scoopit/resources/font/myriadpro/myriadpro-boldcond-webfont.eot');
	src: local('?'),
		url('http://jib-sdbio.fr/scoopit/resources/font/myriadpro/myriadpro-boldcond-webfont.woff')
		format('woff'),
		url('http://jib-sdbio.fr/scoopit/resources/font/myriadpro/myriadpro-boldcond-webfont.ttf')
		format('truetype'),
		url('http://jib-sdbio.fr/scoopit/resources/font/myriadpro/myriadpro-boldcond-webfont.svg#webfontOg5UIjZ4')
		format('svg');*/
	font-weight: normal;
	font-style: normal;
}

div.body {
	margin: 0;
	background-position: 50% 0px;
	background-attachment: fixed;
}

#viewMode #maincontent {
	width: 100%;
	margin: 0;
}

#viewMode .fullscreen {
	margin-top: 10px;
}

/**** THEME BANNER ***/
#themeBanner {
	
}

#themeAuthor, #themeAuthor a {
	color: white;
	text-shadow: none;
}

#themeTitleA {
	color: white;
}

#themeDescription {
	color: white;
}

#themeHeader .buttonContainer a {
	color: white;
	text-shadow: 0 1px 1px #0E0E0E;
}

#themeHeader #themeImage {
	border: 2px solid white;
	height: 96px;
	width: 96px;
	float: left;
	margin-right: 8px;
}

#themeHeader #titleAndDescription {
	width: 850px;
}

#themeHeader #titleAndDescription #themeTitle h1 {
	font-size: 40px;
}

#themeHeader #titleAndDescription #themeDescription {
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
}

#themeHeader #titleAndDescription #themeAuthor {
	margin-top: 4px;
	line-height: normal;
}

#themeHeader #titleAndDescription .howToCreate {
	line-height: normal;
}

#themeToolbar {
	margin-top: 32px;
}

#themeToolbar .left {
	float: left;
}

#themeToolbar .right {
	float: right;
}

#themeToolbar #statsforthistheme {
	margin-left: -1px;
	display: none;
	font-weight: normal;
	font-size: 12px;
	width: 300px;
}

/*** MOVE ***/
.viewbox table .onePost .overlayForCuttingPost {
	position: absolute;
	top: 0px;
	background-color: #666666;
	z-index: 100;
	opacity: 0.7;
	filter: alpha(opacity =       70);
}

.viewbox table .onePost .insertHereLink {
	position: absolute;
	background-position: -83px -60px;
	z-index: 101;
	cursor: pointer;
	padding: 5px;
	background-color: #539DDF;
	color: white;
	font-family: MyriadProBoldCondensed, Arial narrow, Arial;
	font-size: 30px;
	border: 2px solid white;
	left: 50%;
	top: 50%;
}

/*** ONE POST **/
#thePostToPrint {
	z-index: 3;
	margin: 10px;
	position: absolute;
	top: 115px;
	width:467px;
	left: 240px;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
}

#thePostToPrint .postView.post {
	margin-bottom: 0px
}

#viewboxOverlay {
	background-color: black;
	height: 100%;
	left: 0;
	opacity: 0.5;
	filter: alpha(opacity =   50);
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

#thePostToPrint  #closeThePostToPrint {
	position: absolute;
	top: -15px;
	right: -15px;
	cursor: pointer;
}
/*** SHOW ORIGINAL ***/