/* 
 * Author: Traci Williams
 * Created: 1/23/2010
 * Copyright: Washtenaw Community College, Ann Arbor
*/
 
/* =imports */
 
@import url("normalization.css");
 
/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
@font-face {
	font-family: "Museo Slab";
	src: url('../media/fonts/Museo_Slab_500.eot');
	src: local('Museo Slab 500'), local('MuseoSlab-500'), url('../media/fonts/Museo_Slab_500.woff') format('woff'), url('../media/fonts/Museo_Slab_500.otf') format('opentype');
	}
 
@font-face {
	font-family: "Museo Slab Italic";
	src: url('../media/fonts/Museo_Slab_500italic.eot');
	src: local('Museo Slab 500 Italic'), local('MuseoSlab-500Italic'), url('../media/fonts/Museo_Slab_500italic.woff') format('woff'), url('../media/fonts/Museo_Slab_500italic.otf') format('opentype');
	}
 
/* =html */
 
html,
.content-main a:hover {
	color: #ffffff;
	}
 
html {
    background: #000000 url(../media/images/backgrounds/html.jpg) no-repeat center top;
    font-family: "Lucida Grande", "Helvetica Neue", "Arial", sans-serif;
    font-size: 14px;
    line-height: 18px;
    }
 
.wrapper {
	position: relative;
	width: 940px;
	margin: 0 auto;
		-webkit-text-stroke: 1px transparent;
	}
 
.wrapper,
h1,
h2,
p,
ol,
.content-main ul {
	padding: 0 10px;
	}
 
h1 {
    height: 0;
    text-indent: -9000px;
    }
 
a {
	text-decoration: none;
	}
 
h1 + p,
#lightbox p,
.content-main h2 {
	font-family: "Museo Slab", Constantia, Georgia, serif;
	}
 
h1 + p {
	position: relative;
	z-index: 2;
	margin-top: 19px;
	color: #fdf0b4;
	font-size: 48px;
	line-height: 46px;
	text-shadow: rgba(0, 0, 0, .7) 2px 2px 0;
	}
 
 
/* =id */
 
#clarification {
	clear: left;
	padding: 16px 0 26px;
	color: #c7c6b6;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: .3px;
	}
 
#examples {
	position: relative;
	z-index: 1;	
	width: 5000px;
	height: 100%;
	padding: 0;	
	}

#examples li {
	display: block;
	float: left;
	height: 100%;
	text-align: center;
	width: 940px;
	}

#examples li object {
	width: 500px;
	height: 375px;
	}

#examples li object {
		-webkit-box-shadow: 0 0 40px #000000;
		-moz-box-shadow: 0 0 40px #000000;
	}

#examples-mask {
	position: relative;
	overflow: hidden;
	height: 375px;
	}

#get-real {
	width: 700px;
	min-height: 370px;
	}
 
#get-real h2 {
	padding-right: 50px; /* pushes "ask" to second line; more graceful */
	}

#lightbox,
#new a,
.content-main a {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

#lightbox,
#lightbox div,
#lightbox-overlay {
	display: none;
	}

#lightbox {
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 50%;
	padding: 10px;
	background-color: #ffffff;
	color: #000000;
	}

#lightbox img,
#photos a,
#photos a img /* fixes bottom-padding visual glitch */ {
	display: block;
	}
	
#lightbox img {
	height: 450px;
	width: 675px;
	}

#lightbox p {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	width: 30%;
	padding-top: 10px;
	background-color: rgba(255, 255, 255, .65);
	}

a#lightbox-close {
	position: absolute;
	top: -11px;
	right: -12px;
	display: block;
	width: 26px;
	height: 26px;
	background-image: url(../media/images/backgrounds/lightbox-close.png);
	text-indent: -9000px;
	}

a#lightbox-close:hover {
	background-position: 0 bottom;
	text-indent: -9000px;
	}

#lightbox-overlay {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	}

#new,
#next-steps h2 {
	font-family: "Museo Slab Italic", Constantia, Georgia, serif;
	text-shadow: rgba(0, 0, 0, .9) 1px 1px 0;
	}
 
