/* CSS Document */


#navbanner {
	border-bottom-color: Gray;
	border-top-color: Gray;
}

div#bottombanner {

}

.navlink {
/*
	font-weight: bold;
	font-stretch: ultra-expanded;
	text-decoration: none;
	font-family: sans-serif;
	color: rgb(102,51,204);
	padding-left: 10px;
	padding-right: 10px;
	*/
	color: rgb(102,51,204);

}

.navlink:hover {
	/* border: none; */
	background-color: rgb(223,223,223);
}

.phototext {
/*
	font-family: sans-serif;
	font-size: smaller;
	text-align: justify;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	*/
}

.bodytext {
	/* font-size: larger; */
}
#leftside {
	width: 240px;
	float: left;
	background-color: #FFF8DC;
	/* border: medium dashed Green; */
}

a {

  color: rgb(102,51,204);
	text-decoration: none;
}

a:link {

  color: rgb(102,51,204);
	text-decoration: none;
}

a:hover {
	border-bottom: dashed;
	border-top: dashed;
	border-width: thin thin;
	background-color: rgb(233,233,233);
}

.sideNav a:hover {
  font-weight: bold;
  border: 0 none;
	background-color: rgb(240,240,240);
  text-decoration: none;
  color: rgb(102,51,204);
}
.sideNav h1 {
border-bottom: rgb(51,102,0) solid;
}

.container-left {
	border: 2px dashed rgb(51,102,0);
  } 

/*
#rightside {
	float: right;
	width: auto;
	margin-left: 245px;
	padding: 5px 5px 5px 5px;
	height: 100%;
}
*/
#rightcolumn {
/*	float: right; 
	border-right-color: Green;
	border-left-color: Green;
	border-left-style: double;
	border-right-style: double;
	border-right-width: medium;
	border-left-width: medium;
	padding: 2px;
	width: 305px;
	*/
	background-color: rgb(51,102,0);
}
/*
#leftcolumn {
	float: left;
	width: 50%;
	text-align: justify;
	border-left-color: Gray;
	border-left-style: dashed;
	border-left-width: thick;
	padding: 0px 10px;
}
*/
/**
* Set a very small font size for the control and constrain
* it's width to 225px
*
	* Note: the page has a single FeedControl that
* is drawn in the <div> element whose id is "feedControl".
*/
.gfg-root {
  width : 100%;
  height : auto;
  position : relative;
  overflow : hidden;
  text-align : center;
  font-family: "Verdana", sans-serif;
  font-size: 12px;
  border: 1px dashed rgb(204,102,255);
}

.gfg-title {
  font-size: 12px;
  font-weight : bold;
  color: rgb(102,51,204);
  background-color: rgb(204,204,255);
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
}

.gfg-title a {
  color: rgb(102,51,204);
}

.gfg-subtitle {
  font-size: 12px;
  font-weight: bold;
  color: rgb(102,51,204);
  background-color: rgb(255,255,204);
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
  margin-bottom : 5px;
}

.gfg-subtitle a {
  color: rgb(102,51,204);
  font-weight: bold;
  text-decoration: none;
}

.gfg-entry {
  background-color : white;
  width : 100%;
  height : 6.9em;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 3px;
}

/* To allow correct behavior for overlay */
.gfg-root .gfg-entry .gf-result {
  position : relative;
  background-color : white;
  width : auto;
  height : 100%;
  padding-left : 20px;
  padding-right : 5px;
}

.gfg-list {
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-bottom : 5px;
}

.gfg-listentry {
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
  padding-left : 15px;
  padding-right : 5px;
  margin-left : 5px;
  margin-right : 5px;
  color: rgb(102,51,204);

}

.gfg-listentry a {
  text-decoration: none;
  color: rgb(102,51,204);
  font-weight: bold;  
}

.gfg-listentry a:visited {
  font-weight: normal;  
}

.gfg-listentry-odd {
  background-color : #F6F6F6;
}

.gfg-listentry-even {
}

.gfg-listentry-highlight { 
  background-image : url('oarrow.jpg');
  background-repeat: no-repeat;
  background-position : center left;
}

/*
 * FeedControl customizations.
 */

.gfg-root .gfg-entry .gf-result .gf-title {
  font-size: 10px;
  line-height : 1.2em;
  overflow : hidden;
  white-space : nowrap;
  margin-bottom : 2px;
}

.gfg-root .gfg-entry .gf-result .gf-snippet {
  height : 3.8em;
  font-size: 10px;
  color: #000000;
  margin-top : 3px;
}

.gf-author {
  font-size: 10px;
  color: rgb(102,51,204);
}

.gf-spacer {
  font-size: 10px;
  color: rgb(102,51,204);
}

.gf-relativePublishedDate{
  font-size: 10px;
  color: rgb(102,51,204);

}

.gfg-root .gfg-entry .gf-result .gf-title .gf-title {
  color: rgb(102,51,204);
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

/*
 * Easy way to get horizontal mode, applicable via js options to gadget.
 */
/*
.gfg-horizontal-container {
  position : relative;
}

.gfg-horizontal-root {
  height : 1.5em;
  _height : 100%;
  position : relative;
  white-space : nowrap;
  overflow : hidden;
  text-align : center;
  font-family: "Verdana", sans-serif;
  font-size: 13px;
  border: 1px solid #AAAAAA;
  padding : 5px;
  margin-right : 80px;
}

.gfg-horizontal-root .gfg-title {
  font-weight : bold;
  background-color: #FFFFFF;
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
  float : left;
  padding-left : 10px;
  padding-right : 12px;
  border-right: 1px solid #AAAAAA;
}

.gfg-horizontal-root .gfg-title a {
  color : #444444;
  text-decoration : none;
}

.gfg-horizontal-root .gfg-entry {
  width : auto;
  height : 1.5em;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 0px;
  margin-left : 0px;
  padding-left : 10px;
}
*/
/* To allow correct behavior for overlay */
/*
.gfg-horizontal-root .gfg-entry .gf-result {
  position : relative;
  background-color : white;
  width : 100%;
  height : 100%;
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
}

.gfg-horizontal-root .gfg-list {
  display : none;
}
*/
/*
 * FeedControl customizations.
 */
/*
.gfg-horizontal-root .gfg-entry .gf-result .gf-snippet,
.gfg-horizontal-root .gfg-entry .gf-result .gf-author {
  display : none;
}

.gfg-horizontal-root .gfg-entry  .gf-result .gf-title {
  color: #0000cc;
  margin-right : 3px;
  float : left;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer {
  float : left;
}
*/
 /*
.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer,
.gfg-horizontal-root .gfg-entry .gf-result .gf-relativePublishedDate {
  display : block;
  color: #AAAAAA;
}
*/
.gfg-branding {
  white-space : nowrap;
  overflow : hidden;
  text-align : left;
  position : absolute;
  right : 0px;
  top : 0px;
  width : 80px;
}

#feedControl {
	font-size: 11px;
	width: 220px;
	font-family: "verdana", sans-serif;
	/* margin-bottom : 10px; */
}

#feedControl a {
	/* font-weight: bold;*/
	color: rgb(102,51,204);
}

#feedControl a:hover {
	color: rgb(255,255,255);
	background-color: rgb(102,51,255);
}

#feedControl a:visited {
/*	font-weight: normal;
	text-decoration: none; */
}


#feedControl .title {
  font-size: 12px;
}

#feedControl .author {
  font-style: italic;
	color: rgb(102,51,255);
	text-align: right;
}

#feedControl .body {
	margin-bottom : 5px;
	text-align: justify;
}
