/*
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, 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;
  font-family: Tahoma,Arial,Helvetica,sans-serif;
}

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

article,
aside,
details,
figcaption,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  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: thin dotted;
}

a:hover,
a:active {
  /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
  outline: 0;
}

a img {
  border: 0;
}

/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Gudea", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

/* Headings */
h1 {
  clear: both;
  font-family: Tahoma,"Trebuchet MS",Arial,Helvetica,sans-serif;
  font-weight: normal;
}

h2, h3, h4, h5, h6 {
  font-family: Tahoma,"Trebuchet MS",Arial,Helvetica,sans-serif;
  font-weight: normal;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* Text elements */
p {
  margin-bottom: 0.4em;
}

ul, ol {
  /*margin: 0 0 1.5em 10px;*/
  margin: 0 0 1em 4rem;
  margin: 0 0 7px 35px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
  margin-left: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

b, strong {
  font-weight: bold;
}

dfn, em, i {
  font-style: italic;
}

blockquote {
  padding: 4px 20px 1px 75px;
  /*background: url("/img/quote.png") no-repeat scroll 23px 50% rgb(255, 231, 231);*/
  background: url("/img/quote.png") no-repeat scroll 10px 50% rgb(236, 240, 244);
  border-radius: 10px;
  min-height: 50px;
  align-items: center;
  margin: 10px;
  border-radius: 8px;
  border: 1px solid #99999945;
  box-shadow: 2px 2px 3px #999;
  -webkit-box-shadow: #999 2px 2px 3px;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  border: 5px;
  border-radius: 5px;
  border-radius: 0.5rem;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.875em;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
}

code, kbd, tt, var {
  background: #eee;
  border-radius: 3px;
  border-radius: 0.3rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 0.2rem 0.1rem;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 0.2rem 0.1rem;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 0.2rem 0.1rem;
  font: 0.875em Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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%;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  /*border-width: 0 1px 1px 0;*/
  border-width: 0 0 0 0;
  border-style: solid;
  border-color: #ccc;
}

th, td {
  padding: 5px 10px;
  /*border-width: 1px 0 0 1px;*/
  border-width: 0 0 0 0;
  border-style: solid;
  border-color: #ccc;
  font-size: 12px;
  font-family: Helvetica,sans-serif;
}

th {
  font-weight: bold;
  background: #f4f4f4;
}


/*pre, table, blockquote {*/
  /*-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 0.2rem 0.1rem;*/
  /*-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 0.2rem 0.1rem;*/
  /*box-shadow: rgba(0, 0, 0, 0.2) 0 0 0.2rem 0.1rem;*/
/*}*/

/*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 <]*/
/*}*/

/*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,*/
/*html input[type="button"],*/
/*input[type="reset"],*/
/*input[type="submit"] {*/
  /*border: 1px solid #ccc;*/
  /*border-color: #ccc #ccc #bbb #ccc;*/
  /*[>border-radius: 5px;<]*/
  /*[>border-radius: 0.5rem;<]*/
  /*[>background: rgba(255, 255, 255, 0.2);<]*/
  /*color: rgba(0, 0, 0, 0.8);*/
  /*[>cursor: pointer;<]*/
  /*[> Improves usability and consistency of cursor style between image-type 'input' and others <]*/
  /*[> Corrects inability to style clickable 'input' types in iOS <]*/
  /*font-size: 14px;*/
  /*font-size: 1.4rem;*/
  /*line-height: 1;*/
  /*padding: 0.5em 1em 0.5em;*/
	/*width: auto;*/
	/*margin: 0px 0px 0px 5px;*/
	/*[>height: 26px;<]*/
/*}*/

/*button:hover,*/
/*html input[type="button"]:hover,*/
/*input[type="reset"]:hover,*/
/*input[type="submit"]:hover {*/
  /*border-color: #ccc #bbb #aaa #bbb;*/
/*}*/

/*button:focus,*/
/*html input[type="button"]:focus,*/
/*input[type="reset"]:focus,*/
/*input[type="submit"]:focus,*/
/*button:active,*/
/*html input[type="button"]:active,*/
/*input[type="reset"]:active,*/
/*input[type="submit"]:active {*/
  /*border-color: #aaa #bbb #bbb #bbb;*/
/*}*/

/*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 {*/
  /*[> Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ <]*/
  /*border: 0;*/
  /*padding: 0;*/
/*}*/

/*input[type=text],*/
/*input[type=email],*/
/*textarea {*/
  /*background: transparent;*/
  /*border: 1px solid #ccc;*/
  /*border-radius: 3px;*/
/*}*/

/*input[type=text],*/
/*input[type=email] {*/
  /*padding: 3px;*/
/*}*/

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%;
}

/* Links */
a {
  color: #225588;
  text-decoration: none;
}

a:visited {
  color: #265f98;
}

a:hover, 
a:focus, 
a:active {
  text-decoration: underline;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/* =Canvas
---------------------------------------------- */
body {
  background: #fff;
  /*background: url("/img/wrapper2.png") repeat-x scroll 0px 0px rgb(225,240,245);*/
  background: url("/img/wrapper4.png") repeat-x scroll 0px 0px rgb(255,255,255);
}

#page {
  overflow: hidden;
}

#main {
  clear: both;
  overflow: hidden;
}

