@charset "utf-8";
/* @import url(undohtml.css);   */

body {
	font: 90%/1.3 "Minion Pro", serif;
	background: #ffffcc;
	color: #000000;
	margin: auto;
	padding: 0;
	width: 1160px;
}

#container {
	width: 960px;	
	background: #ffffcc;
	color: #5c5662;
	margin: auto; 
	overflow: hidden; /* this declaration makes the .container clear all floated columns within it. */
	display: block;
}


#header {
	width: 960px;
	background-color: #d1901c;
	color: #ffffcc ;
	border-top:  .25em;

}

#header img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#navigation {
	background-color: #ffffcc;
	color: #ffffcc; 
	font-weight: bold;
	font-size: 95%;
	border-top:  .25em  #d1901c; solid;
	border-bottom: 1em #d1901c; solid; 
	margin-top: 2em #ffffcc;
	margin-bottom: 1em #ffffcc; 
}

#navigation li {
	background-color: #ffffcc; color: #000000;
	display: inline-block;
	border: 1px solid #d1901c;
	padding: .5em 1em;

}

#navigation ul {
	padding: 0 0 0 30px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

#navigation a {
	text-decoration: none;
	list-style-type: none;
	background-color: #ffffcc; color: #000000;
}
#navigation a:hover {
	background-color: inherit; 
	color: #000000;
	text-decoration: underline;
}
#navigation .active a {
	background-color: inherit;
	color: #5c5662;
	text-decoration: none;
}
#navigation .active a:hover {
	background-color: inherit;
	color: #5c5662;
	text-decoration: none;
}

#sidebar1 {
	float: left;
	width: 210px;
	line-height: 1.3em ;
	background-color: #d1901c;
	color: #5c5662 ;
	padding: 1.5em;
}

#sidebar1 img {
	margin-left: auto;
	margin-right: auto;
	display: block;	
}

.centered {
	margin-left: auto;
	margin-right: auto;
}

#content {

	padding-left: 2.2em;
	width: 390px;
	float: left;
	background: #ffffcc;
	color: #5c5662;
}

#content img {
	margin-left: auto;
	margin-right: auto;
	display: block;	
}

#content p {
	padding-bottom: .2em;
}



#sidebar2 {
	float: right;
	width: 210px;
	background: #d1901c;
	padding: 10px 1.5em;
	line-height: 1.3em ;
}

#sidebar2 img {
	margin-left: auto;
	margin-right: auto;
	display: block;	
}

#content table tr td {
	font: 90%/1.3 "Verdana", sans-serif; 
	border-color: #d1901c;
	background-color: #d1901c;
	color: #5c5662;
	padding: 1em .5em;
			}

#content table tr td a img  {
	margin-left: auto;
	margin-right: auto;
	display: block;	
	
}
.tgttitle1
{
	font-type: "Minion Pro", serif;
	font-size: 1.5em;
	font-variant: small-caps;
	font-weight: bold;
	background-color: transparent;
	color: #d1901c;
}

.tgttitle2
{
	font-type: "Minion Pro", serif;
	font-size: 1.7em;
	font-weight: bold;
	font-variant: small-caps;
	background-color: transparent;
	color: #5c5662;
}


.tgttitle3
{
	font-type: "Minion Pro", serif;
	font-size: 1.3em;
	font-weight: bold;
	font-variant: small-caps;
	background-color: transparent;
	color: #5c5662;
}


/* ~~ This grouped selector gives the lists in the .content area space ~~ */
#content ul, #content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	background: #d1901c;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #d1901c;
	color: #FFFfcc;
}

/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

p.small {
	font-size: 75%;
}
.nobullet {
	list-style: none;
	line-height: normal;
	}
.overline /* for copyright statement at bottom body of pages */
{
	text-decoration:overline ;
	font-variant: small-caps ;
	font-size: .9em;
	text-align: center;
}
.center
{
	text-align: center;
}

.goddess
{
	color: #ffffcc ;
	font-weight: bold;
	text-align: center;
}
	

#footer {
	background-color: #d1901c;
	color: #ffffcc ;
	font-weight: bold;
	font-size: 100%;
	border-top:  .25em;
	padding: .5em 0 ;
	
}

.event {
	font: .8em; 
	font-family: "Minion Pro", serif;
	padding-top: 0em;
	padding-right: 2em;
	padding-left: 2em;
}

