body {
  margin: 0px;
  padding: 0px;
  color: #000000;
  background-color: #cadceb;
  font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
  min-height: 1000px;
  margin: 0px auto;
  padding-bottom: 1em;
  background-color: #ffffff;
  max-width: 900px;
}

#header {
	text-align: right;
	background-image: linear-gradient(90deg, #cadceb, #02aaff);
}

#header img.logo {
	float:right;
	margin-top: 10px;
	margin-right:20px;
	width:50%;
	min-width:450px;
}

@media only screen and (min-width: 850px) {
	#header img.profile {
		float: left;
		margin: 0;
		padding: 15px 0 0 10px;
	}
}

@media only screen and (max-width: 850px) {
	#header img.profile {
		display: none;
	}
}

#header h1 {
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 0px;
  font-family: 'McLaren', cursive;
  font-size: 2em;
  padding: 2px;
}

#header h2 {
	clear: left;
	margin-top: 0px;
	margin-bottom: 0;
	padding-right: 20px;
	padding-bottom: 5px;
	color: #666666;
	background-color: white;
}

#content {
  margin-right: 0.5em;
  margin-left: 0.5em;
  line-height: 1.25em;
}

#content .breadcrumb {
	margin: -10px 0 -17px;
	color: #333333;
}

#content .breadcrumb img {
	display: inline;
	width: 15px;
	height: 15px;
}

#content .breadcrumb a {
	color: #333333;
	text-decoration: none;
}

#content .breadcrumb a:hover {
	text-decoration: underline;
}

#content .breadcrumb .active {
	font-weight: bold;
}

#content h1 {
	color: #ffffff;
	background-color: #02aaff;
	line-height: 1.25em;
	margin-bottom: 0.25em;
	padding-left: 10px;
	border-radius: 8px 8px 0 0;
	border-bottom: 5px solid #000000;
}

#content h2 {
	color: #ffffff;
	background-color: #02aaff;
	line-height: 1.20em;
	margin-top: 1.5em;
	margin-bottom: 0.25em;
	padding-left: 10px;
	border-radius: 8px 8px 0 0;
	border-bottom: 3px solid #000000;
}

#content h3 {
	clear: both;
	color: #0070d0;
	line-height: 1.3em;
	font-size: 1.3em;
	border-top: 2px solid #0070d0;
	margin-top: 0.5em;
	margin-bottom: 0.25em;
}

#content h1 + p,
#content h2 + p,
#content h3 + p {
	margin-top: 0.25em;
}

#content div.thumbnail {
	padding: 0;
	margin-bottom: 1em;
	min-height: 156px;
}

#content div.thumbnail h1 a,
#content div.thumbnail h2 a {
	color: #ffffff;
	text-decoration: none;
}

#content div.thumbnail h1 a:hover,
#content div.thumbnail h2 a:hover {
	text-decoration: underline;
}

#content div.thumbnail h2 {
	color: #ffffff;
	background-color: #02aaff;
	line-height: 1.5em;
	border-radius: 8px 8px 0 0;
	border-bottom: 3px solid #000000;
}

#content div.thumbnail p a {
	color: #0000ff;
}

#content div.thumbnail p a:hover {
	color: #ff0000;
}

#content div.thumbnail img {
	width: 200px;
	height: 150px;
	border: 3px solid #02aaff;
	border-radius: 8px;
	padding: 2px;
	margin-right: 0.5em;
	float: left;
	margin: 0 0.5em 0 -10px;
	background-color: #cadceb;
}

#content .section {
	border-top: 1px solid #000000;
	margin-top: 1.5em;
	padding-top: 1em;
}

#content .caption {
	clear: both;
	margin-top: 1em;
	margin-bottom: 1em;
	border: 1px solid #000000;
	text-align: center;
	background-color: #cadbeb;
	padding: 5px;
}

#content .sidebyside {
	clear: both;
	width: 100%;
	margin-top: 1em;
}

#content .sidebyside .captionleft {
	margin-bottom: 1em;
}

#content .sidebyside .captionright {
	float: none;
	margin-left: 51%;
	margin-bottom: 1em;
}

#content .sidebyside + h2 {
	clear: both;
	margin-top: 3em;
}

#content .sidebyside + p {
	clear:both;
	margin-bottom: 1em;
}

#content .captionright {
	float: right;
	border: 1px solid #333333;
	text-align: center;
	background-color: #cadbeb;
	margin: 0 0 0.5em 7px;
	padding: 5px;
	width: 420px;
	max-width: 47%;
}

#content .captionleft {
	float: left;
	border: 1px solid #333333;
	text-align: center;
	background-color: #cadbeb;
	margin: 0 7px 0.5em 0;
	padding: 5px;
	width: 420px;
	max-width: 47%;
}

#content .caption p,
#content .captionright p,
#content .captionleft p {
	font-size: 0.95em;
	line-height: 1.25em;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #cadceb;
	padding-top: 0.25em;
	padding-bottom: 0.25em
}

#content .caption p.credit,
#content .captionright p.credit,
#content .captionleft p.credit {
	text-align: right;
	font-size: 0.75em;
	margin-bottom: 0;
	padding-bottom: 0;
}

#content .caption p.credit + p,
#content .captionright p.credit + p,
#content .captionleft p.credit + p {
	border-top-style: none;
	margin-top: 0;
	padding-top: 0;
}

#content a {
  color: #0000ff;
}

#content a:hover {
  color: #ff0000;
}

#content img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

#content img.right {
	border: 1px solid #ffffff;
	float: right;
	margin: 0 0 10px 10px;
	width: 47%;
	max-width: 381px;
}

#content img.left {
	max-width: 47%;
	border: 1px solid #ffffff;
	float: left;
	margin-right: 10px;
	margin-bottom: 0.5em;
}

#content dl {
	margin-left: 2em;
}

#content dt {
	font-weight: bold;
}

#content li li {
	list-style-type: square;
}

#content blockquote {
	width:90%;
	border-radius: 5px;
	border: 1px solid #0099cc;
	margin: 1em auto;
	padding: 0.5em;
	background-color: #ddeeff;
}

#content blockquote h4 {
	margin-top: 0;
	margin-bottom: 0;
}