/* @group Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
:focus{outline:0;}
ins {text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
/* @end */
/* @group General Formatting */
body {
	font:62.5%/1.3 Arial,sans-serif;
	background:#6f555e url(images/background.jpg) no-repeat 50% 0;
}

#wrapper {
	width:860px;
	margin:30px auto 0;
	padding-bottom:30px;
}

#header {
	position:relative;

}

#header h1 a {
	display:block;
	width:477px;
	height:292px;
	margin:0 auto;
	background:transparent url(images/header.png) no-repeat 0 0;
	overflow:hidden;
	text-indent:-9999px;
}

#header p {
	position:absolute;
	height:0;
	width:0;
	overflow:hidden;
	top:0;
	left:0;
}

#content {
	position:relative;
	margin-top:40px;
	background:transparent url(images/contentBack.png) no-repeat 50% 0;
}

#content.noBack {
	background-image:none;
}

#nav ul:after,
.subNav:after,
.section:after,
#homeMisc:after {
	content:'';
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
/* @end */

/* @group Nav */
#nav {
	width:780px;
	margin:0 auto 0 50px;
	position:absolute;
}
#nav ul li {
	float:left;
	margin-right:20px;
}

#nav ul li a,
#nav ul li a:link,
#nav ul li a:visited,
#nav ul li span {
	display:block;
	height:63px;
	width:101px;
	overflow:hidden;
	background:transparent no-repeat 0 0;
	text-indent:-9999em;
}

#nav ul li#homeTab a,
#nav ul li#homeTab span {
	background-image:url(images/nav/home.png)
}

#nav ul li#behindTab a,
#nav ul li#behindTab span {
	width:269px;
	background-image:url(images/nav/behindScenes.png)
}

#nav ul li#creditsTab a,
#nav ul li#creditsTab span {
	width:221px;
	background-image:url(images/nav/credits.png)
}

#nav ul li a:hover {
	background-position:0 -63px;
}

#nav ul li span {
	background-position:0 -126px;
}
/* @end */

/* @group HomePage */

/* @group Logline */


#logLine {
	height:138px;
	width:830px;
	margin:0 auto 20px;
	overflow:hidden;
	text-indent:-9999em;
	background:transparent url(images/logLine.png) no-repeat 0 0;
}
/* @end */

/* @group Video Slideshow */

#videoShow {
	position:relative;
	width:852px;
	height:727px;
	background: url(images/videoShow.png);
	margin:0 auto 20px;
}

#theVideo {
	position:relative;
	top:35px;
	left:6px;
	width:790px;
	height:444px;
	margin:0 auto;
}

#theVideo object,
#theVideo embed {
	position:absolute;
	top:0;
	left:0;
}

#videoNav {
	position:absolute;
	bottom:20px;
	left:31px;
	height:166px;
	width:800px;
}
#videoNav li {
	float:left;
	width:200px;
	height:166px;
	text-align:center;
}

#videoNav li a {
	color:#fff;
	font-size:20px;
	display:block;
	text-decoration:none;
	font-weight:normal;
	text-shadow:0px -1px 0px #000;
	-moz-text-shadow:0px -1px 0px #000;
	font-family:'Arial Rounded MT Bold',Arial,sans-serif;
	color:#c29eb1;
}

#videoNav li a:hover {
	color:#fff;
}

#videoNav li a:hover img {
	opacity:.75;
}

#videoNav li a.selected,
#videoNav li a.selected:hover {
	color:#ff2b3a; /*ee404c; */
	cursor:default;
}

#videoNav li a.selected img,
#videoNav li a.selected:hover img {
	opacity:1;
	border-color:#ff2b3a
}

#videoNav li a img {
	display:block;
	border:2px solid #000;
	margin:0 auto 30px;
	opacity:.5
}
/* @end */
/* @group Blog & Cal & Links */
#homeMisc {
	margin-bottom:40px;
}

#blog,
#calLinks {
	float:left;
}

#blog {
	width:417px;
	height:275px;
	background:transparent url(images/blog.png) no-repeat 0 0;
}

#calLinks {
	float:right;
	margin-right:10px;
	width:415px;
	height:292px;
	background:transparent url(images/calLinks.png) no-repeat 0 0;
}

#blog h2,
#calLinks h2 {
	height:25px;
	overflow:hidden;
	text-indent:-9999em;
	margin:30px 0 5px 20px;
	background:transparent url(images/home/blogTitle.png) no-repeat 0 0;
}

#calLinks h2 {
	background-image:url(images/home/calLinksTitle.png);
	margin-top:45px
}

#blog h3 {
	font-size:18px;
	margin:0 40px 0 20px;
}

#blog p {
	font-size:13px;
	margin:0 40px 0 20px;
}

#blog p a.readMore {
	display:block;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:10px;
}

#blog p a.readMore:hover {
	color:#333
}

.event {
	margin:10px 15px 10px 20px;
	font-size:14px;
	font-style:italic;
}

#links {
	margin:10px 15px 0px 20px;
	font-size:12px;
	border-top:1px solid #000;
}

#links li {
	padding:3px 0 2px;
	border-bottom:1px solid #000;
}

#links li a,
#links li a:link,
#links li a:visited {
	display:block;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	position:relative;
	cursor:pointer;
}


#links li a:hover {
	color:#fff;
}

#links li a .linkURL {
	position:absolute;
	right:0;
	top:0;
}
/* @end */
/* @end */
/* @group Footer */

