@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,300italic,700,700italic);
/*
    Theme Name: TwentyTen Allure
    Theme URI: http://onehourlifeplan.com/
    Description: Custom child theme for the Twenty Ten theme by <a href="http://onehourlifeplan.com/">onehourlifeplan.com/</a>.
    Author: onehourlifeplan
    Template: twentyten
    Version: 2.0
    Author URI: http://onehourlifeplan.com/
    Tags: two-columns, threaded-comments, sticky-post
    License: This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
    License URI: License URI: http://opensource.org/licenses/GPL-3.0
*/
/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s,
samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: none; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

hr {
  background-color: #dcd9d9;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

/* Text elements */
p {
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

b,
strong {
  font-weight: bold; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em;
  padding-left: 1em;
  border-left: 10px solid #ececec; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #f5f5f5;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 1.5rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

figure {
  margin: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

th {
  font-weight: bold; }

button, input,
select, textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
  -webkit-appearance: none;
  outline: none; }

button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */ }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.submit,
.button {
  background: #f78f07;
  border: 1px solid #eee;
  color: #fff;
  text-align: center;
  line-height: 1 !important;
  padding: 10px 14px 9px 14px;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  font-family: "Segoe UI", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */ }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.submit:hover,
.button:hover {
  background: #3289a0; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type=text],
input[type=email],
input[type=password],
textarea,
.field {
  background-color: #fff;
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 9px 6px 9px 6px;
  border: 1px solid #eee; }

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus,
.field:focus {
  border: 1px solid #cccccc; }

select {
  background-color: #ffffff;
  border: 1px solid #eeeeee; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%;
  font-family: "Segoe UI", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* =Auto width and height
----------------------------------------------------------------------------------------------------*/
img,
audio,
video,
canvas,
.wp-caption {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: auto;
  max-width: 100%;
  height: auto !important; }

.hide {
  display: none; }

/* =Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0; }

.clearfix:after,
.container:after {
  clear: both; }

::-moz-selection {
  background: #333;
  color: #fff; }

::selection {
  background: #333;
  color: #fff; }

/* =Global
----------------------------------------------- */
body {
  background-color: #F6F3EE;
  font-size: 15px;
  font-size: 1.5rem;
  color: #1a1a1a;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1; }

a, a:visited {
  color: #3F99B1;
  text-decoration: none; }

a:hover {
  color: #3F99B1;
  text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
  color: #111; }

h1 {
  font-size: 30px;
  font-size: 3rem; }

h2 {
  font-size: 26px;
  font-size: 2.6rem; }

h3 {
  font-size: 22px;
  font-size: 2.2rem; }

h4 {
  font-size: 20px;
  font-size: 2rem; }

h5 {
  font-size: 18px;
  font-size: 1.8rem; }

h6 {
  font-size: 15px;
  font-size: 1.5rem; }

/* =Structure
----------------------------------------------- */
#header:after, #access:after, #access .menu:after, #main:after, #footer:after, .post:after, .page:after, .navigation:after, #footer:after, #footer-widget-area:after, .colophon:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

#header, #access, #footer {
  overflow: hidden;
  clear: both;
  display: block; }

#footer-widget-area {
  line-height: 1.6; }

#container {
  line-height: 1.6; }

#header {
  width: 100%;
  background: #52B4CB; }

#branding {
  width: 1140px;
  margin: 0 auto;
  background: #44A6BF;
  height: 140px; }

#access {
  width: 100%;
  background: #c4c1bc; }

.menu, .menu-header {
  width: 1140px;
  margin: 0 auto;
  background: #f77f07; }

#main {
  width: 1110px;
  margin: 0 auto;
  background: #fff;
  padding: 30px 15px; }

/* wrap the post and sidebar */
#primary, #secondary {
  width: 350px;
  float: right;
  line-height: 1.6; }

#footer-widget-area .widget-area {
  margin-right: 30px;
  width: 255px; }

#footer {
  width: 1110px;
  margin: 0 auto;
  background: #ededed;
  padding: 30px 15px;
  margin-bottom: 20px; }

#container.one-column #content, #container.single-attachment #content {
  width: 1110px;
  overflow: hidden; }

