/*
Theme Name: Gestational Diabetes Recipes
Theme URI: http://wordpress.org/
Description: A theme for Gestational Diabetes Recipes 
Author: Jason Taylor
Version: 1.0
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block; }

body {
  line-height: 1.5; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a img {
  border: none; }

/* Colours */
@font-face {
  font-family: "Raleway";
  src: url("fonts/raleway/raleway_thin-webfont.eot");
  src: url("fonts/raleway/raleway_thin-webfont.eot#iefix") format("embedded-opentype"), url("fonts/raleway/raleway_thin-webfont.woff") format("woff"), url("fonts/raleway/raleway_thin-webfont.ttf") format("truetype"), url("fonts/raleway/raleway_thin-webfont.svg#") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "LMRRegular";
  src: url("fonts/latin-modern-roman/lmroman10-regular-webfont.eot");
  src: url("fonts/latin-modern-roman/lmroman10-regular-webfont.eot#iefix") format("embedded-opentype"), url("fonts/latin-modern-roman/lmroman10-regular-webfont.woff") format("woff"), url("fonts/latin-modern-roman/lmroman10-regular-webfont.ttf") format("truetype"), url("fonts/latin-modern-roman/lmroman10-regular-webfont.svg#") format("svg");
  font-weight: normal;
  font-style: normal; }

/*@font-face {
  font-family: "LMRItalics";
  src: url("fonts/latin-modern-roman/lmroman10-italic-webfont.eot");
  src: url("fonts/latin-modern-roman/lmroman10-italic-webfont.eot#iefix") format("embedded-opentype"), url("fonts/latin-modern-roman/lmroman10-italic-webfont.woff") format("woff"), url("fonts/latin-modern-roman/lmroman10-italic-webfont.ttf") format("truetype"), url("fonts/latin-modern-roman/lmroman10-italic-webfont.svg#") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "LMRBold";
  src: url("fonts/latin-modern-roman/lmroman10-bold-webfont.eot");
  src: url("fonts/latin-modern-roman/lmroman10-bold-webfont.eot#iefix") format("embedded-opentype"), url("fonts/latin-modern-roman/lmroman10-bold-webfont.woff") format("woff"), url("fonts/latin-modern-roman/lmroman10-bold-webfont.ttf") format("truetype"), url("fonts/latin-modern-roman/lmroman10-bold-webfont.svg#") format("svg");
  font-weight: normal;
  font-style: normal; }
*/

body {
  text-align: center;
  background: white url("images/bkg-body.jpg"); }

body, input, textarea {
  color: #432800;
  line-height: 1.3em;
  /* font-family: 'LMRRegular', Georgia, Times, serif; */
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; 
  font-size: 15px;
  line-height: 20px; }

h1, h2, h3, h4 {
  font-size: 2.4em;
  line-height: 1em;
  font-family: 'Raleway', Arial, Helvetica sans-serif; }

h3 {
  font-size: 2.2em;
  color: #9f6f22; }

a {
  color: #432800;
  text-decoration: none; }
  a:hover {
    color: #9f6f22; }
p, ul, li, ol { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; }
/*
p em {
  font-family: 'LMRItalics', Georgia, Times, serif;
  font-size: 15px;
  line-height: 20px; }
*/
  
em { font-style: italic; }
/*
  
p strong, li strong, strong {
  font-weight: normal;
  font-family: 'LMRBold', Georgia, Times, serif;
  font-size: 14px;
  line-height: 20px; }
*/

strong { font-weight: bold; }

/* Get rid of dotted lines */
:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

/* Main Rows */
#wrapper-outer {
  float: left;
  position: absolute;
  top: 0;
  left: 50%;
  width: 990px;
  margin: 0 -495px;
  text-align: left; }

#wrapper-inner {
  float: left;
  margin: 30px 0;
  background: #fff;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

#header,
#main,
#footer {
  clear: both;
  float: left;
  width: 100%; }

/* Main Columns */
.left-column {
  float: left;
  width: 180px;
  padding: 0 15px; }

.middle-column {
  float: left;
  width: 495px;
  padding: 0 15px; }

.right-column {
  float: left;
  width: 225px;
  padding: 0 15px; }

/* List Styles */
ul.no-style {
  list-style: none; }

