
.story
{

}

.quotes
{
  font-family: "Andale Mono";
  font-size:60pt;
  border:1px solid red;
  display:none;
}

/*
#app-store
{
  display: none;
}
*/

.nav_home
{
  display: block;
  width: 183px;
  height:183px;
  margin: 0;
}

.nav
{
  width:183px;
  margin-right: auto;
  margin-left: auto;
  background: url(header.png);
  background-position: bottom;
  position:relative;
}

#app-store
{
  position:absolute;
  top:0;
  right:0;
}

.nav/*, .article*/
{
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;

}

.nav, .article
{
  -webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
}

.nav > a
{
  text-decoration:none;
}

.nav ul {
  list-style:none;
  margin:0;
  padding:0;
  //width:525px;
  width:50%;
  bottom: 0;
  left:0;
  position:absolute;
  padding:0;
  margin-left:25%;
}

.nav ul li {
  display:inline;
  margin:0;
  padding:0;
}

a.nav_link, a.nav_linked {
  font-weight: bold;
  margin:0;
  text-decoration:none;
  padding:5px 0;
  width:175px;
  background:#fff;
  color:#000;
  float:left;
  text-align:center;
  opacity: 0.5;
}

a.nav_link:hover, a.nav_linked {
  text-decoration:none;
  background:#fff;
  opacity: 0.7;
}

body
{
  position: relative;
  width: 700px;
  margin: 10px auto;
  padding: 0;
  color: rgb(51, 51, 51);
  font-family: Helvetica;
  font-size: 12px;
  line-height: 16px;
  outline-color: rgb(51, 51, 51);
}

#body
{
  margin: 0 20px;
}

.content
{
  margin-bottom: 30px;
}

.content
{
  line-height: 150%;
}

.article
{
  background-color: #ffffff;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  border: 1px solid rgb(121, 160, 211);
  xborder: 1px solid rgb(0, 0, 255);
}

.tags
{
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.tags a, .tags a:hover {
  text-decoration:none;
}

h2, h3, h4, .date, .content
{
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom:0;
}

h2
{
  font-size: 1.6em;
}

h2 input {
  font-size inherit;
  width:100%;
}

h2 a:hover
{
  color: rgb(0, 102, 204);
  text-decoration: none;
}

h2 a
{
  color: rgb(51, 51, 51);
  text-decoration: none;
}

.date
{
font-family: Helvetica;
  font-size: 10px;
  font-weight: normal;
}

html
{
  /*
  top left of image
  background-color: rgb(225, 223, 247);
  */
  
  -background-color: rgb(78, 191, 244);
  -background-color: rgb(140, 198, 220);
  -background-color: rgb(237, 235, 233);
    background-color: rgb(164, 196, 231);
}

#footer
{
  margin:0;
  padding-top:10px;
  text-align:center;
  font-size:80%;
}

blockquote
{
  /*border-left: 5px solid rgb(221, 221, 221);*/
  color: rgb(119, 119, 119);
  /*padding-left: 20px;*/

}


/*h4
{
 font-family: arial;
 font-size: 16px;
font-weight: normal;
}*/
/*
@-webkit-keyframes bounce {
 from {
   background-color: rgb(225, 223, 245);
 }
 to {
   background-color: rgb(172, 176, 214);
 }
}

html {
 -webkit-animation-name: bounce;
 -webkit-animation-duration: 300s;
 -webkit-animation-iteration-count: 50;
 -webkit-animation-direction: alternate;
 -webkit-animation-timing-function: linear;
}
*/
