/*   
Theme Name: Ocean
Theme URI: http://css.crashwithme.org/wp/
Description: Based off my tumblelog design.
Author: Nate
Author URI: http://css.crashwithme.org/wp/
Version: 1.0
*/

* {
margin: 0;
padding: 0;
}
body {
background-color: #222;
color: #222;
font: 11px 'Lucida Grande', Helvetica, Sans-serif;
font-weight: normal;
line-height: 17px;
}

#container {
width: 465px;
background-color: #f1f1f1;
padding: 0;
margin: 20px auto;
}
#header {
background-color: #00c2ff;
color: #fff;
font: 30px Georgia, Serif;
margin: 0;
padding: 0 0 0 30px;
line-height: 73px;
text-align: left;
}
#navigate {
background: #fff;
clear: both;
width: 465px;
}
#footer {
background-color: #f1f1f1;
color: #555;
font: 14px Helvetica, Sans-Serif;
text-transform: uppercase;
margin: 0;
padding: 2px;
line-height: 17px;
text-align: center;
}
#content {
padding: 20px 20px 5px 20px;
width: 425px;
}
#navigation {
list-style: none;
margin: 0;
padding: 0;
}
#navigation li {
float: left;
}
#navigation li a {
display: block;
font: 14px Helvetica, Sans-Serif;
text-transform: uppercase;
line-height: 6px;
width: 116.25px;
text-align: center;
color: #777;
padding: 15px 0 8px 0;
margin: 0;
}
#navigation li a:hover {
color: #888;
}

ol.commentlist {
margin: 0 20px;
}
ol.commentlist li {
background: #f1f1f1;
border-bottom: 1px dotted #aaa;
font-size: 11px;
margin-bottom: 12px;
padding: 1px;
} 
.commentmetadata {
background: #f1f1f1;
font-size: 11px;
}
#author, #email, #url { 
background: #fafafa;
border: 1px solid #eee;
color: #888;
font: 11px 'Lucida Grande', Helvetica, Sans-serif;
line-height: 17px;
padding: 3px 0;
width: 225px;
} 
#comment { 
background: #fafafa;
border: 1px solid #eee;
color: #888;
font: 11px 'Lucida Grande', Helvetica, Sans-serif;
line-height: 17px;
padding: 3px 0;
width: 410px;
} 
#submit { 
background: #f1f1f1;
border: 0;
color: #444;
font: 14px 'Lucida Grande', Helvetica, Sans-serif;
line-height: 18px;
text-align: center;
} 
#submit:hover { 
color: #00c2ff;
}
.linkposts {
text-align: center;
}
ul.list {
list-style: none;
margin: 0 0 20px 0;
padding: 0 0 0 2px;
}
ul.list li {
line-height: 17px;
}
img.left {
padding: 0;
margin: 0 7px 0 -1px;
float: left;
}

a:link,a:visited {
color: #222;
font: 11px 'Lucida Grande', Helvetica, Sans-serif;
line-height: 17px;
text-decoration: none;
}
a:hover {
color: #00c2ff;
}
h1 {
color: #444;
border-bottom: 1px dotted #999;
text-transform: uppercase;
font: 16px Helvetica, Sans-Serif;
text-align: left;
line-height: 20px;
padding: 0;
margin: 0 0 5px 0;
}
h2 {
color: #777;
border-bottom: 1px dotted #999;
text-transform: uppercase;
font: 16px Helvetica, Sans-Serif;
text-align: left;
line-height: 20px;
padding: 0;
margin: 0 0 5px 0;
}
hr {
border: 0;
color: #00a99d;
height: 1px;
margin: 17px auto;
width: 85%;
}
strong {
color: #555;
font: 11px 'Lucida Grande', Helvetica, Sans-serif;
line-height: 17px;
text-decoration: none;
}
span {
color: #777;
font: 11px 'Lucida Grande', Helvetica, Sans-serif;
line-height: 17px;
padding-left: 2px;
text-decoration: none;
}
em {
color: #111;
font: 11px 'Lucida Grande', Helvetica, Sans-serif;
line-height: 17px;
text-decoration: none;
}
input,textarea {
color: #888;
font: 11px 'Lucida Grande', Helvetica, Sans-serif;
line-height: 17px;
text-align: left;
background-color: #fafafa;
border: 1px solid #eee;
width: 125px;
margin: 4px;
padding: 6px 6px 6px 7px;
}
p {
color: #222;
font: 11px 'Lucida Grande', Helvetica, Sans-serif;
line-height: 17px;
margin: 0 0 9px 0;
}