

body {
	margin: 0;
	font: 0.80em Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #444;
	text-align: left;
	padding: 0;
	background-color: #b6c2d0;
}

p {} 

ol h3 { margin-left: -40px; }

b, strong { }

a:link, a:visited {
	text-decoration: underline;
	color: #434955;
}

a:hover, a:active {
	text-decoration: none; 
	color: #878D99;
}

img {	border-style: none; }

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
}
	
/*</group>*/

/*<group=Layout>*/
h1#title { color: #c60; font-size: 32px; margin: 30px 0px; text-align: center;}
h2#subtitle { color: #444; font-size: 20px; margin: 25px 0; text-align: center; }
p#patron { color: #c60; text-align: center; }
p#when { color: #444; font-size: 16px; text-align: center; margin: 15px 0px; }
p#where { color: #444; margin: 15px 0px 50px 0px; text-align: center; }
p#sponsor { color: #444; font-size: 12px; text-align: center; }

#container {
	width: 890px;
	padding-left: 20px;
	text-align: left;
}

.clearer {
	clear: both;
}

#pageHeader {
	background: url("../images/titlebar.jpg");
	height: 104px;
	text-align: left;
}

#pageHeader img {
	float: left;
	padding-right: 10px;
}

#pageHeader h1 {
	color: #434955;
	text-shadow: 2px 2px 2px white;
	padding: 2px 0 0 80px;
	font-size: 40px;
	margin: 0px;
	font-variant: small-caps;
}

#pageHeader h2 {
	color: #cadcf2;
	text-shadow: 2px 2px 2px black;
	padding: 0 0 0 90px;
	font-size: 1.3em;
	margin: 0px;
	letter-spacing: 1px;
}

#contentContainer {
	width: 597px;
	margin-bottom: 30px;
	background: url("../images/content_middle.jpg") repeat-y;
	float: left;
}

.textEditor a:link, .textEditor a:visited {
	text-decoration: underline;
	color: #c60;
}
.textEditor a:hover, .textEditor a:active {
	text-decoration: none; 
	color: #f90;
}

#contentContainer .top {
	width: 597px;
	height: 34px;
	background: no-repeat url("../images/content_top.jpg");
}

#contentContainer .bottom {
	background: no-repeat url("../images/content_footer.jpg");
	width: 597px;
	height: 44px;
}

#contentContainer #content {
	padding: 0 40px 0 30px;
}

#languages {
	text-align: right;
	padding: 7px 38px 0px 0px;
}

#content h1 {
	font-size: 1.35em;
}

#content h2 {
	font-size: 1.2em;
}

#content h3 {
	font-size: 1.05em;
}

#sidebarContainer {
	background: url("../images/sidebar_background.jpg");
	width: 286px;
	margin-bottom: 30px;
}

#sidebarContainer .top {
	background: url("../images/sidebar_top.jpg");
	width: 286px;
	height: 34px;
}

#sidebarContainer .bottom {
	background: url("../images/sidebar_footer.jpg");
	width: 286px;
	height: 37px;
}

#sidebarContainer #sidebar {
	padding-right: 20px;
	padding-left: 20px;
}

#sidebarContainer .sideHeader {
	color: #c60;
	font-size: 1.1em;
	font-weight: bold;
}

#footer {
	background: url("../images/footer.jpg");
	height: 64px;
	color: #fc6;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

#footer p {
	text-align: left;
	padding-top: 30px;
	margin: 0;
	padding-left: 40px;
}

#footer a:link, #footer a:visited {
	color: #fc6;
}

#footer a:hover, #footer a:active {
	color: #fc6;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	padding: 20px;
	font-size: 0.9em;
}

#breadcrumbcontainer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	color: #6f4714;
	text-decoration: underline;
}

#breadcrumbcontainer a:hover {
	color: #6f4714;
	text-decoration: none;
}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	background: url("../images/sidebar_divider.gif") no-repeat center bottom;
	padding: 0 35px 40px 30px;
	margin-bottom: 20px;
}

#navcontainer #current {
	font-weight: bold;
	color: #7e0100;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	font-weight: bold;
	color: #7e0100;
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	margin: 0 13px;
	padding: 0;
}

#navcontainer li {
	text-align:center;
}

#navcontainer a {
	color: #444;
	text-shadow: 0px 1px 0px #ffffff;
	height: 18px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.15em;
	line-height: 1.5em;
}

