/* ----- General ----- */

html, body {
    color: #000;
    background: #fff;
    padding: 0;
    margin: 0;
}

body {
    display: table;
    width: 100%;
}

a {
    color: #393;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #6c6;
    text-decoration: underline;
}

a.button {
    padding: 1px 5px 1px 5px;
    border: 1px solid black;
    background: #669;
    color: #fff;
    text-decoration: none;
}

a.button span.on {
    background: #6c6;
    margin: 0; 
    padding: 1px 0.75em;
}

a.button span.off {
    background: #c66;
    margin: 0; 
    padding: 1px 0.75em;
}

img {
    border: 0;
}

/* ----- Weblog ----- */

h2.date {
   margin: 3em 0 0 0;
   font-size: 1em;
   padding: 3px;
   color: #333;
   background: #ccf;
   border-bottom: thick solid #99c;
}

h3.weblog {
   font-size: 1.8em;
   margin: 1em 0 0 0;
}

blockquote {
   border-left: thin dashed #ccf;
   padding-left: 2em;
   margin-left: 0;
   color: #666;
}

q {
   color: #666;
}

/* ----- Icons ----- */

.iconList ul {
    font-size: 0.7em;
    list-style: none;
    display: inline;
    float: left;
}

.spacer {
    font-size: 0;
    clear: both;
}

.icon {
    text-align: center;
    padding-left: 1em;
    padding-top: 1em;
    float: left;
    height: 100px;
    width: 70px;
}

.biggerIcon {
    text-align: center;
    padding-left: 1em;
    padding-top: 1em;
    float: left;
    height: 120px;
    width: 120px;
}

.icon p , .biggerIcon p {
    margin-top: 0;
}

/* ----- Text ----- */

.close_line {
   margin-bottom: 0.2em;
   margin-top: 0.2em;
}

.about_line {
    font-style: italic;
    font-size: 0.8em;
}

.about_line a {
     color: #c93;
}

.options {
    font-size: 0.8em;
}

.message {
    font-style: italic;
} 

.comment {
    border-top: thin dashed #000;
}

.comment .attribution {
    background: #ccf;
    font-size: smaller;
}

.comment .head {
    background: #9c9;
}

.box {
	border: thin dotted #c33;
        padding: 1em;
}

/* ----- Horizontal List ----- */

.horList {
    margin: 3px 0 3px 0;
}

.horList h4 {
    display: inline;
    clear: none;
}

.horList ul {
    display: inline;
    list-style-type: none;
    padding: 0;
}

.horList ul li {
    display: inline;
}

/* ----- File List ----- */

.fileList li.folder {
    list-style-image: url("../images/li/folder.gif");
}

.fileList li.link {
    list-style-image: url("../images/li/link.gif");
}

.fileList li.image {
    list-style-image: url("../images/li/image.gif");
}

.fileList li.text {
    list-style-image: url("../images/li/text.gif");
}

/* ----- Sections ----- */

#header {
    background: #ccf;
    border-bottom: thin dotted #cfc;
    padding: 1em;
}

#header h1, #header p {
    margin: 0;
}

#content {
    padding: 1em 3em 1em 3em;
    margin: 0;
    border-right: thin solid #ccf;
}

#content textarea {
    padding: 0;
}

#footer {
    border-top: thin dotted #c33;
    text-align: center;
    clear: both;
    border-right: thin solid #ccf;
    margin: 0;
}