#container #content {
  width: 730px;
  float: left;
  overflow: hidden; }

/* =960px
----------------------------------------------- */
html.s_2 #branding {
  width: 960px; }
html.s_2 .menu, html.s_2 .menu-header {
  width: 960px; }
html.s_2 #main {
  width: 940px;
  padding: 30px 10px; }
html.s_2 #primary, html.s_2 #secondary {
  width: 300px; }
html.s_2 #footer {
  width: 940px; }
html.s_2 #container.one-column #content, html.s_2 #container.single-attachment #content {
  width: 940px; }
html.s_2 #container #content {
  width: 620px; }
html.s_2 #footer-widget-area .widget-area {
  width: 220px;
  margin-right: 20px; }

/* =720px
----------------------------------------------- */
html.s_1 #branding {
  width: 720px; }
html.s_1 .menu, html.s_1 .menu-header {
  width: 720px; }
html.s_1 #main {
  width: 700px;
  padding: 30px 10px; }
html.s_1 #primary, html.s_1 #secondary {
  width: 220px; }
html.s_1 #footer {
  width: 700px;
  padding: 30px 10px; }
html.s_1 #container.one-column #content, html.s_1 #container.single-attachment #content {
  width: 700px; }
html.s_1 #container #content {
  width: 460px; }
html.s_1 #footer-widget-area .widget-area {
  width: 160px;
  margin-right: 20px; }
html.s_1 #site-title {
  font-size: 40px;
  font-size: 4rem;
  top: 56px; }

/* =Mobile devices
----------------------------------------------- */
html.s_0 #branding {
  width: 90%; }
html.s_0 .menu, html.s_0 .menu-header {
  width: 90%; }
html.s_0 #main {
  width: 90%;
  padding: 20px 0; }
html.s_0 #primary, html.s_0 #secondary {
  width: 90%;
  float: none;
  margin: 0 auto; }
html.s_0 #footer {
  width: 90%;
  padding: 20px 0; }
html.s_0 #container.one-column #content, html.s_0 #container.single-attachment #content {
  width: 90%;
  margin: 0 auto; }
html.s_0 #container #content {
  width: 90%;
  float: none;
  margin: 0 auto; }
html.s_0 #footer-widget-area .widget-area {
  width: 90%;
  float: none;
  margin: 0 auto;
  margin-right: 0; }
html.s_0 #site-description {
  display: none; }
html.s_0 #site-title {
  font-size: 36px;
  font-size: 3.6rem; }
html.s_0 #access ul {
  display: none; }
html.s_0 #access ul, html.s_0 #access li {
  float: none; }
html.s_0 .menu li, html.s_0 .menu-header li {
  float: none; }
html.s_0 .menu li li, html.s_0 .menu-header li li {
  display: none; }
html.s_0 .skip-link {
  display: block;
  width: 90%;
  margin: 0 auto; }

/* =Header
----------------------------------------------- */
/* wrap the theader and menu */
/* wrap the theader and menu */
#branding {
  overflow: hidden;
  position: relative; }

/* wrap the title, description and header image */
#site-title {
  position: absolute;
  top: 45px;
  left: 20px;
  font-weight: 300;
  font-size: 52px;
  font-size: 5.2rem;
  letter-spacing: -1px; }

#site-title a, #site-title a:visited {
  color: #FFF;
  text-decoration: none; }

#site-description {
  position: absolute;
  top: 75px;
  right: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  color: #FFF; }

/* =Menu
----------------------------------------------- */
.skip-link {
  display: none; }

#access ul, #access li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }
#access li a, #access li a:visited, #access .skip-link a, #access .skip-link a:visited {
  line-height: 50px;
  color: #FFF;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0;
  padding: 0 15px;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s; }
