/*
Theme Name: Moonlight
Theme URI: http://moonlightshow.com
Description: First incarnation of the Moonlight theme.
Version: 1.0
Author: Peter H
*/

/*-----------Block Level Elements--------------*/

body, html {
margin: 0;
padding: 0;
background-image: url("bg.jpg");
background-color: #000;
font-family: Trebuchet MS, Tahoma, Verdana, Times New Roman;
color: #FFF;
}

body {
min-width: 800px;
}

#page {
margin: 0 auto;
width: 800px;
background-color: #555;
}

#header {
background-color: #111;
background-image: url("logo.jpg");
background-repeat: no-repeat;
height: 120px;
}

#header a {
font-size: 24px;
}

#headerimg {

}

.description {
font-size: 14px;
padding: 5px;
}

#menu {
padding: 5px;
background-color: #333;
}

#menu a {
font-size: 14px;
}

#menu a:hover {
color: #FFF;
}

#menu ul {
margin: 0;
padding: 0;
list-style: none;
}

#menu li {
display: inline;
margin: 0;
padding: 0;
padding-right: 10px;
}

#content {
float: left;
width: 800px;
background-color: #444;
font-size: 12px;
}

#content h2, #content h3, #content p {
padding: 0 10px;
}

#content a {
}

#content a:hover {
color: #FFF;
}

#sidebar {
float: right;
width: 320px;
background-color: #555;
}

#sidebar ul, #sidebar li {
list-style: none;
padding: 0 15px;
}

#sidebar h2 {
font-size: 18px;
color: #CCC;
}

#sidebar img {
border: #444 10px solid;
}

#footer {
text-align: center;
background-color: #222;
clear: both;
}

#footer p {
padding: 5px;
margin: 0;
font-size: 10px;
}

textarea {
width: 470px;
}
/*-------------Headings-------------*/

h1 {
padding: 5px;
margin: 0;
}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {

}

.post {

}

.post p {

}

.post a {

}

.post ul {

}

.post li {

}

.entry {

}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar ul {

}

#sidebar ul h2 {

}

#sidebar ul li {

}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {

}
#sidebar a:hover {

}

#sidebar a:visited {

}


/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/

/*-------------Other Tags--------------*/

a {
text-decoration: none;
color: #CCC;
}