/**
CSS derived (with modifications) from Pink Touch 2 Licensed under GNU General Public License:

http://theme.wordpress.com/themes/pink-touch-2/

This CSS licensed as far as necessary under GNU GPL2 and otherwise public domain.
*/

@import url(http://fonts.googleapis.com/css?family=Arvo:400,700);
@import url(http://fonts.googleapis.com/css?family=Inconsolata);

/* =Reset
----------------------------------------------- */

html {
  color: #000;
  height: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: 0;
}
legend {
  color: #000;
}


/* =Global Setting
-------------------------------------------------------------- */

body {
  background-color: #e3e3e3;
  background-attachment: fixed;
  background-image: url('../img/bg.jpg');
  background-repeat: repeat;
  font-family: Cambria, Georgia, Times, serif;
  font-size: 1em;
  line-height: 1.5em;
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #000;
  font-family: Arvo, Cambria, Georgia, Times, serif;
  font-weight: normal;
  line-height: 1.3em;
  text-shadow: 0 1px 0 #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.375em;
}
p,
dd,
table {
  margin-bottom: 1.375em;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 0.9375em;
}
ul, ol {
  margin: 0 0 1.375em 2em;
}
ul {
  list-style: square;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 1.375em;
}
strong {
  font-weight: bold;
}
cite,
em,
i {
  font-style: italic;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}
pre {
  background: #ddd;
  font: 1em monospace;
  line-height: 1.5;
  margin-bottom: 1.625em;
  overflow: auto;
  padding: 0.75em 1.625em;
}
code,
kbd {
  font: 1em monospace;
}
abbr,
acronym,
dfn {
  border-bottom: 1px dotted #a9a9a9;
  cursor: help;
}
input,
select,
textarea,
button {
  font-family: Cambria, Georgia, Times, serif;
  color: #000;
}
button,
label,
a {
  cursor: pointer;
}
address {
  font-style: normal;
  display: block;
  margin: 0 0 1.375em;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
/* Links */
a {
  color: #eb374b;
}
a:hover {
  color: #05b2c2;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
/* Clear setting */
.clear {
  clear: both;
  display: block;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
div:after,
form li:after,
ul:after {
  clear: both;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* =Structure
-------------------------------------------------------------- */

.container {
  margin: 0 auto;
  max-width: 100%;
  width: 690px;
  text-align: left;
}
div.header {
  margin: 0px auto 15px;
  padding: 25px 0 35px;
  position: relative;
  text-align: center;
  width: 690px;
}

/* =Header
-------------------------------------------------------------- */

.header h1 {
  font-size: 2.45em;
  line-height: 1.1em;
}
.header h1 a {
  color: #000;
}
.header h1 a:hover {
  color: #05b2c2;
}
.description {
  margin: 4px 0 0 0;
}
.description p {
  color: #817f7f;
  font-size: 1.125em;
  font-style: italic;
  margin: 0 auto;
  max-width: 100%;
  text-shadow: 0 1px 0 #fff;
  width: 690px;
}
.header-image {
  height: 230px;
  margin: -40px auto 60px;
  width: 690px;
}
.searchfield {
  background: url(images/sprite.png) 0 -600px no-repeat;
  float: right;
  height: 1.375em;
  padding-left: 0.9375em;
  padding-top: 1px;
  width: 11.4375em;
}
.searchfield input {
  background: transparent;
  border: none;
  color: #a5a5a5;
  font-size: 1em;
  width: 9.75em;
}


/* =Content
-------------------------------------------------------------- */

.content {
  -moz-box-shadow: 0 4px 0 rgba(94, 94, 94, 0.1);
  -webkit-box-shadow: 0 4px 0 rgba(94, 94, 94, 0.1);
  box-shadow: 0 4px 0 rgba(94, 94, 94, 0.1);
  background: #f2f2f2;
  margin-bottom: 90px;
  padding: 25px 90px 22px;
}
/* content */
.content h1 {
  font-size: 2.5em;
  margin-bottom: 12px;
}
.content > h1 {
  font-size: 1.6em;
  line-height:1.2em;
  margin: 0 0 1.1em;
}
.content h2 {
  font-size: 1.6875em;
  margin-bottom: 12px;
}
.content h3 {
  font-size: 1.125em;
  margin-bottom: 12px;
}
.content h4 {
   font-size: 0.8125em;
   margin-bottom: 12px;
}
.content h5 {
  font-size: 0.6875em;
  margin-bottom: 12px;
}
.content h6 {
  font-size: 0.5em;
  margin-bottom: 12px;
}
.content table {
  border-bottom: 1px solid #ddd;
  margin: 0 0 1.625em;
  width: 100%;
}
.content th {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  text-transform: uppercase;
}
.content td {
  border-top: 1px solid #ddd;
  padding: 6px 10px 6px 0;
}
.content blockquote,
.content blockquote[class*="align"] {
  font-size: 1.5em;
  line-height: 1.166666em;
  margin: 0;
  padding: 0 0 0 20px;
}
.content blockquote * {
  font-size: 1em;
  margin-bottom: 0.9166666666666666em;
}

/* =Images
-------------------------------------------------------------- */

a img {
  border: none;
}

/* =Footer
-------------------------------------------------------------- */

.footer {
  background-color: #f2f2f2;
  margin-top: -5px;
  padding: 25px 0;
  position: relative;
  border-top: 2px solid #ccc;
  text-align: center;
}

/* =Tables
 *
 * Courtesy of http://johnsardine.com/example/simple-little-table/
-------------------------------------------------------------- */


table {
  width: 100%;
  border-collapse: collapse;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
}
/* Zebra striping */
tr:nth-of-type(odd) {
  background: #eee;
}
tr:nth-of-type(even) {
  background: #fff;
}
th {
  color: #333;
  font-weight: bold;

  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
td, th {
  padding: 6px;
  border: 1px solid #ccc;
  text-align: left;
}
table tr:hover td {
}

table td > div {
  overflow: hidden;
  height: 15px;
}

table tr:target td {
  background-color: rgb(255, 255, 204);
}

table .counter, table tr:target .counter {
  font-family: Inconsolata, Courier, monospace;
  font-size: 13px;
  color: #aaa;
  color: rgba(0,0,0,0.5);
  background-color: #fff;
  background-image: none;
  border: none;
  text-align: right;
}

table .counter a {
  text-decoration: none;
}


/* Sorting styles */
th:hover {
    cursor: pointer;
    text-decoration: underline;
}

.headerSortDown, .headerSortUp {

  background-color: #E9EA9F;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#E9EA9F));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #E9EA9F);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #E9EA9F);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #E9EA9F);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #E9EA9F);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #E9EA9F);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#E9EA9F', GradientType=0);
}

/* Interactive mode */
body.interactive {
  padding-top: 50px;
  text-align: inherit;
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.interactive pre {
  border: none;
  background: none;
  font-size: 13px;
}

.interactive .overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(data:image/gif;base64,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%3D%3D) center center no-repeat;
  display: none;
}
