html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  line-height: 1.55;
  color: #000;
  background-color: #FFFFFF;
  background-image: url(../images/bg-main.jpg);
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: left top;
  margin: 0px;
  padding: 0px;
  cursor: default;
}
@media screen and (min-width: 85em) {
  body {
    font-size: 1.125em;
  }
}

#breadcrumb {
  margin: 0 0.5em 1em;
  font-weight: bold;
}

img#navimg {
  max-width: 100%;
  height: auto;
  border: none;
  margin: 1em auto;
}

.print-only {
  display: none;
}

div#content {
  padding: 0 3%;
  margin: 0 auto;
  margin-top: 0;
  margin-bottom: 20px;
  max-width: 62em;
}

p {
  margin: 0 0 1.55em;
  text-align: left;
}

.small {
  font-size: 0.8em;
  margin: 0.3em;
}

ol li {
  margin: 1.2em;
}

h2, h3, h4, h5 {
  margin: 0;
  font-weight: 600;
}
h2 {
  margin: 0 0 0.5em;
  font-size: 1.6em;
  line-height: 1.9375em;
  border-bottom: 1px dotted;
}

h3 {
  font-size: 1.2em;
  line-height: 1.2916666667em;
  margin-top: 0.96875em;
  margin-bottom: 0.3229166667em;
}

h4 {
  font-size: 1em;
}

hr {
  border: none;
  border-bottom: 1px dotted #fff;
}

a img {
  border: none;
  cursor: pointer;
}

img {
  -webkit-user-drag: none;
  -webkit-user-select: none;
  user-select: none;
}

p img,
img.photo,
img.cover-thumb,
img.preview {
  border: 4px solid rgba(0, 0, 64, 0.1);
}

img.transparent {
  border: none;
}

.left, .right {
  margin: 10px 0;
}

.left {
  float: left;
  margin-right: 20px;
}

.right {
  float: right;
  margin-left: 20px;
}

.center, .img-row {
  text-align: center;
  margin: 0 auto;
}

.img-row img {
  margin: 2%;
  max-width: 25%;
  height: auto;
}

.clear {
  clear: both;
}

img.right.landscape + blockquote {
  margin-right: 300px;
}

img.left.landscape + blockquote {
  margin-left: 300px;
}

img.right.portrait + blockquote {
  margin-right: 200px;
}

img.left.portrait + blockquote {
  margin-left: 200px;
}

a {
  color: #007;
  text-decoration: underline;
  cursor: pointer;
}
a:hover {
  color: #00c;
  text-decoration: none;
}

img {
  cursor: auto;
}

a:hover img {
  opacity: 0.8;
}

area {
  cursor: pointer !important;
  cursor: hand !important;
  outline: none;
}

blockquote {
  font-size: 0.95em;
  margin: 0;
  margin-left: 6px;
  margin-right: 6px;
  padding: 0;
  padding-right: 12px;
  background: url(../images/ldquo.png) no-repeat top left;
  background: url(../images/ldquo.png) no-repeat top left, url(../images/rdquo.png) no-repeat bottom right;
}
blockquote p {
  padding-left: 30px;
  margin-left: 0;
}

.excerpt {
  font-style: italic;
}
.excerpt em {
  font-style: normal;
}

table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px dotted #465074;
}

tr {
  border-bottom: 1px dotted #465074;
}

td {
  padding: 0.3em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

/* start of book styles */
ul#booklist {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul#booklist li {
  overflow: hidden;
  margin: 0;
  padding: 0;
  text-align: justify;
}
ul#booklist li h3 img.cover-thumb {
  margin: 0.25em 1em 0 0;
  float: left;
  width: 154px;
  height: auto;
}
ul#booklist li h3 a.action {
  margin: 0;
}

/* end of book styles */
/* start of form styles */
form#contact_form, form#login_form, form#create_form, form p {
  text-align: center;
}

input.text, input.file, input.checkbox, label, textarea, select {
  float: left;
  margin: 10px;
}