/* =Header
---------------------------------------------- */
.site-header {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
}
.site-header hgroup {
  padding: 0px;
  margin: 0;
}


/* =Content
----------------------------------------------- */
.site-content {
  margin: 10px;
  margin: 1rem;
}

.hentry {
  padding: 0 0 1.2em;
  margin: 0 0 1.0em;
  /*border-bottom: 1px solid #e4e4e4;*/
}

.featured-image {
  text-align: center;
  line-height: 0;
}

.wp-post-image {
  margin: 0 0 1.5em;
  max-width: 100%;
  height: auto;
  /*border-radius: 5px;*/
  /*border-radius: 0.5rem;*/
  /*-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 0.3rem 0.1rem;*/
  /*-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 0.3rem 0.1rem;*/
  /*box-shadow: rgba(0, 0, 0, 0.2) 0 0 0.3rem 0.1rem;*/
}
.wp-post-image.attachment-post-thumbnail {
  float: left;
  width: 80px;
  width: 8rem;
  margin: 0.4em 10px 10px 0;
  margin: 0.4em 1rem 1rem 0;
  border-radius: 3px;
  border-radius: 0.3rem;
}

.entry-content,
.entry-summary,
.comment-content {
  /*margin: 1.5em 0 0;*/
  margin: 0px;
}

.entry-header h1, .entry-content h1, .comment-content h1 {
  font-size: 25px;
  margin-bottom: 10px;
  line-height: 30px;
}
.entry-content h2, .comment-content h2 {
  font-size: 20px;
}
.entry-content h4, .comment-content h4 {
  font-size: 16px;
	/*font-style: italic;*/
}
.comment-content h4 {
  font: bold 15px "Gudea", sans-serif;
  font: bold 1.5rem "Gudea", sans-serif;
  text-transform: uppercase;
}
.entry-content h4 {
  background: url('/img/plus.png') no-repeat scroll 4px 7px #FFF;
  font-size: 14px;
  padding-left: 25px;
  margin: 10px 0px 10px 10px;  
  color: #505050;
  font-weight: bold;
}
.entry-content h5, .comment-content h5 {
  font-size: 15px;
  font-weight: bold;
  /*text-align: center;*/
  /*font: bold 15px "Gudea", sans-serif;*/
  /*font: bold 1.6rem "Gudea", sans-serif;*/
}
.entry-content h6 {
  background: url('/img/categor_marker.png') no-repeat scroll 4px 7px #FFF;
  font-size: 15px;
  padding-left: 25px;
  margin: 10px 0px 10px 7px;  
  color: #369;
}
.comment-content h6 {
  font: bold 14px "Gudea", sans-serif;
  font: bold 1.4rem "Gudea", sans-serif;
  font-variant: small-caps;
}
.entry-content h3 {
  background: url('/img/categor_marker.png') no-repeat scroll 4px 7px #FFF;
  font-size: 15px;
  padding-left: 25px;
  margin: 10px 0px 10px 3px;  
  color: #369;
}
.entry-content h2 span, .entry-content h3 span, .entry-content h4 span, .entry-content h5 span, .entry-content h6 span  {
	color: #FFF;
	background-color: #58c;
	padding: 0.3em 0.6em 0.3em;
	font-size: 75%;
	font-weight: bold;
	border-radius: 0.25em;
}
.comment-content h3 {
  font: bold 14px "Gudea", sans-serif;
  font: bold 1.4rem "Gudea", sans-serif;
  font-variant: small-caps;
}
.entry-content h1, .entry-content h2, .entry-content h5, .comment-content h1, .comment-content h2, .comment-content h4, .comment-content h5, .comment-content h6 {
  margin: 10px 0px 10px 0px;  
}
.entry-content table {
  border-width: 0 1px 1px 0;
}
.entry-content thead {
	background-color: rgb(222, 234, 238);
}
.entry-content thead td {
	text-align: center;
}
.entry-content th, .entry-content td {
  border-width: 1px 0 0 1px;
}
.entry-content td {
  vertical-align: top;
}

.page-header {
  background: #eee;
  margin: 0 0 1.5em;
  padding: 10px 10px;
  padding: 1rem 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  border-radius: 0.5rem;
  font-size: 12px;
  font-size: 1.2rem;
}

.page-header .page-title {
  font-weight: normal;
}
.page-header span {
  text-decoration: underline;
}

.medium-font-content .entry-content, .medium-font-content .entry-summary  {
  font-size: 14px;
  font-size: 1.4rem;
}

.comment-content {
  font-size: 12px;
}

/* =Media
----------------------------------------------- */
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
}

.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/*.site-header img,*/
.entry-content img,
img.size-full {
  max-width: 100%;
  border: 1px solid rgb(205,205,205);
  padding: 3px;
}

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/* =Navigation
----------------------------------------------- */
.site-content .nav-previous, .site-content .previous-image {
  float: left;
  width: 50%;
}

.site-content .nav-next, .site-content .next-image {
  float: right;
  text-align: right;
  width: 50%;
}

/* =Comments
----------------------------------------------- */
.comments-title {
  margin-bottom: 0.6em;
}

ol.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

ul.children {
  list-style: none;
  margin-left: 20px;
  margin-left: 2rem;
}

