/*colors*/
/*  #cd292c/*red*/

/*********/
html {
	position:relative;
	min-height:100%;
}
body {
	padding-top:50px;
	height:100%;
	/* Margin bottom by footer height */
	margin-bottom:60px;
	color:#382515/*darkBrown*/;
}
ul.logoHDS a{
	padding:10px 0 0 0!important;
	margin:0!important;
}
/*general*/
.whiteBckg{
	background: #fff;
}
/*jumbotron*/
.jumbotron{
}
.jumbotron h1{
	display:none;
}
.jumbotron #title{
}
.jumbotron #titleImage{
}
.jumbotron .legend{
	font-size:0.9em;
	text-align:right;
}
.jumbotron img.main{
	margin:1em auto;
}
/*featurette*/
h2.featurette-heading{
	color:#333;
}
h2.featurette-heading .text-muted{
	color:#cd292c/*red*/;
}
h3{
	color:#382515/*darkBrown*/;
}
h5{
	margin-top:1em;
	font-size:1.2em;
}
/*miscellaneous*/
.well.expoParts{
	background:#fff;
	border-color:#cd292c/*red*/;
}
.number.expoParts{
	font-size:5em;
	color:#ddd;
}
.rotate {
	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.public{
	-webkit-border-radius:0.2em;
	-moz-border-radius:0.2em;
	border-radius:0.2em;
	padding:0.7em;
	margin: 0;
	color:#cd292c/*red*/;
	border:1px solid #382515/*darkBrown*/;
}
.practical{
	background:#fff;
	border-color:#eee;
}
blockquote {
	font-family: Georgia, serif;
	font-size: 1.3em;
	font-style: italic;
	margin: 1em 0;
	padding: 0.25em 40px;
	line-height: 1.45;
	position: relative;
	color: #383838;
}
blockquote:before {
	display: block;
	content: "\201C";
	font-size: 5em;
	position: absolute;
	left: -20px;
	top: -20px;
	color: #7a7a7a;
}
blockquote cite {
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
 
blockquote cite:before {
	content: "\2014 \2009";
}
ul{
	padding-left:0;
}
ul li{
	list-style-image:url(../images/puce.png);
	list-style-position:inside;
}
/*footer*/
.footer {
	position:absolute;
	bottom:0;
	width:100%;
	/* Set the fixed height of the footer here */
	height:60px;
	background-color:#f5f5f5;
	line-height:60px;
}
.footer p{
	float:left;	
}
#logoVCU{
	float:right;	
	margin-top:10px;
}
/**/
#toTop{
	position: fixed;
	bottom: 95px;
	right: 40px;
	cursor: pointer;
	display: none;
	background:#cd292c/*red*/;
}
#toTop .fa {
	margin-right: 5px;
}


