#page {
  background-color:#ccc;
}

#header {
  background-color:#000;
} 
 
#header-inner {
  width:940px;
  margin:0 auto;
  padding: 10px 0;
  height:52px;
}
 
#logo {
  float:left;
}
 
#stats {
  float: left;
  font-family: arial, helvetica, sans-serif;
  color: #797A75;
  font-size: 10px;
  padding: 14px 15px;
}
 
#nav {
  background:#222831 url('images/bg-nav.png') repeat-x 0 50%;
  min-height:10px;
}
 
#logo {
font-family: Georgia, Times, serif;
font-size: 40px;
color: #696A65;
}
 
#logo #catalan {
  color: #9B6A65;
}
 
#logo #dictionary {
  color: #969B65;
}
 
#facebook-btn, .twitter-follow-button, #plusone {
  float:right;
  margin:10px 0 0 5px;
  padding-top:9px;
}

#plusone-result {
  float:right;
  margin:-50px 0 0 5px;
}
 
#facebook-btn {
  border:none; 
  overflow:hidden; 
  width:50px; 
  height:21px;
}
 
a, a:active, a:visited { 
  color: #69b5e1; 
  text-decoration:none; 
}
 
a:hover { 
  color: #036; 
  text-decoration: underline; 
}
 
ul, ol {
  margin:1px;
}
 
li {
  margin-bottom:.3em;
}
 
.main-content {
 width: 560px;
 align: center;
 padding-top: 20px;
 display: inline-block;
 z-index: 4;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 box-shadow: 0 3px 4px rgba(0, 0, 0, .5);
 -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, .5);
 -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .5);
 position: relative;
 background: white;
 min-height: 90px;
 background: whiteSmoke;
}
 
.outer {
 margin: 0 auto 0 auto;
 max-width: 500px;
 margin-top: 60px;
 padding-bottom: 300px;
}
 
#header .outer {
 margin-top: 0px;
 padding-bottom: 0px;
}
 
#options {
  margin-top: 5px;
  font-size: 80%;
  color: #696A65; 
}
 
.page-search {
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  padding: 15px 20px 0 20px;
  position: relative;
  z-index: 2;
  zoom: 1;
  border-top-left-radius: 5px 5px;
  border-top-right-radius: 5px 5px;
}
 
.search-button {
-x-system-font: none;
cursor: pointer;
overflow: hidden;
font-size: 115%;
height: 30px;
}
 
#footer {
  height: 85px;
  background:#14181d url('images/bg-nav.png') repeat-x top center;
  position: relative;
  margin-top: -85px; /* Negative value of footer height */
  font-size:14px; 
} 
 
#footer-inner {
  width:940px;
  margin:0 auto;
  padding: 20px 0;
  height:11px;
}
 
#links-inner {
  background-color: #000000;
  margin: 0px;
}

#links-inner ul {
  margin:0;
}
 
#links-inner li {
  display:inline-block;
  margin-left:7px;
  color: #ffffff;
}
 
#links-inner li:first-child {
  margin-left:0;
}
 
#links-inner li a {
}
 
#links-inner li a:hover {
  color:#ffffff;
}
 
#about-links {
  text-align:center;
}
 
#legal-links {
  text-align:center;
}
 
#legal-links li {
  font-weight:normal;
  font-size:9px;
}
 
.legal {
  font-style:italic;
  font-size:11px;
  color:#444;
}

.results {
   padding: 20pt   
}

#share {
  float: right;
}

#plusone-cnt {
  display: block;
  padding-bottom: 3px;
}

.slide-out-div {
          padding: 20px;
          width: 250px;
          background: #f2f2f2;
          border: #29216D 2px solid;
}

.icon {
padding-left: 20px;
background-repeat: no-repeat;
background-repeat-x: no-repeat;
background-repeat-y: no-repeat;
background-position: left center;
background-position-x: 0%;
background-position-y: top;
}

.pdf-file {
  background-image: url(/icon/pdf.png);
}

.stamp-fileinfo {
color: rgb(136, 136, 136);
}

.info {
  padding: 30px;
  margin-bottom: 100px;
}

.info h1 {
  letter-spacing: -1px;
  font-size: 32px;
  font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a.button {
  display: block;
  width: 160px;
  margin-top: 10px;
  padding: 6px 12px;
  border: 1px solid #095B7E;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  background-color: #00A0D1;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#00A0D1),to(#008DB8));
  color: #BFE4EF;
  font: 13px/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  box-shadow: 0 1px 1px #EEE;
  -moz-border-radius: 4px;
  -moz-box-shadow: 0 1px 1px #EEE;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px #EEE;
  border-radius: 4px;
  border-image: initial;
}

.promo {
  margin:auto;
  width: 60%;
  margin-bottom:10px;
}