/* launchingpoint orange: rgb(245,75,9)*/

body {
	margin: 0px;
	font-family: 'courier new', courier, monospace;
	line-height: 120%;
	background-color: white;
	color: black;
}

div.masthead {
	margin-left: 1em;
}

div.sidebar {
	float: right;
	width: 30%;
	background-color: #ccc;
	color: black;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right:	1px solid #333;
	border-bottom: 1px solid #333;

	margin: 1em;
	padding:20px;


}

div.sidebar-header {
	background-color: rgb(211,194,194);
  color: rgb(245,75,9);
  padding: .3em;
  margin-bottom: .8em;
  border-bottom: 1px solid black;
	border-right: 1px solid black;
  font-weight: bold;
  text-align: center;
}

div.excerpt-module { margin: .5em 0px; }
div.excerpt-title { font-weight: bold;  }
div.exerpt {}
div.excerpt-launch {}

div.main {
	margin: 1em;
	font-size: 14pt;
	line-height: 130%;
}

#individual-menu {
	margin-bottom: 1em;
}

div.lp-module {

}

div.lp-title {
	width: 100%;
	border: 1px dashed #999;
  padding: 5px;
  background-color: inherit;
  color: rgb(245,75,9);
  font-weight: bold;
  font-size: larger;
  text-align: center;
}

div.lp-body {

}

div.lp-details {
	font-size: smaller;
  text-indent: 1em;
}

div.launch-module {
	width: 100%;
	padding: .5em;
  margin-bottom: 1em;
	background-color: rgb(246,236,236);
  color: inherit;
}

div.launch-author {
	border: 1px solid rgb(245,75,9);
  padding: .3em;
	
  font-size: smaller;
	font-weight: bold;
}

div.launch-body {

}

div.launch-details {

}

div.archive-listing {
	margin-bottom: 10px;
}

a:link {

}

a:visited {

}

a:active {

}

a:hover {
	background-color: inherit;
  color: rgb(245,75,9);
}
