/* MOODS */

h2.music {
background: url(/images/21.gif) no-repeat 0% 50%;
padding: 0 0 0 22px;
}

h2.bomb {
background: url(/images/18.gif) no-repeat 0% 50%;
padding: 0 0 0 23px;
}

h2.mag {
background: url(/images/17.gif) no-repeat 0% 50%;
padding: 0 0 0 18px;
}

h2.tools {
background: url(/images/15.gif) no-repeat 0% 50%;
padding: 0 0 0 25px;
}

h2.ribbon {
background: url(/images/14.gif) no-repeat 0% 50%;
padding: 0 0 0 18px;
}

h2.heart {
background: url(/images/13.gif) no-repeat 0% 50%;
padding: 0 0 0 25px;
}

h2.bolt {
background: url(/images/12.gif) no-repeat 0% 50%;
padding: 0 0 0 22px;
}

* {
padding: 0;
margin: 0;
}
		
* html #wrap, * html h1, * html #nav ul {
position: absolute;
} /* emulates fixed position in ie6 */
		
body {
font: 100%/1.6 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
height: 100%; /* helps emulate fixed position in ie 6 */
}
	
#wrap {
position: fixed;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
background: #000 url(/images/10.jpg) no-repeat bottom left;
}

#blog {
color: #74b8ff;
height: 60%;
background: transparent;
padding: 20px;
margin: 20px 40px 0 260px;
overflow: auto;
overflow-x: hidden; /* gets rid of ugly horizontal scrollbar in ie6 -- not valid css, so take it out if you are a purist */
}

#nav li {
display: inline;
float: left;
padding: 0 0 0 20px;
color: #78ffee;
}

#nav ul {
margin: 0 20px 0 0;
list-style: none;
position: fixed;
bottom: 20px;
right: 20px;
}
		
h1 {
position: fixed;
bottom: 30px;
right: 20px;
padding: 0 20px 20px 20px;
color: #78ffee;
width: 100%;
text-align: right;
margin: 10px 0 0 0;
}

h2 {
color: #78ffee;
margin: 10px 0 0 0;
}

input {
border: 2px solid #74b8ff;
color: #78ffee;
background: #000;
font-size: 1em;
}

textarea {
border: 2px solid #74b8ff;
color: #78ffee;
background: #000;
font-size: 1em;
}

p {
margin: 10px 0 0 0;
}

p.meta {
font-size: .8em;
}

a {
color: #78ffee;
text-decoration: none;
}

a:visited {
color: #78ffee;
}

a:hover {
color: #78ffee;
text-decoration: underline;
}

blockquote p {
border-left: 2px solid #74b8ff;
margin: 10px 100px 10px 10px;
padding: 0 0 0 10px;
}

li {
margin: 0 0 0 25px;
}

ul {
margin: 10px 0 0 0;
}