#access li a:hover, #access .skip-link a:hover {
  background: #F6F3EE;
  color: #222;
  text-decoration: none; }
#access li li a, #access li li a:visited {
  background: #F6F3EE !important;
  width: 170px;
  color: #333 !important;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  float: n one;
  margin: 0;
  padding: 0 10px;
  line-height: 50px;
  border-bottom: 1px solid #e6e2db;
  border-top: 1px solid #F6F3EE;
  border-left: 1px solid #e6e2db;
  border-right: 1px solid #e6e2db; }
#access li li a:hover, #access li li a:active {
  background: #e6e2db !important; }
#access li ul {
  z-index: 9999;
  position: absolute;
  left: -999em;
  height: auto;
  width: 190px;
  margin: 0px;
  padding: 0px; }
#access li ul ul {
  margin: -52px 0 0 191px; }
#access li:hover ul ul, #access #access li:hover ul ul ul {
  left: -999em; }
#access li:hover ul, #access li li:hover ul, #access li li li:hover ul {
  left: auto; }
#access li:hover {
  position: static; }

/* =Content
----------------------------------------------- */
#content {
  background: #FFF; }

#container.one-column #content, #container.single-attachment #content {
  background: #FFF; }

.post {
  margin-bottom: 40px; }

.sticky {
  border-bottom: 5px solid #3F99B1; }

.entry-title {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 32px;
  font-size: 3.2rem;
  color: #3F99B1;
  line-height: 1;
  margin-bottom: 15px; }

.entry-title a, .entry-title a:visited {
  color: #3F99B1;
  text-decoration: none;
  border: 0; }

.entry-meta, .entry-utility {
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #999; }
  .entry-meta a, .entry-meta a:visited, .entry-utility a, .entry-utility a:visited {
    text-decoration: none;
    color: #999; }
  .entry-meta a:hover, .entry-utility a:hover {
    text-decoration: underline; }

/* Author info box */
.entry-author-info {
  clear: both;
  margin: 30px 0;
  padding: 10px;
  background: #f9f9f9;
  color: #555555;
  font-size: 13px;
  font-size: 1.3rem;
  border-bottom: 2px solid #eeeeee; }

.author-avatar {
  background: #ffffff;
  float: left;
  margin-right: 10px;
  padding: 7px;
  border: 1px solid #ddd;
  line-height: 1; }

/* Pagination */
.pagination {
  clear: both;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem; }

/* Page Links */
.page-link {
  display: block;
  margin: 10px 0 20px 0; }

.page-link a, .page-link a:visited {
  background: #eeeeee;
  margin: 2px 2px 2px 0;
  padding: 5px 10px 4px 10px;
  text-decoration: none;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  color: #333333; }

.page-link a:hover {
  background: #dcdcdc; }

#nav-above {
  display: none; }

#entry-author-info {
  clear: both;
  display: block;
  margin: 20px 0;
  padding: 10px;
  background: #ededed;
  line-height: 18px;
  overflow: hidden;
  font-size: 13px;
  font-size: 1.3rem; }

#author-description h2 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold; }

#author-avatar img {
  background: #FFF;
  float: left;
  margin-right: 10px;
  padding: 5px;
  border: 1px solid #CCC; }

#author-link {
  clear: both;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  margin-top: 5px; }

/* =Sidebar
----------------------------------------------- */
#primary, #secondary {
  overflow: hidden;
  clear: right;
  /* to make sure will stick to right if content height is smaller then primary sidebar */ }

.widget-area {
  color: #666;
  font-size: 14px;
  font-size: 1.4rem; }
  .widget-area .widget-container {
    margin-bottom: 35px;
    background: #F6F3EE;
    padding: 10px 15px 10px 15px; }
  .widget-area ul {
    list-style: none;
    margin-left: 0; }
  .widget-area ul li {
    list-style: none;
    padding: 5px 0;
    margin: 0; }
    .widget-area ul li a, .widget-area ul li a:visited {
      color: #666; }
    .widget-area ul li a:hover {
      text-decoration: underline; }

.widget-title, .widgettitle {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #000;
  margin: 0;
  font-size: 26px;
  font-size: 2.6rem; }

/* =Footer Widgets
----------------------------------------------- */
#footer-widget-area .widget-area {
  float: left; }
#footer-widget-area #fourth {
  margin-right: 0; }
#footer-widget-area .widget-area {
  color: #222; }
  #footer-widget-area .widget-area .widget-container {
    margin-bottom: 35px;
    background: transparent;
    padding: 0; }
  #footer-widget-area .widget-area ul li a, #footer-widget-area .widget-area ul li a:visited {
    color: #222; }

