/* File:			custom.css Description:	Custom styles for the Neoclassical Theme that you define  Use:  The <body> tag has been appended with the "custom" class, like so: <body class="custom">. You can use the "custom" class to overwrite *any* CSS declarations contained in this theme's style.css file.  For example, if you wish to change the default link color to green, you would add the  following declarations to this file:  	.custom a, .custom a:visited { color: #090; } <--- This makes links green 	 	.custom a:hover { color: #00f; } <--- This makes links blue when you mouse over them  Why this works:  By using the "custom" class, you are creating more specific CSS declarations for HTML elements. CSS styling is applied through rules of specificity, and because declarations prepended with .custom are more specific, they get applied when the page is rendered! */ 



body.custom { background: #A9AF36 url('images/tile-bg-green.gif'); }  .custom #container  { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #fff;  border: 1.0em solid #EAF6FA; }  .custom #page { background: #fff; }

#navwrap {
	height: 35px; 
	margin: 0 0 0 0;
}    

#nav, #nav ul {
	float: left;
	width: 885px;
	list-style: none;
	line-height: 1.0;
	background: #382112; /* #544A2D; */
	font-weight: bold;
	padding: 0;
	border: none;
	border-width: 1px 0;
	margin: 0; /* 0 1em 0; */
	font-size: 108%;
}

#nav a {
	display: block;
/*	width: 10em; */
	color: #fff;
	letter-spacing: 0.05em;
	text-decoration: none;
	width: 177px;
	padding: .75em 0; /* 2.75em;  */
	text-transform: uppercase;      
	text-align: center;
}

#nav li {
	float: left;
	padding: 0;
/*	width: 10em; */
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 15em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	background: #144B60; /* #544A2D; */
	padding: 0; 
}
#nav li li {
	padding: 0 1em 0 0; 
	margin: 0;
	width: 14em;
}
#nav li ul a {
	width: 14em; 
	padding-left: .75em;
	/*
	padding-right: -2.25em;   
*/
	text-transform: none;
	letter-spacing: normal;
	color: #fff;  
	text-align: left;
}

#nav li.page-home {
	background: #31B4E5;
}

#nav li.page-item-2 {
	background: #2A9AC4;
}

#nav li.page-item-11 {
	background: #237FA1;
}

#nav li.page-item-13 {
	background: #1D6C89;
}

#nav li.page-item-15 {
	background: #144B60;
}

/*
#nav li.page-home {
	background: #FF6600;
}

#nav li.page-item-2 {
	background: #FA8800;
}

#nav li.page-item-11 {
	background: #F6A900;
}

#nav li.page-item-13 {
	background: #F1CB00;
}

#nav li.page-item-15 {
	background: #bbc36d;
}
*/
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #C2BE52;
	color: #fff;
}

#header-flash {
	padding: 0;
	margin: 0;
	width: 543px;
	height: 108px;
}


#feedControl {
    width : 290px;
}

  /**
   * Suppress everything except for title
   */
  #feedControl .gfc-resultsHeader,
  #feedControl .gf-author,
  #feedControl .gf-spacer,
  #feedControl .gf-relativePublishedDate {
    display : none;
  }