#footer {
	color:#aaa;
	font-size:12px;
	line-height:20px;
	text-align:center;
}

#footer a:link,
#footer a:visited {
	color:#aaa;
	text-decoration:none;
	border-bottom:1px dotted #aaa;
}

#footer a:hover {
	color:#ee404c;
	border-color:#ff2b3a;
}

#footer li {
	margin:0 5px;
}
/* @end */

/* @group Credits */
.creditMod {
	position:relative;
	width:781px;
	height:193px;
	padding:30px 20px;
	overflow:hidden;
	margin:0 0 20px;
	background:transparent url(images/credits/credit1.png) no-repeat 0 0;
}

.creditMod.alt {
	background-image:url(images/credits/credit2.png);
}

.creditMod img {
	position:absolute;
	top:50%;
	margin-top:-84px;
}

.creditMod.alt img {
	right:20px;
}

.creditMod h2 {
	margin-left:200px;
	font-size:24px;
	color:#c6adbd;
}

.creditMod h2,
.creditMod p {
	margin-left:200px;
}

.creditMod.alt h2,
.creditMod.alt p {
	margin-left:0;
	margin-right:200px;
	
}

.creditMod h2 small {
	font-size:14px;
	color:#000;
}

.creditMod p {
	font-size:14px;
}
/* @end */
/* @group Behind The Scenes */
.subNav {
	position:relative;
	padding:30px 10px 0 10px;
	margin-left:35px;
	z-index:10;
}

.subNav li {
	float:left;
	padding:0 10px
}

.subNav li a,
.subNav li a:link,
.subNav li a:visited {
	display:block;
	font-size:14px;
	font-family:Arial Rounded MT Bold;
	color:#c29eb1;
	text-decoration:none;
	text-shadow:0px -1px 0px #000;
	-moz-text-shadow:0px -1px 0px #000;
}

.subNav li a:hover {
	color:#fff;
}

.subNav li a.selected,
.subNav li a.selected:link,
.subNav li a.selected:hover,
.subNav li a.selected:visited {
	color:#ff2b3a;
	height:35px;
	background:transparent url(images/gallery/pointer.png) no-repeat center bottom;
}

.section {
	z-index:1;
	position:relative;
	margin-left:30px;
	top:-2px;
	padding-bottom:30px;
}


.section p {
	width:370px;
	padding:10px;
	float:left;	
	height:84px;
	background-color:#83606b;
	border:2px solid #c29eb1;
	overflow:hidden;
	margin:0 10px 12px 0;
	font-size:12px;
}

.section a,
.section a:link,
.section a:visited {
	display:block;
	float:left;
	margin:0px 10px 0 0;
	padding-bottom:11px;
	background:transparent url(images/gallery/imgShadow.png) no-repeat center bottom;
}

.section a img {
	display:block;
	border:1px solid #000;
	padding:1px;
	background-color:#fff;
}


/* @end */

/* @group MilkBox */

#mbOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background-color: #000; /* set the Milkbox overlay color // opacity: see the js options */
	z-index:100;
	cursor: pointer;
}

#mbCenter {
	/* for default width and height, see the js options */
	position: absolute;
	z-index:101;
	overflow:hidden;
	left: 50%;
	top:10%;/* overwritten in the js options to properly position the milkbox when activated in a scrolled window */
	background-color: #fff;/* set the Milkbox background color */
	border: 5px solid #fff;/* set the Milkbox border */
	margin:0; padding:5px;/* set the Milkbox padding */
}

.mbLoading{ background: #fff url(milkbox/loading.gif) no-repeat center; }/* IMAGE: loading gif */

#mbCanvas{ margin:0; padding:0; height:0; border:none; font-size:0; overflow:hidden; }

.clear{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }


/* *** BOTTOM *** */

#mbBottom { 
	/* set text options */
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	padding-top:8px;
	margin:0;
}

/* navigation */
/* be careful if you change buttons dimensions */

#mbNavigation{
	float:right;
	width:27px;
	padding-top:3px;
	border-left:1px solid #9c9c9c;/* set nav border */
}


#mbCount{ 
	width:55px; 
	overflow:hidden;
	padding-top:1px;
	float:right;
	text-align:right;
	font-size:9px; /* count font size */
}

#mbCloseLink, #mbPrevLink, #mbNextLink, #mbPlayPause{
	outline:none;
	display:block;
	float:right;
	height:19px;
	cursor: pointer;
}


#mbPrevLink, #mbNextLink{ width:15px; }
#mbPrevLink{ background: transparent url(milkbox/prev.gif) no-repeat; }/* IMAGE: prev */
#mbNextLink{ background: transparent url(milkbox/next.gif) no-repeat; }/* IMAGE: next */

#mbPlayPause{ width:13px; }
#mbPlayPause{ background: transparent url(milkbox/play-pause.gif) no-repeat; }/* IMAGE: prev */


/* NOTE: doesn't work in ie6, so, just see the js options :) */
a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover,a#mbPlayPause:hover { background-position: 0 -22px; }

#mbCloseLink {
	width:17px;
	background: transparent url(milkbox/close.gif) no-repeat;/* IMAGE: close */
}

/* description */

#mbDescription{
	margin-right:27px;
	padding:0px 10px 0 0;
	font-weight: normal;
	text-align:justify;
}
/* @end */