ul.links li {
  display: inline;
  padding: 4px 0 1px;
  line-height: 0; }
  ul.links li:first-child,
  ul.links li .first-child {
    border-right: solid 1px #d3e6d0;
    padding-right: 7px;
    margin-right: 2px; }

form {
  clear: both; }

input {
  border: 0;
  padding: 0;
  margin: 0; }

input[type=text],
input[type=password],
input.text,
input.password,
textarea {
  font-size: 100%;
  padding: 2px 3px;
  border: solid 1px #d3e6d0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

input[type=submit],
input.submit {
  height: 26px;
  line-height: 24px;
  padding: 4px 5px 0;
  background: #d3e6d0;
  text-transform: uppercase;
  font-family: 'Raleway', Arial, Helvetica sans-serif;
  font-size: 13px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  input[type=submit]:hover,
  input.submit:hover {
    cursor: pointer;
    color: #d3e6d0;
    background: #9f6f22; }

.mozilla input[type=submit],
.mozilla input.submit {
  height: 24px; }

::-webkit-input-placeholder {
  color: #a1937f; }

:-moz-placeholder {
  color: #a1937f; }

input.blur {
  color: #a1937f; }

#header {
  padding: 15px 0; }
  #header .left-column {
    position: relative;
    height: 180px; }
    #header .left-column .no-style {
      position: absolute;
      bottom: 20px;
      left: 15px;
      width: 250px;
      font-family: 'Raleway', Arial, Helvetica sans-serif;
      font-size: 15px; }
  #header .middle-column h1 {
    background: url("images/gestational-diabetes-recipes.png") no-repeat top left; }
    #header .middle-column h1 a {
      position: relative;
      display: block;
      width: 495px;
      height: 180px; }
      #header .middle-column h1 a:hover {
        color: #432800; }
      #header .middle-column h1 a span {
        position: absolute; }
        #header .middle-column h1 a span.line-1 {
          top: 23px;
          left: 70px;
          font-size: 40px; }
        #header .middle-column h1 a span.line-2 {
          top: 82px;
          left: 23px;
          font-size: 90px;
          letter-spacing: 1px; }
        #header .middle-column h1 a span.line-3 {
          top: 129px;
          left: 258px;
          font-size: 26px;
          text-transform: uppercase;
          letter-spacing: 3px; }
  #header .right-column {
    position: relative;
    font-size: 80%;
    height: 180px;
    background: url("images/social-icons.png") no-repeat 40px 55px; }
    #header .right-column form {
      position: relative; }
      #header .right-column form input {
        position: absolute;
        top: 0;
        width: auto; }
      #header .right-column form input[type='text'],
      #header .right-column form input.text {
        left: 0;
        width: 130px; }
      #header .right-column form input[type='submit'],
      #header .right-column form input.submit {
        right: 0; }
    #header .right-column .group {
      position: relative;
      width: 175px; }
    #header .right-column li, #header .right-column label {
      font-family: 'Raleway', Arial, Helvetica sans-serif;
      font-size: 13px;
      line-height: 18px; }
    #header .right-column a, #header .right-column label {
      color: black; }
    #header .right-column a:hover {
      color: #9f6f22; }
    #header .right-column #stay-in-touch {
      position: absolute;
      top: 40px;
      right: 15px; }
      #header .right-column #stay-in-touch h3 {
        font-family: 'Raleway', Arial, Helvetica sans-serif;
        font-size: 15px;
        text-transform: uppercase;
        color: #66883a;
        margin-bottom: 2px; }
      #header .right-column #stay-in-touch form {
        line-height: 0; }
        #header .right-column #stay-in-touch form input {
          top: 20px; }
    #header .right-column #search {
      position: absolute;
      top: 135px;
      right: 15px; }
      #header .right-column #search label {
        position: absolute;
        top: 5px;
        left: -50px; }

#footer {
  font-family: 'Raleway', Arial, Helvetica sans-serif;
  font-size: 15px;
  padding-top: 30px;
  padding-bottom: 15px; }
  #footer .middle-column {
    font-family: 'Raleway', Arial, Helvetica sans-serif;
    font-size: 13px; }

