strong,bold{font-weight:bold;font-size:700}
em,italic{font-style:italic}
strong em, em strong{font-weight:700;font-style:italic; font-size:110%}

/* =Entry Content
----------------------------------------------- */
/* Styles for actual content */
.entry-header {
  zoom: 1;
}
.entry-header:before {
  content: '';
  display: block;
}
.entry-header:after {
  content: '';
  display: table;
  clear: both;
}
.entry-content {
  zoom: 1;
  line-height:1.5;
  /* WordPress Images */
}
.sidebar.entry-content{font-size:100%}
.entry-content a:hover{text-decoration:underline}
.entry-content:before {
  content: '';
  display: block;
}
.entry-content:after {
  content: '';
  display: table;
  clear: both;
}
.entry-content hr{display:none;height:0}
.entry-content p,
.entry-content > ul,
.entry-content > li,
.entry-content > dl {
  margin: 1.25em 0 .5em;
}

.entry-content > ul{margin:0}


.entry-content p:empty{display:none}

.entry-content > *:last-child {
  margin-bottom: 0;
}
.entry-content > *:first-child {
  margin-top: 0;
}
.entry-content blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;serif;font-family: 'Merriweather', serif;
  font-style: italic;
  margin-left: 1.5em;
}
.entry-content blockquote cite {
	font-family: Georgia, "Times New Roman", Times, serif;serif;font-family: 'Merriweather', serif;
  font-weight: bold;
}
.entry-content pre {
  background: white;
  font-family: "Courier New", Courier, mono;
  border: 1px solid #E0E0E0;
  padding: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
  overflow-x: auto;
}
.entry-content code {
  font-family: "Courier New", Courier, mono;
}
.entry-content sup,
.entry-content sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
}
.entry-content sup {
  bottom: 1ex;
}
.entry-content sub {
  top: .5ex;
}
.entry-content .gallery {
  margin: 25px 0 !important;
}
.entry-content .gallery .gallery-item {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.entry-content .gallery .gallery-icon {
  line-height: 0;
  margin-bottom: 0 !important;
}
.entry-content .gallery img {
  border: none !important;
}
.entry-content .gallery .gallery-caption {
  margin: 10px !important;
  padding-left: 0 !important;
}


.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content .wp-caption {
  max-width: 100%;
  margin: 5px 0 30px 0;
  border: 1px solid #E0E0E0;
  padding: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size:smaller;
  color:#22A7F0
}
.entry-content .wp-caption img {
  display: block;
}
.entry-content .wp-caption .wp-caption-text {
  margin: 8px 0 0 0;
  font-size: 0.85em;
  line-height: 1.4em;
}
.entry-content .wp-caption:first-child {
  margin-top: 25px;
}
.entry-content .alignleft {
  /* This is also styled on a global level */
  margin: 0 1.5em 1.5em 0;
  float:left;
}
.entry-content .alignright {
  /* This is also styled on a global level */
  margin: 0 0 1.5em 1.5em;
  float:right;
}
.entry-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.entry-content ul {
  list-style-type: disc;
}
.entry-content ol {
  list-style-type: decimal;
}
.entry-content ol ol {
  list-style-type: upper-alpha;
}
.entry-content ol ol ol {
  list-style-type: lower-roman;
}
.entry-content ul li,
.entry-content ol li {
  margin-left: 1.5em;
}
.entry-content dl dt {
  margin-bottom: 5px;
  font-weight: bold;
}
.entry-content dl dd {
  margin-bottom: 10px;
  padding-left: 20px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1em 0 .25em;
	font-weight:700;
	color:#D35400;
	display:block;
	line-height:1.25;
	opacity:.9;
}
.entry-content h1 {
  font-size: 175%;
}
.entry-content h2 {
  font-size: 160%;
}
.entry-content h3 {
  font-size: 145%;
}
.entry-content h4 {
  font-size: 130%;
}
.entry-content h5 {
  font-size: 115%;
}
.entry-content h6 {
  font-size: 100%;
}
.entry-content embed,
.entry-content iframe,
.entry-content object {
  max-width: 100%;
}

.entry-content table h1,
.entry-content table h2,
.entry-content table h3,
.entry-content table h4,
.entry-content table h5,
.entry-content table h6{margin:0;padding:0}

.content.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom:-1px
}

.content.entry-content table th, .content.entry-content table td{border-bottom:1px solid #EDEDED; padding: 10px; line-height:1.25}
.content.entry-content table .tocArticleGalleysPages{width:50px}
.content.entry-content table a{font-weight:700}
.content.entry-content a.action{font-weight:700; margin-bottom:10px; display:inline-block}
.tocAuthors,.tocPages,.content.entry-content table .details{color:#999; font-size:85%}
.tocArticleCoverImage{position:relative}
.tocArticleCoverImage:before{
  content: "\f02d";
display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color:#D35400
}

table#signinTable{margin-bottom:24px}

.entry-content h1 a:link,
.entry-content h2 a:link,
.entry-content h3 a:link,
.entry-content h4 a:link,
.entry-content h5 a:link,
.entry-content h6 a:link,
.entry-content h1 a:visited,
.entry-content h2 a:visited,
.entry-content h3 a:visited,
.entry-content h4 a:visited,
.entry-content h5 a:visited,
.entry-content h6 a:visited{ position:relative;}
.entry-content h1 a:before,
.entry-content h2 a:before,
.entry-content h3 a:before,
.entry-content h4 a:before,
.entry-content h5 a:before,
.entry-content h6 a:before{
	  content: "\f178";
display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size:inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right:4px
	}

.tocGalleys a{position:relative}
.tocGalleys a:before{	  content: "\f1c1";
display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size:inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right:4px}

.tocAuthors{position:relative;}
.tocAuthors:before{	  content: "\f007";
display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size:inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right:2px}
  
  #sidebarFontSize{display:none; margin:0; padding:0;}