#navcontainer a:hover {
	color: #878D99;
	text-decoration: none;
}

/* Child - Level 1 */

#navcontainer ul ul {
	list-style: upper-roman;
	padding-left: 35px;
	margin-bottom: 5px;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
}

#navcontainer ul ul a:hover{
}

#navcontainer ul ul #current{
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	list-style: lower-roman;
	padding-left: 20px;
	margin-bottom: 5px;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
}

#navcontainer ul ul ul a:hover{

}

/* Child Level 3 */

#navcontainer ul ul ul ul {
	list-style: lower-alpha;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{

}

/* Child Level 4 */

#navcontainer ul ul ul ul ul {
	list-style: square;
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul a:hover{

}

/* Child Level 5 */

#navcontainer ul ul ul ul ul ul {
	display: none;
}

/*</group>*/

/*<group=Global Classes>*/

blockquote, .standout {
}

h1 { color: #c60; }

h2 { color: #c60; }

h3 { color: #c60; }

h4 { color: #c60; }

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px;
	padding: 0 10px;
}

#sidebarContainer #sidebar li {
}

/* Table Styles */
table {
	font-size: 1em;
}
/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {

}

.blog-entry-summary {
	margin-bottom: 10px;
}

.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}


.blog-archive-entries-wrapper .blog-entry-body {
}

.blog-archive-month {
	color: #6f4714;
	font-size: 1.5em;
	font-weight: bold;
}

.blog-archive-link {
	margin-bottom: 20px;
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}

	
/*</group>*/

.blog-entry {
	margin-bottom: 10px;
	padding-bottom: 40px;
	background: url("../images/content_divider.jpg") no-repeat  bottom;
}

.blog-entry-title {
	color: #6f4714;
	font-size: 1.3em;
	font-weight: bold;
}

.blog-entry-date {
	color: #9c7839;
	padding-bottom: 10px;
}

.blog-read-more {
	display: block;
	padding-top: 10px;
	margin-bottom: 10px;
	font-style: italic;
}

.blog-entry-body {
	text-align: justify;
}

.blog-entry-comments {
}

/*styles the category link in the main entry */
.blog-entry-category {
}

.blog-entry-category a:link, .blog-entry-category a:visited {
}

/*styles the permalink link in the main entry */
.blog-entry-permalink {
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
	color: #9c7839;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 10px;
}

.blog-rss-link {
}

.blog-comments-rss-link {
}

/*</group>*/

/*<group=File Sharing>*/

.filesharing-description {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.filesharing-item {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.filesharing-item-title a:link {
	text-transform: uppercase;
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
}

/*</group>*/

/*<group=Photo Album>*/

/*<group=Index Page (Thumbnail view)>*/

.album-title {
	color: #6f4714;
	font-size: 1.3em;
	font-weight: bold;
}

.album-description {
	color: #9c7839;
	padding-bottom: 70px;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 10px;
}

.thumbnail-frame {
	position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	margin: auto;
    border: none;
}

.thumbnail-caption {
	color: #6f4714;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
}
	
/*</group>*/

/*<group=Single Page (Photo view)>*/

.photo-background {
}

.photo-navigation {
	background: url("../images/header_background.jpg") repeat-x;
	height: 101px;
	text-align: left;
	padding-top: 20px;
}

.photo-links {
	margin: 0;
	padding: 0 0 0 40px;
}

.photo-navigation a:link, .photo-navigation a:visited {
	color: #ffffff;
	text-decoration: underline;
}

.photo-navigation a:hover {
	text-decoration: none;
}

.photo-frame{
	margin-left: 40px;
	background-color: #f1d7af;
	padding: 5px;
}

.photo-title {
	color: #ffffff;
	text-shadow: 0px 0px 4px #76a8db;
	padding-top: 0px;
	padding-left: 40px;
	font-size: 1.6em;
	margin: 0;
	display: inline;
	font-weight: bold;
}

.photo-caption {
	color: #ffffff;
	text-shadow: 0px 0px 2px #76a8db;
	padding-left: 20px;
	font-size: 1.1em;
	margin: 0px;
	display: inline;
	font-weight: bold;
}

/*</group>*/
	
/*</group>*/

/*<group=Quicktime Page>*/

.movie-description {

}
	
/*</group>*/

/*<group=Quicktime Album>*/

/*<group=Index Page (Movie Thumbnail view)>*/

.movie-page-title {
	color: #6f4714;
	font-size: 1.3em;
	font-weight: bold;
}

.movie-page-description {
	color: #9c7839;
	padding-bottom: 10px;
}

.movie-thumbnail-frame {
	width: 132px;
	text-align: center;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.movie-thumbnail-frame:hover {
}


.movie-thumbnail-caption {
}
	
/*</group>*/

/*<group=Single Page (Movie View)>*/

.movie-background {
	margin: 10px 0;
}

.movie-title {
	padding-top: 27px;
	background: url("../images/footer_background.jpg") repeat-x;
	height: 74px;
	color: #444444;
	font-size: 1.3em;
}

.movie-frame {

}
	
/*</group>*/


/*</group>*/

/*<group=Contact Form>*/
.message-text { 
} 

.required-text {
} 

.form-input-field {
	background: #e2caa2;
	color: #6f462f;
} 

.form-input-button { 
} 
/*</group>*/


/* default float side for sidebar */
#sidebarContainer {
	float: right;
}

/* ERRORS */
.errors-alert, .errors-error, .errors-notice, .errors-help {
	text-align: center;
	padding: 3px;
	font-weight: bold;
	color: white;
	border: 1px black dashed;
}

.errors-alert {	background-color: #004d84; }
.errors-error {	background-color: red; }
.errors-notice { background-color: green; }
.errors-help { 
	background-color: yellow;
	color: black;
}


.humanized_msg{
	position: absolute; left: 25%; width: 50%;
	color: white; background-color: #8CC63F;
	font-size: 36pt; text-align: center; 
}
.humanized_msg .round{
	border-left: solid 2px white; border-right: solid 2px white;
	font-size: 1px; height: 2px;
}
.humanized_msg p{ padding: .3em; display: inline;}



.special fieldset {
  margin-bottom: 10px;
  border: 1px black solid;
}
.special legend {
	padding: 4px 6px;
	font-weight: bold;
	font-size: .85em;
	background-color: #444;
	color: #fc6;
}
.special legend a {
	font-weight: normal;
	color: #fff;
	letter-spacing: .1em;
}
.special legend.sub {
	background-color: #666;
	padding: 2px 5px;
	margin: 6px;
	/*filter: alpha (opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;*/
}
.special fieldset label {
  display: -moz-inline-box; /* Fixes Firefox */
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  width: auto;
}
.special fieldset ol {
  margin: 0;
  padding: 0;
}
.special fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
.special fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
.special fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
	background-color: transparent;
	color: #444;
	font-size: 1em;
	margin-left: 25px;
}
.special fieldset fieldset label {
  display: block;
  width: auto;
}
.special em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
.special fieldset label {
	min-width: 140px;
  width: auto; /* Width of labels */
}
.special fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
.special fieldset li small {
	display: block;
	font-size: 0.9em;
	padding-left: 30px;
}
.special .submit {
	text-align: right;
}
.special .submit input {
	background-color: #444;
	color: #fc6;
	border: 1px #fc6 solid;
}
.special li input, .special li textarea {
	background-color: #f3dbb3;
	color: #6f462f;
}

div#formnav {
	font-weight: bold;
	margin-bottom: 10px;
	font: 0.85em Arial, Helvetica, sans-serif;
}

fieldset.program td {
	font: 0.85em Arial, Helvetica, sans-serif;
	border-bottom: white;
	border-width: 0 0 1px 0;
	border-style: solid;
	padding: 3px;
}
fieldset.program th
{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-style: italic;
	border-bottom: black;
	border-width: 0 0 1px 0;
	border-style: solid;
	padding: 3px;
}
fieldset.program td.dateroom {
	border: 0px;
	font-size: 1em;
	font-style: italic;
	color: black;
	padding-bottom: 7px;
}
fieldset.program td.moderator {
	border: 0px;
	font-size: 1em;
	color: black;
	padding-bottom: 7px;
}
fieldset.program td.time, 
fieldset.program td.lecture,
fieldset.program td.author,
fieldset.program td.affiliate {
	vertical-align: top;
}
fieldset.program td.author {
	white-space: nowrap;
}

ul#links h3 {
	margin: 10px 0 5px -40px;
	color: #444;
}
ul#links li {
	padding-bottom: 3px;
}

#homewrap
{
	background-color: transparent;
	background-image: url("../images/homebg.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}