/*
The Princess and the Frog
*/

/* general */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, em, 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 {
	
height: 1200px;
font-size: 1.5em;
}

.video_player, .transcript, .pick_a_character, .subheading_pick_a_character {
	
display: none;	
}

#PATF_logo {
	
display: block;
float: right;
padding: 20px 50px 0 0;
}


/* general */

.right {

float: right;
	
}

.left {

float: left;
	
}

.center {
	text-align: center;
	
}

.clear {
margin: 0;
clear: both;
}

.hidden {
	display: none;
	margin: 0;
	padding: 0;
}



a {
	
color: #333;	
}

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

a span {
	
display: none;	
}

.hide_text {
	text-indent:-10000px;
}


h2 {
font-size: 1.5em;	
margin-bottom: 0.5em;
}



h3 {
font-size: 1.5em;	
margin: 1em 0 0.5em 0;
}




/* main sections locations */


#wrapper, #wrapper2 {
	background: none;
	background-color: #fff;
	width:1023px;
	height: 100%;
	margin: 10px auto;
	padding:0;
	border: none;
	position: relative;
}


#navigation {
	display: none;
	

}

#content {
position: absolute;
	top: 0px;
	left: 0px;
	width:740px;
	height: 100%;
	overflow: auto;
	padding: 20px;
}




/* notepad */

.title_notes {

display: block;
background: transparent url(../images/page_titles/notes.gif) top left no-repeat;
height: 35px;
width: 100px;
margin: 0 0 0.5em 0;
padding: 0;
}




#notepad_box {
top: 230px;
left: 800px;
background: none;
/*	background: transparent url(../images/notebook.gif) top left no-repeat; */
border: none;
width: 200px;
height: 100%;
}


textarea#notes {
background: transparent;
width: 200px;
height: 100%;


}


#notepad_button, #notepad_button_off, #notepad_print  {

display: none;

}


.character_image {
	
width: 400px;	
}

.character_info {
	
width: 300px;	
}
