/* Turn off hyphenation */
p {-moz-hyphens: none;
-ms-hyphens: none;
-webkit-hyphens: none;
hyphens: none;
word-wrap: normal;}

/* Style for links */
a {color:#000080;cursor:pointer;font-weight:bold;}
a:hover {background-color:#B0E0E6;}
.entry-content a:visited,
comment-content a:visited {color:#21759B ;}
/* END Style for links */

/* solid table cell borders */
#content table, #content tr td {border:solid black 1px;padding-left:5px;}
/* END style table borders */

/* correct classic editor image alignment */
.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
/* END correct classic editor image alignment */

/* Fix images with captions to add padding */

.caption.img {
  padding: 1em 1em 1em 1em;
}
/* End Fix images with captions to add padding */


/* Fix classic galleries */
.gallery {
    margin: 2px auto;
    text-align: center;
    width: 100%;
    min-width: 100%;
}
.gallery-item {
display: inline-block;
text-align: left;
vertical-align: top;
margin: 0 0 1.5em;
padding: 0 1em 0 0;
width: 50%;
}

.gallery-caption {
display: block;
font-size: .7em;
text-align: left;
padding: 0 10px 0 0;
margin-bottom: 0;
}

.gallery img {
      display: block;
    border: 5px solid #cfcfcf;
}

.gallery-columns-1 .gallery-item {
    max-width: 638px;
    width: 638px;
}
.gallery-columns-1 .gallery-item img {
    max-width: 600px;
    height: auto;
    max-height: 600px;
}
.gallery-columns-2 .gallery-item {
    max-width: 300px;
    width: 300px;
}
.gallery-columns-2 .gallery-item img {
    max-width: 300px;
    height: auto;
    max-height: 300px;
}
.gallery-columns-3 .gallery-item {
    max-width: 200px;
    width: 200px;
}
.gallery-columns-3 .gallery-item img {
    max-width: 200px;
    height: auto;
    max-height: 200px;
}
.gallery-columns-4 .gallery-item {
    max-width: 151px;
    width: 151px;
}
.gallery-columns-4 .gallery-item img {
    max-width: 150px;
    height: auto;
    max-height: 150px;
}
.gallery-columns-5 .gallery-item {
    max-width: 151px;
    width: 151px;
}
.gallery-columns-5 .gallery-item {
    max-width: 120px;
    width: 120px;
}
.gallery-columns-5 .gallery-item img {
    max-width: 120px;
    height: auto;
    max-height: 120px;
}
.gallery-columns-6 .gallery-item {
    max-width: 100px;
    width: 100px;
}
.gallery-columns-6 .gallery-item img {
    max-width: 100px;
    height: auto;
    max-height: 100px;
}
/* END fix galleries */

/* Fix figure margins and captions */

figure {padding: 10px 10px 10px 10px;}

/* END Fix figure margins and captions */