/*
Theme Name: Awesome
Description: 8D
Version: 1.0
Author: Josh Hillmann
Author URI: http://josh.ohclementine.com/
*/

* {
margin: 0;
padding: 0;
}

body {
background: #FFF;
font: 90%/167% Arial, Verdana, Tahoma, sans-serif;
color: #333;
text-align: center;
}

div#nav{
width: 462px;
height: 67px;
margin: 0 auto;
text-align: center;
padding: 0;
}

div#nav ul li a {
float: left;
}

div#nav ul li {
list-style: none;
}

div#nav ul {
margin: 0;
padding: 0;
list-style: none;
}

div#nav li a#about {
background: url('nav.png') top left no-repeat;
display: block;
width: 147px;
height: 67px;
border: 0;
}

div#nav li a#about:hover {
background: url('nav.png') bottom left no-repeat;
}

div#nav li a#archives {
background: url('nav.png') -147px 0px no-repeat;
display: block;
width: 176px;
height: 67px;
border: 0;
}

div#nav li a#archives:hover {
background: url('nav.png') -147px bottom no-repeat;
}

div#nav li a#links {
background: url('nav.png') -323px 0px no-repeat;
display: block;
width: 139px;
height: 67px;
border: 0;
}

div#nav li a#links:hover {
background: url('nav.png') -323px bottom no-repeat;
}

.left {
float: left;
}

.right {
float: right;
}

.center {
text-align: center;
}

.hide {
display: none;
}

.clearer {
clear: both;
float: none;
}

div#dinosaur {
background: url('awesome.png') top no-repeat;
width: 637px;
height: 184px;
margin: 20px auto 0 auto;
}

div#dinosaur:hover {
background: url('awesome.png') bottom no-repeat;
}

div#header {
background: url('awesome2.png') top no-repeat;
width: 637px;
height: 154px;
margin: 0 auto;
}

div#header:hover {
background: url('awesome2.png') bottom no-repeat;
}

div#header h1 a {
border: 0;
width: 637px;
height: 154px;
display: block;
}

h2 {
color: #93c;
font: 1.6em/160% Arial Black, sans-serif;
}

h2 a, h2 a:visited {
color: #93c;
text-decoration: none;
border: 0;
padding: 5px;
}

h2 a:hover {
background-color: #93c;
color: #fcfcfc;
border: 0;
}

h3 {
color: #333;
font: 1.3em/140% Arial, sans-serif;
}

p {
padding: 5px 0 5px 0;
}

a {
color: #93c;
text-decoration: none;
outline: none;
}

a:visited {
color: #a75ccc;
border: none;
}

a:hover, a:active {
color: #93c;
border-bottom: 2px solid #9c0;
text-decoration: none;
}

a#commentonpost, a#commentonpost:hover {
color: #e3703b;
background: none;
border: 0;
}

a#commentonpost:hover {
color: #93c;
}

div#container {
width: 80%;
max-width: 900px;
margin: 0 auto;
text-align: left;
background-color: #FFF;
padding: 20px;
border-top: 5px solid #9c0;
border-bottom: 5px solid #9c0;
}

div.post-stuff {
margin: 15px auto 30px auto;
width: 100%;
background-color: #b9e567;
padding: 3px;
color: #000;
}

div.post-stuff p {
margin-left: 30px;
padding: 0;
}

div.post-stuff a, .post-stuff a:visited {
color: #000;
font-weight: bold;
border: 0;
padding: 3px;
}

div.post-stuff a:hover {
color: #b9e567;
border: 0;
background-color: #000;
}

ol#commentlist {
width: 90%;
margin: 0 auto;
}

ol#commentlist li {
list-style: none;
margin-bottom: 20px;
color: #000;
background-color: #FFF;
}

ol#commentlist li div.commentmetadata {
background: url('comment.png') #FFF no-repeat right;
color: #333;
width: 100px;
height: 130px;
padding: 10px;
float: left;
}

ol#commentlist li div.commentmetadata a, ol#commentlist li div.commentmetadata a:visited {
color: #93c;
}

ol#commentlist li div.commentmetadata a:hover {
color: #93c;
border-bottom: 1px solid #9c3;
}

ol#commentlist li div.commenttext {
float: left;
width: 100%;
margin-right: -120px;
}

ol#commentlist li div.commenttext div {
margin-right: 120px;
background-color: #c398d9;
min-height: 150px;
padding: 10px;
}

ol#commentlist li div.commenttext a {
color: #000;
border-bottom: 1px solid #fdfdfd;
}

ol#commentlist li div.commenttext a:hover {
color: #000;
border-bottom: 2px solid #fdfdfd;
}

ol#commentlist li img.avatar {
border: 2px solid #333;
padding: 0;
}

fieldset {
border: 0;
padding: 10px;
margin-bottom: 20px;
}

input[type=text] {
width: 200px;
border: 1px solid #333;
padding: 3px;
}

input[type=submit] {
width: 150px;
padding: 3px;
}

textarea {
width: 400px;
padding: 5px;
border: 1px solid #333;
}

ol {
list-style: decimal inside;
margin-left: 1.5em;
}

ul {
margin-left: 1.5em;
}

img {
border: 0;
padding: 4px;
}

img.wp-smiley, img.wp-smiley:hover {
border: 0;
padding: 0;
}

#footer {
width: 80%;
max-width: 900px;
margin: 10px auto 0 auto;
color: #333;
padding: 10px;
text-align: center;
}

#twitter1 {
width: 100%;
padding: 5px;
background-color: #67c6e5;
color: #000;
}

#rss {
width: 100%;
background-color: #fc6;
padding: 5px;
}

#rss a {
width: 100%;
height: 100%;
display: block;
color: #000;
}

#rss a:hover {
border: 0;
}