html,
body,
div,
span,
object,
iframe,
p,
pre,
a,
code,
em,
img,
ins,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
ol,
ul {
  list-style: none;
}
li {
  list-style-type: none;
}
img {
  max-width: 100%;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  border: 0;
  height: 1px;
  background: none;
  clear: both;
  visibility: hidden;
}
.fl {
  float: left;
  width: 48%;
}
.fr {
  float: right;
  width: 48%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
body {
  font-family: Sylfaen, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  background: #e8e8e8;
}
a {
  color: #00529e;
}
a:hover {
  color: #ff4800;
}
.container {
  width: 960px;
  padding: 25px 26px;
  margin: 25px auto 50px;
  background: #ffffff url(files/container-bg.png) repeat-x;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 40px #c7c4bb;
  -moz-box-shadow: 0 0 40px #c7c4bb;
  box-shadow: 0 0 40px #c7c4bb;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.content-wrapper {
  margin-top: 18px;
}
.primary {
  width: 655px;
  margin-right: 20px;
  float: left;
}
.secondary {
  width: 280px;
  float: right;
}
.header {
  position: relative;
  border-top: 4px solid #000;
  padding-top: 16px;
  background: #122d65 url(files/header-bg.png);
}
.header .logo {
  margin-left: 16px;
}
.header .nav {
  position: relative;
  border-top: 1px solid #00529e;
  margin-top: 20px;
  background: #222;
  margin-bottom: 18px;
  *zoom: 1;
}
.header .nav:before,
.header .nav:after {
  display: table;
  content: "";
}
.header .nav:after {
  clear: both;
}
.header .nav li {
  display: block;
  float: left;
}
.header .nav li a {
  display: block;
  float: left;
  padding: 12px 18px 16px;
  color: #fff;
  color: #fabc01;
  border-right: 1px solid #333;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.15em;
}
.header .nav li a:hover {
  background: #000;
  color: #fabc01;
  color: #fff;
}
.header .user-panel {
  position: absolute;
  top: 16px;
  right: 25px;
  height: 100px;
  border-left: 1px dotted #fabc01;
  padding-left: 15px;
  color: #fff;
}
.header .user-panel a {
  text-decoration: none;
  color: #999;
}
.header .user-panel a:hover {
  text-decoration: underline;
  color: #fff;
}
.header .user-panel h4 {
  font-size: 12px;
  margin-top: 17px;
  padding-bottom: 4px;
}
.header .user-panel h4 a.username {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  font-weight: bold;
}
.header .user-panel h4 a.username:hover {
  color: #fabc01;
}
.header .user-panel h4 a.logout {
  color: #f11;
  margin-left: 8px;
}
.header .user-panel h4 a.logout:hover {
  color: #f55;
}
.header .user-panel ul li {
  display: block;
  font-size: 12px;
}
.header .user-panel ul li a.adminlink {
  color: #70bc0f;
}
.header .user-panel ul li a.adminlink:hover {
  color: #8ceb13;
}
.header .user-panel form div {
  margin: 18px 0 5px;
}
.header .user-panel form input {
  width: 100px;
  padding: 3px;
  margin-right: 2px;
}
.header .user-panel form button {
  padding: 3px 7px 5px;
  margin-right: 8px;
  margin-left: 0;
  cursor: pointer;
  border: 1px solid #FFAE00;
  background: #FEBF01;
  font-size: 12px;
  font-weight: bold;
}
.header .searchbox {
  width: 295px;
  position: absolute;
  top: 7px;
  right: 0;
}
.header .searchbox fieldset {
  border: 0;
  padding: 0;
}
.header .searchbox fieldset input[type="text"] {
  width: 75%;
  padding: 6px 8px;
  font-size: 12px;
  border: 0;
  background: #fff;
}
.header .searchbox fieldset input[type="text"]:focus {
  box-shadow: none;
  outline: 0;
}
.header .searchbox fieldset input[type="submit"] {
  padding: 6px 8px;
  font-size: 12px;
  cursor: pointer;
  background: #00529e;
  color: #fff;
  border: none;
}
.header .searchbox fieldset input[type="submit"]:hover,
.header .searchbox fieldset input[type="submit"]:focus {
  background: #006cd1;
}
.header .searchbox fieldset input[type="submit"]:active {
  background: #555;
}
.archive-box {
  clear: both;
  background: #f0f0f0;
  border: 1px solid gainsboro;
  border-right: 0;
  border-left: 0;
  padding: 15px 26px;
  margin: 0 -26px;
}
.archive-box h3 {
  color: black;
  font-size: 1.2em;
  margin-bottom: 15px;
}
.archive-box a {
  margin: 0 15px 10px 0;
  display: inline-block;
}
.archive-box b {
  font-weight: normal;
}
.archive-box br {
  display: none;
}
.footer {
  clear: both;
  padding: 25px 0 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  *zoom: 1;
}
.footer:before,
.footer:after {
  display: table;
  content: "";
}
.footer:after {
  clear: both;
}
.footer .copyright {
  float: left;
}
.footer .counters {
  float: right;
}
.sideblock {
  margin-bottom: 20px;
  border: 1px solid #d6d6d6;
  border-top: 0;
  padding: 5px;
  text-align: center;
}
.sideblock h4 {
  text-align: left;
  display: block;
  padding: 5px 12px 8px;
  margin: -6px -6px 5px -6px;
  color: #fff;
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #000000, #222222);
  background-image: -ms-linear-gradient(top, #000000, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#222222));
  background-image: -webkit-linear-gradient(top, #000000, #222222);
  background-image: -o-linear-gradient(top, #000000, #222222);
  background-image: linear-gradient(top, #000000, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#222222', GradientType=0);
  background-image: url(files/navlogo.png);
  background-repeat: no-repeat;
  background-position: top right;
}
.subnav {
  margin: -5px -5px -6px -5px;
  text-align: left;
}
.subnav li {
  display: block;
}
.subnav li a {
  display: block;
  padding: 4px 12px 7px;
  border-bottom: 1px solid #d6d6d6;
  text-decoration: none;
  background: #f4f4f4;
  color: #333;
}
.subnav li a:hover {
  background: #fabc01;
  color: #000;
}
.sideblock table {
  width: 277px;
  margin: -5px -5px -6px -5px;
}
.sideblock table th {
  font-weight: bold;
}
.sideblock table th.number {
  width: 16px;
  text-align: center;
}
.sideblock table tr:hover {
  background: #dcdcdc;
}
.sideblock table tr.real {
  background: #136abb;
  color: #fff;
}
.sideblock table td {
  border: 1px solid #f3f3f3;
  border-bottom-color: #dcdcdc;
  padding: 3px 6px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
}
.sideblock table td.team {
  font-family: Sylfaen, Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: left;
}
.story {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #dcdcdc;
  padding: 7px 15px 0;
  background: #ffffff url(files/container-bg.png) repeat-x;
}
.story h3 {
  padding: 0 0 13px 0;
  font-size: 1.6em;
}
.story h3 a {
  text-decoration: none;
}
.story h3 a:hover {
  text-decoration: underline;
}
.story .toolbar {
  height: 24px;
  padding: 8px 15px;
  margin: 0 -15px 10px -15px;
  border: 1px solid #dcdcdc;
  border-right: 0;
  border-left: 0;
  color: #666;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.story .toolbar span {
  margin-right: 8px;
  padding-right: 12px;
  border-right: 1px solid #dcdcdc;
}
.story .toolbar span a {
  color: #666;
  text-decoration: none;
}
.story .toolbar .cats {
  color: #fff;
  font-size: 1px;
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.story .toolbar .cats a {
  display: block;
  float: left;
  padding: 3px 6px 4px 7px;
  margin-right: 4px;
  text-decoration: none;
  font-size: 12px;
  background: #d6d6d6;
  color: #444;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.story .toolbar .cats a:hover {
  background: #fabc01;
  color: #000;
}
.story .toolbar .comments-count,
.story .toolbar .views-count {
  position: relative;
  top: 2px;
  background-image: url(files/comments-icon.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 23px;
}
.story .toolbar .comments-count {
  margin-left: 7px;
}
.story .toolbar .views-count {
  background-image: url(files/views-icon.png);
}
.story .photo,
.story .short-text,
.story .full-text,
.story .read-more {
  margin-bottom: 15px;
}
.story .photo {
  text-align: center;
}
.story .edit-link {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.story .edit-link a {
  color: #70bc0f;
}
.static-page {
  position: relative;
  border: 1px solid #dcdcdc;
  padding: 7px 15px 15px;
  background: #ffffff url(files/container-bg.png) repeat-x;
}
.static-page h3 {
  padding: 0 0 13px 0;
  font-size: 2.2em;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 15px;
}
.static-page h3 a {
  text-decoration: none;
}
.static-page h3 a:hover {
  text-decoration: underline;
}
.static-page .static-more {
  margin-bottom: 15px;
}
.comment-item {
  position: relative;
  border: 1px solid #dcdcdc;
  margin-bottom: 20px;
}
.comment-item .toolbar {
  position: relative;
  padding: 10px;
  background: #FDF7F1;
  border-bottom: 1px solid #dcdcdc;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  *zoom: 1;
}
.comment-item .toolbar:before,
.comment-item .toolbar:after {
  display: table;
  content: "";
}
.comment-item .toolbar:after {
  clear: both;
}
.comment-item .toolbar .avatar {
  border-right: 1px dotted #A8A8A8;
  padding-right: 15px;
  margin-right: 15px;
  min-width: 100px;
  float: left;
}
.comment-item .toolbar li {
  display: inline;
  margin-right: 5px;
}
.comment-item .toolbar ul.user-info {
  float: left;
  font-size: 12px;
  color: #666;
  display: inline;
}
.comment-item .toolbar ul.user-info .comment-id {
  font-weight: bold;
  color: #000;
}
.comment-item .toolbar ul.user-info .author {
  font-weight: bold;
  font-size: 1.2em;
  color: #000;
  margin-bottom: 9px;
}
.comment-item .toolbar ul.links {
  float: right;
}
.comment-item .avatar {
  border-right: 1px dotted #A8A8A8;
  padding-right: 15px;
  margin: 10px 15px 20px 15px;
  min-width: 100px;
  float: left;
}
.comment-item .comment-text {
  margin: 14px 15px;
}
.comment-item .signature {
  border-top: 1px dotted #ccc;
  padding-top: 14px;
  margin: 0 15px 14px;
  font-size: 12px;
}
.add-comment {
  margin: 35px 0;
}
.add-comment .codes-wrapper {
  float: left;
}
.add-comment .gkbd-message {
  font-size: 10px;
  color: #777;
  width: 170px;
  margin: -4px 0 0 0;
  float: right;
}
.add-comment textarea {
  clear: both;
  display: block;
  width: 100%;
  padding: 10px 10px 11px;
  border: 1px solid;
  border-color: #bcbcbc #ccc #ccc #bcbcbc;
  -webkit-box-shadow: inset 2px 2px 5px #f0f0f0;
  -moz-box-shadow: inset 2px 2px 5px #f0f0f0;
  box-shadow: inset 2px 2px 5px #f0f0f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 150px;
}
.add-comment textarea:focus {
  border-color: #999;
  background: #fffbe0;
  box-shadow: none;
  color: #000;
  outline: 0;
}
.add-comment .btn {
  border: 0;
  background-color: #141414;
  background-image: -moz-linear-gradient(top, #222222, #000000);
  background-image: -ms-linear-gradient(top, #222222, #000000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#000000));
  background-image: -webkit-linear-gradient(top, #222222, #000000);
  background-image: -o-linear-gradient(top, #222222, #000000);
  background-image: linear-gradient(top, #222222, #000000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#000000', GradientType=0);
  padding: 14px 15px 17px;
  color: #fff;
  font-weight: bold;
  margin: 5px 0 0 0;
  cursor: pointer;
}
.add-comment .btn:hover {
  background-color: #e6ad01;
  background-image: -moz-linear-gradient(top, #fabc01, #c79601);
  background-image: -ms-linear-gradient(top, #fabc01, #c79601);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fabc01), to(#c79601));
  background-image: -webkit-linear-gradient(top, #fabc01, #c79601);
  background-image: -o-linear-gradient(top, #fabc01, #c79601);
  background-image: linear-gradient(top, #fabc01, #c79601);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fabc01', endColorstr='#c79601', GradientType=0);
}
#dle_emo {
  width: 250px !important;
}
#dle_emo table {
  width: 230px !important;
}
.profile {
  position: relative;
  padding-left: 130px;
}
.profile img.avatar {
  position: absolute;
  left: 15px;
  top: 14px;
  max-width: 100px;
}
.profile ul li {
  display: block;
  margin-bottom: 5px;
}
.profile ul .name {
  font-weight: bold;
  font-size: 2em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-top: 3px;
}
.message-alter {
  margin-bottom: 35px;
  padding: 10px;
  border: 1px dotted #ccc;
}
.message-alter h4 {
  font-size: 1.4em;
  margin-bottom: 10px;
}
.pager {
  color: #666;
  border: 0;
  margin: 0 0 35px 1px;
  width: 500px;
}
.pager .pn-links {
  font-size: 1.4em;
  margin-bottom: 25px;
  display: block;
}
.pager .pn-links a {
  color: #000;
}
.pager .pn-links a:hover {
  color: #1f49a0;
}
.pager .pn-links em {
  padding: 0 6px;
}
.pager .pagenumbers {
  font-size: 1em;
  margin-bottom: 25px;
  font-family: verdana;
}
.pager .pagenumbers a,
.pager .pagenumbers a:visited,
.pager .pagenumbers a:active {
  text-decoration: none;
  color: #fff;
  background: #666;
  padding: 4px 7px;
}
.pager .pagenumbers a:hover {
  background: #00529e;
  color: #fff;
}
.pager .pagenumbers span {
  text-decoration: none;
  padding: 4px 7px;
  background: #fabc01;
  color: #000;
  font-weight: bold;
}
.voteBox {
  padding: 8px;
  text-align: left;
}
.voteBox h4 {
  margin: -8px;
  margin-bottom: 10px;
}
.voteBox h5 {
  margin-bottom: 8px;
}
.voteBox div.vote {
  margin-bottom: 4px;
  margin-left: 0;
}
.voteBox input,
input.addCbutton {
  margin: 5px 10px 0 0;
  padding: 4px 6px 5px 6px;
  background: #00519d;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
}
.voteBox input.vresults {
  background: #fff;
  color: #7daf10;
  padding-left: 9px;
}
.voteBox p {
  margin-top: 10px;
}
.form {
  color: #000;
  font-size: 13px;
}
.form fieldset,
.form li {
  margin: 0 0 20px 0;
}
.form label {
  position: relative;
  display: block;
  margin: 0 0 7px 0;
  font-weight: bold;
}
.form label em {
  color: #777;
  margin-left: 3px;
  font-weight: normal;
  font-style: normal;
}
.form select {
  min-width: 300px;
  margin: 0 0 0 -1px;
}
.form .inp,
.form input[type="text"],
.form input[type="password"],
.form textarea {
  display: block;
  width: 100%;
  padding: 10px 10px 11px;
  border: 1px solid;
  border-color: #bcbcbc #ccc #ccc #bcbcbc;
  -webkit-box-shadow: inset 2px 2px 5px #f0f0f0;
  -moz-box-shadow: inset 2px 2px 5px #f0f0f0;
  box-shadow: inset 2px 2px 5px #f0f0f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form .inp:focus,
.form input[type="text"]:focus,
.form input[type="password"]:focus,
.form textarea:focus {
  border-color: #999;
  background: #fffbe0;
  box-shadow: none;
  color: #000;
  outline: 0;
}
.form input[type="radio"] {
  position: relative;
  top: 3px;
}
.form input[type="checkbox"] {
  position: relative;
  top: 2px;
}
.form .btn {
  border: 0;
  background-color: #141414;
  background-image: -moz-linear-gradient(top, #222222, #000000);
  background-image: -ms-linear-gradient(top, #222222, #000000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#000000));
  background-image: -webkit-linear-gradient(top, #222222, #000000);
  background-image: -o-linear-gradient(top, #222222, #000000);
  background-image: linear-gradient(top, #222222, #000000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#000000', GradientType=0);
  padding: 14px 15px 17px;
  color: #fff;
  font-weight: bold;
  margin: 5px 0 0 0;
  cursor: pointer;
}
.form .btn:hover {
  background-color: #e6ad01;
  background-image: -moz-linear-gradient(top, #fabc01, #c79601);
  background-image: -ms-linear-gradient(top, #fabc01, #c79601);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fabc01), to(#c79601));
  background-image: -webkit-linear-gradient(top, #fabc01, #c79601);
  background-image: -o-linear-gradient(top, #fabc01, #c79601);
  background-image: linear-gradient(top, #fabc01, #c79601);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fabc01', endColorstr='#c79601', GradientType=0);
}
.form .vertical-radios,
.form .horizontal-radios,
.form .single-checkbox,
.form .vertical-checkboxes,
.form .horizontal-checkboxes {
  margin-bottom: 22px;
}
.form .vertical-radios label.lb,
.form .horizontal-radios label.lb,
.form .single-checkbox label.lb,
.form .vertical-checkboxes label.lb,
.form .horizontal-checkboxes label.lb {
  font-weight: normal;
  margin: 0 0 4px -4px;
}
.form .horizontal-radios label.lb {
  display: inline;
  margin: 0 12px 0 -4px;
}
.form .single-checkbox label.lb {
  margin: 0 0 0 -3px;
}
.form .vertical-checkboxes label.lb {
  margin: 0 0 4px -3px;
}
.form .horizontal-checkboxes label.lb {
  display: inline;
  margin: 0 12px 0 -3px;
}
.form .date input {
  width: 30%;
}
.form .file {
  position: relative;
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.form .file label {
  margin: -10px -10px 10px -10px;
  padding: 10px;
  background: #dcdcdc;
}
.form .file input {
  width: 50%;
  margin-left: -1px;
}
.form .file img {
  position: absolute;
  top: 15px;
  right: 15px;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
}
.form .file p {
  margin: 8px 0 0 0;
  color: #999;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: italic;
  font-size: 11px;
}
.form .buttons {
  margin: 20px 0 0 0;
}
.registration-form .inp {
  width: 70% !important;
}
.registration-form .username {
  position: relative;
}
.registration-form .username input[type="button"] {
  position: absolute;
  top: 26px;
  right: 92px;
  padding: 6px 8px;
  font-size: 12px;
  cursor: pointer;
  background: #00529e;
  color: #fff;
  border: none;
}
.registration-form .username input[type="button"]:hover,
.registration-form .username input[type="button"]:focus {
  background: #006cd1;
}
.registration-form .username input[type="button"]:active {
  background: #555;
}
