

/*GLOBAL ELEMENTS -------------*/

html, body, #wrapper{
	margin: 0px;
	padding: 0px;
	color: #111;
	background-color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.5em;
}

body {
    font-family:helvetica,arial,sans-serif;
    font-size:.8em;
    color:#333;
    font-weight:normal;
    height:100%
    margin: 0px;
	padding: 0px;
}

hr {
    margin-top:-5px;
}

a {
    color:#3399cc;
    text-decoration:none;
    font-size:.9em;
    outline:none;
    border:none;
}

a:hover {
    color:#333;
    text-decoration:none;
    font-size:.9em;
}

img {
    border: none;
}

.input{
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #aaa;
}

table td{
	border: 0;
}

/*MAIN DIVS -------------*/
#wrapper {
    margin-left:30px;
    padding-bottom:50px;
    width: 783px;
    margin: auto;
}

#logo {
    margin-left:292px;
    padding-bottom:20px;
}

#main_nav {
    width:783px;
    height:45px;
}

#bottomwrapper {
    margin-top:10px;
}

#sidebar {
    width:230px;
    float:left;
    min-height:500px;
}

#maincontent {
    margin-left:250px;
    width:520px;
}

#footer {
    background-color:#333;
    padding:10px 10px 10px 10px;
    clear:both;
    height:60px;
    margin-bottom: -60px;
    color: #999;
	font-size: .7em;
}

#footer a {
    margin:10px;
    color:#99cc33;
}

#footer a:hover {
    color:#3399cc;
}

/*EXCLUSIVE TO INDEX -------------*/
#aboutcontainer {
    width:783px;
    margin:0px;
    padding:0px;
}

#aboutrounded_top {
    background-image:url("../images/boxes/about_top.jpg");
    background-repeat:no-repeat;
    background-position:bottom left;
    height:14px;
    width:783px;
}

#aboutrounded_bottom {
    background-image:url("../images/boxes/about_bottom.jpg");
    background-repeat:no-repeat;
    background-position:top left;
    height:15px;
    width:783px;
}

#aboutcontent {
    background-color:#f2f2f2;
    padding:1px 10px;
    min-height: 210px;
    font-size: 1.2em;
}

#aboutcontent h1{
	color:#3399cc;
	font-size: 2em;
	line-height: .9em;
}

#aboutimage {
    float:left;
    width:220px;
    padding:0px 10px;
}

.zoomin {
    display:block;
    width:188px;
    height:188px;
    background-image:url('../images/extras/map.jpg');
    cursor:pointer;
}

.zoomin:hover {
    background-position: 0px 188px;
}

/*EXCLUSIVE TO ACTIVITIES -------------*/
.gamelink1 {
    display:block;
    width:360px;
    height:188px;
    background-image:url('../images/extras/nick_temp.jpg');
    cursor:pointer;
}

.gamelink1:hover {
    background-position:0px 188px;
}

.gamelink2 {
    display:block;
    width:360px;
    height:188px;
    background-image:url('../images/extras/pbs_temp.jpg');
    cursor:pointer;
}

.gamelink2:hover {
    background-position:0px 188px;
}

.gamelink3 {
    display:block;
    width:360px;
    height:188px;
    background-image:url('../images/extras/yahoo_temp.jpg');
    cursor:pointer;
}

.gamelink3:hover {
    background-position:0px 188px;
}

.gamelink4 {
    display:block;
    width:360px;
    height:188px;
    background-image:url('../images/extras/disney_temp.jpg');
    cursor:pointer;
}

.gamelink4:hover {
    background-position: 0px 188px;
}

/*EXCLUSIVE TO GALLERY -------------*/
.thumbs {
    padding:4px;
    margin:2px;
    cursor:pointer;
    background-image: url("images/extras/loader.gif");
    background-repeat: no-repeat;
    background-position: center;
}

.thumbs:hover {
    background-color:#DDD;
}

#imgPlaceholder {
    padding:5px;
    border:2px solid #EEE;
}

.imgCaptions {
    padding:10px;
    display:block;
    width:294px;
    font-style:italic;
    font-size:.8em;
    background-color:#EEE;
}

#imgHolder {
	width: 510px;
    overflow:hidden;
    padding:5px;
}

#imgHolder img {
	width: 500px;
}

#galleryWrapper {
    margin-top: 10px;
}

/*HEADERS -------------*/
h1 {
    font-size:1.8em;
    font-weight:normal;
    margin-bottom:10px;
    margin-top:0px;
    line-height: 1em;
}

h2 {
    font-size:1.4em;
    color:#cc33cc;
    font-weight:normal;
    margin-bottom:5px;
    margin-top:0px;
}

h3 {
    font-size:1em;
    color:#aaa;
    font-weight:normal;
    margin-bottom:5px;
    margin-top: 0px;
}

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

#aboutcontent p{
    color:#333;
    display:block;
    margin-left:240px;
    width:500px;
    line-height:1.2em;
    font-weight: bold;
    margin-top: -5px;
}

.maintext {
    font-size:.9em;
    margin-bottom:20px;
    display: block;
}

/*LINKS -------------*/
.game {
    vertical-align:top;
    margin-left:10px;
}

.activity {
    margin:15px 15px 25px 0px;
    display:block;
    width:200px;
    height:200px;
    background-image:url('../images/nav/activity_button.jpg');
    cursor:pointer;
}

.activity:hover {
    background-position:0px 200px;
}

.homebutton {
    position:relative;
    top:55px;
    width:70px;
    height:28px;
    background-image:url('../images/nav/home_button_small.jpg');
    border:none;
    display:block;
}

html>body .homebutton {left: 0px; top:70px;}

.homebutton:hover {
    background-position: 0px 34px;
}

/*IMAGES ------------*/
#logo img {
    border:none;
}

#aboutimage {
    width:220px;
    overflow:hidden;
    margin-left:-10px;
    margin-right: 10px;
}

.mainImage {
	width: 220px;
}

.sideImage {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

table {
	font-size: 1.2em;
	margin: 10px 0px;
	empty-cells: hide;
}

td {
	border: #CCC solid thin;
	padding: 5px;
}

.programName {
	background-color: #EEE;
	padding: 5px;
}


/*FORMS ------------*/
.formInput{
	border: 1px solid #CCC;
	font-size: 12pt;
	padding: 5px;
	font-family: georgia;
}

.formInput:focus {
	background-color: #EEE;
}

.button{
	margin-top: 10px;
}
	
		
