/******************************************************************
Site Name: Mentor Training Event Toolkit (For Desktop Styling)

Description: Developed for the Alberta Mentoring Partnership Hosting a Mentor Forum Event Toolkit.
Author: Corey Dodge
Author URI: http://www.cdodge.ca
Version: 1.0

------------------------------------------------------------------
******************************************************************/

/**********************
Containers & Wraps
**********************/

.article-wrap{


	width:65%; /* 65% width for article text limits character Measure on line. Should have 50-80 characters max for best readability */
	
	margin: 0 auto;
	margin-bottom:70px;
	
	position:relative;
	display:block;

	background-color:white;	

}


#container{
	width: 100%;
	background-color:black;


}

.wrap {
	width:100%;
	margin: 0 auto;
	
	position:relative;
	display:block;

	background-color:white;	
}
.header-wrap{
	min-height:460px;
}


#full-wrap {
	width:1030px;
	
	
	min-height:100%;
	margin: 0 auto;
	background:white;
	-webkit-border-radius: 10px 0px 0px 0px;
	border-radius: 10px 0px 0px 0px;

	padding:0px 1% 0px 1%;
}

/**********************
Navigation
**********************/

/* DO SHOW the main navigation in desktop mode */
.showing-main-nav{
	display:block;
}

/*DO NOT show the full horizontal menu in mobile mode */
.full-horizontal-container{
	
	display:none;
}

/* ==========================================================================
   Menu Desktop stylings
   ========================================================================== */

/*******Left Side of Menu Rainbow********/
.nav-left{
height:300px;
width:63px;
background-image: url("../img/left-menu.png");
background-repeat: no-repeat; 
display:block;	
float:left;	
position:relative;
top:0px;
left:-11px;
margin: 0 auto;

-webkit-border-radius: 10px 0px 0px 10px;
border-radius: 10px 0px 0px 10px;

}


/*******Step1********/
.nav-step1{
height:36px;
width:113px;
background-image: url("../img/step1-icon.png");
background-repeat: no-repeat; 
display:block;	
float:left;	
position:relative;
right:40px;
top:264px;	


}
.nav-step1:hover{
			background-image: url("../img/step1-icon.png");
			background-repeat: no-repeat; 
			opacity:0.5;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-ms-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;				
			
}





/*******Step2********/
.nav-step2{
height:36px;
width:131px;
background-image: url("../img/step2-icon.png");
background-repeat: no-repeat; 
display:block;
float:left;	
position:relative;
right:45px;
top:264px;
		
}
.nav-step2:hover{
			background-image: url("../img/step2-icon.png");
			background-repeat: no-repeat; 
			opacity:0.5;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-ms-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;	
}


/*******Step3********/
.nav-step3{
height:36px;
width:131px;
background-image: url("../img/step3-icon.png");
background-repeat: no-repeat; 
display:block;
float:left;	
position:relative;
right:56px;	
top:264px;		
}
.nav-step3:hover{
			background-image: url("../img/step3-icon.png");
			background-repeat: no-repeat; 
			opacity:0.5;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-ms-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;	
}


/*******Step4********/
.nav-step4{
height:36px;
width:131px;
background-image: url("../img/step4-icon.png");
background-repeat: no-repeat; 
display:block;
float:left;	
position:relative;
right:67px;	
top:264px;		
}
.nav-step4:hover{
			background-image: url("../img/step4-icon.png");
			background-repeat: no-repeat; 
			opacity:0.5;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-ms-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;	
}


/*******Step5********/
.nav-step5{
height:36px;
width:131px;
background-image: url("../img/step5-icon.png");
background-repeat: no-repeat; 
display:block;
float:left;	
position:relative;
right:77px;	
top:264px;
z-index:5;			
}
.nav-step5:hover{
			background-image: url("../img/step5-icon.png");
			background-repeat: no-repeat; 
			opacity:0.5;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-ms-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;	
}


/*******Step6********/
.nav-step6{
height:36px;
width:131px;
background-image: url("../img/step6-icon.png");
background-repeat: no-repeat; 
display:block;
float:left;	
position:relative;
right:82px;	
top:264px;	
z-index:6;		
}
.nav-step6:hover{
			background-image: url("../img/step6-icon.png");
			background-repeat: no-repeat; 
			opacity:0.5;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-ms-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;	
}


