/**
 * Primary styles
 *
 * Author: François Côté
 *
 * Colors:
	Turquoise: #69FFBF
	Turquoise pale: #AFF8DB
	Vert foret: #65FF01
	Gris BG: #ECECEC;
*/


/* 
	BACKGROUND 
				*/

body {
	background: #ECECEC url(/images/body_bg.gif) repeat-x top left;
}


#losanges_bande1{
	background: transparent url(/images/losanges_bandes1.png) repeat-y scroll center 0px;
}
#losanges_bande2{
	background: transparent url(/images/losanges_bandes2.png) repeat-y scroll center 0px;
}
#losanges_bande3{
	background: transparent url(/images/losanges_bandes3.png) repeat-y scroll center 0px;
}
/* BG Home, Girl */
#girl{
	background: transparent url(/images/girl_bg.png) no-repeat scroll center top;
}

/* 
	LAYOUT & BASIC COLORS 
							*/
html, body {
	height: 100%;
}
		
#losanges_bande1, #losanges_bande2, #losanges_bande3, #girl, #page{
	width: 100%;
/*	min-width: 960px;*/
/*	height: 100%;*/
/*	min-height: 710px;*/
}

#page > .container, #girl > .container{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -75px;
}
					
.container {
	display: block;
	width: 960px;
	margin: 0 auto;
}
.container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}

#central, #sidebar, #body{
	float: left;
}
#central{
	width: 960px;
}
#sidebar {
	width: 220px;
	margin-right: 30px;
	min-height:1900px;
}

#body {
	width: 710px;
}

/*
	BODY TOP
				*/
#bodytop {
	margin: 15px 0;
}

#bodytop .right{
	float: right;
	height: 37px;
}

#bodytop .right .fb_iframe_widget {
	top: -9px;
}

#bodytop h1{
	margin-top: 20px;
}

/*
	HOME
			*/
			
#central.home {
	position:relative;
	height: 970px;
}
#central.home #columns, #central.home #body, #central.home #concours-banniere {
	position: absolute;
}

#central.home #columns{
	top: 487px;
}

.ie7 #central.home #columns{
	top: 475px !important;
	left: 0px;
}

#central.home #body{
	top: 0px;
	left: 250px;
}
#fixverticalspace iframe {
	border: 1px solid #AFF8DB;
	box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2);
}		
	
#columns {
	float: left;
/*	height: 430px;*/
}

#columns .col{
	float: left;
}

#columns #homecol4{
	margin-top: 133px;
}

#central.home #concours-banniere{
	height: 263px;
	left: 598px;
	top: 255px;
	width: 470px;
}
#central.home #concours-banniere a{
	display: block;
}


#central.home #losange_turquoise h3{
	font-size: 30px;
	color: #434343;
	margin-bottom: 10px	;
}

#central.home #losange_turquoise p{
	font-size: 16px;
	color: #434343;
	font-style: italic;
}

/*
	DIAGO BOXES
					*/

.diago{
	position: relative;
	width: 240px;
	height: 186px;
	padding: 7px 0;
	margin: 30px 0;
}
.diago.sidebar{
	width: 220px;
	height: 186px;
	margin: 30px 0 122px 0;
}
.diago.right{
	text-align: left;
}
.diago-top, .diago-bottom{
	position: relative;
	width: 240px;
	height: 134px;
	background-position: left top;
	background-repeat: no-repeat;
}
.diago.sidebar .diago-top, .diago.sidebar .diago-bottom{
	width: 220px;
	height: 122px;
}
.diago-sidebar .diago-bottom{
/*	background-position: right top;*/
}
.diago-top{
	top: -141px;
}

.diago-content{
	position: relative;
	height: 200px;
	top: -141px;
	margin: 0 24px;
}
.diago-content h3{
	font-size: 30px;
	color: #434343;
}

.diago-content p{
	font-size: 16px;
	color: #434343;
	font-style: italic;
}
.diago.sidebar .diago-content p{
	font-size: 14px;
}

