/*
Theme Name: Mono
Theme URI: http://heartdrops.org
Description: Simple black and white theme
Version: 1.0
Author: Georgina
Author URI: http://heartdrops.org/
*/


p,body {
font:normal 100%/170% georgia, arial;
color: #111;
}

.div.bg {
background-color:transparent;
height:340px;
width:auto;
margin:0 auto;
padding:0;
}

#header { 
font: normal 320% georgia, arial;
padding-top: 40px;
color: #222;
background-color: #fff;
width: 780px; 
height: 90px;
margin: auto;
margin-top:10px;
text-align: center;
}

body {
background-color:#000;
padding: 0;
margin:0;
}

a:visited,a:link {
font-family: tahoma;
font-style: normal;
text-decoration:none;
background-color: #eee;
border-right:1px solid #aaa;
border-bottom: 1px solid #aaa;
color:#000;
padding:1px;
}

a:hover {
color:#555;
background-color:#ccc;
}

img {
border:0;
}

.box {
background-color:#fff;
padding: 10px;
margin-bottom: 10px;
}

.small {
margin-left:0;
font-size: 90%;
}

.center{
text-align:center;
}

a.title, a:visited.title, a:link.title {
font:normal 160% georgia, arial;
color:#111;
}

a:hover.title {
text-decoration:underline;
}

h1:first-line {
font:normal 180% georgia, arial;
color:#111;
}

h1 {
font:normal 80%/170% georgia, arial;
padding:10px;
padding-left:25px;
}

h2 {
font:normal 115% tahoma, verdana;
color:#444;
text-align:right;
border-bottom:2px solid #ddd;
line-height:15px;
}

h3 {
font: normal 120% georgia, arial;
text-align: center;
color: #333;
}

h4 {
font:normal 100% tahoma, verdana;
background-color: #eed;
padding: 5px;
color:#777;
text-align:left;
}

h5 {
font:normal 95% georgia, "times new roman";
background-color: #ccc;
padding: 5px;
color: #000;
text-align:center;
}

h6 {
font:normal 90% tahoma, arial;
color:#444;
text-align: right;
}

b,strong {
color:#111;
}

em, i {
color:#444;
font-family:georgia;
}

u,ins {
color:#444;
}

ul {
margin-left:3px;
}

.left {
float: left;
text-align: left;
width: auto;
}

.right {
float: right;
text-align: right;
width: auto;
}

.clear {
clear: both;
}

blockquote{
display:block;
background:#eee;
color:#444444;
padding:10px;
border-left:4px solid #333;
}

pre {
height:auto;
overflow:auto;
}

input, textarea {
font: normal 100% georgia;
background-color: #eee;
padding:6px;
border:3px solid #444;
}

#container {
width:780px;
margin:0 auto 10px auto;
background-color:transparent;
}

#side {
width:220px;
height:auto;
float:right;
background-color:transparent;
}

#content {
width:550px;
height:auto;
float:left;
background-color:transparent;
}

#footer {
width:780px;
clear:both;
height:auto;
padding:6px;
background-color:#fff;
text-align:center;
}

#navigation {
background-color:#fff;
width:780px;
height:auto;
padding: 0;
margin: auto;
margin-bottom: 10px;
text-align:center;
}

#navigation li
{
padding: 0;
display:inline;
list-style-type: none;
}

#navigation a:link, #navigation a:visited
{
padding:6px;
font: normal 170%/250% georgia, arial;
margin: 0 10px 0px 10px;
text-decoration: none;
color: #000;
border:0;
background:#fff;
}

#navigation a:link#current, #navigation a:visited#current
{
color: #111;
}

#navigation a:hover 
{
color: #111;
border-bottom: 3px solid #aaa;
}

.navi {
border: 0px;
}


a:visited.net,a:link.net {
color:#111;
font: normal 140%/200% georgia;
font-variant: small-caps;
}