.comments-area article {
  background: #fafafa;
  margin: 10px 0;
  margin: 1rem 0;
  border: 1px solid #eee;
  border-radius: 0.5rem;
  padding: 10px;
  padding: 1rem;
  position: relative;
}

.avatar {
  border: 1px solid #ccc;
  border-radius: 3px;
  border-radius: 0.3rem;
  -webkit-box-shadow: 0rem 0rem 0.5rem 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0rem 0rem 0.5rem 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0rem 0rem 0.5rem 0 rgba(0, 0, 0, 0.4);
}

.reply, .comment-notes, .form-allowed-tags, .comment-subscription-form {
  font-size: 12px;
  /*font-size: 1.2rem;*/
}

#reply-title {
    border-bottom: 1px solid rgb(170, 80, 25); 
    color: rgb(170, 80, 25);
    font-weight: bold;
    margin-bottom: 10px;
}

#reply-title small {
  font-family: "Gudea", sans-serif;
  font-weight: normal;
}

.comment-form-author, .comment-form-email, .comment-form-url {
  position: relative;
}
.comment-form-author input, .comment-form-email input, .comment-form-url input {
  position: absolute;
  left: 4em;
  max-width: 75%;
}

#commentform {
    font-size: 13px;
}

.comment-notes {
    font-style: italic;
    font-size: 12px;
    color: rgb(120, 120, 120);
}
/* = Sidebars & Widgets
----------------------------------------------- */
.sidebar {
  padding: 10px 10px 0;
  padding: 1rem 1rem 0;
  background: rgb(255,255,255);
  margin: 0;
  overflow: hidden;
}

.widget-title {
  font-size: 16px;
  color: rgb(30, 85, 135);
  padding: 5px 0px 2px 0px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Helvetica,sans-serif;
  border-top: 2px solid rgb(228, 142, 41);
}

.widget {
  margin: 0 0 10px;
  margin: 0 0 1rem;
  font-size: 14px;
  font-size: 1.4rem;
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul li {
  border-bottom: 1px solid rgb(213, 191, 143);
  padding-left: 2px;
}
.widget ul ul {
  margin-left: 20px;
  margin-left: 2rem;
}
.widget li:before {
  /*content: "\203A \0020";*/
}

.small-font-sidebar .widget {
  font-size: 1.2rem;
  font-size: 14px;
}

/* =Footer
---------------------------------------------- */
.site-footer {
  clear: both;
  padding: 10px;
  padding: 1rem;
  /*border-top: 1px solid rgb(94, 145, 196);*/
  /*border-bottom-left-radius: 0.5rem;*/
  /*border-bottom-right-radius: 0.5rem;*/
  /*background: #27567a;*/
  /*color: #fff;*/
  /*font-family: sans-serif;*/
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
  margin: 60px 200px 0px 200px;
}
.site-footer a {
  color: #d0e0f0;
}
.site-footer a:hover {
  color: #fff;
}

/* =Layout
---------------------------------------------- */
body {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0px 0px;
}

#page {
  margin: 0 auto;
}

/* Setting the maximum page width so that the content width doen't exceed 720px */
.no-sidebar #page {
  max-width: 770px;
  /* 20 + 730 +20 */
  max-width: 77rem;
}

.one-sidebar-right.narrow-sidebar #page, .one-sidebar-left.narrow-sidebar #page {
  max-width: 970px;
  /* ( 20 + 730 + 20 ) + ( 20 + 160 + 20 ) */
  max-width: 97rem;
}

.two-sidebars.narrow-sidebar #page {
  max-width: 1170px;
  /* ( 20 + 160 + 20 ) + ( 20 + 730 + 20 ) + ( 20 + 160 + 20 ) */
  max-width: 117rem;
}

#main {
  clear: both;
}

/* =Media queries
------------------------------------------------ */
@-ms-viewport {
  width: device-width;
}