.dashed {
  padding: 10px;
  border: 1px;
  border-color: #d9d5bf;
  border-style: dashed;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.dashed-outer {
  padding-top: 15px;
  background: url("images/dashed-top.png") no-repeat left top; }
  .dashed-outer .dashed-inner {
    padding-bottom: 15px;
    background: url("images/dashed-bottom.png") no-repeat left bottom; }
    .dashed-outer .dashed-inner .dashed {
      border-top: 0;
      border-bottom: 0;
      padding-top: 0;
      padding-bottom: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0; }

.right-column h3 {
  font-size: 23px; }
.right-column .dashed-outer {
  background: url("images/dashed-top-right.png") no-repeat left top; }
  .right-column .dashed-outer .dashed-inner {
    background: url("images/dashed-bottom-right.png") no-repeat left bottom; }

.menu li {
  font-family: 'Raleway', Arial, Helvetica sans-serif;
  font-size: 17px; }
  .menu li span {
    letter-spacing: 1px; }
  .menu li a {
    color: black; }
  .menu li a:hover, .menu li.current-menu-item a {
    color: #9f6f22; }

#menu-recipes {
  margin-bottom: 15px; }
  #menu-recipes h2 {
    color: black;
    margin-bottom: 15px;
    text-transform: uppercase;
    border-bottom: solid 1px #9f6f22;
    letter-spacing: 3px; }
  #menu-recipes li {
    margin-bottom: 5px; }

#menu-community,
#menu-toolkit {
  margin-bottom: 20px; }
  #menu-community li,
  #menu-toolkit li {
    margin-top: 5px; }

#article-link {
  background: #d3e6d0 url("images/bkg-small-star.png") no-repeat 10px 3px;
  padding: 15px 0 10px;
  margin-bottom: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px; }
  #article-link h3 {
    color: #432800;
    text-align: center;
    font-weight: none;
    font-size: 20px;
    line-height: 25px; }
    #article-link h3 span {
      display: block; }
    #article-link h3 .line-2 {
      font-size: 27px;
      color: #66883a; }
    #article-link h3 .line-3 {
      padding-right: 30px;
      text-align: right; }

#food-for-thought {
  padding: 8px 0 0;
  margin-bottom: 15px;
  background: url("images/bkg-yellow-circles.png") no-repeat 120px 0; }
  #food-for-thought h3 {
    font-size: 28px; }
  #food-for-thought li {
    margin-top: 7px;
    /* font-family: 'LMRRegular', Georgia, Times, serif; */
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; 
    font-size: 13px;
    line-height: 16px; }
  #food-for-thought .author {
    color: #ab5493; }

#about {
  margin-bottom: 20px;
  /* font-family: 'LMRRegular', Georgia, Times, serif; */
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; 
  font-size: 13px;
  line-height: 16px; }
  #about h3 {
    margin-bottom: 3px; }
    #about h3 a {
      color: #66883a; }

#testimonials {
  font-style: italic;
  padding: 10px 0;
  background: #d9efe5 url("images/bkg-lquote.png") no-repeat left top;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
/*   font-family: 'LMRRegular', Georgia, Times, serif; */
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; 
  font-size: 13px;
  line-height: 16px; }
  #testimonials ul {
    height: 97px;
    padding: 0 28px;
    overflow: hidden;
    background: url("images/bkg-rquote.png") no-repeat right bottom; }

#content a {
  color: #ab5493; }
  #content a:hover {
    color: #9f6f22; }
#content h2 {
  font-size: 30px;
  margin-bottom: 5px; }
  #content h2 a {
    color: #9f6f22; }
    #content h2 a:hover {
      color: #66883a; }
#content h3 {
  font-size: 130%;
  line-height: 1.2em;
  margin-bottom: 5px; }
#content ul {
  padding-left: 30px;
  margin-bottom: 1.3em;
  list-style-type: disc; }
  #content ul li {
    margin-bottom: 5px; }
#content p {
  margin-bottom: 1em; }
#content .navigation {
  float: left;
  width: 100%; }
  #content .navigation .nav-next {
    float: right;
    width: 45%;
    padding-right: 3px;
    text-align: right; }
  #content .navigation .nav-previous {
    float: left;
    width: 45%;
    padding-left: 3px; }
#content .post-thumbnail {
  margin-bottom: 25px; }
#content .entry-meta {
/*   font-family: 'LMRRegular', Georgia, Times, serif; */
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; 
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: #66883a;
  margin-bottom: 10px; }
  #content .entry-meta a {
    color: #66883a; }
    #content .entry-meta a:hover {
      color: #9f6f22; }
  #content .entry-meta .meta-sep {
    padding: 0 10px; }