/* =Footer
----------------------------------------------- */
#site-info {
  float: left; }

#site-generator {
  float: right; }

#site-info, #site-generator {
  color: #a0a0a0; }
  #site-info a, #site-info a:visited, #site-generator a, #site-generator a:visited {
    color: #a0a0a0;
    text-decoration: none; }
  #site-info a:hover, #site-generator a:hover {
    color: #444;
    text-decoration: none; }

/* =WordPress Widget styles
----------------------------------------------------------------------------------------------------*/
.widget-area select {
  max-width: 98%; }

/* This keeps the search inputs in line */
.widget_search #s {
  width: 65%; }

/* This keeps the search inputs in line */
.widget_categories #cat {
  width: 98%;
  padding: 5px 2px; }

.widget_search label {
  display: none; }

/* WP calendar widget */
#wp-calendar {
  width: 100%;
  background: #ffffff; }
  #wp-calendar caption {
    color: #333333;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    padding-bottom: 4px;
    text-align: center; }
  #wp-calendar thead {
    font-size: 12px;
    font-size: 1.2rem; }
  #wp-calendar thead th {
    text-align: center; }
  #wp-calendar tbody {
    color: #9ba7a8; }
  #wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #ffffff;
    padding: 3px 0 2px;
    text-align: center; }
  #wp-calendar tbody .pad {
    background: none; }
  #wp-calendar tfoot #next {
    text-align: right; }

/* WP Tag Cloud widget */
#wp_tag_cloud div {
  line-height: 1.6em; }

/* =WordPress specific image styling
----------------------------------------------------------------------------------------------------*/
.alignleft {
  float: left; }

.alignright {
  float: right; }

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding: 0px; }

img.alignnone {
  padding: 0px;
  margin: 0px 0px 10px 0px;
  display: inline; }

img.alignright {
  padding: 0px;
  margin: 0px 0px 10px 10px;
  display: inline; }

img.alignleft {
  padding: 0px;
  margin: 0px 10px 10px 0px;
  display: inline; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px; }

.alignright, .nav-next {
  float: right;
  margin-left: 10px; }

.alignleft, .nav-previous {
  float: left;
  margin-right: 10px; }

.wp-caption, .gallery-caption {
  border: 1px solid #dcd9d9;
  text-align: center;
  background-color: #f5f5f5;
  padding: 4px 4px 5px 4px; }

.wp-caption img {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  border: 0px; }

.wp-caption p.wp-caption-text {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 13px; }

img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */ }

.wp-smiley {
  margin: 0; }

.gallery {
  margin: 0 auto 18px; }

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery img {
  border: 10px solid #ececec !important;
  webkit-box-shadow: 0 1px 2px 0 1px 2px #80898a;
  moz-box-shadow: 0 1px 2px 0 1px 2px #80898a;
  ms-box-shadow: 0 1px 2px 0 1px 2px #80898a;
  o-box-shadow: 0 1px 2px 0 1px 2px #80898a;
  box-shadow: 0 1px 2px 0 1px 2px #80898a; }

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto; }

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto; }

