/*
a
{
  text-decoration: none;
  color: #555;
  font-weight: bold; 
}

a:hover
{
  color: rgb(0, 102, 204);
  text-decoration: underline;
}
*/

.content
{
  line-height: 150%;
}

body .content a,
body .article h3 a,
h2 a,
html #footer a
{
  text-decoration: none;
  color: rgb(51, 51, 51);

/*
  border-bottom: 1px solid rgb(255, 255, 255);

 -webkit-animation-name: outfocus;
 -webkit-animation-duration: 0.3s;
 -webkit-animation-iteration-count: 1;
 -webkit-animation-direction: alternate;
 -webkit-animation-timing-function: ease-in;
}

@-webkit-keyframes outfocus {
 to {
  color: rgb(51, 51, 51);
  border-bottom: 1px solid rgb(255, 255, 255);
 }
 from {
  color: rgb(0, 0, 255);
  border-bottom: 1px solid rgb(0, 0, 255);
 }
*/
}

body:hover .content a,
body:hover .article h3 a,
body:hover h2 a,
html:hover #footer a
{
  color: rgb(0, 102, 204);
  text-decoration: underline;

/*
  border-bottom: 1px solid rgb(0, 0, 255);

 -webkit-animation-name: infocus;
 -webkit-animation-duration: 0.3s;
 -webkit-animation-iteration-count: 1;
 -webkit-animation-direction: normal;
 -webkit-animation-timing-function: ease-in;
}

@-webkit-keyframes infocus {
 from {
  color: rgb(51, 51, 51);
  border-bottom: 1px solid rgb(255, 255, 255);
 }
 to {
  color: rgb(0, 0, 255);
  border-bottom: 1px solid rgb(0, 0, 255);
 }
*/
}

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

.nav
{
  width:700px;
  background: url(header.jpg);
  background-position: bottom;
  position:relative;
}

.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;
  -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: 13px;
  line-height: 16px;
  outline-color: rgb(51, 51, 51);
}

#body
{
  margin: 0 20px;
}

.content
{
  margin-bottom: 30px;
}

.article
{
  background-color: #ffffff;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.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: 'Helveltica';
  font-size: 10px;
  font-weight: normal;
}

html
{
  /*
  top left of image
  background-color: rgb(225, 223, 247);
  */
  background-color: rgb(207, 206, 237);
}

#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;*/
  font-family: "Helvetica";
}

pre code
{
  font-family: "Consolas", "Courier New";
}

/*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: infinite;
 -webkit-animation-direction: alternate;
 -webkit-animation-timing-function: linear;
}
