@charset "utf-8";
body  {
	background: #929cab;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #121212;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl, li, dt, table, tr, td, label {
	margin: 0;
	padding: 0;
}

.twoColFixLt #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #5d6b82 url(images/bg.jpg) no-repeat 0px 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #0f213e;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twoColFixLt #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 25px;
	margin-top: 190px;
}
#sidebar cite {
	font-size: 0.7em;
	text-align: right;
	display: block;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-right: 15px;
	color: #c8cdd4;
}
#sidebar blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent: -0.4em;
}
.aWorkOfArt {
	font-size: 2.2em;
	color: #e3e5e9;
	line-height: 1em;
	letter-spacing: 1px;
}
.theatricalBliss {
	font-size: 1.4em;
	color: #cfd3da;
	letter-spacing: 1px;
}
.impressive {
	font-size: 1.2em;
	color: #c8cdd4;
}
#sidebar #box {
	width: 200px;
	margin-left: 25px;
	background-color: #FFF;
	margin-top: 235px;
	margin-bottom: 20px;
	background-image: url(images/box_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 0.75em;
	color: #30415F;
	font-weight: bold;
}

#sidebar #box2nd {
	width: 200px;
	margin-left: 25px;
	background-color: #c6cbd3;
	margin-top: 235px;
	margin-bottom: 20px;
	background-image: url(images/box_bottom_2nd.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 0.75em;
	color: #30415F;
	font-weight: bold;
}

#sidebar #box3rd {
	width: 200px;
	margin-left: 25px;
	background-color: #c6cbd3;
	margin-top: 235px;
	margin-bottom: 20px;
	background-image: url(images/box_bottom_2nd.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 0.75em;
	color: #30415F;
	font-weight: bold;
}

#box ul {
	background: url(images/box_top.gif) no-repeat;
	line-height: 1em;
	list-style: url(images/youtube_logo.gif) none outside;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#box2nd ul {
	background: url(images/box_top_2nd.gif) no-repeat;
	line-height: 1em;
	list-style: url(images/youtube_logo_2nd.gif) none outside;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#box3rd ul {
	background: url(images/box_top_2nd.gif) no-repeat;
	line-height: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
#sidebar #box3rd .topH3 {
	background-image: url(images/box_top_2nd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 10px;
}


#box ul li, #box2nd ul li, #box3rd ul li {
	margin-left: 30px;
}

#box ol, #box2nd ol, #box3rd ol {
	line-height: 1em;
	list-style: none outside;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#box ol li, #box2nd ol li, #box3rd ol li {
	padding-bottom: 10px;
	line-height: 1.2em;
}

#box a:link, #box a:visited, #box2nd a:link, #box2nd a:visited, #box3rd a:link, #box3rd a:visited {
	color: #30415F;
	text-decoration: none;
}

#box a:hover, #box2nd a:hover, #box3rd a:hover {
	color: #5D6B82;
}



.twoColFixLt #header {
	padding: 0 20px 20px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 130px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 250px;
} 

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background: url(images/tellitslant_h1.gif) no-repeat 120px 20px;
	height: 90px;
	text-indent: -1000em;
	width: 600px;
}
#header h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background: url(images/playmusic_h2.gif) no-repeat 270px 10px;
	height: 60px;
	text-indent: -1000em;
	width: 600px;
}

#nav {
	margin: 0;
	padding: 0;
	height: 32px;
	float: right;
}

#nav ul {
	list-style-type: none;
}

#nav li {
	float: left;
}

#nav li a:link, #nav li a:visited {
	font-size: 100%;
	text-decoration: none;
	color: #8e98a8;
	font-weight: bold;
	padding: 6px 15px 5px;
	letter-spacing: 2px;
	margin-right: 3px;
	display: block;
	height: 1.3em;
}

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

#nav li a.current, #nav li a.current:hover, #nav li a.current:active {
	color: #2f415e;
	cursor: default;
}

.twoColFixLt #mainContent {
	clear: right;
	margin-top: 0;
	margin-right: 15px;
	margin-left: 320px;
	padding: 0;
} 
#mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #10213F;
	font-size: 1.75em;
	font-style: oblique;
	line-height: 1.75em;
	padding-top: 5px;
	padding-left: 20px;
}
#mainContent h4 {
	padding-left: 20px;
	padding-bottom: 8px;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.35em;
	font-style: italic;
	color: #10213F;
}
#mainContent h5 {
	font-size: 1em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #10213F;
	padding-left: 20px;
	padding-bottom: 10px;
}
#mainContent h6 {
	font-size: 0.9em;
	margin-left: 20px;
	font-style: italic;
	color: #232323;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
}

#mainContent p {
	padding-left: 20px;
	line-height: 1.6em;
	padding-bottom: 15px;
	font-size: 0.85em;
	padding-right: 10px;
}

#mainContent a:link {
	color: #10213F;
}

#mainContent a:visited {
	color: #121212;
}

#mainContent a:hover {
	color: #C8CDD4;
}

#mainContent ul {
	font-size: .85em;
	margin-left: 60px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	line-height: 1.5em;
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
}

#mainContent ul ul {
	margin-left: 35px;
	font-size: 1em;
}
#mainContent .photoBox {
	height: 225px;
}

.photoBox img {
	margin-left: 20px;
	padding-top: 5px;
	margin-top: 15px;
}
#bioPhoto {
	float: right;
	margin-left: 10px;
}
#mainContent #img {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}
#imgAlt {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}

#mainContent .box1 {
	width: 200px;
	float: left;
	background-color: #FFF;
	margin-top: 15px;
	margin-bottom: 20px;
	background-image: url(images/box_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 20px;
	display: inline;
}

#mainContent .box2 {
	width: 200px;
	float: right;
	background-color: #FFF;
	margin-top: 15px;
	margin-bottom: 20px;
	background-image: url(images/box_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.box1 h4 {
	background-image: url(images/box_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.box2 h4 {
	background-image: url(images/box_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#mainContent .youtube {
	float: right;
}

#mainContent .youtube a:link, #mainContent .youtube a:visited {
	background-image: url(images/youtube_logo.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 0.75em;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	padding-right: 35px;
	margin-right: 6px;
	color: #10213F;
}


#mainContent .youtube a:hover {
	color: #5D6B82;
}
#mainContent .more {
	float: right;
	clear: right;
}


#mainContent .more a:link, #mainContent .more a:visited  {
	color: #10213F;
	font-size: 0.75em;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	float: right;
	padding-right: 10px;
}

#mainContent .more a:hover {
	color: #627086;
}

#mainContent table {
	padding-left: 20px;
}

#mainContent table p {
	font-size: 0.7em;
	padding: 0px;
	line-height: 1.1em;
	color: #10213F;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#img {
	width: 150px;
}
#img p {
	font-size: 0.7em;
	margin: 0px;
	width: 150px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.bioName {
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
}

#footer {
	background: #35455F;
	text-align: right;
}

#footer ul {
	list-style: none;
	float: none;
	padding-top: 15px;
	padding-right: 15px;
}
#footer ul li {
	font-size: 0.75em;
	display: inline;
	padding-right: 30px;
}
#footer a:link, #footer a:visited {
	color: #8E98A8;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
}

#footer p {
	font-size: 0.75em;
	line-height: 30px;
	color: #8E98A8;
	padding-bottom: 10px;
	padding-right: 45px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.character {


}
.play {
	font-style: italic;
}
.role {
	font-size: 0.75em;
}
