/* @override 
	http://jimjam.aa/css/jimjam.css
	http://alext.dev.jimjam.alex-and-alex.com/css/jimjam.css
*/

body {
	font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Grid Setup
--------------------------------------------------------- */
.container_12 {
	position: relative;
}

.body {
	background-color: #b2b2b2;
	margin: 0 auto 20px auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.grid_12 {
	margin: 10px;
}

/* Header
--------------------------------------------------------- */

#header {
	background-color: #fff;
	height: 90px;
}

#header h1 {
	background-image: url(/img/jimjam-logo.png);
	width: 434px; height: 89px;

	margin: 0; padding: 0;
	font-size: 1px; line-height: 1px;
	text-indent: -5000px;
	
	position: absolute;
	left: 60px; top: 42px;
	
	z-index: 1000;
}

#header h2 {
	background-image: url(/img/motion-graphics.png);
	width: 187px; height: 21px;

	margin: 0; padding: 0;
	font-size: 1px; line-height: 1px;
	text-indent: -5000px;
	
	position: absolute;
	left: 500px; top: 69px;
	
	z-index: 1000;
}

/* Main
--------------------------------------------------------- */

#main {
	background-color: #e6e6e6;
	padding-top: 28px;
	margin-top: 10px;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#video-display {
	position: relative;
}

#video-display p.position {
	text-align: center;
}

#video-player {
	background: transparent url(/img/video-player-shadow.png) no-repeat 3px 5px;
	padding: 10px;
	margin: 0 auto 40px auto;
	width: 420px;
	height: 245px;
	
	position: relative;
	overflow: hidden;
	
	display: none;
}

#video-player .video {
	position: absolute;
	left: 10px;
	width: 400px; height: 225px;
	border: 10px solid #fff;
}

#play-video {
	position: absolute;
	width: 400px; height: 225px;
	margin: 10px;
	background: transparent url(/img/play-video.png) 50% 50% no-repeat;
	display: none;
	z-index: 1000;
}

#play-video a {
	display: block;
	width: 100%; height: 100%;
}

.video-error {
	text-align: center;
}

#video-nav {
	position: absolute;
	top: 110px; left: -1px;
	
	width: 464px;
}

ul.nav {
	list-style: none;
	padding: 0; margin: 0;
}

ul.nav li { margin: 0; }

li.prev { float: left; margin: 0; }
li.next { float: right; margin: 0; }

ul.nav li a {
	display: block;
	height: 24px; width: 24px;
	padding: 7px;
	
	background-image: url(/img/arrow-shadow-off.png);
}

ul.nav li a:hover { background-image: url(/img/arrow-shadow-on.png); }
ul.nav li a.off:hover { background-image: url(/img/arrow-shadow-off.png); cursor: default; }

ul.nav li a span {
	display: block;
	width: 100%; height: 100%;
	
	font-size: 1px; line-height: 1px;
	text-indent: -5000px;
	
	background-image: url(/img/arrow-left.png);
}

ul.nav li.next a span {
	background-image: url(/img/arrow-right.png);
}

ul.nav li a.off span { background-position: bottom; }

#video-info {
	width: 450px;
	margin-right: 10px;
}

#video-info h3 {
	font-size: 20px;
	margin-bottom: 0;
}

#video-info h4 {
	font-size: 16px;
	margin-bottom: 20px;
}

#video-info p {
	font-size: 12px;
	line-height: 1.2em;

	margin-bottom: 20px;
}

#video-info a {
	font-size: 12px;
	color: #12a2b2;
}

/* Loading
--------------------------------------------------------- */

#loading {
	font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #707070;
	
	background: #e6e6e6 url(/img/progress.gif) repeat-x bottom;
	padding-bottom: 4px;
}


/* Menu
--------------------------------------------------------- */
#menu {
	background-color: #ccc;
	margin-top: 10px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#slide-pane {
	width: 940px;
	height: 286px;
	
	position: relative;
	overflow: hidden;
}

.video-menu {
	list-style: none;
	padding: 0;
	
	width: 940px;
	height: 276px;
	margin-bottom: 10px;
	position: absolute;
}

li.menu-item {
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
	position: relative;
}

li.menu-item a {
	display: block;
	width: 100%; height: 100%;
	color: #000;
	text-decoration: none;
	padding-top: 10px;
	background: transparent url(/img/thumbnail-shadow-off.png) no-repeat 3px 5px;
	position: relative;
}

li.menu-item a.on:hover  {
	background-image: url(/img/thumbnail-shadow-on.png);
}

li.menu-item a.off {
	background-image: none;
	cursor: default;
}

li.menu-item img {
	width: 100px; height: 75px;
	background-color: #fff;
	padding: 10px;
}

li.menu-item a.selected img {
	background: #fff url(/img/thumbnail-selected.png) no-repeat;
}

li.menu-item p {
	margin: 0;
	white-space: nowrap;
}

li.menu-item div.background {
	width: 140px; height: 128px;
	background: #ccc url(/img/thumbnail-shadow-on.png) no-repeat;
	display: none;
	position: absolute;
	top: 5px; left: 3px;
}

#menu-nav {
	margin: 0;
	height: 30px;

	background-color: #b3b3b3;
	color: #fff;

	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

#menu-nav li {
	text-align: center;
}

#menu-nav li.position {
	float: left;
	width: 224px;
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
}

/* About
--------------------------------------------------------- */
#about {
	margin-top: 10px;
	background-color: #808080;
	
	color: #fff;
	font-size: 16px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#about p {
	margin: 10px;
}

#about a {
	color: #fff;
	text-decoration: none;
}

/* Footer
--------------------------------------------------------- */

#footer {
	height: 40px;
}


#copyright {
	position: relative;
	top: -60px;
	
	background: #808080 url(/img/footer-logo.png) no-repeat center center;
	
	padding-top: 70px;
	
	text-align: center;
	color: #fff;
	font-size: 12px;
}