#content .entry-title {
  color: #9f6f22; }
#content .entry-content {
  padding-bottom: 15px; }
  #content .entry-content h4 {
	font-family: 'LMRRegular', Georgia, Times, serif;
    /* font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; */ 
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 5px; }
  #content .entry-content a.back-to-top {
    display: block;
    text-align: right;
    text-transform: uppercase;
    font-size: 75%;
    color: #66883a; }
    #content .entry-content a.back-to-top:hover {
      color: #9f6f22; }
#content table {
	border-bottom: 1px solid #9F6F22;
	border-left: 1px solid #9F6F22;
	
}
#content table td, #content table th {
	border-top: 1px solid #9F6F22;
	border-right: 1px solid #9F6F22;
	padding: 4px;
}

.page #content .page-sub-children {
  margin-top: 35px; }
  .page #content .page-sub-children .anchor-menu {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    border-top: 1px;
    border-color: #d9d5bf;
    border-style: dashed; }
    .page #content .page-sub-children .anchor-menu li {
      font-size: 20px;
      padding: 10px 0 12px;
      border-bottom: 1px;
      margin-bottom: 0;
      border-color: #d9d5bf;
      border-style: dashed; }
      .page #content .page-sub-children .anchor-menu li a {
        color: #9f6f22; }
        .page #content .page-sub-children .anchor-menu li a:hover {
          color: #66883a; }
  .page #content .page-sub-children h3 {
    /* font-family: 'LMRItalics', Georgia, Times, serif; */
    font-style: italic;
    font-size: 20px;
    color: #66883a;
    margin-bottom: 5px; }

.single-post .post {
  padding-bottom: 30px;
  margin-bottom: 20px;
  background: url("images/bkg-divider-star.png") no-repeat 50% bottom; }

.post-password-required form input[type=password] {
  margin: 5px 0 10px;
  width: 50%; }

a.entry-more {
  font-size: 90%;
  font-style: italic;
  text-transform: uppercase;
  color: #432800 !important; }
  a.entry-more:hover {
    color: #9f6f22 !important; }

.post a.entry-more {
  font-size: 80%; }

.social-links {
  position: relative;
  height: 20px;
  margin-bottom: 30px; }
  .social-links .twitter-button,
  .social-links .facebook-button {
    position: absolute; }
  .social-links .facebook-button {
    left: 120px; }

.print-button {
  margin-bottom: 30px; }
  .print-button a {
    font-family: 'Raleway', Arial, Helvetica sans-serif;
    font-size: 15px;
    color: #432800 !important; }
    .print-button a:hover {
      color: #9f6f22 !important; }

.archive #content .post,
.search-results #content .post {
  clear: both; }
.archive #content .post-thumbnail,
.search-results #content .post-thumbnail {
  width: 175px;
  float: left; }
.archive #content .entry-title,
.search-results #content .entry-title {
  font-size: 20px;
  margin-bottom: 3px;
  padding-bottom: 2px;
  border-bottom: 1px dashed #9f6f22; }
.archive #content .entry-meta,
.search-results #content .entry-meta {
  font-size: 11px;
  margin-bottom: 0; }
.archive #content .entry-content,
.search-results #content .entry-content {
  width: 300px;
  float: right; }

.alignleft {
  float: left;
  margin-right: 25px;
  margin-bottom: 5px;
  margin-top: 5px; }

.alignright {
  float: right;
  margin-left: 25px;
  margin-bottom: 5px;
  margin-top: 5px; }

.linkcat {
  margin: 30px 0; }
  .linkcat h2 {
    /* font-family: 'LMRItalics', Georgia, Times, serif; */
    font-style: italic;
    font-size: 15px;
    line-height: 20px;
    color: #66883a;
    font-size: 20px !important; }
  .linkcat ul.blogroll {
    list-style: none;
    padding: 0 !important; }

.post-23 .post ul,
.single-post .post ul {
  list-style: none; }
  .post-23 .post ul li,
  .single-post .post ul li {
    margin-bottom: 5px; }