.gallery .gallery-caption {
  color: #80898a;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 12px; }

.gallery dl {
  margin: 0; }

.gallery br + br {
  display: none; }

#content .attachment img {
  /* single attachment images should be centered */
  display: block;
  margin: 0 auto; }

/* =Comments
----------------------------------------------------------------------------------------------------*/
#comments {
  margin: 30px 0; }

.comments-title {
  font-size: 24px;
  font-size: 2.4rem; }

.comments {
  margin: 10px 0;
  padding: 9px;
  border: 1px solid #eeeeee; }

/* Comment List */
.commentlist {
  margin: 0;
  padding: 0; }
  .commentlist ol {
    margin: 0;
    padding: 10px; }
  .commentlist li {
    margin: 15px 0 10px;
    padding: 10px 5px 10px 10px;
    list-style: none; }
  .commentlist li ul li {
    margin-right: -5px;
    margin-left: 15px; }
  .commentlist li .avatar {
    float: right;
    margin: 0 5px 0 10px; }
  .commentlist li.pingback {
    margin: 0;
    padding: 0; }
  .commentlist p {
    font-weight: normal;
    text-transform: none;
    margin: 10px 5px 10px 0;
    padding: 0; }
  .commentlist cite, .commentlist cite a, .commentlist cite a:visited {
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    font-size: 1.4rem; }
  .commentlist .reply {
    line-height: 1; }
    .commentlist .reply a, .commentlist .reply a:visited {
      font-size: 11px;
      font-size: 1.1rem;
      font-weight: normal;
      padding: 1px 7px;
      text-transform: uppercase;
      background: #aaa;
      color: #fff;
      text-decoration: none; }
    .commentlist .reply a:hover {
      color: #fff;
      text-decoration: none;
      background: #888; }

/* Comment Content */
.comment-content {
  font-size: 14px;
  font-size: 1.4rem; }
  .comment-content ol, .comment-content ul {
    margin: 0 0 15px 2em;
    padding: 0; }
  .comment-content li {
    margin: 0;
    padding: 0; }
  .comment-content ul li {
    list-style: square; }
  .comment-content ol li {
    list-style: decimal; }
  .comment-content ul ul, .comment-content ol ol, .comment-content ul ol, .comment-content ol ul {
    margin: 0 0 0 2em;
    padding: 0; }

.nocomments {
  text-align: center;
  margin: 0;
  padding: 0; }

.commentmetadata {
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0px;
  display: block; }

.children {
  margin: 0;
  padding: 0; }

.thread-alt {
  background: #ffffff;
  margin: 0;
  padding: 0; }

.thread-even {
  background: #f9f9f9;
  margin: 0;
  padding: 0; }

.depth-1 {
  border: 1px solid #eeeeee;
  margin: 0;
  padding: 0; }

.alt {
  margin: 0;
  padding: 10px; }

.even, .alt {
  border-left: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin: 0;
  padding: 0; }

/* Comment Navigation */
.comment-navigation {
  display: block;
  text-align: center;
  margin: 20px 0;
  font-size: 14px;
  font-size: 1.4rem;
  overflow: hidden; }

/* Comment Form */
#commentform p {
  margin: 5px 0; }
#commentform p.comment-notes {
  color: #9ba7a8;
  font-size: 13px;
  font-size: 1.3rem; }
#commentform p.form-allowed-tags {
  display: none; }
#commentform p.comment-form-email,
#commentform p.comment-form-url,
#commentform p.comment-form-author {
  clear: both;
  line-height: 36px; }
#commentform p.comment-form-comment {
  clear: both; }
  #commentform p.comment-form-comment label {
    display: block; }
#commentform p.form-submit {
  display: block;
  padding: 10px 0; }
#commentform .required {
  color: #e55b4c; }
#commentform #author, #commentform #email, #commentform #url {
  width: 180px;
  float: left;
  margin: 0 10px 10px 0;
  display: inline; }
#commentform #comment {
  width: 90%;
  max-width: 600px; }