input, textarea, select {
  font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #000;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #88a;
}
input:focus, textarea:focus, select:focus {
  background: rgba(255, 255, 255, 0.5);
  border-color: #668;
}

label, input.text, input.file, textarea, select {
  display: block;
  width: 100%;
  text-align: left;
  margin: 0 0 1em;
}

label {
  margin-bottom: 0.25em;
}

@media screen and (min-width: 600px) {
  label {
    width: 8em;
    max-width: 17%;
    text-align: right;
    margin: 0 3%;
  }
  label.right {
    width: auto;
    max-width: none;
    text-align: left;
  }

  input.text, input.file, textarea, select {
    width: 75%;
  }
}
input.checkbox {
  font-size: 1em;
  margin: 0.9em;
}

input.text, textarea {
  padding-left: 5px;
  min-width: 20em;
}

input.hidden {
  display: none;
}

form br {
  clear: left;
}

textarea {
  height: 10em;
}

label.empty {
  font-weight: bold;
  color: #000;
}

label.empty:before {
  content: "* ";
}

input.empty, textarea.empty {
  border: 1px solid #000;
  background-color: #000 !important;
  color: #fff;
}

form#search_form {
  text-align: right;
}
form#search_form p {
  text-align: right;
  padding: 0;
  margin: 0;
}
form#search_form + h2 {
  margin-top: -1.3em;
}

input#search, input#search_button {
  border: 1px solid #ace;
  background-color: #fff !important;
  color: #002 !important;
  font-weight: bold;
  font-size: 0.8em;
}

input#search {
  padding-left: 25px;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: 3px 50%;
}

input#search_button {
  cursor: default !important;
}

/* end of form styles */
#header {
  font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
  font-size: 1em;
  width: 100%;
  text-align: center;
  margin: 0 0 1.55em;
  overflow: hidden;
  /*	@media screen and (min-width: 1000px) {
  		background: url(../images/bg-top.png) repeat-x fixed left top;
  		position: fixed;
  	}*/
}
#header h1 {
  margin: 0.15em auto 0.25em;
  font-size: 4.4em;
  color: #fff;
}
#header h1 svg {
  display: block;
  margin: 0 auto;
  height: auto;
  width: 7em;
  max-width: 75%;
}
@media screen and (min-width: 85em) {
  #header h1 svg {
    width: 555px;
  }
}

ul#navigation {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
}
ul#navigation li {
  list-style-type: none;
}
ul#navigation li a {
  display: block;
  padding: 0.33em 0;
  color: #fd9;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  text-shadow: rgba(0, 0, 0, 0.75) 0px 0px 2px;
}
ul#navigation li a.current {
  color: #fff;
  background-color: rgba(20, 30, 65, 0.2);
}
ul#navigation li a:hover {
  color: #fa0;
}
@media screen and (min-width: 37em) {
  ul#navigation li {
    display: inline-block;
    margin: 0 0.33em;
    line-height: 1.1em;
    vertical-align: middle;
  }
  ul#navigation li a {
    display: inline-block;
    width: 6em;
  }
}

#footer {
  clear: both;
  max-width: 40em;
  margin: 5em auto 1em;
  padding: 1.5em;
  text-align: center;
  font-size: 0.8em;
  color: #333;
  text-shadow: none;
}

#cg {
  margin: 1em 0 0;
  font-size: 0.9em;
  font-style: italic;
  opacity: 0.85;
}
#cg a {
  border: none;
  text-decoration: none;
}
#cg a:hover {
  text-decoration: underline;
}

/* start of gallery styles */
/*
div#cat_col {
	margin-right: 320px;
	line-height: 2em;

	@media screen and (min-width: 1000px) {
		ul {
			margin-left: 10%;
			list-style-type: none;
		}
	}
}
*/
div.before-list {
  overflow: hidden;
}
div.before-list img {
  display: block;
  width: 90%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
}

