/* CSS Document */

div.blog {
	/*	border: medium dashed Purple; */
	/*	float: left; */
	/*	padding: 5px; */
}
div#house {
	border: medium dashed Green;
	padding: 5px 5px 5px 5px;
	top: 50px;
	right: 300px;
	margin-top: 20px;
	width: 305px;

}
div#topbanner {
	/* background-color: red;
	height: 100px; 
	font-size: 25pt; */
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	border: none;
	/* border: thin ridge ThreedShadow; */
	background-repeat: repeat-x;
	background-image: url(../banner-followon.jpg);
	position: relative;
	min-height: 1px;
}

#navbanner {
	width: 100%;
	border-bottom-color: Gray;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-top-color: Gray;
	border-top-style: solid;
	border-top-width: thin;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
}

.navlink {
	font-weight: bold;
	font-stretch: ultra-expanded;
	text-decoration: none;
	font-family: sans-serif;
	color: rgb(232,124,50);
	padding-left: 10px;
	padding-right: 10px;
}

.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; */
}

.subheading {
  margin-top: 50px;
  margin-bottom: -20px;
  text-align: left;
  font-weight: bold;
  font-size: 1.2em;
}
#leftside {
	width: 240px;
	float: left;
	background-color: #FFF8DC;
	/* border: medium dashed Green; */
}

a:link {
	color: rgb(232,124,50);
	text-decoration: none;
}

a:hover {
	border-bottom: dashed;
	border-top: dashed;
	border-width: thin thin;
	background-color: rgb(233,233,233);
}
a:visited {
	color: rgb(232,124,50);
	text-decoration: none;

}

.external {
  padding-left: 18px;
  background:url(../External.jpg) center left no-repeat;
}


#rightside {
	/* float: right; */
	width: auto;
	margin-left: 245px;
	padding: 5px 5px 5px 5px;
	height: 100%;
}
#rightcolumn {
	float: right; /*	border: medium dashed Red; */
	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: #F0FFF0;
}
#leftcolumn {
	float: left;
	width: 50%;
	text-align: justify;
	border-left-color: Gray;
	border-left-style: dashed;
	border-left-width: thick;
	padding: 0px 10px;
}

/**
 * These are the styles for the left menu
**/

#itemcontainer {
  line-height: 2em;
}

#subitemcontainer {
  line-height: 1em;
  padding-left: 50px;
}
.menuicon {
  padding-right: 5px;
  border: 0; 
}
.floatgraphicleft {
  /*padding: 5px 5px 5px 5px;*/
  padding-right: 5px;
  border: 0;
  float: left;
}

/**
* 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".
*/
#feedControl {
	font-size: 11px;
	width: 220px;
	font-family: sans-serif;
	/* margin-bottom : 10px; */
}

#feedControl li.rssitem {
	padding-bottom : 10px;

}

#feedControl a {
	font-weight: bold;
	color: rgb(232,124,50);
}

#feedControl a:hover {
	font-weight: bold;
	color: rgb(255,255,255);
	background-color: rgb(232,124,50);
	border: none;
}
#feedControl a:visited {
	font-weight: normal;
	text-decoration: none;
}

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

/**
* 1em Padding at the bottom of each collection of entries
*/
#feedControl .gfc-results {
	padding-bottom : 200em;
}

/**
* no padding between entries
*/
#feedControl .gfc-result {
	margin-bottom : 10px;
	text-align: justify;
}

/**
* Use a larger font size for section titles
*/
#feedControl .gfc-resultsHeader .gfc-title {
	font-size: 150%;
	font-family: sans-serif;
}