#new,
#new a {
	color: #7dbae5;
	}
 
#new {
	min-height: 70px;
	padding-top: 20px;
	font-size: 18px;
	line-height: 24px;
	}
 
#new a {
	padding: 0 4px;
	background-color: rgba(125, 186, 229, .3);
	}
 
#new a:hover {
	color: #a8dbff;
	background-color: rgba(83, 184, 255, .4);
	}
 
#next-steps,
#photos {
	position: absolute;
	}
 
#next-steps {
	top: 818px;
	right: 10px;
	width: 220px;
	}
 
#next-steps h2 {
	color: #8cbcdf;
	font-size: 18px;
	line-height: 20px;
	}
 
#next-steps p {
	margin: 4px 0;
	font-size: 12px;
	line-height: 16px;
	}
 
#next-steps span {
	display: block;
	margin-top: 8px;
	text-align: right;
	} 
 
#photos {
	top: 634px;
	right: 5px;
	width: 230px;
	}
 
#photos a {
	float: left;
	margin: 5px 0;
	padding: 5px;
	background-color: rgba(42, 128, 189, .3);
	}
 
#photos a:hover {
	background-color: rgba(59, 172, 253, .4);
		-webkit-animation: wobble .15s ease 0 1 normal;
		-webkit-transform: rotate(0deg) scale(1.1);
		-moz-transform: scale(1.1);
	}
 
#photos a img {
	opacity: .6;
	}
 
#photos a:hover img {
	opacity: 1;
	}

#scroll-left,
#scroll-right {
	display: block;
	position: absolute;
	z-index: 2;
	top: 153px;
	width: 45px;
	height: 56px;
	border-bottom: none;
	text-indent: -9000em;
	cursor: pointer;
	}

#scroll-left {
	left: 70px;
	background-image: url('../media/images/backgrounds/scroll-left.png');
	}

#scroll-left:hover,
#scroll-right:hover {
	background-position: 0 bottom;
	}

#scroll-right {
	right: 70px;
	background-image: url('../media/images/backgrounds/scroll-right.png');
	} 

 
/* =class */

#lightbox .alt p {
	position: absolute;
	top: auto; /* #lightbox p default override */
	left: 10px;
	width: auto; /* #lightbox p default override */
	height: 10%;
	}

#photos li.alt a {
	margin-right: 10px;
	}
 
.content-main h2 {
	margin-top: 16px;
	color: #fefac2;
	font-size: 30px;
	line-height: 34px;
	text-shadow: rgba(0, 0, 0, .7) 1px 1px 0;
	}
 
.content-main a {
	padding: 0 4px;
	color: #fffef5;
	background-color: rgba(252, 250, 224, .2);
	}

.content-main a:hover {
	background-color: rgba(255, 255, 255, .3);
	}

.content-main ol li,
.content-main ul li {
	margin: 12px 0;
	}
 
.content-main ol {
	list-style-type: decimal;
	padding-left: 12px;
	}
 
.content-main ul {
	float: left;
	width: 440px;
	}
 
.content-main ul + ul {
	margin-left: 20px;
	}
 
#next-steps a.email {
	margin-right: 2px;
	padding-right: 20px;
	background: url(http://wccnet.edu/global/media/images/icons/email.png) no-repeat right center;
	}
 
#next-steps ol li.four {
	list-style-image: url(../media/images/backgrounds/li-four.png);
	}
 
#next-steps ol li.one {
	list-style-image: url(../media/images/backgrounds/li-one.png);
	}
	
#lightbox img.tall {
	height: 450px;
	width: 300px;
	}
 
#next-steps ol li.three {
	list-style-image: url(../media/images/backgrounds/li-three.png);
	}
 
#next-steps ol li.two {
	list-style-image: url(../media/images/backgrounds/li-two.png);
	}
 


@-webkit-keyframes wobble {
		0%   { -webkit-transform: rotate(0deg); }
		33%  { -webkit-transform: rotate(-5deg); }
		66%  { -webkit-transform: rotate(5deg); }
		100% { -webkit-transform: rotate(0deg) scale(1.1); }
	}