/* FOR STYLES FOUND IN THE CKEDITOR */
.pullquote {
  color:#111111;
  float:right;
  font-family:georgia,times,"times new roman",serif;
  font-size:1.5em;
  font-variant:normal;
  font-weight:bold;
  line-height:1.5em;
  margin-bottom:0;
  margin-top:0;
  padding-bottom:1em;
  padding-left:1em;
  text-align:right;
  width:40%;
  text-shadow:0 0 2px #b7b7b7;
}

.highlight-green {
  background-color:#CCFF55;
  color:#444444;
  padding:1px 3px 1px 0;
}
.highlight-yellow {
  background-color:#FFFF88;
  color:#444444;
  padding:1px 3px 1px 0;
}

.image-left {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0 8px 16px -8px #212121;
	-webkit-box-shadow: 0 8px 16px -8px #212121;
	border: 10px solid white;
  display:block;
  float:left;
	margin: 7px 15px 15px 0;
  padding: 0;
}

.image-right {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0 8px 16px -8px #212121;
	-webkit-box-shadow: 0 8px 16px -8px #212121;
	border: 10px solid white;
  display:block;
  float:right;
	margin: 7px 0 15px 15px;
  padding: 0;
}

.image-full {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0 8px 16px -8px #212121;
	-webkit-box-shadow: 0 8px 16px -8px #212121;
	border: 10px solid white;
  display:block;
  float:left;
	margin: 7px 0;
}

.development-notes {
	padding:20px;
  background-color:#FFFF88;
  color:#444444;
  margin:20px 0;
}

.image-caption, .caption {
  background-color: #EFEFEF;
  color: #414141;
  display: block;
	font-family:"Lucida","Lucida Grande","Trebuchet MS",Tahoma,Verdana,sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 15px;
  padding: 7px 7px 8px;
}