/* 
	ffde00 yellow
	FFFF00 yellow
	
	
	#ed1c24 red
	#f0e627 yellow
	#5fbb46 green
	#28bce4 blue
 */
/*-------- FONTS -----------*/
@font-face {
    font-family: 'Archer-Light';
    src: url('/fonts/archer-light-pro.eot');
    src: url('/fonts/archer-light-pro.eot?#iefix') format('embedded-opentype'),
         url('/fonts/archer-light-pro.woff') format('woff'),
         url('/fonts/archer-light-pro.ttf') format('truetype'),
         url('/fonts/archer-light-pro.svg#archer-light-pro') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Archer-Semibold';
    src: url('/fonts/archer-semibold-pro.eot');
    src: url('/fonts/archer-semibold-pro.eot?#iefix') format('embedded-opentype'),
         url('/fonts/archer-semibold-pro.woff') format('woff'),
         url('/fonts/archer-semibold-pro.ttf') format('truetype'),
         url('/fonts/archer-semibold-pro.svg#archer-semibold-pro') format('svg');
    font-weight: normal;
    font-style: normal;
}
 
/*-------- GLOBAL ----------*/

body, td {
	font-family: Arial, sans-serif;
	font-size:12px;
	color: #333;
	margin:0;
	padding:0;
	text-align:center;
}

body {
	background-color:#e3e3e3;
}

#bodywrapper {
	width:1024px !important;
	margin: 0 50px;
	background-image:url('../i/northparkbg.jpg');
	background-repeat:repeat-y;
}

td {
	text-align:left;
}

h2 {
	font-family:'Archer-Light',Georgia;
	font-size:20px;
	margin:10px 0 0 0;
	padding:0;
}

.smallhead {
	font-size:18px;
}

h4 {
	font-family: Arial, sans-serif;
	font-size:14px;
	margin: 0;
	padding: 2px 4px;
	color: #000;
	background-color: #81F41F;
}

.schedwhere {
	font-size: 12px;
	text-align:right;
}

h5 {
	font-family: Arial, sans-serif;
	font-size:12px;
	margin: 10px 0 0 0;
	padding: 0;
}

a, a:link, a:active, a:visited, #nav li li a:hover, #nav li div a:hover {
	color: #11aae2;
	text-decoration:none;
}
a:hover {
	color:#2440d9;
	text-decoration:none;
}

#nav li li a:hover, #nav li div a:hover {
	color:#000;
}

ul {
	list-style-type:none;
}

.date {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #6e6e6e;
}

.indent {
	padding-left: 25px;
}

/*-------- HEADER ----------*/
	
#header {
	width:1024px !important;
	padding:0 0 7px 0 !important;
	margin:25px 0 0 0;
	float:left;
}

#header:after {
	content: ".";
	visibility: hidden;
	clear: both;
	display: block;
	height: 0;
}

#headerLeft {
	float:left;
	width: 750px;
	background-color:#FFF;
	margin:0;
	padding:0;
}

#headerRight {
	width: 220px;
	float:right;
	background-color: #e3dda7;
	padding: 0;
	margin: 7px 7px 0 0;
}

#header #logo {
	margin: 0 0 7px 35px;
	padding: 0;
	width: 800px;
	text-align:left;
}

#header #nav {
	margin: 0 0 7px 0;
	float:left;
	width: 1024px !important;
	background-image:url('../i/colorband-gap.gif');
	background-repeat:repeat-x;
}

/*-------- FOOTER ----------*/

#footer {
	color: #6e6e6e;
}

/*-------- LAYOUT ----------*/

#contentWrapper {
	width:980px !important;
	padding:0 !important;
	margin:0;
	float:left;
	margin:0 23px 25px 38px;
	min-height: 600px;
}

#contentWrapper:after {
	content: ".";
	visibility: hidden;
	clear: both;
	display: block;
	height: 0;
}

#home {
	padding: 25px 0 0 0;
}

#home #contentWrapper {
	background: #ececec;
	min-height:400px;
}

#home img {
	background-color:#FFF; 
	padding: 7px;
}

#content {
	float:left;
	width:745px;
	padding:0;
	text-align:left;
}

#contentImage {
	float:left;
	width: 400px;
	padding-top:7px;
	background-color:#FFF;
}

#contentText {
	width: 300px;
	float:right;
	background-color:#FFF; 
}

#contentTextWide {
	width: 707px;
	background-color:#FFF;
	margin: 0;
	padding: 7px 15px;
	-moz-border-radius: 15px;
	border-radius: 20px;
}

#sidebar img {
	padding: 1px 1px;
	margin: 0;
}

#footer {
	width:980px !important;
	padding:0 !important;
	margin:0;
	float:left;
	border: 22px solid #e3e3e3;
	border-width: 0 50px;
	background-color:#e3e3e3;
	text-align:left;
}

#contentImage p {
	margin: 0;
	padding: 3px 0 10px 0;
}

/*-------- NAV ----------*/

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

#nav a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: bold;
	color: #000;
	padding: 3px 9px;
}

#nav li li a:hover, #nav li div a:hover {
	padding: 3px 9px;
}

#nav li {
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
}

#nav li div {
	font-family:'Archer-Light',Arial;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	padding: 4px 9px;
	height:20px;
	text-align:center;
}

#nav li#about {
	width:95px;
	margin-left:10px;
}
#nav li#schedule {
	width:105px;
}
#nav li#map {
	width:90px;
}
#nav li#people {
	width:105px;
}
#nav li#contact {
	width:100px;
}
#nav li#archive {
	width:100px;
}

#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 135px;

	font-weight: bold;
	background-color: #FFFF00;
	padding: 8px 0 8px 0;
	margin-left: -2px;
	z-index:1000;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-radius-bottomleft: 15px;
	border-radius-bottomright: 15px;
}

#nav li > ul {
  top: auto;
  left: auto;
}

#nav li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

#nav li:hover ul, #nav li.over ul{ 
	display: block; 
}

/*-------- MISC ----------*/
object.qtmovie {
	width:400px;
	height:300px;
}
.qtmovieWrapper {
	margin:0;
	padding:0;
}


#contentText ul {
	padding: 0;
	margin: 0;
	position:relative;
	vertical-align: baseline;
}
#contentText ul li {
	padding-left: 20px;
	margin: 0 0 7px 0;
	vertical-align: baseline;
}
#contentText ul li:before {
	content:"";
	background: url("http://asset2.cbsistatic.com/cnwk.1d/i/tron/icon/icon-sprite.png") no-repeat scroll 0 -370px transparent;
	width: 15px;
	height: 17px;
	display: block;
	left: 0;
	position: absolute;
}

#contentText ol li {
	margin: 0 0 7px 0;
	vertical-align: baseline;
}

ul.people, ul.schedule, ul.archive {
	padding: 15px 25px 0 25px;
	margin: 0;
}
ul.people li, ul.schedule li, ul.archive li {
	padding: 0 0 7px 0;
	margin: 0;
}

.partners img {
	padding-bottom:7px;
}
.partners td {
	text-align: center;
}

#relatedevents {
	color:#fff;
}
#relatedevents a, #relatedevents a:link, #relatedevents a:active, #relatedevents a:visited {
	color: #fff;
	text-decoration:none;
}
#relatedevents a:hover {
	color:#fff;
	text-decoration:none;
}