// Import external files
@import "../less/reset.less";
@import "./variables.less";

@related-films: 497px;
@related-resources: @site-width - @related-films - (@module-padding * 4) - (@module-margin);

// CSS
body {
  margin: 0;
  padding: 0;
  background: #f0f0ee;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: @black;
}

input, textarea {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: @black;
}

a img {
  border: none;
  text-decoration: none;
}

a:hover img {
  text-decoration: none;
}

a {
  color: @typ-green;
  text-decoration: none;
  
  &:hover {
    text-decoration: underline;
  }
  
  &.button {
    background-color: @typ-green;
    .rounded-corners;
    border: none;
    //width: 80px; ??
    //height: 32px; ??
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 15px;
    display: inline-block;
  }
}

ul {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: bold;
}

h1 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 24px;
  
  &.big {
    font-size: 22px;
  }
}

h1 span {
  display: block;
  color: #777;
}

h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}

p {
  font-size: 12px;
  line-height: 18px;
  margin: 3px 0 8px;
}

.hide {
  display: none;
}

#outer-wrapper {
  width: @site-width;
  margin: 0 auto;
}

#inner-wrapper {
  float: left;
  width: @site-width;
}

#header {
	float: left;
	width: @site-width;
  
	#navigation {
		width: 600px;
		float: right;
		
		.top-menu {
			float: right;
			background: @top-menu-bg;
			.rounded-bottom-corners;
			font-size: 12px;
			font-weight: bold;
			//padding: 8px 12px 10px;
			padding: 13px 22px 17px;
			margin: 0 0 0 5px;
    
			&.login {
				background: @top-menu-bg;
      
				ul li a {
					color: #fff;
        
					&:hover {
						color: #fff;
					}
				}
		    }
    
			ul {
				li {
					display: block;
					float: left;
						a {
							color: #fff;
							margin: 0 10px;
							font-weight: normal;
							text-decoration: none;
		          			&:hover, &.active {
		            			color: @light-green;
		          			}
						}
					}
			}
		}
		
		.account-menu {
			.rounded-bottom-corners(0);
			padding-top:10px;
			padding-bottom: 4px;	
		}

		#header_signup {
			float: right;
			margin: 50px 20px 0 0;
	
			p {
				display: inline;
				margin-right: 10px;
			}
			
			a.button:hover {
				background: @black;
				text-decoration: none;
			}
		}
	}
	
	.logo {
    	float: left;
    	margin: 15px 0 0;
	}
  
	.banner {
		float: right;
		clear: right;
		width: 468px;
		height: 60px;
		margin: 20px 0 0;
		background: url('assets/images/sample-banner.gif') no-repeat;
	}
}