/*******Step7********/
.nav-step7{
height:36px;
width:131px;
background-image: url("../img/step7-icon.png");
background-repeat: no-repeat; 
display:block;
float:left;	
position:relative;
right:94px;	
top:264px;	
z-index:7;	

}
.nav-step7:hover{
			background-image: url("../img/step7-icon.png");
			background-repeat: no-repeat; 
			opacity:0.5;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-ms-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;	
}


/*******Resources********/
.nav-resources{
height:36px;
width:131px;
background-image: url("../img/resources-icon.png");
background-repeat: no-repeat; 
display:block;
float:left;	
position:relative;
left:794px;
top:228px;
z-index:8;		
}
.nav-resources:hover{
			background-image: url("../img/resources-icon.png");
			background-repeat: no-repeat; 
			opacity:0.5;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-ms-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;	
}


/*STEPS LINK AREAS*/

		.nav-links{
			font-size:0.70em;
		}

		/*LINKING COLOURS - The colours of each navigational menu*/
		
		.green-nav a:link, .green-nav a:visited{
		
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			color:RGB(98,179,80);
			font-weight: bold;
		}

		.blue-nav a:link, .blue-nav a:visited{
		
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			color:RGB(11,116,178);
			font-weight: bold;
		}
	
		.orange-nav a:link, .orange-nav a:visited{
		
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			color:RGB(232,137,56);
			font-weight: bold;
		}
	
		.red-nav a:link, .red-nav a:visited{
		
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			color:RGB(199,61,39);
			font-weight: bold;
		}
		
				.green-nav a:hover, .blue-nav a:hover, .orange-nav a:hover, .red-nav a:hover{
					opacity: 0.5;
					
					
				}
				
	

/*Step 1 Links*/
.step1{

	border-left:3px dotted RGB(98,179,80);
	background-repeat: no-repeat; 
	color:RGB(98,179,80);
	font-weight: bold;

	width:230px;
	height:135px;
	
	
	
	position:absolute;
	top:130px;
	left:45px;
	padding-left:10px;

}


/*Step 2 Links*/
.step2{

	border-left:3px dotted RGB(11,116,178);	background-repeat: no-repeat; 
	color:RGB(11,116,178);
	font-weight: bold;

	width:230px;
	height:135px;
	position:absolute;
	top:292px;
	left:165px;
	padding-left:10px;
	padding-top:30px;
	
}
/*Step 3 Links*/
.step3{

	border-left:3px dotted RGB(232,137,56);	background-repeat: no-repeat; 
	color:RGB(232,137,56);
	font-weight: bold;

	width:230px;
	height:135px;
	position:absolute;
	top:130px;
	left:285px;
	padding-left:10px;

	
}
/*Step 4 Links*/
.step4{

	border-left:3px dotted RGB(199,61,39);	background-repeat: no-repeat; 
	color:RGB(199,61,39);
	font-weight: bold;

	width:230px;
	height:135px;
	position:absolute;
	top:292px;
	left:400px;
	padding-left:10px;
	padding-top:30px;
	
}
/*Step 5 Links*/
.step5{

	border-left:3px dotted RGB(98,179,80);	background-repeat: no-repeat; 
	color:RGB(98,179,80);
	font-weight: bold;

	width:230px;
	height:135px;
	position:absolute;
	top:130px;
	left:525px;
	padding-left:10px;
	
}
/*Step 6 Links*/
.step6{

	border-left:3px dotted RGB(11,116,178);	background-repeat: no-repeat; 
	color:RGB(11,116,178);
	font-weight: bold;

	width:230px;
	height:135px;
	position:absolute;
	top:292px;
	left:652px;
	padding-left:10px;
	padding-top:30px;
	
}
/*Step 7 Links*/
.step7{

	border-left:3px dotted RGB(232,137,56);	background-repeat: no-repeat; 
	color:RGB(232,137,56);
	font-weight: bold;

	width:230px;
	height:135px;
	position:absolute;
	top:130px;
	left:770px;
	padding-left:10px;
	
}
/*Resources Links*/
.resources{

	border-left:3px dotted RGB(199,61,39);	background-repeat: no-repeat; 
	color:RGB(199,61,39);
	font-weight: bold;

	width:230px;
	height:135px;
	position:absolute;
	top:292px;
	left:880px;
	padding-left:10px;
	padding-top:30px;
	
}



/* ==========================================================================
   IMAGE stylings
   ========================================================================== */
   