/* Main gallery view (image grid) */
ul.thumbs {
  margin: 0px auto;
  list-style-type: none;
  padding: 0;
  width: 100%;
}
ul.thumbs li {
  text-align: center;
  width: 100%;
  margin: 0.5em;
  float: left;
}
ul.thumbs li div.thumb {
  width: 100%;
  text-align: center;
}
ul.thumbs li div.thumb img {
  border: 4px solid rgba(0, 0, 64, 0.1);
  vertical-align: bottom;
  margin: 0 auto;
  max-width: 100%;
  max-height: 95%;
}
ul.thumbs li .caption {
  font-size: 0.9em;
  line-height: 1em;
  font-weight: 600;
  display: block;
  padding: 0.75em 0;
}
@media screen and (min-width: 37em) {
  ul.thumbs li {
    width: 47%;
    margin: 1.5%;
  }
  ul.thumbs li div.thumb {
    height: 11em;
    line-height: 11em;
  }
}
@media screen and (min-width: 62em) {
  ul.thumbs li {
    width: 30%;
    margin: 1.666%;
  }
}
ul.thumbs li a {
  text-decoration: none;
  text-shadow: none;
  display: block;
  overflow: hidden;
}
ul.thumbs li a:hover {
  background: rgba(0, 0, 0, 0.075);
}

/* Right-hand column on gallery home page */
@media screen and (min-width: 42em) {
  ul.thumbs#featured {
    width: auto;
    float: right;
    margin: 0 0 0 2em;
  }
  ul.thumbs#featured li {
    float: none;
    width: 14.5em;
    height: auto;
    padding: 0;
    margin: 0 0 0.5em;
  }
  ul.thumbs#featured li div.thumb {
    height: auto;
    width: auto;
    line-height: normal;
    margin: 0.5em 0.5em 0;
  }
}
/* Little action "buttons" in headings (can we get rid of them?) */
a.action {
  font-variant: small-caps;
  font-size: 0.8em;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
a.action img {
  margin: 5px 5px -5px;
  border: none !important;
}
a.action:hover img {
  opacity: 0.5;
}
h2 a.action, h3 a.action {
  background: rgba(255, 255, 255, 0.2);
  padding: 0 !important;
  border-radius: 3px;
  margin-left: 1em;
}
h2 a.action img, h3 a.action img {
  margin: 2px 3px -3px 3px;
}

img.preview, img.cover {
  max-width: 400px;
  max-height: 400px;
  float: right;
  margin: 10px 0 10px 30px;
}

/* end of gallery styles */
/* This stylesheet applies to print media only. */
@media print {
  body {
    font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
  }

  .print-only {
    display: inherit !important;
  }

  #navigation, #search_form {
    display: none;
  }

  #header h1 {
    color: #000;
  }

  h2, h3, h4, h5, h6, h6 {
    border-bottom: 1px solid #000;
    color: #000;
  }

  a {
    color: #002448;
  }

  acronym, abbr {
    border: none !important;
    text-decoration: none !important;
    font-variant: small-caps;
    font-size: 0.9em;
    font-weight: bold;
  }

  acronym:after, abbr:after {
    content: " (" attr(title) ")";
    font-variant: normal;
    color: #555;
    font-weight: normal;
  }

  img.preview {
    margin: 10px;
  }

  #cg-ad {
    font-size: 0.5em;
  }

  #cg-ad img {
    width: 2in;
    height: auto;
    margin-top: 0.5em;
  }

  blockquote p:first-child:before {
    display: inline;
    content: url(../images/ldquo.png);
    text-align: left;
    float: left;
  }

  blockquote p:last-child:after {
    display: inline;
    content: url(../images/rdquo.png);
    text-align: right;
    float: right;
  }

  /* Form Styles */
  input.text, textarea {
    border: none;
    background-color: transparent !important;
  }

  input.text {
    border-bottom: 1px solid #002448;
    width: 70%;
  }

  textarea {
    height: auto;
    overflow: visible !important;
    width: 70%;
  }

  input.button {
    display: none;
  }

  label {
    width: 20%;
    min-width: 7em;
  }
}

/*# sourceMappingURL=main.css.map */