/* One for Windows 8 */
/* Things get a little spaced out at viewport widths approximately > 640px */
@media screen and (min-width: 41em) {
  body {
    padding: 0px 10px 0px 10px;
    margin-top: 0px;
  }

  .site-header {
    text-align: left;
  }
  .site-header hgroup {
    padding-top: 0px;
  }

  .sidebar {
    padding: 20px 20px 0;
    padding: 2rem 2rem 0;
  }

  .widget {
    margin: 0 0 20px;
    margin: 0 0 2rem;
  }

  .site-content {
    margin: 10px;
    margin: 1rem;
  }

  .page-header {
    background: #eee;
    padding: 10px 20px;
    padding: 1rem 2rem;
  }

  .wp-post-image.attachment-post-thumbnail {
    width: 150px;
  }

  .comments-area article {
    margin: 10px 0;
    margin: 1rem 0;
    padding: 10px;
    padding: 1rem;
  }

  time.pubdate {
    top: 44px;
    top: 4.4rem;
  }
}
/* Defining breakpoints. We make sure the content width doesn't get > 720px */
@media screen and (min-width: 48.125em) {
  /* ~770px */
  .narrow-sidebar.one-sidebar-left #main, .narrow-sidebar.two-sidebars #main {
    padding: 0 0 0 20rem;
  }
  .narrow-sidebar.one-sidebar-left #primary, .narrow-sidebar.two-sidebars #primary {
    padding: 0;
    margin: 0;
    float: left;
    margin-right: -100%;
    width: 100%;
  }
  .narrow-sidebar.one-sidebar-left #secondary, .narrow-sidebar.two-sidebars #secondary {
    float: left;
    width: 20rem;
    margin-left: -20rem;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
  }
  .narrow-sidebar.one-sidebar-left #sidebar-1,
  .narrow-sidebar.one-sidebar-left #sidebar-2, .narrow-sidebar.two-sidebars #sidebar-1,
  .narrow-sidebar.two-sidebars #sidebar-2 {
    float: left;
    width: 157px;
    /*width: 16rem;*/
  }
  .narrow-sidebar.one-sidebar-left #sidebar-2, .narrow-sidebar.two-sidebars #sidebar-2 {
    padding-top: 0;
  }
  .narrow-sidebar.one-sidebar-right #main {
    padding: 0 20rem 0 0;
  }
  .narrow-sidebar.one-sidebar-right #primary {
    padding: 0;
    margin: 0;
    float: left;
    margin-right: -100%;
    width: 100%;
  }
  .narrow-sidebar.one-sidebar-right #secondary {
    float: right;
    width: 20rem;
    margin-right: -20rem;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
    border-bottom-left-radius: 0.5rem;
  }
  .narrow-sidebar.one-sidebar-right #sidebar-1 {
    float: right;
    width: 16rem;
    border-bottom-left-radius: 0.5rem;
  }
  .narrow-sidebar.one-sidebar-left #sidebar-1, .narrow-sidebar.two-sidebars #sidebar-2 {
    border-bottom-right-radius: 0.5rem;
  }
}
@media screen and (min-width: 60.625em) {
  /* ~970px */
  .narrow-sidebar.two-sidebars #main {
    padding: 5px 20rem;
  }
  .narrow-sidebar.two-sidebars #primary {
    float: left;
    margin-right: -100%;
    width: 100%;
    background: #fff;
  }
  .narrow-sidebar.two-sidebars #secondary {
    width: auto;
    float: none;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .narrow-sidebar.two-sidebars #sidebar-1 {
    float: left;
    margin-left: -20rem;
    border-bottom-right-radius: 0.5rem;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
    /*box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;*/
  }
  .narrow-sidebar.two-sidebars #sidebar-2 {
    float: right;
    margin-right: -20rem;
    padding-top: 2rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0.5rem;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;
    /*box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 0.1rem;*/
  }
}

h1 {
    color: rgb(51,102,153);
}

h2, h4 {
    /*color: rgb(170,80,25);*/
	color: rgb(68,68,68);
	color: rgb(51, 102, 153);
    /*color: rgb(228,142,41);*/
}

.readmore {
   text-align: right; 
   font-weight: bold;
}

.page-header {
    background: #fff;
    border: 0;
    border-radius: 0px;
    border-bottom: 1px dashed #bbb;
    padding: 10px 20px;
    padding: 1rem 2rem;
}

.tablelist {
  margin-left: 70px;
  width: 90%;
  border-width: 0px;
  box-shadow: none;
}

.tablelist th, 
.tablelist td {
  margin-left: 20px;
  padding: 1px 1px;
  border-width: 0px;
  width: 50%;
  border-width: 0px;
}

/*-----------------------------------Похожие записи----------------------------*/
#related_posts{ margin:0px 0px 80px 0px; float: left;width: 100%; }

#related_posts h3 { 
    border-bottom: 1px solid rgb(170, 80, 25); 
    color: rgb(170, 80, 25);
    font-weight: bold;
    margin-bottom: 10px;
}

.related {
    float: none;
    width: 100%;
    font-size: 12px;
    margin: 5px 10px 15px 1px;
    line-height: 15px;
	text-align: center;
	font-weight: 600;
}

.related img {
    float: left;
    margin: 5px 7px 5px 0px;
    border: 1px solid rgb(224, 224, 224);
    padding: 2px;
}

.related a {
    text-decoration: none;
	margin: 0px -10px 0px -10px;
	display: block;
}

.related a:hover {
    text-decoration: underline;
}

.txt {
    margin: 0px 20px;
	font-size: 95%;
}

.txt p {
	text-align: justify;
}

