/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
  font: 14px/200% Tahoma, Geneva, sans-serif;
  color: #000;
/*  background: #000;*/
}

strong{font-weight: bold;}
em {font-style: italic;}

/* ------------------ Table Styles ------------------ */

table {
  border: 0;
  border-spacing: 0;
  /*font-size: 0.857em;*/
  margin: 10px 0;
  width: 100%;
}
table table {
  font-size: 1em;
}

table tr th {
  background: #757575;
  background: rgba(0, 0, 0, 0.51);
  border-bottom-style: none;
}
table tr th,
table tr th a,
table tr th a:hover {
  color: #FFF;
  font-weight: bold;
}
table tbody tr th {
  vertical-align: top;
}
tr td,
tr th {
  padding: 4px 9px;
  border: 1px solid #fff;
  text-align: left; /* LTR */
}

tr.odd {
  background: #e4e4e4;
  background: rgba(0, 0, 0, 0.105);
}
tr,
tr.even {
  background: #efefef;
  background: rgba(0, 0, 0, 0.063);
}
table ul.links {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
table ul.links li {
  padding: 0 1em 0 0;
}

/*  form elements   */



html, body {
    height: 100%;
}


a {color: #eee;}
a img {border: none;}
#block-system-main a{color: #516325}

h1 {color: #000000; font-size: 18px;  margin: 1ex 0; font-weight: bold;}
h2 {margin: 1ex 0 1ex 0; font-size: 16px; color: #000000;}
h3 {margin: 1ex 0 0 0; font-size: 14px; color: #000000;}
h4 {font-size: 12px; color: #000000;}
h5 {margin: 1ex 0 0 0; font-size: 10px; color: #000000;}
h6 {font-size: 8px;}

/*p, ul, ol {font: normal 12px Verdana,sans-serif; line-height: 180%; margin: 1ex 0;}*/
/*p,ul, ol {margin: 1ex 0;}*/

/*strong {color: #000000;}*/
pre{
    font-family: monospace;
}

a:active,a:focus {
outline: none;
}

.rightimg {float: right; display: inline;}




.pager{
    display: table;
    margin: 0 auto; 
    padding: 15px 0;
}
.pager li,
.inline li{
    display: inline-block;
    margin: 0 3px
}

.pager li{
  min-width: 24px;
  height: 24px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAATlBMVEXR0tPR0tPR0dPR0tPR0dPR0tPR0tPR0tPR0tPR0tPR0tPR0tPR0tPR0tPR0tPR0tPR0tPR0tPR0tPR0tPR0tPR0tPR0dPR0tPR0tPR0tO5gVgiAAAAGnRSTlMvMDIyNDQ2OT0/REVLTFNUWVxgZGdsdHR7kHQ0YM0AAAA3SURBVCjPYxRnAIH/jAxogOUfhP6PS4JhSEogPMrIyEAiwKmDhQm7FQwszETpGPwSLLgkcAUJACcSDXKDRDMsAAAAAElFTkSuQmCC') left top repeat-x;
}

.pager li a{
  color: #7c7c7c;
  text-align: center;
  display: block;
  text-decoration: none;
}

.pager li span{
  text-align: center;
  display: block;
}

.pager li:hover:not(.pager-current){
  background: #640405;
}
.pager li:hover a{
  color: #FFF;
}

.selectedTxt,
input[type="password"],
input[type="email"],
input[type="text"],
textarea {background-color: #FFF; padding: 1px 3px; border: 1px solid #dbdbdb; color: #000; 
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    resize: none;
    width: 100%;
    height: 18px;
    line-height: 100%;
}
textarea{height: auto;}
LABEL {display: block;}

.btn-order,
.tabs li,
input[type="submit"] {font: normal 18px Georgia,serif; color: #fff; border: none;cursor: pointer;
  padding:0 15px;
    background: #7a231d;
}


input + label{display: inline-block;}



.tabs li{
    list-style: none !important;
    display: inline-block;
    margin: 0 10px 0 0;
}

.tabs li:hover{
    background: #464646;
}
.tabs li a{color: #FFF;}
.tabs li:hover a{
    color: #FFF;
}

.tabs li a{
    text-decoration: none;
    padding: 5px 10px;
    display: block;
}




#comments {width: 400px;}
.comment + .indented{
    margin-bottom: 40px;
}
.comment-title{
    font: normal 16px Georgia,serif; color: #777;
}

.submitted{
    font-size: 11px;
    font-weight: bold;
}

.comment.administrator{
     background-color: #2C0707;
    border: 1px solid #530000;
    border-radius: 8px;
    padding: 10px 15px;
}


.comment-form{
    width: 480px;
}

.title.comment-form{
    color: #AD0A0A;
    font: 22px Georgia,serif;
    margin: 3ex 0 0;
}
.comments-form-wrapper .description,
.title2.comment-form{
    font: 12px Georgia,serif;
    margin: 0 0 3ex;
}

.form-item{
    margin-bottom: 10px;
}
.comments-form-wrapper{
    margin-bottom: 20px;
}
