/* CSS Document */

#container1 {
	margin: 0 auto;
	width: 850px;
	text-align: left;
	border: 2px solid white;
	background-color: black;
}

#container2 {
	width: 80%;
	float: right;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	background-color: #333333;
	color: #d3b96d;
}

#header {
	height:250px;
	width: 800px;
}

#sidebar {
	width: 130px;
	float: left;
	margin-left: 10px;
}

#footer {
	background: black;
	text-align:center;
	clear: both;
	font-size: .8em;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 130px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: transparent url(button1.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #993366;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:hover, .glossymenu li .current, .glossymenu li a:active {
background-image: url(button2.gif);
color: #996600;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color:#A7C226;
	text-align:center;
	margin-left: -10px;
}

h2{
	line-height: 130%;
}

.marquee {
	color: #CC66CC;
}

#content {
	background: black;
	margin-left: 10 px;
	float: left;
	width: 650px;
	line-height: 130%;
}

#content a{
	color: silver;
	text-decoration: none;
}

#content a:hover{
	color: silver;
	text-decoration: underline;
}

table.program {
	width: 100%;
	text-align: center;
}

td.date {
	width: 23%;
}

td.speaker {
	width: 39%;
}

td.topic {
	width: 38%;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

#left {
	float: left;
	margin: 5px;
	text-align: right;
	font-size: 1em;
	width: 33%;
}