.recent-posts {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.recent-posts li {
    margin-bottom: 20px;
}

.tab-image {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.tab-image a img {
    /*float: left;*/
    border: 1px solid rgb(224, 224, 224);
    margin-right: 5px;
    padding: 2px;
    /*box-shadow: none;*/
    /*border-radius: 0px;*/
    margin: 0px;
}

.tab-meta {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
}

.alert {
    display: block;
    margin: 10px;
    padding: 10px;
    text-align: center;
    color: rgb(120, 30, 5);
    background-color: #ffdddd;
    border: 0px solid #b24747;
    border-radius: 3px;
}

.alert:hover {
    background: rgb(225,240,245);
    text-decoration: underline;
}

div.header-part, div.outer { float: left; margin-right: 10px; }
/*.header-part { margin-left: 0px; margin-top: 19px; width: 419px; }*/
/*.header-part { margin-left: 0px; margin-top: 59px; width: 419px; }*/
.header-part { margin-left: 35px; margin-top: 59px; width: 319px; }
/*.header-search { float: right; margin-right: 35px; margin-top: 72px; width: 619px; text-align: left; }*/
/*.header-search { float: right; margin-right: 35px; margin-top: 2px; width: 450px; height: 100px; background: url('/img/sitename.png') no-repeat scroll 300px 0px transparent; }*/
.header-search { float: right; margin-right: 35px; margin-top: 2px; width: 450px; height: 100px; }
.yandexform { float: right; margin-top: 70px; width: 405px; text-align: right; background-image: url('/img/search-arrow.png'); background-repeat: no-repeat; }
.search-table { background: rgb(71, 122, 173); border: 0px; width: 300px; margin: 0px; padding: 0px; float: right; }
.search-table td { border: 0px; margin: 0px; padding: 5px;}
.outer, div.outer { margin: 0px; width: 100%; }
/*.topmenu-left { background: url('mmenu-left.png') no-repeat scroll left center transparent; height: 50px; padding: 0px 0px 0px 0px; width: 30px; float: left; }*/
.topmenu-left { background: url('/img/mmenu-left2.png') no-repeat scroll left center transparent; height: 42px; padding: 0px 0px 0px 0px; width: 30px; float: left; }
#header { height: 136px; margin-top: 0px; background: url('/img/header-bg.jpg') no-repeat scroll 310px 0px transparent; }
/*#header { height: 89px; margin-top: 0px; background: url('/img/outer-wrapper.jpg') no-repeat scroll 150px 0px transparent;  }*/
.logoimg { margin-left: 12px; }
/*#navcontainer { background: url('mmenu-right.png') no-repeat scroll right transparent; display: block; height: 50px; overflow: hidden; }*/
#navcontainer { background: url('/img/mmenu-right2.png') no-repeat scroll right transparent; display: block; height: 42px; overflow: hidden; }
#navcontainer .current-cat a { background: none repeat scroll 0px 0px rgb(220, 233, 237); }
#content { color: rgb(34, 34, 34); padding-right: 5px; }
#nav a, #subMenusContainer a { display: block; text-decoration: none; }
#nav a { color: rgb(51, 51, 51); float: left; font-size: 11px; font-weight: bold; margin: 0px; padding: 14px; text-transform: uppercase; }
#nav li a:hover, #nav li a:focus, #nav a.mainMenuParentBtnFocused { background: none repeat scroll 0px 0px rgb(220, 233, 237); }
#nav, #nav ul, #nav ol, #subMenusContainer ul, #subMenusContainer ol { line-height: 1em; list-style: none outside none; margin: 0px; padding: 0px; }
#nav li { border-right: 1px solid rgb(220, 233, 237); cursor: pointer; display: inline; float: left; margin: 0px; padding: 0px; }
#nav li:first-child { background: none repeat scroll 0px 0px transparent; }
#nav {  display: block; font-size: 11px; margin: 0px auto; overflow: hidden; padding-top: 0px; text-shadow: 0px 1px 0px rgb(255, 255, 255);  float: left;}
#subMenusContainer { display: block; height: 0px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 100%; z-index: 1000000000; }

.entry-content p {
	padding: 4px 0px 4px 0px;
	line-height: 20px;
	text-align: justify;
}

.entry-content table p,
.entry-content table ul li {
	text-align: left;
}

.entry-content table ul {
	margin-left: 15px;
}

.entry-content table img {
	display:block; 
	margin:0 auto;
}

.logosmall {
    float: left;
}

.logosmall ul {
	list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.logosmall ul li a {
	color: #265f98 !important;
}

.copyright {
    /*float: left;*/
    margin-left: 210px;
    font-size: 11px;
    color: rgb(120,120,120);
    line-height: 120%;
}

.sidebox {
    float: right;
    width: 300px;
    margin: 10px;
	padding: 10px 15px 10px 5px;
    /*padding: 10px;*/
    text-align: left;
    /*background-color: #ffdddd;*/
    background-color: rgb(255, 244, 187);
	border-left: 10px solid rgb(248, 215, 38);
    /*border-radius: 3px;*/
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
}

.sbheader {
    /*color: rgb(120, 30, 5);*/
    color: rgb(34, 34, 34);
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 5px 10px;
}

.sbcontent {
	margin-left: 0px;
}

.entry-content .sbcontent ul li {
	margin: 0px 0px 2px;
	line-height: 19px;
	list-style: disc outside none;
}

/*.wp-caption-text {*/
  /*text-align: center;*/
/*}*/

.wp-caption .wp-caption-text {
    font-size: 12px;
	font-style: italic;
    color: rgb(120,120,120);
	margin: 0 0 5px;
	text-align: center;
}

.search_text {
	width: 300px;
	font-size: 16px;
	margin: 0px 0px 0px 5px;
	background-color: rgb(244, 245, 244);
	border-width: 1px;
	border-style: solid;
	border-color: #009;
	margin-top: 0px;
	height: 20px;
}

.search_submit {
	width: auto;
	height: 22px;
	font-size: 14px;
	margin: 0px 0px 0px 5px;
	background-color: rgb(244, 245, 244);
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	margin-top: 0px;
}

#primary {
	border-left: 1px solid rgb(230, 230, 230);
	border-right: 1px solid rgb(230, 230, 230);
}

.entry-content ul li {
	margin: 0px 0px 3px;
	line-height: 20px;
	color: rgb(80, 80, 80);
	text-align: justify;
	list-style: none outside url("/img/li2.png");
}

.entry-content ol {
	counter-reset: mylist1;
}

.entry-content ol li {
	position: relative;
	list-style: none;
	margin: 0px 0px 3px;
	line-height: 20px;
	color: rgb(80, 80, 80);
	text-align: justify;
}

.entry-content ol li:before {
	counter-increment: mylist1;
	content: counter(mylist1) ". ";
	color: #369;
	font-size: 12px;
	position: absolute;
	font-weight: bold;
	text-align: center;
	left: -2em;
	width: 2em;
}

.entry-content ol ul {
	counter-reset: mylist2;
}

.entry-content ol ul li:before {
	counter-increment: mylist2;
	content: "";
}

.entry-content ol ul li {
	list-style: none outside url("/img/li2.png");
}

h1.entry-title {
  font-size: 2.4rem;
  word-wrap: break-word;
  margin-bottom: 0px;
  font-size: 20px;
}

.clearfix:after { content: ".";display: block;height: 0;clear: both;visibility: hidden;line-height:0px;font-size:1px; }
#subtopics {border:1px solid #C8E0E7;text-align:left;}
div.block {margin-bottom:20px;}
*.subheader {height:30px;padding:5px 0 0 10px;color:#fff;background:transparent url(/img/gradient.png) repeat-x;border-top:2px solid #155E5E;}
*.subheader.blue {border-top:0;color:#fff;height:auto;padding:6px 10px 7px;margin: 0px;background:#3091C7 url(/img/gradient.png) repeat-x;}
#subtopics div.column {width:216px;float:left;}
#subtopics div.group {width:100%;border:1px solid #C8E0E7;border-top:0;border-left:0;}
#subtopics div.group p {padding: 0px; margin: 0px;}
#subtopics div.group span.alpha-symbol {float:left;display:block;padding-top:2px;margin:10px;width:20px;height:20px;text-align:center;color:#fff;font-weight:bold;font-size:12px;line-height:16px;background:url(/img/alpha-symbol.png) no-repeat;}
#subtopics div.group ul {float:left;width:140px;min-height:27px;padding:8px 10px 8px 25px;border-left:1px solid #C8E0E7;margin: 0px;font-size:12px;}
#subtopics div.group ul li {list-style: circle outside none; margin: 0px;}
#subtopics div.group ul li a {display:block;padding:2px;}
/*#subtopics div.group ul li a:hover {background:#D0E7E6;}*/

.main_news {
	margin: 0px 0px 30px;
	float: left;
	font-size: 12px;
}

.main_news_first {
	float: left;
	max-width: 380px;
	width: 55%;
	margin-right: 5px;
}

.main_news_other {
	float: left;
	/*max-width: 310px;*/
	width: 40%;
}

.main_news_other ul {
  list-style: none outside none;
  font-size: 12px;
  margin: 0px;
}

.main_news_other li {
  display: block;
  min-height: 67px;
  padding: 14px 0px 8px;
  text-align: left;
}

.main_news_other li img {
	float: left;
    border: 1px solid rgb(224, 224, 224);
    margin-right: 5px;
    padding: 1px;
}

/*--------- dem poll plugun -----------*/
.democracy { position:relative; }
.dem-graph { position:relative; font:9px/10px arial, sans-serif; margin-top:0px; padding-right:1px; margin-bottom:3px; }
.dem-graph a, 
.dem-graph a:hover { display:block; float:left; height:5px; cursor:default; text-decoration:none; border:0; }


.dem-winner a, 
.dem-winner a:hover { border-right:0; }
.dem-winner { padding-right:0; }

.dem-graph b, 
.dem-graph i { float:left; display:block; position:absolute; margin-left:3px; font-weight:bold; font-style:normal; }

/* kubrick fixies */
.democracy form { text-align:left; }

html>body .entry .democracy ul { text-indent:0 !important; }


/* Базовые стили */
.democracy input { vertical-align:middle; }
.dem-graph a i, 
.dem-graph a:hover b { display:none; }
.dem-graph a:hover i { display:block; }

/* IE hack - display or visibility don't work */
* html .dem-graph a i, 
* html .dem-graph a:hover b { filter:alpha(opacity=0); display:block; }
* html .dem-graph a:hover i { filter:alpha(opacity=100); display:block; }


.dem-total-votes, 
.dem-added-by-guest { display:block; margin:0; text-align:right; font-size:80%; color:#999; }
.dem-user-added { display:block; color:#999; }

.dem-archives .democracy { margin-bottom:20px; padding-bottom:20px; border-bottom:1px dashed #ccc; }

.dem_copyright{ position:absolute; bottom:-10px; right:-10px; text-decoration:none; color:#cccccc!important; }



/* не базовые стили */
.democracy { max-width:350px; margin: 0px 0px 20px; }
.democracy input { vertical-align:middle; margin-right:5px; }
.addAnswerText { width:80%; }
.dem-add-answer{ display:block; text-align:right; margin-top:4px; }

.dem-graph { border:1px solid #ccc; height:10px; }
.dem-graph a, 
.dem-graph a:hover { background:#efefef; border-bottom:5px solid #8bf; }


* html .dem-graph a, 
* html .dem-graph a:hover { border-bottom-width:6px; }
* html .dem-graph { height:11px; }

.dem-graph b, 
.dem-graph i { color:#555; }
.dem-voted-for-this { border-color:#FFC078; }

.poll-question{ display:block; margin:0 0 5px 0; font-size:100%; line-height: 100%; }

/* blix fix */
.democracy ul { padding:0; margin:0 0 10px 0; } 
.democracy label { float:none; display:inline; }
.democracy ul li { list-style:none; background:none; font-size: 12px; }
.dem-vote-link { font-size: 12px; }

.contents {
	width: 300px;
	font-size: 15px;
}

.contents ul {
	margin: 10px 0px 8px 25px;
}

.contents ul li {
	list-style: none outside url("/img/li.png");
	margin: 0px 0px 8px;
	line-height: 17px;
	font-size: 12px;
	text-align: left;
}

/*.contents ul li a {*/
    /*text-decoration: underline;*/
	/*color: rgb(80, 80, 80);*/
/*}*/

@media (max-width: 55em) {
  .header-search {display: none;}  
}

.aq {
	margin: 40px 0px 0px 0px;
	padding: 0px;
	font-size: 13px;
}

.aq span {
	text-decoration: underline;
	font-style: italic;
}

.person {
	font-size: 13px;
	color: rgb(106, 119, 124);
	font-style: italic;
	padding: 8px 0px 0px 14px;
}

.question {
  margin: 0px 0px 7px 5px;
  padding: 7px 20px 7px 100px;
  /*background: rgb(255, 235, 235);*/
  /*background: rgb(224, 255, 166);*/
  background: url("/img/q.png") no-repeat scroll 23px 50% rgb(255, 231, 231);
  border-radius: 1px;
  /*border-left: 3px solid rgb(170, 80, 25);*/
	/*box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);*/
}

.answer {
  margin: 0px 0px 30px 5px;
  padding: 7px 20px 7px 20px;
  /*background: rgb(191, 222, 253);*/
  /*border-radius: 1px;*/
  /*background: rgb(224, 255, 166);*/
  /*background: url("/img/quote.png") no-repeat scroll 23px 50% rgb(255, 231, 231);*/
  /*border-left: 3px solid rgb(170, 80, 25);*/
	/*box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);*/
}

.sovet {
	font-size: 12px;
	line-height: 15px;
	margin: -5px 0px 9px 0px;
}

.sovet ul {
	line-height: 13px;
	margin: 10px 0px 7px 7px;
}

.sovet ul li {
	border-bottom: 1px solid #DDD;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

.example {
    float: right;
    width: 300px;
    margin: 10px;
	padding: 5px 15px 5px 5px;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	background-color: #FFF9F0;
	/*background-color: rgb(255, 244, 187);*/
	/*border-left: 10px solid #E48E29;*/
	border-left: 5px solid #F8D726;
}

.exheader {
    /*color: rgb(120, 30, 5);*/
    color: rgb(34, 34, 34);
	font-weight: bold;
	margin: 0px 0px 5px 10px;
}

.excontent {
	margin-left: 5px;
	color: #333;
    text-align: justify;
	/*text-indent: 15px;*/
}

.amiddle_lside {
    float: right;
    margin: 10px;
}

.example3 {
    width: 100%;
    margin: 10px 0px 10px 0px;
	padding: 5px 15px 5px 5px;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	background-color: #F2F5F8;
}

.example2 {
    float: right;
    width: 290px;
    margin: 10px 0px 10px 10px;
	padding: 5px 15px 5px 5px;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	border-left: 5px solid #F8D726;
}

.example2 img {
	border: 0px !important;
}

.sc_section {
	border: 0px !important;
}

.mytest {
	margin-bottom: 15px;
}

.mytest ul {
	margin: 0px;
	display: none;
}

.mytest ul li {
	border: 0;
	list-style: none;
	margin: 0px 0px 0px -3px;
	padding: 0px 0px 0px -3px;
}

#rem {
	padding: 3px 3px 3px 3px;
	margin-bottom: 0px;
	background-color: #F2F5F8;
	border: 1px solid #7ad;
	display: none;
}

#question {
	font-weight: bold;
	display: none;
}

#right_answ {
	font-weight: bold;
	font-size: 14px;
	color: green;
	text-align: center;
	text-transform: uppercase;
	display: none;
}

#wrong_answ {
	font-weight: bold;
	font-size: 14px;
	color: red;
	text-align: center;
	text-transform: uppercase;
	display: none;
}

.myhidden {
	display: none;		
}

.myButton {
	cursor: pointer;
	border-radius: 6px;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 19px;
	border: 1px solid #CB9A3B;
	width: 100%;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75) inset, 0px 0px 0px #FFF, 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 0px #FFF;
	background-image: linear-gradient(to bottom, #FEDA71, #FEBB49);
	margin-top: 15px;
}

#quiz_title {
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	margin: 15px 0px 10px 0px;
	height: 80px;
	background: url("/img/quiz_bg.png") no-repeat scroll 0px 0px rgb(255, 255, 255);
	padding-top: 60px;
}

#quiz_res {
	font-size: 14px;
	text-align: center;
	color: #777;
	display: none;
}

#quiz_result {
	font-weight: bold;
	font-size: 17px;
	color: #E48E29;
	text-align: center;
	margin: 10px 0px 10px 0px;
	display: none;
}

#quiz_block {
	margin: -5px 0px 9px 0px;
	width: 157px;
}

#quiz_stats {
	text-align: center;
	display: block;
	margin-top: 7px;
}

#quiz_changer {
	margin-top: 3px;
	font-size: 12px;
	width: 157px;
	border: 1px solid #F9E0E0;
}

#area_stats ul { padding:0; margin:0 0 0 0; } 
#area_stats label { float:none; display:inline; }
#area_stats ul li { list-style:none; background:none; font-size: 12px; }
#area_stats p { font-size: 14px; } 

.calculator {
	background: #FFE7E7 none repeat scroll 0% 0%;
	border: 1px solid #F9E0E0;
	border-radius: 10px;
	padding: 10px;
	width: 95%;
}

.calculator table {
	border: 0px none;
	width: 350px;
	margin: 0 auto;
}

.calculator table tr {
	border: 0px none;
}

.calculator table td {
	border: 0px none;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.text1 {
	width: 70px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.sample {
	margin: 0px 0px 10px 20px;
	font-size: 13px;
	line-height: 18px;
	color: #930;
	/*font-style: italic;*/
}

.sample p {
	padding: 0px 0px 0px 0px;
}

.sample ul {
	margin: 0px 0px 0px 20px;
}

.sample ul li {
	list-style: none outside url("img/li2.png");
	font-size: 13px;
	line-height: 16px;
	color: #930;
}

.question2 {
	background: url('/img/quest.png') no-repeat scroll left 6px transparent;
	margin: 0px 0px 5px 0px;
	padding-left: 35px;
	font-size: 14px;
	color: #555;
}

.answer2 {
	font-size: 15px;
	margin-bottom: 50px;
}

.box {
	color: #333;
	background-color: #acf;
	padding: 0.3em 0.6em 0.3em;
	font-size: 75%;
	font-weight: bold;
	border-radius: 0.25em;
	margin-left: 10px;
}

@media screen and (max-width: 48.125em) {
#header	{display: none;}
body {background: #fff;}
#navcontainer {display: none;}
.entry-header h1 {
  font-size: 20px;
  line-height: 23px;
}
}

.politics {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 16px;
	margin: 10px 0px 10px 0px;
	color: #555;
}

.politics a {
  text-decoration: underline;
}

.youtube_container {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%;
}
.video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.redblock {
  margin-bottom: 1em;
  padding: 0.8em 1.6em 0.8em;
  border-left: 10px solid #f00;
  background: #eee2dd;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 15px;
  font-weight: 600;
}

.blueblock {
  margin-bottom: 1em;
  padding: 0.8em 1.6em 0.8em;
  border-left: 10px solid #3363ad;
  background: #dde;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 15px;
  /*font-weight: 600;*/
}

.mod_date {
	display: block;
    width: 100%;
    padding-bottom: 5px;
    text-align: right;
    font-style: italic;
    font-size: 12px;
    color: #999999;
    margin-top: -50px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
.ff {
	float: none;
	margin: 0 auto 15px !important;
	width: 100%;
}
.entry-content table,
.entry-content table p,
.entry-content table ul,
.entry-content table ul li
{
  font-size: 13px;
  font-size: 1.3rem;
}
}

@media screen and (max-width: 700px) {
.amiddle_lside {
	float: none;
	width: 100%;
	margin-left: 60px;
}
.sidebox {
	float: none;
	width: 100%;
}
.entry-content table tr td
{
	padding-left: 5px;
	padding-right: 5px;
	word-break: break-all;
}
.entry-content table,
.entry-content table p,
.entry-content table ul,
.entry-content table tr td,
.entry-content table ul li
{
  font-size: 13px;
  font-size: 1.3rem;
}
.mod_date {
    margin-top: -23px;
    margin-bottom: 10px;
}
}

.nb {
	border: 0px !important;
}

.entry-content a {
	border-bottom: 1px solid #ccc;	
}

.entry-content a:hover {
	border-bottom: 0;	
}

.author_blok {
	margin: 10px 10px 40px 0px;
	padding: 10px 10px 12px 20px;
	border: 1px solid #bbb;
}

.atop {
    float: right;
    width: 340px;
    margin-left: 10px;
    text-align: left;
	/*border: 1px solid #33669954;*/
}

#abottom {
    float: left;
    width: 100%;
    text-align: center;
	margin-bottom: 10px;
	/*border: 1px solid #33669954;*/
}

#amiddle {
    float: none;
    width: 100%;
    text-align: center;
	margin-bottom: 20px;
	/*border: 1px solid rgb(248, 15, 38);*/
}

#amiddle p {
    text-align: center;
	margin: 0px;
	padding: 0px;
}

.aside {
    float: left;
    width: 100%;
	/*height: 600px;*/
    text-align: center;
	/*border: 1px solid rgb(248, 15, 38);*/
}

.rklm {
	box-sizing: inherit;
	font-size: 12px;
	text-align: center!important;
	display: block;
	margin: 0px;
	background-color: #3366992e!important;
}