.diago-bottom{
	position: relative;
	top: -141px;
}

.diago.sidebar .diago-top, .diago.sidebar .diago-content, .diago.sidebar .diago-bottom{
	top: -129px;
}

/* White */
.diago.white{
	background: #FFF;
}
.diago.white .diago-content p{
	color: #777777;
}
.diago.left.white .diago-top{
	background: url(/images/diago-top-left-white.png);
}
.diago.left.white .diago-bottom{
	background: url(/images/diago-bottom-left-white.png);
}
.diago.right.white .diago-top{
	background: url(/themes/miroir/images/diago-top-right-white.png);
}
.diago.right.white .diago-bottom{
	background: url(/themes/miroir/images/diago-bottom-right-white.png);
}

/* Green */
.diago.green{
	background: #65FF00;
}
.diago.white .diago-content p{
	color: #2d2d2d;
}
.diago.left.green .diago-top{
	background: url(/themes/miroir/images/diago-top-left-green.png);
}
.diago.left.green .diago-bottom{
	background: url(/themes/miroir/images/diago-bottom-left-green.png);
}
.diago.right.green .diago-top{
	background: url(/images/diago-top-right-green.png);
}
.diago.right.green .diago-bottom{
	background: url(/images/diago-bottom-right-green.png);
}

/* Grey */
.diago.grey{
	background: #ececec;
}
.diago.left.grey .diago-top{
	background: url(/images/diago-top-left-grey.png);
}
.diago.left.grey .diago-bottom{
	background: url(/images/diago-bottom-left-grey.png);
}
.diago.right.grey .diago-top{
	background: url(/themes/miroir/images/diago-top-right-grey.png);
}
.diago.right.grey .diago-bottom{
	background: url(/themes/miroir/images/diago-bottom-right-grey.png);
}

/* Turquoise */
.diago.turquoise{
	background: #69ffbf;
}
.diago.left.turquoise .diago-top{
	background: url(/images/diago-top-left-turquoise.png);
}
.diago.left.turquoise .diago-bottom{
	background: url(/images/diago-bottom-left-turquoise.png);
}
.diago.right.turquoise .diago-top{
	background: url(/themes/miroir/images/diago-top-right-turquoise.png);
}
.diago.right.turquoise .diago-bottom{
	background: url(/themes/miroir/images/diago-bottom-right-turquoise.png);
}

/* TurquoiseLight */
.diago.turquoiselight{
	background: #acffde;
}
.diago.left.turquoiselight .diago-top{
	background: url(/themes/miroir/images/diago-top-left-turquoiselight.png);
}
.diago.left.turquoiselight .diago-bottom{
	background: url(/themes/miroir/images/diago-bottom-left-turquoiselight.png);
}
.diago.right.turquoiselight .diago-top{
	background: url(/themes/miroir/images/diago-top-right-turquoiselight.png);
}
.diago.right.turquoiselight .diago-bottom{
	background: url(/themes/miroir/images/diago-bottom-right-turquoiselight.png);
}

#homecol1 a, #homecol4 a, #homecol3 a, .diago.sidebar a {
	/*text-decoration: none;
	display: block;
	color: #2D2D2D !important;
	background: url(/themes/miroir/images/arrow_right.gif) no-repeat 70% 90%;*/
}

#homecol1 a:hover, #homecol2 a:hover, #homecol3 a:hover, .diago.sidebar a:hover{
	color: #5F5F5F !important;
	background-position: 73% 90%;
}

.diago.green .diago-content a:hover{
	color:#FFFFFF !important;
}

#homecol4 h3{
	margin-bottom: 10px;
}
/*
	BODY CONTENT
					*/
.box {
	float: left;
	width: 670px;
	padding: 36px 20px;
	margin-bottom: 30px;
}

.HTMLBlock {
	margin-bottom: 30px;
}