.box-quote{

	background: RGB(98,179,80);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	-webkit-box-shadow: 2px 2px 10px 0px #000000;
	box-shadow: 2px 2px 10px 0px #000000;
	
	float: right; 
	margin: 10px;
	padding:10px 10px 10px 10px;
	
	font-size: smaller;
	width:200px;
	
	transition:width 1s;
	-moz-transition:width 1s; /* Firefox 4 */
	-webkit-transition:width 1s; /* Safari and Chrome */
	-o-transition:width 1s; /* Opera */

}
.box-quote:hover{
	width:30%;
	font-size:1em;
	-webkit-box-shadow: 2px 2px 10px 0px #000000;
	box-shadow: 2px 2px 10px 0px #000000;
}

   
   
/* ==========================================================================
   DOWNLOADS BOX (on bottom of page)
========================================================================== */

/* Downloads for Resources Page */
.downloadresources{

	text-align:center;
	display:block;		
	padding:10px;
	
	height:50px;
	width:200px
}


/* Thumbnails for downloads */

/* Title ex: "Step 1 Downloads" */
.downloadstitle{	
	padding-bottom:40px;
	font-family: 'Permanent Marker', cursive;
	font-size:1.1em;
}
.floatleftthumbnail{
	float:left;
	margin:10px;
	width:113px;
	text-align:center;
}



.step8downloadsbox{

	display:block;			
	padding:10px;
	width:95%;
	z-index:99999;
	overflow: hidden; /* To make sure everything fits */
	box-shadow:2px 2px 5px black;

	
}

.downloadsbox{

display:block;		
position:fixed;

padding:10px;

height:50px;
width:200px;
z-index:99999;
top:92%;

-webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -webkit-box-shadow: 2px 2px 10px 0px #000000;
        box-shadow: 2px 2px 10px 0px #000000;
          -webkit-border-radius: 10px;
        border-radius: 10px;   
        -webkit-box-shadow: 2px 2px 10px 0px #000000;
        box-shadow: 2px 2px 10px 0px #000000;
}

.downloadsbox:hover{
/* overflow:auto; Just in case too many files*/
top:30%;
height:800px;
width:700px;

-webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;

}

.floatleftthumbnail{

}

.thumbnailcontainer{
  position:relative;
  
  margin:10px;

  height:150px;
  width:113px;
     -webkit-border-radius: 10px;
        border-radius: 10px;   
        -webkit-box-shadow: 2px 2px 10px 0px #000000;
        box-shadow: 2px 2px 10px 0px #000000; 

}
.thumbnailcontainer img{
   position:absolute;
   top:0px;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
    
    height:150px;
	width:113px;
     -webkit-border-radius: 10px;
        border-radius: 10px; 
}

.thumbnailcontainer img.thumbnailone:hover {
  opacity:0;
    
    height:150px;
	width:113px;
     -webkit-border-radius: 10px;
        border-radius: 10px; 
}
/*Show the second image for desktop use */
.thumbnailtwo{
  display:block;

}



/*footer styling*/
.footer{
	text-align:center;
	position:relative;
	background:white;
	margin:-10px;
	z-index:9999;
}

/**********************
HEADER Stuff
**********************/


.amplogo{
	
	background-image: url("../img/amplogo.png");
	width:39px;
	height:39px;
	background-repeat: no-repeat;
	display:block;		
	position:absolute;
	left:90%;
	top:5px;
	
	
	transition:margin-left 1s;
	-moz-transition:margin-left 1s; /* Firefox 4 */
	-webkit-transition:margin-left 1s; /* Safari and Chrome */
	-o-transition:margin-left 1s; /* Opera */
	
	font-size:0; /* So that text is not visable before hover state */
	
	z-index:1;
}
.amplogo:hover{
	display:block;
	left:400px;
	background-image: url("../img/amplogo.png");
	background-color:white;
	width:50%;
	height:100%;
	overflow:auto;
	
	font-size:1.0em;
	padding:10px;
	
	padding-left:110px;
	color:black;
	z-index:25;
	
	-webkit-box-shadow: -5px 5px 10px 0px rgba(0, 5, 5, 0.5);
	box-shadow: -5px 5px 10px 0px rgba(0, 5, 5, 0.5);

}

/*********************
TITLES & FONTS & LINKS
*********************/
.sitetitle-h1 a:link, .sitetitle-h1 a:visited{
	font-family: 'Permanent Marker', cursive;
	
	font-size:1.00em;
	text-align: none;
	
	color:RGB(11,116,178);
	position:absolute;
	left:100px;
	top:25px;
	float:none;		
}
.sitetitle-h1{
	text-align:none;
}
.sitetitle-h1 a:hover{

color:RGB(98,179,80);


-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
z-index:auto;
}