#search {
  float: left;
  
  .browse-filter {
    float: left;
    
    p {
      float: left;
      margin: 7px 0 0;
    }
    
    .dropdown {
      float: left;
      width: 180px;
      margin: 0 7px;
      padding: 7px 15px 7px 0;
      background: @dark-grey;
      .rounded-corners;
      cursor: pointer;
      position: relative;
      
      &:hover {
        background: @black;
      }
      
      p {
        clear: left;
        color: #fff;
        margin: 0 0 0 15px;
      }
      
      .options {
        display: none;
        width: 180px;
        padding: 20px 15px 10px 0;
        position: absolute;
        top: 27px;
        background: @black;
        .rounded-bottom-corners;
        
        p {
          margin-top: 5px;
          margin-bottom: 5px;
          
          a {
            color: #fff;
            
            &:hover {
              text-decoration: none;
              
              
              span.colour {
                background: #000 !important;
              }
            }
          }
        }
        
      } // End of .options
    } // End of .dropdown
  } // End of .browse-filter
  
  .show-search-tray {
    float: left;
    position: relative;
    margin: 0px 0 0;
    padding: 6px 15px 0 0;
    height: 25px;
    cursor: pointer;
    .large-keystage-buttons {
      position: absolute;
      right: -28px;
      top: 2px;
    }
    
  }
  
  
  
  form.quick-search {
    float: right;
    
    input {
      float: left;
      
      &.text {
        .rounded-left-corners;
        border: none;
        background: #fff;
        width: 180px;
        height: 24px;
        padding: 4px 8px;
        margin: 0;
        font-size: 14px;
        
        &.search-expand {
          width: 200px;
          
          &.expanded {
            width: 260px;
          }
        }
      }
      
      &.submit {
        background-color: @typ-green;
        .rounded-right-corners;
        border: none;
        width: 130px;
        height: 32px;
        color: #fff;
        font-size: 12px;
        font-weight: normal;
		
			&:hover {
				background: @black;
			}
      }
    }
  }
  
  .tray {
    float: left;
    width: @module-full - (2 * @module-margin) + @module-padding;
    margin: 0 0 0 (@module-margin * 2);
    padding: 0 @module-padding / 2;
    background: #E8E8E6;
    .rounded-bottom-corners;
    
    .search-tray {
      float: left;
      padding: 10px 0 10px 20px;
      
      .separator {
        float: left;
        height: 100px;
        font-size: 12px;
        padding: 0 15px 0 10px;
      }
      
      .filter-col {
        float: left;
        padding: 0 10px 0 0;
        width: 150px;
        
        &.ks {
          width: 70px;
        }
        
        label {
          font-size: 14px;
        }
        
        ul {
          margin: 5px 0 0;
          
          li {
            font-size: 12px;
            line-height: 18px;
            
            a {
              color: @black;
              padding: 4px 2px;
              width: 100%;
              display: block;
              
              &:hover, &.active {
                text-decoration: none;
                background: @typ-green;
                color: #fff;
              }
            }
          }
          
          &.bullets {
            margin: 10px 0 0;
            
            li {
              a {
                color: #fff;
                background: @blue;
                .rounded-corners(12px);
                text-align: center;
                width: 17px;
                height: 15px;
                padding: 5px 2px 2px;
                margin: 5px 20px 0;
              }
            }
          }
        }
      }
      .filter-col-match {
	  width: 900px - (160*3 + 34*3) - 68;
	}
    } // End of .search-tray
    
    .breadcrumbs {
      float: left;
      clear: left;
      padding: 15px 0 15px 10px;
      
      p {
        margin: 0;
      }
    }
    
  } // End of .tray
}

.ks2 {
  background-color: @blue;
  color: #fff;
}

.ks-btn {
  .rounded-corners(17px);
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  width: 27px;
  height: 24px;
  padding: 5px 2px 2px;
  margin: 0;
  display: block;
}

#crumbs {
  .module {
    padding-top: @module-padding / 2;
    padding-bottom: @module-padding / 2;
    
    p {
      margin: 0;
      font-weight: bold;
      
      a {
        color: #464648;
        font-weight: bold;
        margin: 0 5px;
      }
    }
  }
}