.box.demi{
	width: 310px !important;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 36px 20px !important;
}

.box.demi.odd{
	margin-right: 0;	
}

.box div.one-third{
	float: left;
	width: 223px;
}

.box div.one-third h3{
	margin-bottom: 15px;
}
.box div.one-third p{
	font-size: 11px;
}

.box.white {
	background: #F6F6F6;
	background: rgba(255, 255, 255, 0.75);
	color: #686868;
}

.box.black {
	background-color: #333333;
	color: #F1F1F1;
	position: relative;
}

.box.black h1, .box.black h2, .box.black h3 {
	color: #69FFBF;
}

.box.picture {
	position: relative;
	min-height: 268px;
}
.box.picture p, .box.picture h2, .box.picture ul{
	width: 450px;
}
.box.picture img, #step0-image img{
	position: absolute;
	top: -50px;
	right: 0;
}

.box.black a{
	color: #69FFBF;
}

/* MosaiqueElements */

.mosaiqueElement, .mosaiqueElementBig{
	position:absolute;
	/*width: 50px;*/
}

.mosaiqueElement img, .mosaiqueElementBig img{
	position: absolute;
	top:0 !important;
	left:0 !important;
}
.mosaiqueElement img{
	width: 73px;
	height: 145px;
}

.meOver{
	position: absolute;
	top: 0 !important;
	left: 0 !important;
	background:url('/themes/miroir/images/bg_mosaiqueElement.png') no-repeat;
	color: #686868;
	z-index:2;
	font-weight: bold;
	padding-top: 57px;
	text-align: center;
	display: none;
	font-size: 13px;
}

/*
	JEUX
			*/
div.jeu:hover {
	background-color: #333333;
	color: #F1F1F1;
}	

div.jeu:hover h2{
	color: #69FFBF;
}

div.jeu.flash{
	padding: 0px;
	background: none;
}

.step {
	display: none;
}

/* Jeu3 */
#jeu3.funky{
	background: #333333 url(/themes/miroir/images/jeu3-bg.gif) no-repeat left top;
	min-height: 297px;
}

p.question {
	font-size: 16px;
	color: #acffde;
}
ul.choices{
	width: 430px;
	list-style-type: lower-alpha;
}

ul.choices li{
	list-style-type: none;
	height: 24px;
	line-height: 1.1em;
	margin: 10px 0 0 0;
	padding-left: 30px;
	color: #f3f3f3;
	background: transparent url(/themes/miroir/images/ol_choices.png) no-repeat left center;
	cursor: pointer;
}

#jeu3 ul.choices li p{
	width: 400px;
}

ul.choices li.c1 { background: transparent url(/themes/miroir/images/ol_choices_c1.png) no-repeat left center !important; }
ul.choices li.c2 { background: transparent url(/themes/miroir/images/ol_choices_c2.png) no-repeat left center !important; }
ul.choices li.c3 { background: transparent url(/themes/miroir/images/ol_choices_c3.png) no-repeat left center !important; }
ul.choices li.c4 { background: transparent url(/themes/miroir/images/ol_choices_c4.png) no-repeat left center !important; }
ul.choices li.c5 { background: transparent url(/themes/miroir/images/ol_choices_c5.png) no-repeat left center !important; }
ul.choices li.c6 { background: transparent url(/themes/miroir/images/ol_choices_c6.png) no-repeat left center !important; }

ul.choices li.explanation { background: none; height: auto; }
ul.choices li.explanation:hover { color: inherit; cursor: default; }
ul.choices li:hover {
	color: #69FFBF;
}


/* Jeu4 */
#jeu4.bouddha{
	background: #333333 url(/themes/miroir/images/jeu4-bg.gif) no-repeat left top;
}			

#jeu4 #boud{
	filter: alpha(opacity=0);
	opacity: 0;
	display: none;
	position: absolute;
	right: -50px;
	bottom: -140px;
	width: 604px;
	height: 683px;
	background: transparent url(/themes/miroir/images/jeu4-bouddha.png) no-repeat left top;
}

