@charset "UTF-8";
/* editor */
.wp-post:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.wp-post {
  display: block;
}
.wp-post * {
  max-width: 100%;
}
.wp-post p {
  display: block;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 2em;
  min-height: 13px;
}
.wp-post span,
.wp-post em,
.wp-post itaric,
.wp-post strong {
  font-size: inherit;
  color: inherit;
}
.wp-post strong,
.wp-post b { font-weight: bold; }
.wp-post em { font-style: italic; }
.wp-post blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.wp-post h1 {font-size: 160%; font-weight: bold;line-height: 1.3em;margin-bottom:10px;}
.wp-post h2 {font-size: 140%; font-weight: bold;line-height: 1.3em;margin-bottom:10px;}
.wp-post h3 {font-size: 120%; font-weight: bold;line-height: 1.3em;margin-bottom:10px;}
.wp-post h4 {font-size: 100%; font-weight: bold;line-height: 1.3em;margin-bottom:10px;}
.wp-post h5 {font-size: 80%; font-weight: bold;line-height: 1.3em;margin-bottom:10px;}
.wp-post h6 {font-size: 70%; font-weight: bold;line-height: 1.3em;margin-bottom:10px;}

.wp-post table {
  width: 100%;
  margin-bottom: 30px;
}
.wp-post table th {
  width: 25%;
  background-color: #eee;
  padding: 4px;
  border: 1px solid #AAAAAA;
}
.wp-post table td {
  padding: 4px;
  border: 1px solid #AAAAAA;
}
.wp-post ul {
  list-style: circle;
  padding-left: 1.2em;
  margin-bottom: 1em;
}
.wp-post ol {
  list-style: decimal;
  padding-left: 1.2em;
  margin-bottom: 1em;
}
.wp-post a {
  text-decoration: underline;
  color: #003CFF;
}
.wp-post a:hover {
  color: #FF0004;
}
/* img */
.wp-post img {
  vertical-align: middle;
  height: auto;
  max-width: 100%;
}
.wp-post img[class*="wp-image-"],
.wp-post img[class*="attachment-"],
.wp-post img.pict {
  margin: 1em 5px 2em 0;
  vertical-align: bottom;
  display: block;
}
.wp-post img.pict {
  margin: 1em auto 2em;
}
.wp-post img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-post img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
  vertical-align: top;
}

.wp-post img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
  vertical-align: top;
}

.wp-post .alignright {
  float: right;
}

.wp-post .alignleft {
  float: left;
}

.wp-post iframe {
  max-width: 100% !important;
}

/*Pagenation*/
.pageNation {
  text-align: center;
  margin: 0 auto;
}
.pageNation:after, .pagenation ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.pageNation ul {
  margin: 0;
}
.pageNation li {
  font-size: 13px;
  margin-right: 6px;
  display: inline-block;
  color: #008131;
  text-align: center;
  background-color: #faf7f1;
  border: 1px solid #D4CBB6;
  border-radius: 4px;
}
.pageNation li.active {
  padding: 4px 12px;
  color: #fff;
  background-color: #429a63;
}
.pageNation li a {
  display: block;
  padding: 4px 12px;
}
.pageNation li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #429a63;
}
.nextPostBg {
  text-align: right;
}
.nextPostBg p {
  display: inline-block;
  margin-left: 3px;
}
.nextPostBg p a {
  padding: 4px 10px;
  display: block;
  color: #fff;
  background-color: #7b7b7b;
  text-decoration: none;
}
.nextPostBg p a:hover {
  color: #7b7b7b;
  background-color: #fff;
  border: #7b7b7b 1px solid;
  padding: 3px 9px;
  text-decoration: none;
}

/*********************************
MW WP FORM
*********************************/
.mw_wp_form_confirm .confirmHidden {
  display: none !important;
}
.mw_wp_form_input .inputHidden {
  display: none !important;
}
.mw_wp_form_confirm .inputHidden {
  display: block !important;
}

/*********************************
Comments
*********************************/
#commentArea {
  text-align: left;
}
h3#comments{
  padding: 10px 0 10px 10px;
  clear: both;
  margin-top:40px;
  border-top:1px solid #ddd;
}

.commentlist{margin-bottom:30px;}
.commentlist li {
  border-top:1px solid #ddd;
  padding:15px 0 0 55px;
  position:relative;
}
.commentlist .avatar {
  background:#fff;
  border:1px solid #ddd;
  left:0;
  margin:0 16px 0 0;
  padding:3px;
  position:absolute;
  top:15px;
}
.commentlist .comment-meta{margin-bottom:10px;}
.commentlist .comment-meta a{
  color: #999;
  font-size:85%;
  text-decoration:none;
}
.commentlist .comment-meta a:hover{color: #ccc;}
.commentlist p{margin-bottom:15px;}
.commentlist .reply a{
  position: absolute;
  top: 15px;
  right: 0;
  padding: 2px 10px;
  background: #ddd;
  font-size: 85%;
  color: #333;
  text-decoration: none;
}
.commentlist .reply a:hover {color: #999}

/*** Comment form ***/
#respond{margin-top:70px;}
#respond h3{
  border-bottom:1px solid #ddd;
  border-top:1px solid #ddd;
  padding:10px 0 10px 10px;
}

#commentform{margin-top:20px;}
#commentform p{clear: both}
#commentform label{margin: 10px 0;vertical-align:top; width: 30%;display:inline-block;}
#commentform input[type="text"], #commentform textarea{
  margin: 5px 0 10px;
}
#commentform input[type="text"]:focus, #commentform textarea:focus{
  border:1px solid #06c;
}