@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------------- */
/* --------------------- GLOBAL LAYOUT STYLES ---------------------- */
/* ----------------------------------------------------------------- */

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #FFF;
}

img {
	border: 0;
}

p {
	padding:0;
	margin:0;
}

#livearea {
	width: 100%;
	height: 720px;
	position: absolute;
	top: 50%;
	margin-top: -360px;
	overflow:hidden;
}

#content_holder {
	width: 100%;
	height: 660px;
	background-image:url(../images/common/background_main.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	background-position:bottom;
	overflow: hidden;
}

#nav_holder {
	width: 100%;
	height: 30px;
	background-color:#EDEDED;
}

#subnav_holder {
	width: 100%;
	height: 30px;
	background-color:#FFF;
}

#panel,
#panel1,
#panel2,
#panel3,
#panel4,
#panel5,
#panel6,
#panel7,
#panel8,
#panel9,
#panel10,
#panel11,
#panel12 {
	height: 660px;
	width: 1024px;
	position: relative;
	left: 50%;
	margin-left: -512px;
}

/* ----------------------------------------------------------------- */
/* -------------------------- LINK STYLES -------------------------- */
/* ----------------------------------------------------------------- */

a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #EE2E24;
}

a:hover {
	color: #EE2E24;
	text-decoration: underline;
}

/* ----------------------------------------------------------------- */
/* -------------------------- TEXT STYLES -------------------------- */
/* ----------------------------------------------------------------- */

ul#copyblock {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

li#section {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #EE2E24;
	line-height: 16px;
}

li#headline {
	font-size: 20px;
	color: #000;
	line-height: 20px;
	padding-bottom: 4px;
}

li#copy {
	font-size: 13px;
	color: #666;
	line-height: 18px;
}

li#link a {
	font-size: 13px;
	line-height: 18px;
	background-image:url(../images/common/arrow_link.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 8px;
}

/* ----------------------------------------------------------------- */
/* -------------------------- NAVIGATION --------------------------- */
/* ----------------------------------------------------------------- */

#nav {
	width: 960px;
	height: 30px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
}

#nav1 {
	width: 700px;
	height: 30px;
	position: absolute;
	padding-top: 8px;
}

#nav2 {
	width: 260px;
	height: 30px;
	position: absolute;
	left: 700px;
	padding-top: 9px;
}

#nav1 ul,
#nav2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

	#nav2 ul {
		float:right;
	}

#nav1 li,
#nav2 li {
	display: inline;
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
	border-right: solid;
	border-right-color: #CCC;
	border-right-width: 1px;
	float: left;
}

#nav1 li a,
#nav2 li a {
	color: #808080; /*previously defaulted*/
	font-size: 11px;
	font-weight: normal; /*bold;*/
	text-transform: uppercase;
	display: block;
	height: 12px;
	border-bottom: solid;
	border-bottom-color: #EDEDED;
	border-bottom-width: 2px;
}

#nav1 ul li a:hover,
#nav2 ul li a:hover,
#subnav1 ul li a:hover,
#subnav2 ul li a:hover {
	color: #EE2E24;
	text-decoration: none;
}

#nav1 li#firstnav,
#nav2 li#firstnav,
#subnav1 li#firstnav,
#subnav2 li#firstnav {
	padding-left: 0px;
}

#nav1 li#lastnav,
#nav2 li#lastnav,
#subnav1 li#lastnav,
#subnav2 li#lastnav {
	padding-right: 0px;
	border-right: none;
}

body#mindpower #nav1 li a#mindpower,
body#gallery #nav1 li a#gallery,
body#talent #nav1 li a#talent,
body#studio #nav1 li a#studio,
body#backstory #nav1 li a#backstory,
body#contact #nav1 li a#contact,
body#smartstuff #nav2 li a#smartstuff,
body#login #nav2 li a#login {
	/*text-decoration: underline;*/
	color: #EE2E24;
	border-bottom: solid;
	border-bottom-color: #EE2E24;
	border-bottom-width: 2px;
}

/* ----------------------------------------------------------------- */
/* ------------------------ SUB NAVIGATION ------------------------- */
/* ----------------------------------------------------------------- */

#subnav {
	width: 960px;
	height: 30px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
}

#subnav1 {
	width: 660px;
	height: 30px;
	position: absolute;
	padding-top: 5px;
}

#subnav2 {
	width: 300px;
	height: 30px;
	position: absolute;
	left: 660px;
	padding-top: 10px;
	text-align:right;
}

#subnav1 ul,
#subnav2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

	#subnav2 ul {
		float:right;
	}

#subnav1 li,
#subnav2 li {
	display: inline;
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
	border-right: solid;
	border-right-color: #CCC;
	border-right-width: 1px;
	font-size: 9px;
	color: #808080;
	float: left;
}

	#subnav1 li {
		position: relative;
		top: 5px;
	}

#subnav1 ul li a,
#subnav2 ul li a{
	color: #808080;
	font-size: 9px;
	font-weight: normal; /*bold;*/
	text-transform: uppercase;
}

#subnav1 li a#tweetfeed,
#subnav2 li a#address{
	font-weight: normal;
	text-transform: none;
}

#subnav1 li a#facebook,
#subnav1 li a#twitter {
	width: 16px;
	height: 19px;
	display: block;
	border: 0;
	padding-right: 4px;
	margin: 0;
	text-indent: -2000em;
	float:left;
	position: relative;
	top: -3px;
}

	#subnav1 li a#facebook {
		background:	url(../images/common/icon_facebook.gif) no-repeat 0 0;
	}
	
	#subnav1 li a#twitter {
		background:	url(../images/common/icon_twitter.gif) no-repeat 0 0;
	}