.row {
  float: left;
  margin: 0 0 0 -@module-margin;
  
  .page-title {
    //float: left;
    //margin: @module-margin 0 0 @module-margin;
    // background: none;
    //width: @module-full;
    
    h1 {
      font-weight: normal;
      font-size: 20px;
      margin: 0;
    }
  }
  
  .module {
    float: left;
    margin: @module-margin 0 0 @module-margin;
    background: @module-bg-grey;
    //min-height: 100px;
    padding: @module-padding;
    .rounded-corners;
    
    &.page-title {
      background: none;
      padding: 0;
    }
    
    &.no-bg {
      background: none;
    }
    
    &.no-vpad {
      padding-top: 0;
      padding-bottom: 0;
    }
    
    &.green {
      background: @typ-green;
      color: #fff;
      
      a {
        color: #fff;
      }
    }
    
    &.full {
      width: @module-full;
      
      .video .desc {
        width: @desc-width;
        padding: 0 0 0 20px;
        
        .extra {
          float: left;
          width: @desc-width - (@module-padding * 2);
          padding: 20px 20px 5px 20px;
          margin-top: 10px;
          background: #e8e8e8;
          .rounded-corners;
          
          p {
            float: left;
            font-size: 14px;
            margin-right: 15px;
            
            a.button {
              font-weight: normal;
              font-size: 14px;
              
              &:hover {
                background: @black;
                text-decoration: none;
              }
            }
          }
		

        }
      } // End of .video .desc
      
      .key {
        float: left;
        width: @module-full - (@module-padding * 2);
        margin-top: @module-margin;
        padding: @module-padding;
        background: @typ-green;
        .rounded-corners;
        color: #fff;
        
        .film {
          float: left;
          width: 80px;
          padding: 10px 0 0;
          cursor: pointer;
		  margin: 0 4px;
		
          img {
            padding: 0 17px;
          }
          
          p {
            font-size: 11px;
            line-height: normal;
            text-align: center;
          }
        }
	.infokey {
          float: right;
          width: 80px;
          padding: 10px 0 0;
          cursor: pointer;
		  margin: 0 4px;
		
          img {
            padding: 0 17px;
          }
          
          p {
            font-size: 11px;
            line-height: normal;
            text-align: center;
          }
        }
      }
    }
  
    &.half {
      width: @module-half;
    }
    
    &.one-third {
      width: @module-one-third;
    }
    
    &.two-thirds {
      width: @module-two-thirds;
    }
    
    &.quarter {
      width: @module-quarter;
    }
    
    &.three-quarters {
      width: @module-three-quarters;
    }
    
    &.related-films {
      width: @related-films;
    }
    
    &.related-resources {
      width: @related-resources;
      .related-link {
        background: url('/images/link.png') no-repeat 4px center;
        padding-left: 46px;
        font-size: 12px;
        margin-bottom: 6px;
        min-height: 38px;
      }
      .related-lesson-plan {
        background-image: url('/images/pdf.png');
        background-position: 0 center;
        font-size: 14px;
        margin-bottom: 12px;
        padding-top: 4px;
        padding-bottom: 4px;
      }
      a {
        color: #000;
      }
    }

.flowplayer {
   width: 535px;
   height: 301px;
}
    
    .video {
      .player {
        float: left;
      }
      
      .desc {
        float: left;
      }
    }
    
    img {
      &.left {
        float: left;
        padding: 0 10px 10px 0;
      }
      
      &.right {
        float: right;
        padding: 0 0 10px 10px;
      }
    }
    
    div.centre {
      text-align: center;
    }
    
    ul {
      
      &.icon-links {
        border-bottom: 1px solid @module-bg-grey;
        margin-top: 8px;
        
        li {
          border-top: 1px solid @module-bg-grey;
          padding: 14px 0 14px 70px;
          background-repeat: no-repeat;
          background-position: center left;
          
          a {
            &.active, &:hover {
              color: @black;
            }
            
            color: @grey;
            text-decoration: none;
            font-weight: bold;
          }
          
          &.vision {
            background-image: url('/assets/images/vision-icon.gif');
          }
          
          &.programme {
            background-image: url('/assets/images/programme-icon.gif');
          }
          
          &.ethos {
            background-image: url('/assets/images/ethos-icon.gif');
          }
          
          &.clients {
            background-image: url('/assets/images/clients-icon.gif');
          }
          
        }
      }
      
      &.menu {
        font-size: 14px;
        
        li {
          list-style-type: disc;
          margin: 0 0 10px 15px;
          
          a {
            &:hover {
              text-decoration: none;
            }
          }
        }
      }
    }
    
  }
}

.browse-videos {
  clear: left;
  .disabled {
    opacity: 0.7;
  }
  
  .browse-video {
    float: left;
    width: 25%;
    
    a {
      display: block;
      height: 270px;
      padding: 20px;
      text-decoration: none;
      
      h3 {
        font-size: 12px;
        font-weight: bold;
        line-height: 16px;
        margin: 6px 0 0;
	span {
	  color: #777;
	}
      }
      
      p {
        font-size: 11px;
        line-height: 16px;
      }
      
      h3, p {
        color: @black;
      }
      
      &:hover {
        background: @typ-green;
        text-decoration: none;
        
        h3, p {
          color: #fff;
        }
	h3 span {
	  color: #ddd;
	}
      }
    }
  }
  .disabled a:hover {
    background: none !important;
     h3, p {
          color: #404040;
        }
	h3 span {
	  color: #777;
	}
  }
}


.related-films {
  .video {
    float: left;
    
    a {
      float: left;
      padding: @module-padding;
      color: @black;
      width: @related-films - (@module-padding * 2);
      
      &:hover {
        text-decoration: none;
        background: @typ-green;
        color: #fff;
      }
      
      img {
        float: left;
        padding: 0 10px 0 0;
      }
      
      h3 {
        font-size: 14px;
      }
      
      p {
        font-size: 12px;
      }
    }
  } // End of .video
}