#jeu4 #pensee{
	filter: alpha(opacity=0);
	opacity: 0;
	width: 265px;
	padding: 10px;
	background: #000;
	font-size: 14px;
	color: #AFF8DB;
	margin-top: 20px;
}

/* Jeu5 */
#jeu5.funky{
	background: #333333 url(/themes/miroir/images/jeu5-bg.gif) no-repeat left top;
}
#jeu5.bg2{
	background: #333333 url(/themes/miroir/images/jeu5-bg2.gif) no-repeat left top;
}
a#decouvre_jeu5{
	width: 170px;
	display: block;
	float: left;
	margin-right: 25px;
}

#jeu5 #totems {
	float: left;
}
#jeu5 #totems img {
	position: static;
	float: left;
	margin-right: 25px;
}

#jeu5 .contenu {
	float: left;
	width: 500px;
}

#jeu5 .final img {
	position: static;
	float: left;
	margin: 40px 0 0 10px;
}

#jeu5 .final .reset {
	width: 125px;
}
/*
	BLOG
			*/
.back_blog{
	display: block;
	margin-bottom: 15px;
}

.ccm-blog-post-tags, .ccm-blog-post-share {
	float: left;
	margin-bottom: 13px;
}

.ccm-blog-post-tags {
	width: 420px;
}
.ccm-blog-blog-list-pagination-links {
	float: right;
}

/*
	MA PHOTO
				*/
.maphoto .image{
	float: left;
	text-align: center;
	width: 400px;
	margin-right: 17px;
}

.maphoto .content {
	float: left;
	width: 253px;
}

.maphoto .sharing-tools {
	margin: 70px 0 15px 0;
}
.maphoto .sharing-tools a#square_sharethis{
	display: inline-block !important;
	position: relative !important;
	float: none !important;
	top: -16px;
	height: 33px;
}

img.square {
	vertical-align: middle;
}

img.square.sharethis {
	left: 0;
	margin: 0 5px 0 5px;
	position: relative;
	top: 0;
}

/*
	INTERVENANTS
					*/
					
.intervenant h4{
	margin: 10px 0 5px 5px;
	float: left;
}

.intervenant ul li {
	margin-top: 7px !important;
	background: transparent url(/themes/miroir/images/arrow_down.gif) no-repeat left center !important;
}

.intervenant .box{
	position: relative;
}
.backtotop{
	position: absolute;
	right: 18px;
	top: -1px;
	width: 122px;
	height: 30px;
	padding: 0px;
	background: #3cffb2;
}
.backtotop:hover{
	background: #3cffb2;
}
.backtotop a{
	display: block;
	width: 104px;
	height: 23px;
	color: #464646 !important;
	text-decoration: none;
	background: transparent url(/themes/miroir/images/arrow_up.gif) no-repeat 4px 9px;
	padding: 7px 0 0 18px;
}

.backtotop:hover{
	background: #69FFBF;
}

.backtotop:hover a{
	color: #676767 !important;
}

/*
	JVOTE POUR LES TOPS
						  */
						
.j-vote-pour-les-tops .box.black {
	width: 690px;
	padding-right: 0px;
	
}

/*
	FORMS
			*/
span.intervenantemail {
	font-weight: bold;
	color: #FF5060;
}

form.photo div.field, form.intervenant div.field, form.devine div.field {
	float: left;
	width: 200px;
	margin-bottom: 15px;
}

form.intervenant div.field {
	width: 325px;
}

form.photo div.field.wide, form.devine div.field.wide{
	width: 400px;
}

form.intervenant div.field.wide{
	width: 650px;
}
form.photo label, form.intervenant label, form.devine label{
	margin-bottom: 2px;
}