#comments {
  border-top: 1px;
  border-bottom: 1px;
  border-color: #d9d5bf;
  border-style: dashed; }
  #comments ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  #comments .commentlist li {
    padding: 10px;
    margin: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  #comments .commentlist .thread-odd {
    background: #e7f3e8; }
  #comments .commentlist .children {
    margin-top: 10px; }
    #comments .commentlist .children li {
      border-top: 1px;
      border-bottom: 0;
      border-color: #d9d5bf;
      border-style: dashed; }
  #comments .navigation {
    margin-bottom: 25px;
    padding-bottom: 1em;
    border-bottom: 1px;
    border-color: #d9d5bf;
    border-style: dashed; }
  #comments .comment .fn {
    color: #ab5493; }
  #comments .comment .comment-author {
    margin-bottom: 10px; }
  #comments .comment .comment-body {
    font-style: italic; }
    #comments .comment .comment-body p {
      margin-bottom: 7px; }
      #comments .comment .comment-body p strong {
        color: #66883a; }
    #comments .comment .comment-body p:before {
      font-size: 110%;
      content: '\201C'; }
    #comments .comment .comment-body p:after {
      font-size: 110%;
      content: '\201D'; }
  #comments .comment .comment-meta {
    color: #66883a;
    text-transform: uppercase;
/*     font-family: 'LMRRegular', Georgia, Times, serif; */
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; 
    font-size: 13px;
    line-height: 16px; }
    #comments .comment .comment-meta a {
      color: #66883a; }
      #comments .comment .comment-meta a:hover {
        color: #9f6f22; }
  #comments .bypostauthor .comment-author .fn {
    color: #66883a; }
  #comments .nocomments {
    border-top: dashed 1px #d9d5bf;
    margin-top: 10px;
    padding: 10px 10px 0; }

#respond {
  padding: 20px 10px;
  margin-top: 10px;
  border-top: dashed 1px #d9d5bf; }
  #respond h3 {
    text-transform: lowercase;
    margin-bottom: 10px; }
  #respond .form-allowed-tags {
    font-size: 90%;
    font-style: italic;
    color: #d9d5bf; }
  #respond .comment-form-comment label {
    display: none; }
  #respond .comment-form-comment textarea {
    padding: 1%;
    width: 98%; }
  #respond .required {
    color: #ffc964; }
  #respond #author,
  #respond #email {
    margin-left: 10px; }
  #respond #url {
    margin-left: 8px; }

#food-for-thought span.comment:before {
  content: '\201C'; }
#food-for-thought span.link {
  font-size: 85%;
  text-transform: uppercase; }

h2.page-title {
  color: #7b5528;
  font-size: 320% !important;
  width: 495px;
  height: 45px;
  padding-top: 45px;
  margin-bottom: 30px !important;
  background: url("./images/page-titles.png") no-repeat 0 0;
  text-indent: -9999px; }

/* Categories */
.category-articles .page-title {
  background-position: 0 -90px; }

.category-breakfast .page-title {
  background-position: 0 -180px; }

.category-other-mothers .page-title {
  background-position: 0 -270px; }

.category-red-meat .page-title {
  background-position: 0 -360px; }

.category-salad .page-title {
  background-position: 0 -450px; }

.category-seafood .page-title {
  background-position: 0 -540px; }

.category-sides-sauces .page-title {
  background-position: 0 -630px; }

.category-soup .page-title {
  background-position: 0 -720px; }

.category-snacks .page-title {
  background-position: 0 -810px; }

.category-vegetarian .page-title {
  background-position: 0 -900px; }

.category-white-meat .page-title {
  background-position: 0 -990px; }

/* Pages */
h2.about {
  background-position: 0 -1080px; }

h2.creating-a-gdm-friendly-kitchen {
  background-position: 0 -1170px; }

h2.eating-well {
  background-position: 0 -1260px; }

h2.understanding-gdm {
  background-position: 0 -1350px; }

h2.useful-links {
  background-position: 0 -1440px; }

h2.food-safety {
  background-position: 0 -1530px; }

h2.pregnancy-nutrition {
  background-position: 0 -1620px; }

/* Generic */
h2.disclaimer,
h2.contact-us,
h2.search-results,
h2.glossary,
body.category-recipes h2.page-title,
body.category-community h2.page-title {
  text-indent: 20px; }
  
  
form#mc-embedded-subscribe-form {
  font-weight: bold;
  /* font-family: 'LMRBold', Georgia, Times, serif; */
  font-size: 14px;
  line-height: 20px; }