.paging {
  float: left;
  clear: left;
  margin: 5px 0 15px;
  
  .page {
    float: left;
    display: block;
    background: #82BF82;
    color: #fff;
    margin: 0 5px 0 0;
    padding: 7px 12px;
    font-size: 14px;
  }
}

form {
  
  &.contact {
    width: 780px;
    margin: 0 70px;
    
    .form-row, .trigger {
      float: left;
      width: 260px;
      margin: 15px 0 25px;
      
      &.full {
        width: 780px;
        
        label {
          width: 760px;
        }
      }
      
      &.half {
        width: 350px;
      }
      
      &.clear {
        clear: both;
      }
      
      &.error {
        color: #f00;
        margin: 0;
        font-size: 12px;
        
        input.text {
          border: 1px solid #f00;
        }
      }
      
      &.narrow {
        margin: 7px 0 12px;
      }
      
      label {
        display: block;
        width: 215px;
        font-size: 12px;
        margin: 0 0 12px 2px;
        font-weight: bold;
        color: @black;
        
        &.inline {
          display: inline;
          font-weight: normal;
        }
        
        span.required, span.error_ind {
          color: red;
          font-weight: normal;
        }
      }
      
      input {
        &.text {
          width: 215px;
          font-size: 12px;
          padding: 5px;
          border: 1px solid #ccc;
          .rounded-corners(4px);
          
          &.small {
            width: 80px;
          }
        }
        
        &.radio {
          margin: 0 7px 5px 0;
        }
        
        &.checkbox {
          margin: 0 7px 5px 0;
        }
        
        &.submit {
          background: @typ-green;
          color: #fff;
          border: none;
          .rounded-corners;
          font-size: 14px;
          padding: 10px 20px;
        }
      }
      
      textarea {
        width: 285px;
        height: 110px;
        font-size: 12px;
        padding: 5px;
        border: 1px solid #ccc;
        .rounded-corners(4px);
      }
      
      p {
        &.small {
          color: #868686;
          font-size: 11px;
          padding-right: 24px;
        }
      }
      
    } // End of .form-row
    >p {
      clear: both;
    }
  } // End of form.contact
  
}

// Move this somewhere more appropriate
span.colour {
  // background determined inline from db value
  color: #fff;
  display: inline;
  padding: 3px 11px;
  font-size: 12px;
  line-height: 16px;
  background: @typ-green;
}