form.photo label.checkbox, form.intervenant label.checkbox, form.devine label.checkbox{
	font-size: 11px;
	margin-left: 5px;
}
form.photo .field a{
	color: #F1F1F1;
}
form.photo input[type="text"], form.photo textarea, form.photo input.ccm-input-date{
	width: 180px;
	background-color: #545454;
	border: 1px solid #f6f6f6;
	color: #808080;
	padding: 3px 5px;
}
form.devine input[type="text"], form.devine textarea, form.devine input.ccm-input-date{
	width: 180px;
	background-color: #545454;
	border: 1px solid #f6f6f6;
	color: #808080;
	padding: 3px 5px;
}
form.devine div.field.wide input[type="text"]{
	width: 380px;
}
form.intervenant input[type="text"], form.intervenant textarea, form.intervenant input.ccm-input-date {
	width: 300px;
}
form.photo input.invalid,
form.photo textarea.invalid,
form.intervenant input.invalid,
form.intervenant textarea.invalid,
form.devine input.invalid,
form.devine textarea.invalid {
	border-color: #ff3c58;
}

form.devine #step-1 label {
	display: block;
	float: left;
	width: 20px;
	margin: 3px 5px 0 0;
	text-align: right;
}

input[type="button"], form input[type="submit"], a.button {
	border: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	padding: 5px 8px;
	background-color: #3cffb2;
	color: #333333 !important;
	text-decoration: none;
}
.ie7 a.button {
	display: inline-block;
	padding: 7px 45px;
}

.ie7 input[type="submit"] {
	vertical-align: bottom;
}
input[type="submit"]{
	margin-bottom: 5px;
}
input[type=button]:hover, input[type="submit"]:hover, a.button:hover {
	background-color: #AFF8DB;
}

a.button.arrow{
	display: inline-block;
	width: inherit;
}
a.button.arrow img {
	float: none !important;
	position: static !important;
	margin: 0px 0 0 5px !important;
	vertical-align: bottom !important;
}

a.button.arrowleft{
	display: inline-block;
	width: inherit;
}
a.button.arrowleft img {
	float: none !important;
	position: static !important;
	margin: 0 5px 0 0 !important;
	vertical-align: bottom !important;
}

.messageBox{
	float: left;
	width: 400px;
	font-size: 11px;
	color: #ff3c58;
	margin-bottom: 10px;
}
.messageBox li {
	list-style-type: none;
}
/* 
	SIDEBAR
				*/	
#sidebar #menu ul{
	margin: 0;
}
.ie6 #sidebar #menu ul,
.ie7 #sidebar #menu ul,
.ie8 #sidebar #menu ul {
	margin: 10px 0 20px 0;
}
#sidebar #menu ul, #sidebar #menu ul li{
	list-style-type: none;
}
#sidebar #menu ul li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: right;
	margin-bottom: 3px;
}
#sidebar #menu ul li a{
	-webkit-transform: skew(0deg, 30deg);
	-moz-transform: skew(0deg, 30deg);
	-ms-transform: skew(0deg, 30deg);
	-o-transform: skew(0deg, 30deg);
	-transform: skew(0deg, 30deg);
}
#sidebar #menu ul li a span.noskew{
	display:block;
	margin-right: -7px;
	-webkit-transform: skew(0deg, -30deg) rotate(30deg);
	-moz-transform: skew(0deg, -30deg) rotate(30deg);
	-ms-transform: skew(0deg, -30deg) rotate(30deg);
	-o-transform: skew(0deg, -30deg) rotate(30deg);
	-transform: skew(0deg, -30deg) rotate(30deg);
}
.ie6 #sidebar #menu ul li a span.noskew,
.ie7 #sidebar #menu ul li a span.noskew,
.ie8 #sidebar #menu ul li a span.noskew {
	margin-right: 7px;
}

#sidebar #menu ul li a{
	display: block;
	padding: 7px 0;
	background-color: #AFF8DB;
	color: #231f20;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	-ms-transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
}

#sidebar #menu ul li a:hover{
	background-color: #69FFBF;
}

