/* structure */

html { 
font-size:100.01%; 
}

body {
background-color: #fff;
color: #333;
margin: 0;
padding: 0;
font-size: 1em;
font-family: Trebuchet MS;
}

div.post {
float:left;
margin: 2em 0 0 10em !important;
margin: 2em 0 0 5em;
width: 33em;
text-align: left;
color: #333333;
}

#center {
margin-top: 200px;

margin-left: auto;
margin-right: auto;
width: 600px;

}

div.page_number {
margin: 30px 0 0 0;
width: 100%;
text-align: right;
font-size: 2em;
color: #333;
}

span.super_small {
color: #999;
font-size: 0.625em;
}
/* links */

a {
text-decoration: underline;
color: #069;
padding-bottom: 0px;
border-bottom: none;
outline-style: none;
}

a.page_number {
text-decoration: none;
color: #333;
}

a.simple {
text-decoration: none;
color: #666;
padding-bottom: 0px;
border: none;
}

a:hover {
color: #c00;
outline-style: none;
}

a.page_number:hover {
text-decoration: none;
color: #666;
}

a.simple:hover {
color: #000;
border: none;
}

a.mainMenu {
text-decoration: none;
color: #333;
padding-bottom: 0px;
border-bottom: none;
font-size: 100px;
}

a.mainMenu:hover {
color: #333;
font-size: 100px;
}
/* post */

p {
line-height: 1.4;
margin-top: 1.4em;
margin-bottom: 1.4em;
text-indent: 0;
word-spacing: 0.2em;
font-size: 1em;
}

abbr {
letter-spacing: 0.1em;
}


/* images */

img {
padding: 0;
border: none;
margin: 3px; 
}


img.img_right {
float: right;
}

img.img_left {
float: left;
}

/* headings */

h2 {
color: #999;
font-size: 0.875em;
text-align: right;
font-weight: normal;
letter-spacing: 0.5em;
padding-bottom: 1.25em;
margin: 0;
}

h1 {
color: #333;
font-size: 1.25em;
text-align: left;
padding-top: 0.5em;
padding-bottom: 0;
margin: 0;
}


/* lists */

ul { 
list-style-type: none; 
margin: 0 0 0 15em;
text-align: center;
width: 10em;
}


textarea.commentbox{
font-family: Trebuchet MS;
font-size: 1em;
height: 10em;
margin: 5px 0px;
padding: 0.25em;
width: 32em;
}

.open {
	display: block;
}

.closed {
	display: none;
}






