@charset "utf-8";
/* Annapolis Book Festival 2009 CSS Main Styles */


body {
	min-width: 860px;
}
#nine #main1 h2 {
	background-color: #63C;
}


.abf_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #06C;
	font-weight: bold;
	line-height: 120%;
}
.abf_title_reverse {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #FFF;
	font-weight: bold;
	line-height: 120%;
}
#top_header {
	max-width:1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	min-width: 850px;
}
*html #top_header {
	width:900px;
	text-align:center;
}

/*#header_inside {
	width: 739px;
	margin-right: auto;
	margin-left: auto;
}*/

#main1 {
}
#utility_menu {
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#main2 {
}

/* Original Pre-ABF Intro Box  ---------------------------------------*/
#abf_intro_box {
	background-color: #FC0;
	color: #000;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 125%;
	border: 1px solid #000;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#abf_intro_box h1 {
	background-color: inherit;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 135%;
}
/* IE6 Fix */
* html #abf_intro_box h1 {
	background-color:#FC0;
}
/*-----------------------------------------------------------------------*/

/* After-Event ABF/Key Intro Box  ---------------------------------------*/
#abf_post_intro_box {
	color: #000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 135%;
	border: 1px solid #999;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #FFEC9F;
}
#abf_post_intro_box h1 {
	background-color: inherit;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 17px;
	line-height: 135%;
}
/* IE6 Fix */
* html #abf_post_intro_box h1 {
	background-color:#FFEC9F;
}
/*------------------------------------------------------------------*/


.pic_center {
	text-align: center;
}

.pic_left {
	padding-right: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
}
.pic_right {
	padding-left: 12px;
	float: right;
	padding-bottom: 4px;
}
.border {
	border: 1px solid #000000;
}


.book_title {
	font-style: italic;
	font-weight: bold;
}
.speaker_name {
	font-weight: bold;
	color: #C33;
}
.topic {
	color: #CC3300;
	font-style: italic;
	font-weight: bold;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 130%;
	font-weight: bold;
	color: #003A79;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.5em;
	background-color: #6633CC;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #06C;
	line-height: 1.5em;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFF;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 17px;
	line-height: 1.5em;
	margin: 0px;
	background-color: #63C;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-weight: bold;
}


.headline_big {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 52px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.2em;
	color: #000000;
	text-align: center;
}
.subhead {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	font-weight: normal;
	color: #0066CC;
}
.subhead_reverse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #6633CC;
	font-weight: bold;
	text-align: center;
	padding: 3px;
}


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 135%;
}
.text a{
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.text a:link{
	color: #00219C;
}
.text a:visited{
	color: #00219C;
}
.text a:hover{
	color: #FFFFFF;
	background-color: #0066CC;
}
.text a:active{
	color: #FFFF00;
	background-color: #0066CC;
}


.text_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
}
.text_sm a{
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.text_sm a:link{
	color: #00219C;
}
.text_sm a:visited{
	color: #00219C;
}
.text_sm a:hover{
	color: #FFFFFF;
	background-color: #0066CC;
}
.text_sm a:active{
	color: #FFFF00;
	background-color: #0066CC;
}

.green {
	background-color: #00BB2F;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	padding-left: 8px;
}
.orange  {
	background-color: #FFCC00;
	color: #000000;
}



/*#first_draft {
}
#first_draft ul {
	margin-left: 0px;
	padding-left: 10px;
}
#first_draft ul li {
	margin-left: 10px;
	padding-left: 3px;
}*/

.done {
	background-color: #999;
}

#datebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bold;
	color: #FFF;
	background-image: url(../../_images/top_masthead_2009_datebox_gif.gif);
	background-repeat: no-repeat;
	width: 220px;
	text-align: center;
	height: 105px;
	background-position: center center;
	padding-top: 12px;
}
.upcoming {
	color: #FFF;
	background-color: #95AE53;
}
.upcoming h2 {
	background-color: #8D0418;
	font-size: 20px;
	color: #FFF;
	font-family: Calibri, "Trebuchet MS", Arial, sans-serif;
}

.upcoming h1 {
	font-size: 22px;
	color: #FFF;
	font-weight: bold;
	line-height: normal;
	font-family: Calibri, "Trebuchet MS", Arial, sans-serif;
}

.festival_heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	line-height: 130%;
	font-weight: bold;
	color: #06C;
}
#very_top {
	line-height: 140%;
}
#very_top h1 {
	font-family: Calibri, "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	padding: 2px;
	text-align: center;
	margin: 0px;
	color: #008080;
	font-weight: bold;
	font-style: italic;
}



/*------------------------------------------------*/


#watch{
	text-align: center;
	margin-bottom: 15px;
	margin-top: 0px;
	padding: 5px;
	background-color: #333;
	border: 1px solid #000;
}
#watch ul{
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-left: 0px;
}
#watch li{
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline;
	padding-left: 6px;
	padding-right: 6px;
}

#watch a{
	padding-top: 3px;
	padding-right: 9px;
	padding-bottom: 3px;
	padding-left: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 180%;
}
#watch a:link {
	color: #FFFFFF;
	background-color: #00C134;
}
#watch a:visited {
	color: #FFFFFF;
	background-color: #00C134;
	font-style: italic;
}
#watch a:hover {
	color: #FFFFFF;
	background-color: #F60;
}
#watch a:active {
	color: #FFFF00;
	background-color: #F60;
}
