article, aside, dialog, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { 
	text-align: center;
	min-width: 800px;
  background-color: #e6e6e6; 
  font: 13.34px Georgia, Serif;
}

blockquote { 
  margin-left: 20px; 
  margin-right: 20px; 
}

h1 { font-size: 19.5pt ;}
h2 { display: inline; }

a { color: #336699; }
a:hover { color: black; }
a:visited { color: #336699; }

section#site > header {
  background-image: url(/images/gradient.jpg);
  height: 140px;
  padding: 20px;
  position: relative;
}

nav.toplist {
  background-color: rgba(33, 66, 99, 0.3);
  height: 25px;
  position: absolute;
  top: 35px;
  right: 20px;
  padding-top: 3px;
}

nav.toplist > ul {
  margin-left: 0;
	padding-left: 0;
  display: inline;
}

nav.toplist > ul > li {
  margin-left: 0;
  list-style: none;
  display: inline;
	padding: 3px 10px;
}

nav.toplist > ul > li > a {
  color: #000;
}

section#site { 
  text-align: left;
  width: 800px;
  line-height: 1.5em;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #c8c8c8;
  margin: 50px auto;
  
  -webkit-box-shadow: 10px 10px 25px #ccc;
  -moz-box-shadow: 10px 10px 25px #ccc;
  box-shadow: 10px 10px 25px #ccc;
}

section#site > header > h1 {
  padding: 0px;
}

section#site > section {
  padding: 20px;
}

section#site > footer {
  padding: 20px;
}

section#title > img {
  float: left;
  padding-right: 20px;
}

footer#me {
  padding-top: 20px;
}

footer#me > section#rss img {
  border: 0px;
}

article.post { 
  padding-bottom: 20px;
}

article.content {
  width: 75%;
  float: left;  
}

article.posts {
  padding-bottom: 20px;
}

aside.extra_info {
  width: 22%;
  float: right;
/*  border-top: 1px double black;*/
/*  border-bottom: 1px double black;*/
/*  padding-left: 10px;*/
/*  padding-right: 10px;*/
}

footer.about_me {
  width: 75%;
}

nav.previously { 
  margin: 20px 0px 20px 0px;
}

.curvy {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}