#sidebar #menu ul li.nav-selected{
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	text-align: left;
}
.ie6 #sidebar #menu ul li.nav-selected,
.ie7 #sidebar #menu ul li.nav-selected,
.ie8 #sidebar #menu ul li.nav-selected {
	text-align: right;
}

#sidebar #menu ul li.nav-selected a{
	background-color: #FFF;
	-webkit-transform: skew(0deg, -30deg);
	-moz-transform: skew(0deg, -30deg);
	-ms-transform: skew(0deg, -30deg);
	-o-transform: skew(0deg, -30deg);
	transform: skew(0deg, -30deg);
}
#sidebar #menu ul li.nav-selected a span.noskew{
	display:block;
	margin-right: -7px;
	-webkit-transform: skew(0deg, 30deg) rotate(-30deg);
	-moz-transform: skew(0deg, 30deg) rotate(-30deg);
	-ms-transform: skew(0deg, 30deg) rotate(-30deg);
	-o-transform: skew(0deg, 30deg) rotate(-30deg);
	transform: skew(0deg, 30deg) rotate(-30deg);
}
.ie6 #sidebar #menu ul li.nav-selected a span.noskew,
.ie7 #sidebar #menu ul li.nav-selected a span.noskew,
.ie8 #sidebar #menu ul li.nav-selected a span.noskew {
	margin-right: 7px;
}

#sidebar #logo {
	margin-bottom: 62px;
}		

a.addthis_button { display: block; float: left; margin-right: 4px; text-decoration: none; }
a.addthis_button img { margin-top: -1px; }

/*
	FOOTER 
			*/
.push {
	height: 75px;
	clear: both;
}
#footer {
	height: 85px;
	background: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

#footer #likebox{
	float: left;
	width: 240px;
}

#footer #likebox iframe{
	height: 70px !important;
}
#footer #logo-footer{
	float: left;
	margin: 10px 0 0 0;
}

#footer #menu-footer{
	float: left;
	margin-top: 10px;
}
#footer #menu-footer ul{
	margin: 0px;
}
#footer #menu-footer ul, #footer #menu-footer ul li{
	display: inline;
	list-style-type: none;
}

#footer #menu-footer ul li {
	margin: 0 7px;
}
#footer #menu-footer ul li a{
	color: #3E3E3E;
	text-decoration: none;
}
#footer #menu-footer ul li a:hover, #footer #menu-footer ul li.nav-selected a{
	text-decoration: underline;
}
#footer #menu-footer ul li:first-child {
	margin-left: 0;
}

#footer .copyright {
	margin-top: 5px;
	color: #686868;
}	
/* 
	FONTS 
			*/
#body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 32px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1em;
}
h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2em;
	color: #2D2D2D;
	margin-bottom: 15px;
}
h2.lock {
	padding-left: 22px;
	background: transparent url(/themes/miroir/images/lock.png) no-repeat 2px 7px;
}
h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #2D2D2D;
}
p {
	margin: 0 0 20px 0;
	line-height: 1.5em;
}

span.phonenumber{
	font-size: 12px;
	color: #2D2D2D;
}

em{
	font-style: italic;
}
hr{
	border: 0 !important;
	background: transparent url(/themes/miroir/images/hr_bg.gif) repeat-x top left;
	clear: both !important;
	margin-bottom: 20px !important;
	height: 1px;
}

#body ul, #body ol
{
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 20px;
}

#body ul li, #body ol li{
	background: transparent url(/themes/miroir/images/ul_style.gif) no-repeat 2px 5px;
	padding-left: 30px;
	margin-top: 15px;
}

#body ul li:first, #body ol li:first{
	margin-top: 0;
}
/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

.right {
	text-align: right;
}

.small{
	font-size: 8px;
}
.bold{
	font-weight: bold;
}


/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

.screenCap{
	cursor: pointer;
	margin: 0 !important;
}