span.key-stage {
  background: @key-stage-bg; // move to variables.less
  color: #fff;
  width: 30px;
  height: 18px;
  padding: 2px 0 0 0px;
  display: inline-block;
  .rounded-corners(10px);
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

span.film-duration {
  background: #000000;
  color: #fff;
  width: 60px;
  height: 18px;
  padding: 2px 0 0 0px;
  display: inline-block;
  .rounded-corners(10px);
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

span.curriculum-connection {
  background: #009600;
  color: #fff;
  width: 60px;
  height: 18px;
  padding: 2px 0 0 0px;
  display: inline-block;
  .rounded-corners(10px);
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}



#footer {
  float: left;
  width: @site-width;
  border-top: 1px solid #dadad8;
  margin: 20px 0 0;
  padding: 20px 0 30px;
  
  p {
    font-size: 12px;
    
    &.links {
      float: right;
      font-size: 11px;
      color: #999;
      
      a {
        color: #999;
      }
    }
  }
}

.key li, .extra li {
	float: left;
	font-size: 14px;
	margin-right: 0px;
	position: relative;
	height:100px;
	width:100px;
		
		a.button {
			font-weight: normal;
			font-size: 14px;

			&:hover {
				background: @black;
				text-decoration: none;
			}
		}
}

li .overlay {
	position: absolute;
	overflow: visible;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	opacity: 0;
    visibility: hidden;
	left: -90px;
	bottom: 90px;
	width: 300px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 10;
}

li .overlay:after {
	content: "";
	position: absolute;
	left: 122px;
	bottom: -8px;
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #E1E0E0 transparent transparent transparent;
	border-color: rgba(99, 100, 100, 0.1) transparent transparent transparent;
}

li .overlay p {
	position: relative;
	font-size: 13px;
	color: #fff;
	padding: 15px;
	z-index: 20;
	margin: 0;
}

li .overlay p:after {
	content: "";
	position: absolute;
	left: 120px;
	bottom: -7px;
	border-width: 7px 7px 0 7px;
	border-style: solid;
	border-color: #759160 transparent transparent transparent;
}


li:hover .overlay {
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	opacity: 1;
	visibility: visible;
}

li .box {
	background: rgb(240, 239, 239);
	background: rgba(99, 100, 100, 0.1);
	padding: 5px;
	.rounded-corners(10px);
}

li .box_gray, 
li .box_red, 
li .box_orange, 
li .box_green {
	background-repeat: repeat-x;
	border-width: 1px 0 1px 0;
	border-style: solid;
	.rounded-corners();
}
li .box_gray {
	.gradient(#67665F, #5A5A54, gray);
}
li .box_red {
	background-color: #C6452B;
	background-image: url(../img/fallback/box_gradient-red.png);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E04C28), to(#C6452B));
	background-image: -webkit-linear-gradient(top, #E04C28, #C6452B);
	background-image: -moz-linear-gradient(top, #E04C28, #C6452B);
	background-image: -ms-linear-gradient(top, #E04C28, #C6452B);
	background-image: -o-linear-gradient(top, #E04C28, #C6452B);
	border-color: #E97153 transparent #872119 transparent;
}
li .box_orange {
	background-color: #D8642E;
	background-image: url(../img/fallback/box_gradient-orange.png);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF9933), to(#D8642E));
	background-image: -webkit-linear-gradient(top, #FF9933, #D8642E);
	background-image: -moz-linear-gradient(top, #FF9933, #D8642E);
	background-image: -ms-linear-gradient(top, #FF9933, #D8642E);
	background-image: -o-linear-gradient(top, #FF9933, #D8642E);
	border-color: #FFAD5C transparent #9B4C20 transparent;
}
li .box_green {
	.gradient(#87A56F, #759160, green);
}

.extra li .overlay {
	left: -60px;
}

#mask {
	position:absolute;
	z-index:9000;
	background-color:#fff;
	filter: alpha(opacity=0);
	opacity: 0;
	display:none;
}
   
.dialog_window {
	display:none;
	position: fixed;
	background-color: #E4E2E2;
	z-index:90000;
	width:400px;
	min-height:30px;
	padding:20px;
	.rounded-corners(30px);
	border-width: 10px;
	border-style: solid;
	border-color: #939495;
	
	a.button {
		text-align: center;
		display: block;
		width: 100px;
		margin: 0 auto;
		margin-top: 50px;
		z-index:90000;
	}
	
	a.close {
		background-color: #759160;
		background: url('/assets/images/close.png') 0 0 no-repeat;
		z-index:90000;
		position:absolute;
	    right:-15px;
	    top:-15px;
	    cursor:pointer;
	    width:32px;
		height:31px;
		text-indent: -90000px;
	}

	p {
		text-align: left !important;
		float: none !important;
		z-index:90000;
		color: #000;
	}
}

#packages-selection {
	clear: both;
	label {
		display: none;
	}
}

.contact-details {
	float: left;
	width: 780 - 350px;
	margin-top: 6px;
}

.order-details {
	float: left;
	width: 350px;
	.standout {
		width: 350 - @module-padding*2;
	}
	margin-top: 6px;
}

.standout {
	float: left;
	padding: @module-padding;
	margin-top: @module-margin;
	background: #e8e8e8;
	.rounded-corners;
	dl {
		margin-top: 8px;
		margin-bottom: 0;
	}
	p {
		clear:both;
	}
}

.trial-standout {
	.rounded-corners;
	padding: @module-padding;
	margin-top: @module-margin;
	background: @light-green;
	p {
 		font-size: 13px;
		line-height: 18px;
	}
}

.trial-register {
	padding: 0 30px 0 70px;
	width: 230px;
	float: left;
}

.trial-register input.submit {
	background: @typ-green;
        color: #fff;
          border: none;
          .rounded-corners;
          font-size: 14px;
          padding: 10px 20px;
	  margin-top: 20px;
}

.trial-register label {
	display: block;
	margin: 3px 0;
	line-height: 14px;
}

.trial-register input, .trial-register select {
	margin-bottom: 12px;
}

.benefits-list {
	font-size: 15px;
	line-height: 17px;
	li {
		margin-bottom: 12px;
		background: url('/images/yes.png') no-repeat left center;
		padding: 10px 0 17px 47px;
	}
}

form.contact .quote-lookup .trigger input {
  margin-top: 24px;
  padding: 5px 20px;
  margin-right: 34px;
}
.ignore-pos {
  position: absolute;
  margin-left: 4px;
}
form.contact  .half label {
	width:auto;
}

#terms-buttons {
	clear: both;
	>.button {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	#reject-terms-btn {
		float: left;
	}
	#accept-terms-btn {
		float: right;
	}
}

#terms-text {
	padding: 40px;
}

form.confirmation_form {
	margin-left: 0;
	.trigger {
	  float: left;
	  width: auto;
	  margin-right: 20px;
	}
	button {
		background: @typ-green;
		color: #fff;
		border: none;
		.rounded-corners;
		font-size: 14px;
		padding: 10px 20px;
	}
	
}

form.register {
	font-size: 12px;
	line-height: 18px;
	dl {
		float: left;
		clear: both;
		margin-bottom: 24px;
		dt {
			line-height: 18px;
			float: left;
			clear: both;
			font-weight: 700;
			padding-right: 6px;
		}
		dd {
			line-height: 18px;
			float: left;
		}
	}
	.standout dl dd {
		float: right;
	}
	.standout dl {
		margin-bottom: 0;
	}
	button {
		background: @typ-green;
		color: #fff;
		border: none;
		.rounded-corners;
		font-size: 14px;
		padding: 10px 20px;
	}
	h2.form-row {
		margin-bottom: 15px;
	}
	h3 {
		font-size: 14px;
		clear: both;
		font-weight: 600;
		margin-bottom: 6px;
	}
	.standout dt {
		width: 100px;
		text-align: right;
	}
	.trigger, .trigger input { 
		float: right;
	}
	.back {
		float: left;
		clear: both;
	}
	
	address {
		line-height: 18px;
	}
	.coming-soon {
		color: #868686;
	}
	input {
		&.text {
			width: 215px;
			font-size: 12px;
			padding: 5px;
			border: 1px solid #ccc;
			.rounded-corners(4px);
          	
			&.small {
				width: 80px;
			}
		}
	}
	select {
		width: 215px;
		border: 1px solid #ccc;
	}
	.form-row textarea {
		height: 62px;
	}
}

table.standard {
	th {
		font-size: 12px;
		font-weight: 700;
		padding: 4px 11px 5px;
		text-align: left;
	}
	td {
		font-size: 12px;
		padding: 2px 11px;
		height: 32px - 4;
		.error_ind {
			margin-left: 12px;
			color: red;
		}
	}
}

.register-module {
	.error {
		margin: 0 70px 10px;
		color: red;
		font-weight: bold;
	}
	.error_ind {
		color: red;
	}
}

// ROLLOVERICONS

a.keyicon {
	display: block;
	width: 45px;
	height: 45px;
	text-decoration: none;
	padding: 0 17px;
	background: url("/assets/images/key.png") no-repeat;
	}

a.keyicon:hover {
	background-position: 0px -45px;
	}

a.interactiveqicon {
	display: block;
	width: 45px;
	height: 46px;
	text-decoration: none;
	padding: 0 17px;
	background: url("/assets/images/interactive.png") no-repeat;
	}

a.interactiveqicon:hover {
	background-position: 0px -46px;
	}

a.jargonbustersicon {
	display: block;
	width: 45px;
	height: 45px;
	text-decoration: none;
	padding: 0 17px;
	background: url("/assets/images/jargon.png") no-repeat;
	}

a.jargonbustersicon:hover {
	background-position: 0px -45px;
	}

a.cooltoolsicon {
	display: block;
	width: 45px;
	height: 45px;
	text-decoration: none;
	padding: 0 17px;
	background: url("/assets/images/cool.png") no-repeat;
	}

a.cooltoolsicon:hover {
	background-position: 0px -45px;
	}

a.pltsicon {
	display: block;
	width: 45px;
	height: 45px;
	text-decoration: none;
	padding: 0 17px;
	background: url("/assets/images/plts.png") no-repeat;
	}

a.pltsicon:hover {
	background-position: 0px -45px;
	}

a.spadeworkicon {
	display: block;
	width: 45px;
	height: 44px;
	text-decoration: none;
	padding: 0 17px;
	background: url("/assets/images/spadework.png") no-repeat;
	}

a.spadeworkicon:hover {
	background-position: 0px -44px;
	}

a.getstuckinicon {
	display: block;
	width: 45px;
	height: 45px;
	text-decoration: none;
	padding: 0 17px;
	background: url("/assets/images/stuckin.png") no-repeat;
	}

a.getstuckinicon:hover {
	background-position: 0px -45px;
	}

a.turnaroundicon {
	display: block;
	width: 45px;
	height: 45px;
	text-decoration: none;
	padding: 0 17px;
	background: url("/assets/images/turnaround.png") no-repeat;
	}

a.turnaroundicon:hover {
	background-position: 0px -45px;
	}

a.yesmomenticon {
	display: block;
	width: 45px;
	height: 45px;
	text-decoration: none;
	padding: 0 17px;
	background: url("/assets/images/yes.png") no-repeat;
	}

a.yesmomenticon:hover {
	background-position: 0px -45px;
	}

a.interviewicon {
	display: block;
	width: 45px;
	height: 45px;
	text-decoration: none;
	padding: 0 17px;
	background: url("/assets/images/interview.png") no-repeat;
	}

a.interviewicon:hover {
	background-position: 0px -45px;
	}

a.characteristicsicon {
	display: block;
	width: 45px;
	height: 44px;
	text-decoration: none;
	padding: 0 17px;
	background: url("/assets/images/skills.png") no-repeat;
	}

a.characteristicsicon:hover {
	background-position: 0px -44px;
	}

a.classroomicon {
	display: block;
	width: 45px;
	height: 45px;
	text-decoration: none;
	padding: 0 17px;
	background: url("/assets/images/tmode.png") no-repeat;
	}

a.classroomicon:hover {
	background-position: 0px -45px;
	}

a.hideficon {
	display: block;
	width: 45px;
	height: 45px;
	text-decoration: none;
	padding: 0 17px;
	background: url("/assets/images/hd.png") no-repeat;
	}

a.hideficon:hover {
	background-position: 0px -45px;
	}

a.lowresicon {
	display: block;
	width: 45px;
	height: 45px;
	text-decoration: none;
	padding: 0 17px;
	background: url("/assets/images/sd.png") no-repeat;
	}

a.lowresicon:hover {
	background-position: 0px -45px;
	}

a.lessonsheeticon {
	display: block;
	width: 45px;
	height: 45px;
	text-decoration: none;
	padding: 0 17px;
	background: url("/assets/images/sheet.png") no-repeat;
	}

a.lessonsheeticon:hover {
	background-position: 0px -45px;
	}

a.entrepreneurialskillsicon {
	display: block;
	width: 45px;
	height: 45px;
	text-decoration: none;
	padding: 0 17px;
	background: url("/assets/images/entrepreneur.png") no-repeat;
	}

a.entrepreneurialskillsicon:hover {
	background-position: 0px -45px;
	}

.filmdetails {
        float: left;
        width: @module-full - (@module-padding * 2);
        margin-top: 10px;
        padding: @module-padding;
        background: #e8e8e8;
        .rounded-corners;
        color: #000000;
        
        
	
      }
/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */

.nivoSlider {
    position:relative;
    background:url(assets/images/nivo-slider/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}

.nivoSlider a {
    border:0;
    display:block;
}

.nivoSlider {
	position:relative;
	width:100%;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:535px;
	bottom:0px;
	background: gray;
	color:#fff;
	width:380px;
	height:300px;
	z-index:8;
	padding: 5px 10px;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption h1 {
	padding:5px;
	margin:0;
}
.nivo-caption h1 a {
	font-weight:bold;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-caption a.vlink {
	padding:5px;
	margin:0;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default {
	position:relative;
	display: block;
	float: left;
	width: 100%;
	
}

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(assets/images/nivo-slider/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(assets/images/nivo-slider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(assets/images/nivo-slider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
}
.theme-default .nivo-caption a:hover {
    color: #81CF81;
	text-decoration: none;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
.slider-wrapper {
	float:left;
	width: 535px;
}

.caption-wrapper {
	float:left;
	width: 300px;
}

.rightsided {
 float:left;
width:383px;
}
