body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 90%;
    background-color: #dddddd;
    color: #000000;
}

p,td,li {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 100%;
    line-height: 110%;
    color: #000000;
}

a {
    font-weight:bold;
} 

a:link {
    color: #666666;
} 

a:visited {
    color: #666666;
}

a:active {
    color: #666666;
} 

a:hover {
    color: #666666;
} 

blockquote {
  border: 0px dotted black;
  background-color: #bbbbbb;
  margin: 3px;
  padding: 5px;
  padding-left: 25px;
  font-style: italic;
  width: 80%;
}

h1 {
    font-size: 500%;
    font-weight: 900;
}


h2 {
    font-size: 350%;
    font-weight: bold;
}

h3 {
    font-size: 240%;
    font-weight: bold;
}

h4 {
    font-size: 200%;
    font-weight: bold;
}

h5 {
    font-weight: bold;
}

/**********************************/
/* General */
/**********************************/

.title {
    margin-bottom: 0px;
}

.titlespan {
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
    color: #000000;
    background: url(/images/orange_stripes.png);
    background-color: #ff5500;
}

.titlespan a {
    background: url(/images/orange_stripes.png);
    background-color: #ff5500;
    color: black;
}

.subtitle {
    margin-top: 0px;
    margin-bottom: 30px;
    color: #ffffff;
    background: #000000;
}

.heading {
    background: url(/images/green_stripes.png);
    background-color: #004400;
    color: #ffffff;
}


/**********************************/
/* Blog */
/**********************************/

.blogline {
    padding-top: 15px;
    margin-right: 20px;
    margin-left: 10px;
    clear: both;
}

.commentline {
    margin: 0px;
    padding-left: 20px;
    clear: both;
}

.date {
    padding: 2px;
    float: left;
    font-style: italic;
    width: 8%;
}

.from {
    padding: 2px;
    float: left;
    font-weight: bold;
    width: 12%;
}

.message {
    padding: 2px;
    float: left;
    width: 70%;
}

/***********/
/* topic   */
/***********/

.foreground {
    line-height: 58px;
    font-size: 72px;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
    color: #000000;
    font-weight: 900;
    position: absolute;
    top: 80px;
    left: 10px;
    width: 85%;
    z-index: 2;
}

.background {
    line-height: 58px;
    font-size: 72px;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
    color: #000000;
    font-weight: 900;
    position: absolute;
    top: 80px;
    left: 10px;
    width: 85%;
    z-index: 0;
}

.name {
    font-size: 48px;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    background: #FFFFFF;
    color: #000000;
}

.topicpermalink {
	font-size: 10px;
        font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
        font-weight: 900;
        color: #000000;
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 5;
}

.menu {
	text-align: right;
	font-size: 42px;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    color: #000000;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 5;
}

.shade1 {
    background: #ff5500;
	color: #000000;
}

.shade2 {
    background: #11FF22;
	color: #000000;
}

.shade3 {
    background: #FF3399;
	color: #000000;
}

.shade4 {
    background: #DDDD44;
	color: #000000;
}

.shade5 {
    background: #991111;
	color: #000000;
}

.shade6 {
    background: #66CCFF;
	color: #000000;
}

