@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:400,700,400italic|Josefin+Slab:400,700#.css");
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
#toolbar {
  position: relative;
  width: 100%;
  background: #000;
  border-bottom: 2px solid #000;
  padding: 10px 0 5px;
  margin: 0 0 0;
  clear: both;
  overflow: hidden;
}
#toolbar a {
  color: #B0DEF0;
}
#toolbar #user_controls .greeting {
  font-family: 'Josefin Slab', serif;
}
#toolbar #user_controls {
  float: left;
}
#toolbar #user_actions {
  float: right;
}
#toolbar ul {
  color: #999;
  font-size: 16px;
  padding: 0 8px 0 0;
}
#toolbar li {
  display: inline;
  padding: 0 8px;
  line-height: 21px;
  vertical-align: bottom;
}
#toolbar li:last-child:after {
  content: none;
}
#edit:before {
  color: #666;
  content: "✎ ";
}
#edit:hover:before {
  color: #B0DEF0;
  content: "✎ ";
}
#publish:before {
  color: #666;
  content: "✓ ";
}
#publish:hover:before,
#publish.published:before {
  color: #B0DEF0;
}
#add_to_collection select {
  color: #B0DEF0;
  height: 20px;
  width: 150px;
  font-size: 16px;
  background: #000;
}
#feature:before {
  color: #666;
  content: "★ ";
}
#feature.featured:before,
#feature:hover:before {
  color: #FFD773;
}
html {
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  color: #000;
  background: #000;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  margin: 0 auto;
  padding: 0;
}
body #content {
  display: table;
  background: #fff url(../images/welcome_background.png) no-repeat center 10px;
  width: 660px;
  height: 100%;
  margin: 0 auto;
  border-right: solid 150px #000;
  border-left: solid 150px #000;
}
a {
  color: #679AAE;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
:focus {
  outline: 1px solid #B0DEF0;
}
h2 {
  position: relative;
  z-index: 10;
  display: table;
  margin: 0 auto;
  padding: 5px 8px 2px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  background: #000;
  -webkit-box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 2px #000, 0px 0px 0px 3px #fff;
  -moz-box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 2px #000, 0px 0px 0px 3px #fff;
  box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 2px #000, 0px 0px 0px 3px #fff;
}
header {
  position: relative;
  top: 50px;
  display: block;
  width: 234px;
  height: 99px;
  background: transparent url(../images/welcome_header.png) no-repeat top left;
  margin: 10px auto -50px;
  text-indent: -9000px;
}
#search {
  width: 200px;
  margin: 0 auto;
}
#search input {
  font-family: 'Josefin Slab', serif;
  font-size: 21px;
  width: 170px;
  height: 26px;
  border: 1px solid #000;
  padding: 2px 0 0 28px;
  margin: 127px 0 0;
  background: #fff url(../images/welcome_search.png) no-repeat top left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
nav {
  display: table;
  margin: 16px auto 0;
  text-align: center;
}
nav h2 {
  margin-bottom: -3px;
}
nav ul {
  position: relative;
  z-index: 1;
  height: 42px;
  background: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0 10px;
}
nav li {
  font-size: 18px;
  display: inline;
  line-height: 44px;
}
nav li:after {
  color: #DBDBDA;
  content: " •";
}
nav li:last-child:after {
  content: none;
}
#welcome_message {
  width: 472px;
  margin: 70px auto 0;
  padding: 14px;
  background: #f6f6f6;
  -webkit-box-shadow: 0px 0px 0px 4px #fff, 0px 0px 0px 5px #DBDBDA;
  -moz-box-shadow: 0px 0px 0px 4px #fff, 0px 0px 0px 5px #DBDBDA;
  box-shadow: 0px 0px 0px 4px #fff, 0px 0px 0px 5px #DBDBDA;
}
#welcome_message h3 {
  font-size: 21px;
  font-weight: normal;
  text-align: center;
}
#welcome_message p {
  font-family: 'Josefin Slab', serif;
  padding: 7px 0 0;
  line-height: 16px;
}
#featured {
  margin: 50px -20px 0;
  width: 750px;
  padding: 0 20px;
  background: #fff;
  border: 1px solid #000;
}
#featured div {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 7px 0 14px;
  overflow: auto;
}
#featured h2 {
  margin-top: -17px;
}
#featured figure {
  width: 130px;
  margin: 10px;
  float: left;
}
#featured figure img {
  background: #fff url(../images/welcome_thumbnail_frame.png) no-repeat top left;
  padding: 15px;
  margin: 0 0 4px;
}
#featured figure img:hover {
  background: #fff url(../images/welcome_thumbnail_frame.png) no-repeat bottom left;
}
#featured figcaption {
  text-align: center;
}
#featured figure .title a {
  font-size: 16px;
  padding: 14px 0 0;
  line-height: 16px;
}
#featured figure .author {
  font-family: 'Josefin Slab', serif;
  font-style: italic;
  font-size: 12px;
  margin: 4px 0 0;
}
footer {
  display: block;
  width: 500px;
  margin: 10px auto 20px;
  padding: 7px 0 0;
}
footer p {
  font-family: 'Josefin Slab', serif;
  font-size: 12px;
  text-align: center;
  padding: 2px 10px 2px 0;
  line-height: 13px;
}
footer ul {
  background: transparent url(../images/doodad.png) no-repeat center top;
  text-align: center;
  margin: 7px 0 0;
  padding: 25px 0 0;
}
footer ul li {
  padding: 1px 0;
  display: inline;
}
footer ul li:after {
  color: #DBDBDA;
  content: " • ";
}
footer ul li:last-child:after {
  content: none;
}
