﻿body
{
	min-width: 1000px;
	margin: 0 0 0 0;
}

img
{
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h1,h2,h3,h4,h5,h6,h7
{
	font-family: Sans-Serif;
}

h2.alert,
h2.alert a,
h2.alert a:link, h2.alert a:visited,
h2.alert a:hover, h2.alert a:active
{
	font-variant: small-caps;
	color: #cc0000;
}

hr.divider
{
	width: 50%;
	margin: 15px auto 15px auto;
}

/* Right Info Box */
div.right-info-box
{
	float:right;
	border: solid 1px #000000;
	padding: 5px;
	width: 300px;
}
div.right-info-box h4
{
	text-align: center;
	margin: 0;
}
div.right-info-box p.short
{
	text-align: center;
}
/* Right Info Box */

/* List without bullet points */
#contents ul.no-bullets li
            {
            	list-style: none;
            	margin: 10px 0px 10px 0px;
            }
/* List without bullet points */

/* Header */
#header
{
	border: solid 1px Transparent;
	height: 146px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 145px;
	background-color: #3098ff;
}

#header div.header_logo
{
	background: transparent url("../layout/header_logo.gif");
	border: none;
	float: left;
	margin-left: -145px;
	width: 145px;
	height: 146px;
}

#header div.header_logo:hover
{
	background-image: url("../layout/header_logo_hover.gif");
}

table.schedule-grid
{
	width: 80%;
	margin: 0 auto 0 auto;
	border: solid 1px #000000;
	padding: 4px;
}

table.schedule-grid td
{
	border: solid 1px #000000;
	padding: 10px;
}

table.schedule-grid th.title
{
	text-align: center;
	font-size: 18pt;
}

table.schedule-grid td.time-slot
{
	width: 125px;
	text-align: right;
}

table.schedule-grid td.speaker
{
	font-weight: bold;
}


table.schedule-grid tr.date-row td
{
	font-weight: bold;
	padding-top: 20px
}

/* Announcement box */
.announce
{
	background-color: #FFFFFF;
	border: groove 8px #0033FF;
	margin: 5px auto 5px auto;
	padding: 5px 10px;
	width: 600px;
}
.announce p
{
	font-size: 18px;
	font-family: Sans-Serif;
	margin: 10px 0px 10px 0px;
	text-align: justify;
}
.announce p.quote
{
	text-align: center;
}
.announce p.quote .citation
{
	font-family: Serif;
	font-style: oblique;
}
/* End announcement box */

/* Tabs */

#tabmenu {
   /*float:left;*/
   width:100%;
   background:#ffffff;
   border-bottom:1px solid #000;
   padding-left: 10px;
   overflow:hidden;
   position:relative;
}
#tabmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   text-align:center;
}
#tabmenu ul li {
   display:block;
   float:left;
   list-style:none;
   border: solid 1px #333333;
   border-bottom: none;
   margin:0;
   padding:0;
   position:relative;
}
#tabmenu ul li a {
   display:block;
   margin:0;
   padding:3px 10px;
   background:#ffffff;
   color:#000000;
   text-decoration:none;
   line-height:1.3em;
}
/*
This style is included in active-tab.txt where it
is used with a server-side include and a tab ID
to mark the current tab
#tabmenu ul li a.active {
   color:#ffffff;
   background:#000000;
   font-weight:bold;
}*/
/* End Tabs */

/* Display banner for screen & print media only. Let the text "display" in other media. */
@media screen, print
{
	#header div.header_banner
	{
		margin: 31px auto 0px auto;
		background: transparent url("../layout/page_banner.gif");
		border: none;
		height: 83px;
		width: 435px;
	}

	#header div.header_banner h1
	{
		display: none;
	}
}

/* End Header */


/* Begin Content Area */
#contents
{
	margin-left: 145px;	/* Offset for width of nav area */
    padding: 3px 3px 3px 3px;
    width: 840px;
    float: right;
    position: absolute;
    top: 160px;
    left: 10px;
}

/* No left margin when printing */
@media print
{
	#contents
	{
		margin-left: 0px;
		width: auto;
		position: inherit;
		top: inherit;
		left: inherit;
	}
}

#contents h1
{
	margin-top: 0px;
}

#contents ul.spaced-list li,
#contents ol.spaced-list li
{
	margin: 8px 0px 8px 0px;
}

#contents div.bioPhoto
{
	float:right;
	padding: 5px 0px 5px 5px;
}

#contents div.bioPhotoInner
{
	padding: 3px 0px 3px 3px;
}

#contents div.bibliography
{
	clear: both;
}

#contents .guest-thumbnail
{
	margin: 5px auto 5px auto;
	width: 140px;
}

#contents .guest-name
{
	font-size: larger;
	font-weight: bold;
}

#contents ul.guest-weblinks li
{
	list-style-type: none;
}


/*
	All thumbnail images are 130 x 160.
	This should never go in the HTML.
*/
#contents .guest-thumbnail
{
	margin: 5px 5px 5px 5px;
}
#contents .guest-thumbnail img
{
	height: 160px;
	width: 130px;
}

#contents .copyright
{
	font-size: x-small;
}

#contents .guest-thumbnail .credits
{
	font-size: smaller;
}

.callout
{
	border: solid 1px #000000;
	background-color: #cdcdcd;
	padding: 5px;
}

.callout .title
{
	text-align:center;
	font-weight:bold;
	font-size: large;
}

.callout p
{
	margin: 7px;
}

.memorial
{
	border: solid 1px #000000;
	padding: 10px;
	margin-bottom: 10px;
	width: 728px;
}
.memorial h4
{
	margin: 0;
}
.memorial img
{
	border: none;
	margin: 0px 10px 0px 0px;
	float: left;	
}

/* End Content Area */


/* Begin Navigation Bar */
#navbar
{
	background-color: #0033ff;
	border-top: solid 3px #ffcc33;
	float: left;
	font-family: helvetica, arial, Sans-Serif;
	font-size: 12px;
	margin: 0px 5px 10px 0px;
	width: 145px;
}

#navbar .innerBox
{
	background-color: #3399ff;
	border-top: solid 3px #ffcc33;
	border-bottom: solid 3px #ffcc33;
}

#navbar p
{
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 145px;
	height: 21px;
	text-align: center;
}

#navbar p.amazon
{
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #000000;
}

#navbar p.amazon a
{
	padding: 0;
}

#navbar a
{
	color: #ffff00;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 2px 4px 2px;
}

#navbar a:link,
#navbar a:visited
{
	color: #ffff00;
}

#navbar a:hover,
#navbar a:active
{
	color: #ff3300;
}
/* End Navigation Bar */

/* Begin Footer */
/* End Footer */

/* Miscellany -- don't add too many of these! */
.alert
{
	color: #cc0000;
}

.deleted
{
	text-decoration: line-through;
}

/* End Miscellany */


/* Turn off headers and navabar for printing. */
@media print
{
	#header, #navbar
	{
		display: none;
		height: 0px;
	}
	
	#contents
	{
		top: 0;
	}
}