html { background: #15171b; }

body { 
  background: #15171b;  
  text-align: center; }

.wrap {
  width: 1140px;
  margin-top: 0;
  position: relative; } 


/* Site Header
------------------------------------ */
header {
   width: 100%;
   text-align: center;
   height: 95px;
   background: #dde3ea;
   color: #1d2939;
   font-family: 'Hind', Arial, "Microsoft Yahei","微软雅黑", STXihei, "华文细黑", sans-serif;
   font-weight: 400;
   letter-spacing: 0; }
   
   body.simple.page-simple header { background: #fff; }

header #logo {
   float: left;
   margin: 24px 0 17px 0;
   height: 53px; }
   
   body.simple.page-simple header #logo { float: none; }


/* Site Footer
------------------------------------ */
footer {
   width: 100%;
   padding: 2em 0;
   height: auto;
   background: #15171b;
   font-family: "Hind", Arial, "Microsoft Yahei","微软雅黑", STXihei, "华文细黑", sans-serif;
   color: #fff;
   text-align:center;
   color: #5d626c;
   font-size: 13px;
   margin-bottom: 0; }

body#home { margin-bottom: 100px; }
         
footer a { color: #fff; }

footer #vote-button { 
   float: left;
   width: 160px; 
   margin-left: 30px; }
   
footer #vote-button a { 
   width: 150px;
   border: 5px #274d83 solid;
   display: block;
   -webkit-transition: all .35s ease-in-out;
   -moz-transition:    all .35s ease-in-out;
   -o-transition:      all .35s ease-in-out;
   -ms-transition:     all .35s ease-in-out;
   transition:         all .35s ease-in-out; }
   
footer #vote-button a:hover { border-color: #fff; }
footer #vote-button a img { display: block; }

footer #vote-button a.convention {
    background: #de681a;
    border-color: #de681a;
    font: 400 17px/1 "Arvo", Georgia, "Microsoft Yahei","微软雅黑", STXihei, "华文细黑", sans-serif;
   text-transform: uppercase;
    margin: 0 0 1em 0;
    padding: 0.5em 0; }
    
footer #vote-button a.convention:hover {
   color: #fff;
   background: #274d83;
   border-color: #274d83; }
   
footer #buttons { 
   float: left;
   width: 180px;
   margin-left: 30px; }

footer #buttons a {
   display: block;
   background: #274d83;
   width: 180px;
   height:15px;
   margin-bottom: 5px;
   padding: 8px 10px 12px 10px !important;
   text-align: left;
   font: 400 15px/1 "Arvo", Georgia, "Microsoft Yahei","微软雅黑", STXihei, "华文细黑", sans-serif;
   text-transform: uppercase;
   color: #96a3bb !important;
   -webkit-transition: all .35s ease-in-out;
   -moz-transition:    all .35s ease-in-out;
   -o-transition:      all .35s ease-in-out;
   -ms-transition:     all .35s ease-in-out;
   transition:         all .35s ease-in-out; }
   
footer #buttons .icons { font-size: 19px; top: -2px; padding-right: 5px; vertical-align: bottom; }
footer #buttons a.contribute { padding: 6px 10px 14px 10px !important; }
footer #buttons .contribute .icons { font: 600 23px/1 "Raleway", Arial, "Microsoft Yahei","微软雅黑", STXihei, "华文细黑", sans-serif !important;  }

footer #buttons a:hover { 
   color: #fff !important; 
   background: #e15604 !important; }


footer #copyright {
   clear: both;
   font-size: 13px;
   display: inherit;
   margin: 2em 0 1em 0; }
   
footer #copyright .icons { font-size: 15px; margin: 0 .25em; }
   
footer #paidfor {
   border: 1px #383a3d solid;
   padding: 0.5em 1em;
   display: initial;
   clear: both;
   margin: 0 auto; }
   
footer #copyright span, footer #paidfor span { margin: 0 3%; }

footer #credit {
   clear: both;
   display: block;
   margin: 1em 0; }
   
footer #back-to-top {
   display: none; }
