/* ***************** Default Theme ******************* */

/* ****** Text and Background Colors ****** */

body {
background: url(default-body-bg.jpg) top center repeat-y #ddd;
color: #000;
}

#headerquotes, #comment {
color: #000;
}

#wp-admin-bar, #wp-admin-bar ul li {
color: #000;
}

#lastMessage {
border-bottom: 1px dotted #444;
}

/* ****** Links ****** */

a {
color: #000;
text-decoration: none;
border-bottom: solid #00f 1px;
}

a:visited {
color: #000;
border-bottom: solid #000 1px;
}

a:hover {
color: #fff;
background: #00f;
border-bottom: solid #00f 1px;
}

a:active {
color: #fff;
background: #f00;
border-bottom: solid #f00 1px;
}

/* ****** Title ****** */

#title {
background: url(default-title-bg.jpg) top left no-repeat #fff;
height: 220px;
}

#title a {
height: 220px;
}

/* ****** Page Background ****** */

#page {
}

/* ****** Content Background ****** */

.post div, .postpage div, #sidebar ul, #sidebar dl, #comment, #chatoutput {
background: url(normal-post-bg.gif) top left repeat-x #fff;
}

#wordspew ul {
background: #fff;
}

/* ****** Utility Background ****** */

.nav, .post h2, .postpage h2, #sidebar h2, #chat-popup h2, p.postmetadata, #wp-admin-bar, #footer, #wordspew p, .postnav, .pagetitle {
background: url(default-utility-bg.png) top left #eee;
}

/* ****** Borders ****** */

.nav, .post h2, .postpage h2, #sidebar h2, #chat-popup h2, .post .gravatar, .postpage .gravatar, p.postmetadata, #wordspew p, .postnav, #footer, .pagetitle {
border: solid 1px #666;
}

#sidebar ul, #sidebar dl, .postpage div.pagecontent {
border: solid 1px #666;
border-top: none;
}

#chatoutput {
border-left: 1px solid #666;
border-right: 1px solid #666;
}

#wp-admin-bar {
border-bottom: solid 1px #666;
}

/* *************** End Normal Theme **************** */